@charset "utf-8";
/* CSS Document */

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

#tabcontainer {
	width:850px;
	margin-bottom: 1em;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: gray;
	color: #666;
	font-size: 14px;
	font-weight: bolder;
}

#tabcontainer h3{
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	text-decoration: underline;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
	}


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

.tabs li{
display: inline;
margin: 0;

}

.tabs li a{
	outline: none;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #666;
	background-color: white;
	background-image: url(../images/tabcontent/tab.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.tabs li a:visited{
outline: none;
color: #2d2b2b;
}

.tabs li a:hover{
outline: none;
text-decoration: underline;
color: #2d2b2b;
}


.tabs li a.selected{ /*selected main tab style */
	outline: none;
	background-image: url(../images/tabcontent/tabactive.jpg);
	border-bottom-color: white;
	position: relative;
	top: 1px;
}

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

.tabcontent{
display:none;
}

@media print {
}

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

}


.tabcontentstyle{ /*style of tab content oontainer*/
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent{
display:none;
}

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