.shadetabs{
	padding: 3px 0 0 0;
	margin: 1px 0 0 0;
	list-style-type: none;
	font-size:12px;
	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: 5px 6px 3px 6px;
	margin: 0 2px 0 0;
	border: 1px solid #411b38;
	color: #fff;
	background: white url('/images/template/tab_bg.png') top left repeat-x;
}

/*
.shadetabs li a:visited{
	color: #411b38;
}

*/
.shadetabs li a:hover{
	text-decoration:underline;
	color:#fff;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url('/images/template/tab_active_bg.png');
	border-bottom-color: white;
	color:#411b38;
}

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

.tabcontentstyle { /*style of tab content oontainer*/
	border: 1px solid gray;
	background:white;
	width: 680px;
	margin-bottom: 1em;
	padding: 10px;
}
.tabcontentstylenarrow { /*style of tab content oontainer*/
	border: 1px solid gray;
	background:white;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}


.tabcontent{
	display:none;
}

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