/* CSS Document */

.shadetabs{
	padding:0;
	margin:0 0 0 10px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	width: 303px;
	float:left;
}

.shadetabs li{
	display: inline;
	margin: 0 1px 0 0;
	padding:0;
	float:left;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 0px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	color: #000000;
	background: #FFFFFF url(../images/home/tab-bg.jpg) bottom left repeat-x;
	height:15px;
	display:block;
	font-size:11px;
	font-weight:bold;
}

.shadetabs li a:link{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 0px;
	color: #000000;
	background: #FFFFFF url(../images/home/tab-bghover.jpg) bottom left repeat-x;
}
.shadetabs li a:active{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 0px;
	color: #FFFFFF;
	background: #FFFFFF url(../images/home/tab-bg.jpg) bottom left repeat-x;
}
.shadetabs li a:hover{
	text-decoration: none;
	color: #990000;
	background: #FFFFFF url(../images/home/tab-bghover.jpg) bottom left repeat-x;
}
.shadetabs li a:visited{
	color:#000000;
	text-decoration:none;
	background: #FFFFFF url(../images/home/tab-bghover.jpg) bottom left repeat-x;
}


.shadetabs li.selected{
	color:#000000;
	background: #FFFFFF url(../images/home/tab-bg.jpg) bottom left repeat-x;
	top: 1px;
	position:relative;
}

.shadetabs li.selected a{ /*selected main tab style */
	background: #FFFFFF url(../images/home/tab-bg.jpg) bottom left repeat-x;
	border-bottom-color: white;
	color:#000000;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	color:#990000;
}

.shadetabs li.selected a:visited{ /*selected main tab style */
	border-bottom-color: white;
	color:#000000;

}

.tabcontentstyle{ /*style of tab content container*/
	width: 293px;
	height:159px;
	background:transparent url(../images/home/login-bg.png) top left no-repeat;
	padding:10px;
	text-align:center;
	float:left;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block!important;
}
}
