@charset"utf-8";

Body {
	background-color:#282828;
	background-color:#F0F0F0;
	margin:0px;
	padding: 0px;
	font:90% Tahoma, "MS Sans Serif", "Microsoft Sans Serif", Arial, Verdana;
	color:#000000;
	text-align: center;
}

Table{
	font-size:1em;
}

TD{
	font-family: Tahoma, "MS Sans Serif", "Microsoft Sans Serif", Arial, Verdana;
	font-size: 1em;
}

p{
	font-size:1em;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

a, a:visited{
	font:14px Tahoma, "MS Sans Serif", Arial, Verdana;
	color:#104a9f;
	text-decoration:underline;
}

a:hover{
	font:14px Tahoma, "MS Sans Serif", Arial, Verdana;
	color:#ca0c58;
	text-decoration:underline;
}

a.lighter , a.lighter:visited{
	font:14px Tahoma, "MS Sans Serif", Arial, Verdana;
	color:#808080;
	text-decoration:underline;
}

a.lighter:hover{
	font:14px Tahoma, "MS Sans Serif", Arial, Verdana;
	color:#BBBBBB;
	text-decoration:underline;
}

Form{
	padding: 0px;
	margin:0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	margin: 0px;
	padding: 0px;
}

ul.Feature{
	list-style-type: none;
	list-style-image: url(/images/bullet.gif);
	padding-left:50px;
	text-align:left;
}
li.Feature{
	padding-top:3px;
	padding-bottom: 3px;
	text-align:left;
}
/*DIVs*/
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;display: block; overflow:hidden;}

.Header{
	width: 950px;
	height:110px;
	background: transparent url(/images/page-bg.png) repeat-y;
	text-align:center;
}

.TopBar{
	width: 914px;
	height: 25px;
	background-color:#000000;
	overflow:hidden;
}

.TopBarContent{
	width:914px;
	height:auto;
	padding-top:5px;
	text-align:center;
	font:12px Tahoma, "MS Sans Serif", "Microsoft Sans Serif", Arial, Verdana;
	color:#404040;
}

.HeaderWrapper{
	width:914px;
	height: 85px;
	margin:0px;
	padding:0px;
	background: transparent url(/images/header-bg.jpg) repeat-x;
}

.LogoWrapper{
	width:270px;
	height:85px;
	float:left;
	overflow:hidden;
}

.LogoHookWrapper{
	width: 85px;
	height:85px;
	float:left;
	overflow:hidden;
}

.LogoHook{
	width: 72px;
	height:85px;
	float:right;
	overflow:hidden;
}

.Logo {
	width:183px;
	height:85px;
	float:left;
	overflow:hidden;
}

.LogoR {
	width:550px;
	height:76px;
	float:right;
	text-align:left;
	margin-right:10px;
}

.LoginPane{
	width:358px;
	height:85px;
	float:right;
	margin-left:25px;
	background:transparent url(/images/cp-bg.png) no-repeat;
}

.LoginPaneIE6{
	width:358px;
	height:85px;
	float:right;
	margin-left:25px;
	background:transparent url(/images/cp-bg.gif) no-repeat;
}

.LoggedInCPPane{
	width:550px;
	height:85px;
	float:right;
	margin-left:25px;
	background:transparent url(/images/cp-bg550.png) no-repeat;
	text-align:left;
	overflow:hidden;
}

.RegisterTopButton{
	width:115px;
	heighT:85px;
	float:right;
}

.NavBar{
	width:950px;
	height:76px;
	background: transparent url(/images/page-bg.png) repeat-y;
	text-align:center;
	overflow: visible;
}

.NavBarWrapper{
	width:914px;
	text-align:center;
	height:76px;
	background:#000000 url(/images/navbar-bg.gif) repeat-x;
	overflow: visible;
	clear:left;
	position:relative;
}

.NavBarItem{
	width:90px;
	height:24px;
	margin-top:13px;
	text-align:center;
	overflow:visible;
	float: left;
	position:relative;
}

.NavBarSeperator{
	width:2px;
	height:24px;
	margin-top:11px;
	background: url(/images/navbar-seperator.png) no-repeat;
	float:left;
}

