﻿  /* List Control CSS*/
.ListContainer					{width:859px;  float:right; background-color:#ffffff; padding:0px 30px 0px 30px;}
.ListWraper					{}  
.ListWraper h1					{font-weight:bold;}
.ListWraper h2					{font-size:18px;font-weight:bold;}
.ListWraper h3					{font-size:16px;}

.ListHeader					
{
   height:100px;
   background-image:url('../../images/inner/logoslogenIn.jpg');
   background-repeat:no-repeat;
   background-position:right;

}

.ListSpacer	{width:0px; height:400px; float:left;}
.ListContent					
{
    width:inherit;
    color:#576064;
    font-size:12px;
    line-height:17px;
    overflow:auto;
} 

.ListContent a:hover
{
text-decoration:underline;
}

.ListLeftZone              
{
    float:left; 
    width:310px; 
    height:inherit;
    padding-right:20px; 

    overflow:auto;
 }
 .ListLeftZone h2             
{

        color:#e3682c;
 
}
.ListLeftZone a            
{
    text-decoration:none; 
    color:#55AAFF; 
    font-weight:bold; 
    font-size:12px;
}

.ListRightZone
{
    float:right;
    padding-left:15px;
    border-left:dotted 1px #5E5E5E;
    width:512px;
    font-size:12px;
    line-height:18px;
    height:100%;
    overflow:auto;
  }

  .ListRightZone h1
{
       
  }

  