/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
	width: 100%;
	/*background:url('../images/dot2.jpg') repeat-x bottom left;*/
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;;
}
#tab-pd{
	border-radius:0px;
	background:url('../images/topmenu.png') repeat-x center left;
}
.tabsadmin{
	float:none;
	width:100%;
}
.shadetabs ul{
	margin: 0;
	padding: 0 0 0 1px;
    height: auto;
}
.shadetabs ul li{
	display: inline;
}

.shadetabs ul li a{
	position: relative;
	z-index: 1;
	text-align:center;
	padding:5px 10px;
	color: #ffffff;
	float:left;
	margin-top:0px;
	margin-right:0px;
	font-size: 17px;
	
}
#tab-pd ul li a{
	padding: 12px 25px;
}
#noibatcontent_content
{
	font-size:13px;
	line-height:25px;
}
.shadetabs ul li a:visited{

}

.shadetabs ul li a:hover{
	color:#ffffff;
	font-weight: 100;
	border-bottom: 2px solid #181818;
}
.shadetabs ul li a.selected{
	position: relative;
	color:#17181c;
	border-bottom: 2px solid #181818;
}
#tab-pd ul li a.selected,
#tab-pd ul li a:hover{
	border: 0;
	color:#FFFF00;
	/*background:url('../images/bg-catpd.png') repeat-x center center;*/
}
.shadetabs ul li a.selected:hover{
	text-decoration: none;
}
.tabhome ul li a{
	text-transform: uppercase;
}
.tabcontent{
	display:none;
}

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

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


.indentmenu{
font: bold;
text-transform:uppercase;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
background: #e7d1dd;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #878787; /*text color*/
padding: 5px 9px;
text-decoration: none;
}

.indentmenu ul li a:visited{
color: #414141;
}

.indentmenu ul li a.selected{
color: #EA6F2E !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: #ceb9c2;
}


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

.tabcontent{
	display:none;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	border-top: none;
	padding: 0px;
	margin-top:10px;
}
.container .tabcontent{
	border-radius: 0;
	padding: 0;
}
@media print {
.tabcontent {
display:block !important;
}
}