#nav li.navli{
	display:-moz-inline-box; -moz-box-orient:horizontal;
	display:inline-block; vertical-align:top;
	margin:0;
	padding:0;
	list-style:none;
	width:100px;
	height:76px;
	overflow:visible;
	text-align:center;
	position:relative;
	float:left;
}

#nav span {
	background: url(/images/icons-nav.gif) top center no-repeat;
	width:46px;
	height:45px;
	margin: 0px;
	display: block;
	text-align:center;
}

#navstudents span {background-position: -46px 0;}
#navstudents:hover span {	background-position: -46px -75px;}
#navhome span {background-position: -92px 0;}
#navhome:hover span {background-position: -92px -75px;}
#navabout span {background-position: -138px 0;}
#navabout:hover span {background-position: -138px -75px;}
#navcourses span {background-position: -184px 0;}
#navcourses:hover span {background-position: -184px -75px;}
#navpromotion span {background-position: -230px 0;}
#navpromotion:hover span {background-position: -230px -75px;}
#navcontact span {background-position: -276px 0;}
#navcontact:hover span {background-position: -276px -75px;}
#navboard span {background-position: -46px 0;}
#navboard:hover span {background-position: -46px -75px;}
#navregister span {background-position: -368px 0;}
#navregister:hover span {background-position: -368px -75px;}
#navmember span {background-position: -414px 0;}
#navmember:hover span {background-position: -414px -75px;}
#navclassroom span {background-position: -460px 0;}
#navclassroom:hover span {background-position: -460px -75px;}
#navquiz span {background-position: -506px 0;}
#navquiz:hover span {background-position: -506px -75px;}
#navdownload span {background-position: -552px 0;}
#navdownload:hover span {background-position: -552px -75px;}
#navsettings span {background-position: -598px 0;}
#navsettings:hover span {background-position: -598px -75px;}

.icons {
	background: url(/images/icons.png) top center no-repeat;
	width:20px;
	height:20px;
	margin: 0px;
	display: inline-block;
	text-align:center;
}

.icons-alert{ width:14px; height:14px; background-position: -1px -1px;}
.icons-tag{ width:16px; height:16px; background-position: -18px -1px; }
.icons-bullet-pink{ width:4px; height:6px; background-position: -8px -20px; }
.icons-bullet-black{ width:4px; height:6px; background-position: -8px -28px; }
.icons-bullet-white{ width:6px; height:5px; background-position: -1px -20px; }
.icons-online{ width:18px; height:18px; background-position: -17px -20px; }
.icons-pencil{ width:16px; height:16px; background-position: -38px -20px; }
.icons-accept{ width:16px; height:14px; background-position: -58px -20px; }
.icons-delete{ width:16px; height:16px; background-position: -78px -20px; }
.icons-logout{ width:16px; height:16px; background-position: -96px -20px; }
.icons-settings{ width:16px; height:16px; background-position: -114px -20px; }
.icons-replies{ width:14px; height:14px; background-position: -132px -20px; }
.icons-quizes{ width:16px; height:16px; background-position: -148px -20px; }
.icons-stats{ width:17px; height:14px; background-position: -164px -20px; }
.icons-lockopen{ width:11px; height:15px; background-position: -183px -20px; }
.icons-locked{ width:11px; height:15px; background-position: -196px -20px; }
.icons-question-mark{ width:16px; height:16px; background-position: -209px -20px; }



#navhome:hover a {color:#ca0c58;}

a.NavBarLink, a.NavBarLink:visited, a.NavBarLink:active{
	font:12px Tahoma, Arial, Verdana;
	color:#FFFFFF;
	text-decoration:none;
	text-align: center;
	padding-top:15px;
}

a.NavPaneLink, a.NavPaneLink:hover, a.NavPaneLink:visited, a.NavPaneLink:active{
	font:12px Tahoma, Arial, Verdana;
	color:#FF0000;
	text-decoration:none;
}

a.box {
	display: block;
	height: 100%;
	width: 100%;
}

.BodyPane{
	background:transparent url(/images/page-bg.png) repeat-y;
	width:950px;
	height:auto;
}

