
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

#mid {background-image:url(images/tab-mid.jpg);
background-position:top left;
background-repeat:repeat-y;
height: 140px; 
width:811px;
}

#top {background-image: url(images/tab-top.jpg);
background-position:top left;
background-repeat: no-repeat;
}

#sites {background-image:url(images/banner-cos-bg.jpg);
background-position:top left;
background-repeat: no-repeat;
}


#bot {background-image: url(images/tab-bot.jpg);
background-position:bottom left;
background-repeat: no-repeat;
width:811px;
text-align: justify; 
height: 70px; 
padding: 10px; 
margin-bottom:12px;
}

.indentmenu{
margin-left:0px;
font: normal 12px Arial;
width: 100%; /*leave this value as is in most cases*/
margin-bottom: -1px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#7ebe46 url(images/color_tabs_left.gif) no-repeat scroll left top;
color:#FFFFFF;
float: left;
color: white; /*text color*/
/* padding: 5px 11px; */
text-decoration: none;
margin:0 2px 0 0;
padding:0 0 0px 3px;
text-decoration:none;
}

.indentmenu ul li a span {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/color_tabs_right.gif) no-repeat scroll right top;
display:block;
float:left;
padding:5px 8px 5px 7px;
text-decoration: none;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
/* background-color: rgb(153, 196, 81); */
background-color:#fff;
color: #636466;
text-decoration:none;}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
padding: 10px;
padding-top:5px;
padding-bottom:5px;
}

#site-1-bg {background:transparent url(images/color_tabs_right.gif) no-repeat scroll right top;}  

@media print {
.tabcontent {
display:block !important;
}
