/* ######### CSS for Shade Tabs ######### */

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	font: 18px Arial, Helvetica, sans-serif;
	font-style: italic;
	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;
	position: relative;
	z-index: 1;
	top: 1px;
	padding: 3px 7px;
	margin-right: 3px;
	border-top: 1px solid #A8A8A8;
	border-left: 1px solid #A8A8A8;
	border-right: 1px solid #A8A8A8;
	color: #999999;
	background-image: url(../images/tabshade.gif) top left repeat-x;
}
.shadetabs li a:visited{
	color: #295D94;
}
.shadetabs li a:hover{
	text-decoration: none;
	color: #0099FF;
}
.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	color: #295D94;
	border-top: #296DAD solid 1px;
}
.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../images/tabshadeactive.gif);
	border-bottom: 1px solid #FFFFFF;
}
.shadetabs li a.selected:visited{ /*selected main tab style */
	text-decoration: none;
	color: #295D94;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color: #295D94;
}
.tabcontent{
	display: none;
	line-height: 20px;
	text-align: justify;
}
.tabs{
	border: 1px solid #A8A8A8;
	width: 390px;
	margin-bottom: 1em;
	padding: 10px 20px 10px 20px;
}
@media print {
.tabcontent {
	display:block !important;
}
}