.BodyWrapper{
	width:914px;
	height:auto;
}

.BodyHeader{
	width:834px;
	height:12px;
	margin-top:5px;
	background: transparent url(/images/body-header.gif) no-repeat;
}

.HilightPaneWrapper{
	width:914px;
	height:auto;
	margin: 0px;
	padding:0px;
	background-color:#000000;
}

.HilightPane{
	width:914px;
	height:auto;
	padding-top:10px;
}

.HelperPaneWrapper{
	width:914px;
	height:auto;
	margin: 0px;
	padding:0px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background: #E8E8E8 url(/images/bg-fade-grey.gif) top left repeat-x;
}
.HelperPane{
	width:100%;
	height:auto;
	padding:5px 5px 5px 5px;
}

.HelperButton{
	width:135px;
	height:35px;
	padding:5px;
	margin:5px;
	border: 1px dashed #CCCCCC;
	background-color:#FFFFFF;
	text-align:center;
	float:left;
}

.HelperButton:Hover{
	width:135px;
	height:35px;
	padding:5px;
	margin:5px;
	border: 1px dashed #CCCC33;
	background-color:#FFFFCC;
	text-align:center;
	float:left;
}

.BodyContentWrapper{
	width:914px;
	height:auto;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background: #ffffff url(/images/bg-fade-white.gif) top left repeat-x;
	text-align:left;
}

.BodyContent{
	width:914px;
	text-align:left;
}

.BodyContentLeftWrapper{
	width: 657px;
	padding:0px;
	text-align:left;
	float:left;
}

.BodyContentRightWrapper{
	width: 250px;
	padding:0px;
	text-align:left;
	float:right;
}

.BodyContentLeft{
	width:100%;
	padding: 10px;
}

.BodyContentRight{
	width:100%;
	padding: 5px 5px 5px 5px;
}

.TestimonialWrapper{
	width:240px;
	height:auto;
	border: solid 1px #000000;
	background:#ef4d8e url(/images/tm-top2.gif) top left no-repeat;
	margin-bottom:10px;
}

.TestimonialHeader{
	width:240px;
	height:75px;
}

.TestimonialFace{
	width:75px;
	height:75px;
	overflow:hidden;
	float:left;
}
.TestimonialName{
	width:160px;
	height:75px;
	padding-top:30px;
	padding-left:5px;
	color:#FFFFFF;
	float:right;
}

.TestimonialSay{
	width:240px;
	height:19px;
	background:transparent url(/images/tm-say.gif) no-repeat;
}
.TestimonialBody{
	width:240px;
	height:auto;
	background:#FFFFFF url(/images/tm-body.gif) repeat-y;
}
.TestimonialBodyContent{
	width:220px;
	height:auto;
	margin-left:10px;
	margin-right:10px;
	font-style:italic;
	color:#999999;
}
.TestimonialFooter{
	width:240px;
	height:14px;
	background:#ef4d8e url(/images/tm-bottom.gif) no-repeat;
}

.SideMenuWrapper{
	width:240px;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	background: #CCCCCC url(/images/board/forum-description-bg.gif);
	border: dashed 1px #666666;
}

.SideMenu{
	margin-top:20px;
	margin-bottom:20px;
	width:240px;
	height:auto;
	text-align:cnter;
}
.SideMenuItem{
	width:236px;
	margin-left:7px;
	margin-top:6px;
}

.Footer{
	background:transparent url(/images/page-bg.png) repeat-y;
	width:950px;
	height:auto;
}

.FooterWrapper{
	width: 914px;
	height: 120px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background:#82817E url(/images/bg-fade-footer.gif) top left repeat-x;
}

.FooterContent{
	width:914px;
	height: 120px;
	margin-left:50px;
	margin-top:20px;
}

.FooterItem{
	width:170px;
	height:120px;
	font:12px Tahoma, Arial, Verdana;
	color:#FFFFFF;
	text-align:left;
	float:left;
}

a.FooterLink, a.FooterLink:visited, a.FooterLink:active{
	font:12px Tahoma, Arial, Verdana;
	color:#FFFFFF;
	text-decoration:none;
	padding:1px;
}

