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


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

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

}

.indentmenu ul li{
display: inline;
}

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

.indentmenu ul li a.selected{
color: white !important;
padding-top: 3px; /*shift text down 1px*/
padding-bottom: 2px;
/*background: #dedede url(indentbg2.gif) center center repeat-x;*/
}


.tabcontent{
display:none;
font-size:15px; 
font-family: 'futura_ltcn_btlight';
font-style:normal;
color:#757575;
}

.tabcontent .title{
font-size:18px; 
font-family: 'SegoeCondensed';
font-weight:bold;
color:#0c4da2;
}

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