*									{ margin: 0; padding: 0; }
body								{ font: 0.7em "Trebuchet MS", Helvetica, Sans-Serif; color: #fff; line-height:110%;}

#page-wrap							{ width: 99%; margin: 5px auto; }


.ui-tabs 							{ zoom: 0; }
.ui-tabs .ui-tabs-nav 				{ list-style: none; position: relative; padding: 2px 2px 0; overflow: hidden; 
									  top: 1px; z-index: 1000; font-size:0.8em;}
.ui-tabs .ui-tabs-nav li 			{ position: relative; float: left; 
									  border-bottom-width: 0 !important; margin: 0 2px -1px 0; background: transparent; }
.ui-tabs .ui-tabs-nav li a 			{ float: left; text-decoration: none; padding: 5px 10px; color: #fff; }
.ui-tabs .ui-tabs-nav 
li.ui-tabs-selected 				{ padding-bottom: 0px;  background: #000; color: #fff; font-weight:bold;}
.ui-tabs .ui-tabs-nav 
li.ui-tabs-selected a, .ui-tabs 
.ui-tabs-nav li.ui-state-disabled a, 
.ui-tabs .ui-tabs-nav 
li.ui-state-processing a 			{ cursor: text; }
.ui-tabs .ui-tabs-nav li a, 
.ui-tabs.ui-tabs-collapsible 
.ui-tabs-nav li.ui-tabs-selected a  { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel 			{ padding: 10px; display: block; border-width: 0; background: #000; 
									  border: 1px solid #000; position: relative; z-index:3000;}
.ui-tabs .ui-tabs-hide 				{ display: none !important; }




a.mover 							{ background:transparent; padding: 0px 0px; position: absolute;
								      color: white; font-weight: bold; text-decoration: none; font-size:0.8em;}
.next-tab 							{ bottom: 0; right: 0; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; }
.prev-tab 							{ bottom: 0; left: 0; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; }