/* 
STANDARD SERVICES PAGE STYLES 
Main page layout without styling
*/

html
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

body
{
    font-size:  50.0%; /* base font  8pt /**/
    font-size:  62.5%; /* base font 10pt /**/
    font-size:  75.0%; /* base font 12pt /**/
    font-size:  87.5%; /* base font 14pt /**/
    font-size: 100.0%; /* base font 16pt /**/
    font-size: 112.5%; /* base font 18pt /**/
    font-size: 125.0%; /* base font 20pt /**/
    font-size: 137.5%; /* base font 22pt /**/
    font-size: 150.0%; /* base font 24pt /**/
    font-size: 162.5%; /* base font 26pt /**/

    font-size: 100.0%; /* base font 16pt /**/
    font-size:  87.5%; /* base font 14pt /**/
}
/*=============================================/**/

/*===============================================/**/
/* Accessibility : Base foont sizes              /**/
/*===============================================/**/
body.xxl
{
   font-size: 150.0%; /* base font 24pt /**/
}
body.xl
{
   font-size: 125.0%; /* base font 20pt /**/
}
body.l
{
   font-size: 112.5%; /* base font 18pt /**/
   font-size: 100.0%; /* base font 16pt /**/
}
body.m
{
   font-size:  87.5%; /* base font 14pt /**/
   
}
body.s
{
   font-size: 75.0%; /* base font 12pt /**/
}

/*=============================================/**/

img
{
    width:20%;
}

.title_bar img
{
    width:50%;
}
.left_feature_block .banner img
{
    width:25%;
}
.center_col, .right_index_col, .left_index_col, .top_bar, .base_bar ,
.right_feature_block, .left_feature_block , .ToggledContent, .crumbs, .left_col, .hide,
.right_search_block, .left_search_block { border: solid 1px #aaa; padding:0.25em; margin:0.25em;}
.right_index_col, .left_index_col, .top_bar, .base_bar { background-color:#fafafa;}
.right_index_col { width:auto;}
.item .hide {display:none;}


.acc-panel
{
}


