@charset "utf-8";
/* CSS Document */

/*  -----------   tabs for videos page ------------ */

#vidtabs {
        background: #212B33;
	border: 1px solid #AFC1CB;
        border-bottom: none;
}

#contentTabs {
        width: 534px;
        height: 520px;
        background: #212B33;
	    border: 1px solid #AFC1CB;
        border-top: none;
}

.expand1 img{float:right;}
.tablist h3 a{
	text-decoration:none;
}

.indentmenu{
	font-size:85%;
        font-family: Arial,Verdana,Helvetica,sans-serif;
	text-transform:uppercase;
        letter-spacing: 1px;
	width: 100%; /*leave this value as is in most cases*/
}
.indentmenu ul{
	margin: 0;
	padding: 0;
	background:#AFC1CB url(domain/bin/css/glassyBtn.png) repeat-x left -28px;
}
.indentmenu ul li{
	display: inline;
        float: left;
}
.indentmenu ul li a{
	float: left;
	color: #AFC1CB!important;
	padding: 2px 4px 0px 4px;
        margin: 3px;
	text-decoration: none;
	border: 1px solid #AFC1CB;
}
.indentmenu ul li a:visited{
	color: #AFC1CB;
}

.indentmenu ul li a:hover{
        background: #74848F;
color: #212B33;
}
.indentmenu ul li a.selected{
	color: #fff !important; /*text color*/
	padding: 2px 4px 0px 4px;
        margin: 3px;
        background: #AFC1CB url(domain/bin/css/glassyBtn.png) repeat-x left -28px;
	border: 1px solid #AFC1CB;
}

.tabcontent{
	display:none;
	padding: 0px;
}

.nologin {
	padding: 10px;
	background: transparent url(images/joinBanner.jpg) top left no-repeat scroll;
	height: 405px;
	width:530px;
}

.nologin h3 {
        position: relative;
        top: 20px;
        left: 230px;

}

.nologin li h3 {
        position: relative;
        top: 0px;
        left: 0px;

}

.nologin div#loginBox {
        float: right;
        margin: 150px 30px 0px 0px;
}

.nologin li.login{
        float: right;
}
@media print {
.tabcontent {
	display:block !important;
}
}
#vidtab1,
#userlogin,
.expand1{
	border:0px solid #909BA4;}

a {outline:none;}
