/* ######### CSS for Shade Tabs. Remove if not using ######### */


.tabcontainer
{
	width:95%;
	margin-bottom: 1em;
	padding: 10px;
	padding-top:0px;
	margin-top:35px;
}

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs a
{
	text-decoration:none;}

.shadetabs li{
	display:inline;
	margin: 0;
	list-style:none;
}

.shadetabs li a{
	z-index: 1;
	padding: 3px 7px ;
	margin-right: 0px;
	border: 1px solid #e5e5e5;
	border-bottom:0px;
	color: #2d2b2b;
	/*background: white url(../images/shade.gif) top left repeat-x;*/
	background: #EBEBEB url(../images/tab_arrow.gif) center right no-repeat ;
	width:340px;
	display:block;
	float:left;
	height:30px;
	text-decoration:none;
}

.shadetabs li a:visited{
	color: #2d2b2b;
	}

.shadetabs li a:hover{
	text-decoration:none;
	color: gray;
	background: #F1F1F1 url(../images/tab_arrow_selected.gif) center right no-repeat ;

}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	background:#FFF;
	background: #FFF url(../images/tab_arrow_selected.gif) center right no-repeat ;
	border-bottom-color: white;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	background:none;
	background:#FFFFFF;
	border-bottom-color: white;
	background: #FFF url(../images/tab_arrow_selected.gif) center right no-repeat ;
	border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	background:none;
	background:#FFFFFF;
	border-bottom-color: white;
	background: #FFF url(../images/tab_arrow_selected.gif) center right no-repeat ;
	border-bottom-color: white;
}

.tabcontent{
	display:none;
}
.shadetabs a:link
{
	text-decoration:none;}



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

.tripleshadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.tripleshadetabs a
{
	text-decoration:none;}

.tripleshadetabs li{
	display:inline;
	margin: 0;
	list-style:none;
}

.tripleshadetabs li a{
	z-index: 1;
	padding: 3px 7px ;
	margin-right: 0px;
	border: 1px solid #e5e5e5;
	border-bottom:0px;
	color: #2d2b2b;
	/*background: white url(../images/shade.gif) top left repeat-x;*/
	background: #EBEBEB url(../images/tab_arrow.gif) center right no-repeat ;
	width:221px;
	display:block;
	float:left;
	height:30px;
	text-decoration:none;
}

.tripleshadetabs li a:visited{
	color: #2d2b2b;
}

.tripleshadetabs li a:hover{
	text-decoration:none;
	color: gray;
	background: #F1F1F1 url(../images/tab_arrow_selected.gif) center right no-repeat ;
}

.tripleshadetabs li a.selected{ /*selected main tab style */
	position: relative;
	background:#FFF;
	background: #FFF url(../images/tab_arrow_selected.gif) center right no-repeat ;
	border-bottom-color: white;
}


.tripleshadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	background:none;
	background:#FFFFFF;
	border-bottom-color: white;
	background: #FFF url(../images/tab_arrow_selected.gif) center right no-repeat ;
	border-bottom-color: white;
}

.tripleshadetabs a:link
{
	text-decoration:none;}
	
.fourshadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.fourshadetabs a
{
	text-decoration:none;}

.fourshadetabs li{
	display:inline;
	margin: 0;
	list-style:none;
}

.fourshadetabs li a{
	z-index: 1;
	padding: 3px 7px ;
	margin-right: 0px;
	border: 1px solid #e5e5e5;
	border-bottom:0px;
	color: #2d2b2b;
	/*background: white url(../images/shade.gif) top left repeat-x;*/
	background: #EBEBEB url(../images/tab_arrow.gif) center right no-repeat ;
	width:162px;
	display:block;
	float:left;
	height:30px;
	text-decoration:none;
}

.fourshadetabs li a:visited{
	color: #2d2b2b;
}

.fourshadetabs li a:hover{
	text-decoration:none;
	color: gray;
	background: #F1F1F1 url(../images/tab_arrow_selected.gif) center right no-repeat ;
}

.fourshadetabs li a.selected{ /*selected main tab style */
	position: relative;
	background:#FFF;
	background: #FFF url(../images/tab_arrow_selected.gif) center right no-repeat ;
	border-bottom-color: white;
}


.fourshadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	background:none;
	background:#FFFFFF;
	border-bottom-color: white;
	background: #FFF url(../images/tab_arrow_selected.gif) center right no-repeat ;
	border-bottom-color: white;
}

.fourshadetabs a:link
{
	text-decoration:none;}
