/* BACKEND TABS */

.tabs_menu {
	margin-left: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-left: 5px;
	clear: both;
	margin-bottom:0px;
}

.tabs_menu li{
display: inline;
margin: 0pt;
padding:0pt;
}

.tabs_menu li a{
	text-decoration: none !important;
	position: relative;
	z-index: 1;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(img/tabs/shade.gif) top left repeat-x;
	padding: 3px 5px !important;
	bottom: 3px;
}

.tabs_menu li a:visited{
color: #2d2b2b;
}

.tabs_menu li a:hover{
	text-decoration: underline;
	color:#000000 !important;
}

.tabs_menu li a.selected{ /*selected main tab style */
	background-color:#FFCC00;
	position: relative;
	top: 1px;
}

.tabs_menu li a.selected{ /*selected main tab style */
	background-image: url(img/tabs/shadeactive.gif);
	border-bottom-color: white;
}

.tabs_menu li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


.tabcontent{
display:none;
border: 1px solid gray;
/*width: 920px;*/
margin-bottom: 1em;
padding: 10px;
overflow:auto;
}

.tab_button a {
	background-color:#00FF99 !important;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* FRONTEND TABS */

.tab_content{
display:none;
}

@media print {
.tab_content {
display:block !important;
}
}