#maintab {
	margin-top:0px;
	
}

.shadetabs{
	width: 740px;
	margin:0;
	float:left;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	margin-right: 3px;
	color: #636363 !important;
	font-weight:bold;
	background-color: #eeeeee;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../../_media/images/tab_grey_bg_off.gif);
	background-repeat:repeat-x;
	outline:none;
	width:163px;
	padding-left:12px;
	padding-right:192px;
	height:54px;
	padding-top:18px;
	display:block;
	float:left;
	
}

.shadetabs li a.last {
	margin-right: 0px;
	margin-left:1px !important;
}

.shadetabs li a:visited{
	color: #636363;
}

.shadetabs li a:hover{
	text-decoration: none;
}



.shadetabs li.selected a{ /*selected main tab style */
	background-image:url(../../_media/images/tab_orange_bg_on.gif);
	background-repeat:repeat-x;
	width:163px;
	padding-left:12px;
	padding-right:192px;
	height:54px;
	padding-top:18px;
	display:block;
	float:left;
	color:#000 !important;
	font-weight:bold;
	
}

.shadetabs li.selected a span {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#636363;
	line-height:21px;
}

.shadetabs li a span {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:21px;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 738px;
	margin-bottom: 1em;
	background-color:#e7e7e8;
}

.tabcontent ul {
	line-height:16px;
	list-style:disc;
	margin-left:25px;
	
	/*margin-top:0px !important;
	padding-top:0px !important;*/
}


.tabcontent{
	display:none;
	float:left;
	width: 698px;
	background-color:#e7e7e8;
	padding: 18px 29px 22px 11px;
	/*height:272px;*/
}

.tabcontent p {
	line-height:16px;
	padding-right:50px;
}

.blackFont {color:#000;}

.tabcontent-left {
	width:240px;
	float:left;
	padding-right:45px;
}


.tabcontent-right {
	width:267px;
	float:left;
}

.tabcontent-left p {
	margin-left:0px;
	margin-right:0px;
	padding-right:0px;
}

.two-column{
	padding-right:11px;
	width: 716px;
}





















@media print {
.tabcontent {
	display:block!important;
}
}
