/* AppLook Style Sheet
   Design:       Tabular
   Style Sheet : layout

*/



.container
{
 position:absolute;

 background-color: white;
 width:99%;
}

.sub
{
 background-color: #B5C7CE;
 position:absolute;
 width:100%;
 left:0px;
 top:52px;
 color:black;
text-align:center;
}

.tabcontainer
{
 position:absolute;
 left: 180px;
 border:none;
 top:131px;
 margin-left:2px;
 z-index:100;

}

.tab
{
        float:left;
        background-color: white;


        text-align:center;

        font-size : 14px;

        background-image : url(../images/tab.gif);
        background-repeat:no-repeat;
        width : 99px;

}

.tabselected
{
        float:left;
        background-color: white;

        text-align:center;

        border-bottom:1px solid white;

        background-image : url(../images/tabselected.gif);
        background-repeat:no-repeat;
        width : 100px;
        font-size : 14px;
        color:black;
}



.submenu
{
 position:absolute;
 left:180px;
 top:89px;
 background-color: white;
 margin-left:2px;
 text-align:left;
 border:none;
}

.header
{
 position:absolute;
 background-color: white;
 border:none;
 width:100%;
 color:white;
 height:95px;
 margin-top:0;
text-align:center;
 }

.mainmenu
{
 position:absolute;
 width:100%;

 top:96px;
 border:none;
 background-color: #DDDDDD;
 text-align:center;
 border-bottom:1px solid silver;
 border-left:1px solid silver;

 border-right:1px solid silver;
 border-top:6px solid #B5C7CE;
}


.main
{
 position:absolute;
 left:187px;
 top:141px;
 background-color:white;
 margin-top:5px;
 margin-left:0px; text-indent:0;
 padding-left: 10px;
 border-top:1px solid silver;
 padding-right:20px;

}

.main p {font-size:14px; margin:10px}
.main h3 {font-size:18px; font-family:arial; padding:3px;}

.sidecontent
{
	position: absolute;
	left:0px;
        top:124px;
        width:175px;
        background: white;
       
	text-align: left;
        color:black;
    padding-top:0px;
    margin-top:0;

}


.sidesection
{
        margin-top:4px;
        border:1px solid silver;
        text-align:center;
        padding-bottom:5px
}

.sectiontitle
{
        background-color: #DDDDDD;
        text-align:center;
        border-left:4px solid #B5C7CE;
        border-bottom:1px solid silver;
        font-family: arial,sans-serif ;
        font-size: 9pt ;
       


}

.footer {
        width:100%;
        text-align: center;
        border-top:1px solid #B5C7CE;
        color: gray;
        font-family: arial,sans-serif ;
        font-size: 6pt ;
        margin-bottom: 5em;
        margin-top: 3em;
        margin-left: 1em; 
        margin-right: 1em; 
        font-weight: normal; }
.footer b {font-size:6.5pt}