﻿@import url(Skin.editor.css);

table.MainTable
{
    width: 900px;
}

.TopArea
{
    width: 900px;
}

.topBannerLogo
 {
    float:left;
    width:217px; 
    height: 142px;   
}

.topBannerRight
{
    display:inline-block;
    float: left;    
}


* html .topBannerRight
{
    display:inline;
}



.leftNavBackground 
{
    width:209px; 
    min-height: 549px;
    background-image: url(images/leftNavBackground.jpg);
    text-align:center;
    background-repeat:no-repeat;
    background-color:#667CA1;
    vertical-align:top;
    margin-left:0px;
}


* html .leftNavBackground
{
    height:549px;
}


.searchBackground
 {
    width: 147px;
    height: 81px;
    background-image: url(images/searchBackground.jpg);
    margin-top: 31px; 
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    background-repeat:repeat-x; 
    padding-top:3px;
    
}

.searchBackground br
{
    font-size:3px;
}

.BottomNavLabel
{
    text-align:center;
    margin-top: 31px;
}

* html .BottomNavLabel
{
     display:inline-block;   
}



.ContentPane
{
margin-top:60px;
margin-left:60px;
margin-right:60px;
display:inline-block;
}



.ICCSLeft
{
}

.ICCSLeft a,
.ICCSLeft a:hover,
.ICCSLeft a:visited 
{

    color:White;
    text-transform:uppercase;
    font-weight:bold;

    font-size:11.5px;
    text-align:left;
    font-family:Arial,"serif"; 
    padding-left:23px;
    padding-top: 8px;
    padding-bottom:4px;
   
    display: block;
    list-style-type:none;
    white-space:nowrap;
}

.ICCSLeft ul
{
    list-style-type:none;
    margin-left:9px;
    padding:0px;
    margin-bottom:0px;
}


.ICCSLeft .nav_level1 li
{
    padding-bottom:0px;
    background-image:url(images/LeftMenuMainItemBkg.png);
    background-repeat:no-repeat;
    min-height: 32px;
}

    * html .ICCSLeft .nav_level1 li
    {
        height: 32px;
    }
    
.ICCSLeft li.nav_first
{
    background-image:url(images/LeftMenuMainItemBkg_First.png);
}

    .ICCSLeft li a
    {
    }

    .ICCSLeft li.nav_first a
    {
    }

    .ICCSLeft ul.nav_level2
    {
        margin-left: 0px;
        padding-bottom: 6px;
        background-image: url(images/LeftMenuSubItemBkg.png);
        background-repeat: repeat-y;
    }
        
  
        .ICCSLeft .nav_level2 li 
        {
            min-height: 0px;
            margin-top: 5px;
            margin-left: 10px;
            background: none;            
        }

            * html .ICCSLeft .nav_level2 li { 
                height: auto; 
                display: inline-block;                               
            }
            
            .ICCSLeft .nav_level2 li a
            {
                height: 10px;
                color:#1D2F54;
            }
            .ICCSLeft .nav_level2 li a:hover,
            .ICCSLeft .nav_level2 li a:visited
            {
                
                color:#1D2F54;
            }
        
.ICCSLeft .nav_first
{
}


.LeftMenuFooter
{
float: left;
margin-left:0px;
padding-left:0px;

}