#maintab {
	margin-top:14px;
	margin-left:2px;
	margin-bottom:0;
	margin-right:0;
}

.shadetabs{

	float:left;
	margin-left: 2px;
	margin-bottom:2px;
	padding:0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	/*text-transform:uppercase;*/
	margin-right:0;
	padding-right:0 !important;
}

.shadetabs li{
	display: inline;
	margin: 0;
	margin:0px;
	padding:0px !important;
}

.shadetabs li a{
	text-decoration: none;
	padding-left:18px;
	padding-right:18px;
	padding-top:5px;
	padding-bottom:6px;
	width:auto;
	display:block;
	float:left;
	margin-right: 2px;
	border: 1px solid #d7d7d7;
	color: #666666;
	font-size:10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-image:url(../../_media/images/tab_bg_selected.gif);
	text-transform: capitalize;
	
	background-repeat:repeat-x;
}

.shadetabs li a:visited{
	color: #666;
}

.shadetabs li a:hover{
	text-decoration: none;
}

.shadetabs li.selected{
	/*position: relative;*/
	color:#000000;
	/*top: 1px;*/
}

.shadetabs li.selected a{ /*selected main tab style */
    padding-left:18px;
	padding-right:18px;
	padding-top:5px;
	padding-bottom:6px;
	width:auto;
	display:block;
	color:#333333;
	background-image:url(../../_media/images/tab_bg.gif) !important;
	
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #d7d7d7;
	width: 457px;
	margin-left:2px;
	margin-right:2px;
	margin-bottom: 2px;
	clear:both;
	padding: 0px;
}


.tabcontentstyle p.firstParagraph {
	font-size:14px;
	color:#004f99;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height:18px;
	padding-left:22px;
	padding-right:22px;
	margin-top:0;
}

.tabcontentstyle p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding-left:22px;
	
}

.tabcontentstyle ul {
	margin-left:12px;
	padding:0;
}

.tabcontent{
	display:none;
	margin-top:2px;
}

@media print {
.tabcontent {
	display:block!important;
}
}
