﻿html,body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size: 10.5pt;
    font-style: normal;
    text-decoration: none;
    
	height: 100%; /* needed for container min-height */
    color:  #222222;
    background-color: #F0F0F0;

    

}    
    
    

#MainContainer {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	/*width: 910px;*/
    width: 90%;
	
	
    padding:0px 20px 0px 20px; 

	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height: 100%; /* real browsers */
    z-index: 1;
  
    color:#000000;
    background-color: #FFFFFF;
  
}


#HeaderContainer {
	position: relative;
	top: 0px;
	height: 120px;
	/*width: 1024px;*/
    width: 95%;
	background: transparent url("logo_header.png") ;
	background-repeat:no-repeat;
	background-position:0px 0px;
	z-index: 2;

  
}


#MainTheme{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24pt;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    padding: 20pt;


}



.BottomMenuContainer {
    margin: 0px;
    
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    
    height: 60px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #B9BABC;
    bottom:0;
    position:absolute;
    width:700px;

}


.BottomMenuList {
	margin: 0px;
}


.TopMenuContainer {
	
	
    font-size: 12pt; 
    font-style: normal; 
    font-weight: bold; 
    height:30px;
    
	color:#000000;


}


.bodyText {
    
}

.menuList {
	margin: 0px;
}

ul.menuList
{
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:hidden;
    
}

li
{
    float:left;
    display:block;
}



a.menuItem:link
{
    display:block;
    width:120px;
    font-weight:bold;
    color:#000000;
    
    text-align:center;
    padding:6px;
    text-decoration:none;
    
}

a.menuItem:visited
{
    display:block;
    width:120px;
    font-weight:bold;
    color:#000000;
    
    text-align:center;
    padding:6px;
    text-decoration:none;
    
}

a.menuItem:hover
{
    color:#FFFFFF;
    background-color:#878890;
}


a.menuItem:active
{
    color:#FFFFFF;
    background-color:#878890;
}




h1
{
    
    font-size: 16pt;
    text-align:justify;
    
}

h2
{
    
    font-size: 14pt;
    text-align:justify;
    
}






#ContentContainer
{
    /* real height will be set via javascript*/
    height: 700px;

    min-height:200px;
    margin: 0px 50px 0px 60px;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #B9BABC;
    
}

#PageContent{
    /* real height will be set via javascript*/
    height: 550px;

    overflow:auto;
    margin:30px -30px 0px 0px;
    padding:0px 30px 0px 0px;
}




#MainTableContainer{
    table-layout: fixed;
    vertical-align:top;
}


.MainTable{
    text-align: justify;
    font-size: 10pt;
   

}

.MainTableDataLeft
{
    vertical-align: top;
    width: 33%;
    padding: 0px 20px 0px 0px;
}

.MainTableDataMiddle
{
    vertical-align: top;
    width: 33%;
    padding: 0px 10px 0px 10px;
}

.MainTableDataRight
{
    vertical-align: top;
    width: 33%;
    padding: 0px 0px 0px 20px;
}

.TableHeaderLine
{
    color:#808080;
    background:#000000;
    height:5px;
}


.OrangeText
{
    color:#EC932E;
    font-weight:bold;
}

.TableLeft
{

}

.TableMiddle
{
}

.TableRight
{
}



#LoginForm{
    vertical-align:middle;

}

.data-privacy {
    font-size: 80%;
}

