@charset "utf-8";
/* CSS Document */


 a
    {
        text-decoration:none;
    }   
    
     a:visited
    {
        color:#0000EE;
    }  
        
    .header 
    {
        width: 100%; 
        left: 0;
        right:0; 
        top: 0;
    }
    
    .header_details
    {
        width:100%; 
        color:White; 
    }
    
    .header_details td#tdcontainer
    {
        border-bottom: solid 1px gray; 
        border-left: solid 1px gray; 
        border-top: solid 1px gray;
        border-right: solid 1px gray;
        width:100%;
        
    }
    
     .header_details td#links
    {
      background-color:#E2E2E2;
      width:90%;
      text-align:right;
      vertical-align:top;
      padding-right:10px;
      padding-top:10px;
    }
    
    .header_details td#leftsection
    {
      background-color:#E2E2E2;width:10%;
    }
    
    .header_details td#h1
    {
       font-size:10pt;
       text-align:center; 
       background-color: #706E6F;
       padding:5px;
    }
    
    
     .header_details td#h2
    {
       font-size:12pt;
       text-align:center; 
       background-color: #706E6F;
       padding:5px;
    }
  
    .header_details td#separator
    {
      background-color:White;
      height:10px;
    }
    
    #container 
    {
        margin-top: 30px;
        width:100%;
    }
   #footer
   {
       bottom: 0px; 
       width: 100%; 
       padding-top: 10px;
       border-top:1px solid gray;
   }


table.listview
{
    border:1px solid gray;
    border-collapse:collapse;
    padding:5px;
}

table.listview th
{
    background-color:#F0F0F0;
    padding:10px;
    border:1px solid gray;
    vertical-align:top;
}

table.listview td
{
    border:0px ;
    border-bottom:1px solid gray;
    
}

.pager 
{
    background-color:#F0F0F0;
}
.pager table td
{
   border-bottom:0px;
   background-color:#F0F0F0;
}

table.nested td
{
     border:0px;
}


.listview upperborder
{
    border-top: 1px solid #CCCCCC;
  
}

.listview lowerborder
{
    border-top: 1px solid #CCCCCC;
   
}

  .Fontfix
        {
            font-size: 12px;
        }
        
        .aligncenter
        {
            text-align:center;
        }
 
 a.txt       
 {
     color:#3C3C3C;
 }
 
  a:visited.txt       
 {
     color:#3C3C3C;
 }
 
 .legendtxt
 {
     color:#3C3C3C;
 }
 
 .divcontainer
 {
     position:relative;  height: 120px;width:150px;
  
}
 
 .AdminErrMsg
 {
     color:Red;
 }
 
 .labelheader
 {
     color:#3C3C3C;
     font-weight:bold;
 }
 h1
 {
     color:#3C3C3C;
 }
 
a.lnk1 {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
}
a.lnk1:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}