.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	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;
	padding: 3px 7px;
	margin-right: 2px;
	border: 1px solid #ccc;
	color: #666;
	background: white url(../images/shade_green.gif) top left repeat-x;
	font-weight:bold;
}

.shadetabs li a:visited{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 2px;
	color: #666;
	font-weight:bold;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #ccc;
}

.shadetabs li a.Spacer{ 
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 200px;
	font-weight:bold;
	background: none;
	border:none;
}

.shadetabs li a.Spacer2{ 
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 80px;
	font-weight:bold;
	background: none;
	border:none;
}

.shadetabs li a.Spacer3{ 
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 30px;
	font-weight:bold;
	background: none;
	border:none;
}

.shadetabs li a.Hider{
	background: #666666;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
	z-index:1;
	color: #000;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(../images/shadeactive_green.gif);
	border-bottom-color: white;
	color: #000;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #ccc;
	background-color: #fff;
	width: 530px;
	height: 100%;
	margin-bottom: 1em;
	padding: 10px;
	background: white url(../images/tab_bg.gif) bottom left repeat-x;
}

.FAQtabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #ccc;
	background-color: #fff;
	width: 495px;
/*	height: 215px;
*/	margin-bottom: 10px;
	padding: 10px;
	background: white url(../images/tab_bg.gif) bottom left repeat-x;
}

.Hometabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #ccc;
	background-color: #fff;
	width: 525px;
	margin-bottom: 10px;
	padding: 10px;
	
}

.TabContentOnline {
	background-color: #fff;
	border:1px solid #cccccc; 
	border-width:1px 1px 1px 1px; 
	margin: 1em 0 1em 0;
	padding: 5px;
	height: 300px;
}

.BottomTab {
	background-color: #efefef;
	border:1px solid #cccccc; 
	border-width:0px 1px 1px 1px; 
	width: 675px;
	margin-bottom: 1em;
	padding: 5px;
	height: 30px;
	text-align:right;
	display:block;
}

.tabcontent{
	color: #666666;
	display:none;
	font: 11px "Trebuchet MS";
}

.tabcontent b{
	color: #666666;
	font: 12px "Trebuchet MS";
	font-weight: bold;
}

.CC_Data_Tab {
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color: #999999;
	padding:2px 0 3px 2px;
	font: 11px "Trebuchet MS";
	color:666666;
}

.CC_Data_Tab a:link, .CC_Data a:active, .CC_Data a:visited{
	color: #666666;
	font-weight:bold;
	font: 12px "Trebuchet MS";
}

.CC_Data_Tab a:hover{
	color: #666666;
	text-decoration:underline;
}

}

@media print {
	.tabcontent {
	display:block!important;
}
}