.CopyRightWrapper{
	width: 914px;
	height: 23px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background-color:#333333;
	margin-left: auto;
	margin-right: auto;
}

.CopyRightContent{
	width: 914px;
	height: auto;
	padding-top:4px;
	text-align:center;
	font:11px Tahoma, Arial, Verdana;
	color:#82817E;
}

/*indexpage content*/
.StudentItem{
	width:400px;
	height: 150px;
	padding:3px;
	float:left;
}

.StudentPhoto{
	width: 135px;
	height: 144px;
	text-align:center;
	float:left;
}

.StudentInfo{
	width: 258px;
	height: 144px;
	padding:10px;
	text-align:left;
	float:left;
}

/*Texts*/
.input-text {
	background-color: #dddddd;
	border: 1px solid #72716e;
	color: #000000;
	margin: 5px 10px 5px 0px;
	padding: 4px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

.input-text:focus {
	background-color: #ffd0e6;
	border: 1px solid #da71a2;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

.loginBox{
	width:150px;
	height:18px;
	font-size: 1em;
	background: #FFFFFF url(/images/inputbox-bg.gif) no-repeat top left;
	border: 1px solid #000000;
	padding: 3px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

H1{
	width: 400px;
	margin: 0px;
	margin-top: 5px;
	padding: 3px;
	padding-right: 10px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #ffffff;
	background: #ca0c58 url(/images/h1-bg.png) repeat-x top left;
	text-align:right;
}

H1.long{
	 width:96%;
 	margin: 0px;
	margin-top: 5px;
	padding: 3px;
	padding-right: 10px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #ffffff;
	background: #ca0c58 url(/images/h1-bg.png) repeat-x top left;
	text-align:right;

}

H2{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1.25em;
}

.H2s{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1.25em;
	padding:0px;
	margin:0px;
	color:#ca0c58;
}

.H2Big{
	padding:0px;
	margin:0px;
	font-size: 1.4em;
	font-family: Tahoma, Helvetica, sans-serif;
	display: inline;
}

H3{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1.2em;
}

H1 a, H1 a:visited, H1 a:active{
	font-family: Tahoma, Helvetica, sans-serif;
	color: #ffffff;
}

a.H2link, a.H2link:visited, a.H2link:active{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1.15em;
	color:#ca0c58;
	text-decoration:none;
}

a.H3link, a.H3link:visited, a.H3link:active{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
}

.InlineEquation{
	font-family: Tahoma, "MS Sans Serif", "Microsoft Sans Serif", Arial, Verdana;
	font-size: inherit;
	vertical-align:middle;
	display:inline-block;
	line-height:100%
}

.quizQuestionWrapper{
	line-height:150%;
	font-size:1.2em;
}

.quizQuestion{
	line-height:150%;
}

.opers{
	margin-left:1px;
	margin-right:1px;
}

.sqrt{
	padding-left: 2px;
	padding-right: 2px;
	padding-top:1px;
	padding-bottom:2px;
	height:auto;
}

.textbottomEquation{
	font-family: Tahoma, "MS Sans Serif", "Microsoft Sans Serif", Arial, Verdana;
	font-size: inherit;
	vertical-align:text-bottom;
	display:inline-block;
	line-height:100%
}

.ErrorField{
	font:14px Tahoma, "MS Sans Serif", "Microsoft Sans Serif", Arial, Verdana;
	color: #FF0000;
	background-color: #FFFF00;
	padding:10px;
	margin: 15px;
}

.squareAvartar{
	width: 50px;
	height: 50px;
	float:left;
	overflow: hidden; 
	margin: 3px 3px 3px 3px;
	background-color:#DDDDDD;
	text-align:center;
	vertical-align: middle;
}

.squareAvartarSmall{
	width: 25px;
	height: 25px;
	float:left;
	overflow: hidden; 
	margin: 2px 2px 2px 2px;
	background-color:#DDDDDD;
	text-align:center;
	vertical-align: middle;
}

.squareInfo{
	height:50px;
	margin:4px;
	float:left;
}

.squareInfoSmall{
	height:40px;
	width:130px;
	margin:1px;
	overflow:hidden;
	float:left;
}

.fadeColumn{
	background:transparent url(/images/column-bg.gif) repeat-x;	
}

a.taglink, a.taglink:hover, a.taglink:visited{
	font:11px Tahoma, "MS Sans Serif", Arial, Verdana;
	color:#808080;
	text-decoration:underline;
}

.bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
     font-size: 700%;
     color: #0000FF;
 }

 .bqend {
     float: right;
     height: 25px;
     margin-top: 0px;
     padding-top: 45px;
     font-size: 700%;
     color: #0000FF;
 }

.smallShadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.bigShadow {
	-moz-box-shadow: 6px 6px 8px #000;
	-webkit-box-shadow: 6px 6px 8px #000;
	box-shadow: 6px 6px 8px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#000000');
}

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }


.ui-dialog{
	position:absolute;
	width:350px;
	height:auto;
	padding: 0px;
	background-color:#FFFFFF;
	border: solid 1px #000000;
}

.ui-dialog .ui-dialog-titlebar { background-color:#ca0c58; position:relative; color:#FFFFFF; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; padding: 8px; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; width: 50px; padding:8px; color:#FFFFFF;}
.ui-dialog .ui-dialog-titlebar-close span { display: block; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { color:#FFFFFF; }
.ui-dialog .ui-dialog-content { position:relative;	background-color:#FFFFFF;	padding:8px; overflow:auto; zoom: 1; text-align:left; border: 0px; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-top: solid 1px #999999; background-color: #DDDDDD; margin-top: 5px; padding: 2px; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget-overlay { background: #000000 70% 70% repeat; opacity: .70;filter:Alpha(Opacity=70); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 70% 70% repeat-x; opacity: .70;filter:Alpha(Opacity=70); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

 .preview-image{
	position:absolute;
	width:350px;
	height:auto;
	padding: 0px;
	background-color:#000000;
	border: solid 1px #000000;
}

.preview-image .ui-dialog-titlebar { background-color:#000000; position:relative; color:#FFFFFF; }
.preview-image .ui-dialog-title { float: left; margin: .1em 16px .1em 0; padding: 8px; } 
.preview-image .ui-dialog-titlebar-close { position: absolute; right: .3em; width: 50px; padding:8px;}
.preview-image .ui-dialog-titlebar-close span { display: block; }
.preview-image .ui-dialog-titlebar-close:hover, .preview-image .ui-dialog-titlebar-close:focus { color:#FF0000; }
.preview-image .ui-dialog-content { position:relative;	 background-color:#000000; padding:8px; overflow:auto; zoom: 1; text-align:left; border: 0px; }
.preview-image .ui-dialog-buttonpane { text-align: left; margin-top: 5px; padding: 2px; }
.preview-image .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.preview-image .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.preview-image .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }

/*Tabs*/
.ui-tabs { width:585px; position: relative; padding: 1px; 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: 1px 1px 0; float:none; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 1px 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px;}
.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;  background-color:#EEEEEE;}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; background-color:#CCCCCC; } /* 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 { width: 585px; display: block; border-width: 0; padding: 4px; background-color:#EEEEEE; text-align:left; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.indexvdo { width:auto; position: relative; padding: 1px; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.indexvdo .ui-tabs-nav { width:1500px; margin: 0; padding: 1px 1px 0; float:none; background-color:#FFFFFF;}
.indexvdo .ui-tabs-nav li { list-style: none; float:left; position: relative; top: 1px; margin: 0 1px 1px 0; border-bottom: 0 !important; padding: 0; display:inline;}
.indexvdo .ui-tabs-nav li a { padding: .5em 1em; text-decoration: none; }
.indexvdo .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px;}
.indexvdo .ui-tabs-nav li.ui-tabs-selected a, .indexvdo .ui-tabs-nav li.ui-state-disabled a,  .indexvdo .ui-tabs-nav li.ui-state-processing a { cursor: text;  background-color:#EEEEEE;}
.indexvdo .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; background-color:#CCCCCC; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.indexvdo .ui-tabs-panel { width: auto; display: block; border-width: 0; padding: 4px; background-color:#000000; text-align:left; }
.indexvdo .ui-tabs-hide { display: none !important; }

