/* CSS Document */

/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { /*border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;*/ color: #333333; width:725px; margin:0 auto;}
.ui-widget-content a { color: #333333; }
/*.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }*/


.ui-tabs { position: relative; padding: /*.2em*/0; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: /*.2em .2em*/ 0; height:66px; background:url(../images/100607/present_line.gif) bottom left no-repeat; /*width:725px;*/}
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; /*position: relative; top: 1px;*/ margin: 0; border-bottom: 0 !important; padding: 0; /*white-space: nowrap;*/ /*text-indent:-99999999px;*/ width:361px; height:61px; }
.ui-tabs .ui-tabs-nav li.mr3 { list-style: none; float: left; /*position: relative; top: 1px;*/ margin: 0 3px 0 0; border-bottom: 0 !important; padding: 0; /*white-space: nowrap;*/ /*text-indent:-99999999px;*/ width:361px; height:61px; }
.ui-tabs .ui-tabs-nav li a { /*float: left;*/ padding: /*.5em 1em*/0	; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 0px; }
.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: default; }
.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 { display: block; border-width: 0; padding: /*1em 1.4em*/0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


/*	p {margin:0; padding:0;}
	a img { border:0;}*/
