@charset "utf-8";
.glowingtabs{
	width:100%;
	line-height:38px;
	font: bold 16px;
	text-transform:uppercase;
	float: left;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;

}

.MainBodyBack .MainBodyWrapper .centerContent .InnerContent_tabs .glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;

}

.MainBodyBack .MainBodyWrapper .centerContent .InnerContent_tabs .glowingtabs li
{
	display:inline;
	padding:0;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 0;
}

.MainBodyBack .MainBodyWrapper .centerContent .InnerContent_tabs .glowingtabs a
{
	float:left;
	margin-right: 10px;
	text-decoration:none;
	background-image: url(images/glowtab-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 9px;
	color:#FFF;
    text-shadow:1px 1px 0.1em #000;
	font-weight:bold;
}

.MainBodyBack .MainBodyWrapper .centerContent .InnerContent_tabs .glowingtabs a span
{
	float:left;
	font: bold 16px ;
	display:block;
	padding: 5px 12px 3px 3px;
	color:#3B3B3B;
	background-image: url(images/glowtab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color:#FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.MainBodyBack .MainBodyWrapper .centerContent .InnerContent_tabs .glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
text-shadow:none;
}

.MainBodyBack .MainBodyWrapper .centerContent .InnerContent_tabs .glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
margin-bottom:-2px;
border-bottom: 1px solid #fff; /*Add border strip to bottom of menu*/
text-shadow:none;

}

.MainBodyBack .MainBodyWrapper .centerContent .InnerContent_tabs .glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
border-bottom: 1px solid #fff;
color: black;
text-shadow:none;
}

.MainBodyBack .MainBodyWrapper .centerContent .InnerContent_tabs .glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
color:#000;
cursor: pointer;
}

.MainBodyBack .MainBodyWrapper .centerContent .InnerContent_tabs .glowingtabs a:hover span{ /*onMouseover style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
	color:#000;
}

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}
.tabcontainer2
{
	display:block;
	clear: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


.tabcontent{
	margin-top:-2px;
	text-align: justify;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 20px;
	display: none;
	
}
.tabcontent3{
	display:none;
	border: 1px solid #BABABA;
	border-top:none;
	margin-top:-2px;
	padding: 5px;
}
.tabcontent-none{
display:none;
margin:0px;
padding:0px;
}
