﻿/*========================================
        Left nav bar
==========================================*/
#leftColumn
{
    /*width:161px; */
    width:164px;
    float:left;
    /*padding:10px 6px; */
    padding:10px 10px 10px 5px;
    height:1%;
}

#leftColumn a.leftNavigation,
#leftColumn a.leftNavigation:visited
{
    text-decoration:none;
    color:#0066cc;
    font-family:Tahoma, Arial;
    letter-spacing:1.5px;
}

#leftColumn a.leftNavigation:hover
{
    color:green;
    text-decoration:underline;
}

#leftColumn h1 
{
    /*color:#ffffff;
    background-color:#598ac2;*/
    color:#666;
    background-color:#ccc;
    border-bottom:1px solid #aaa;
    margin-bottom:4px;
    padding:3px 5px;
    padding-right:1px;
    font-family:Tahoma, Verdana;
    font-variant: small-caps;
    font-size:.9em;
    letter-spacing:1px;
    border-left:4px solid #598ac2;
}

.leftNav
{
    list-style:none;
    font-family:Tahoma, Verdana;
    font-size:.9em;
    width:98%;
}

.leftNav li
{
    display:block;
    list-style-type:none;
    border-bottom:1px solid #eeeeee;
    margin-bottom:2px;
}

.leftNav li a 
{
    display:block;
    margin:0;
    background-image:url(../images/leftNavArrow.gif);
    background-repeat:no-repeat;
    background-position:2% center;
    color:#000000;
    text-decoration:none;
    padding-left:12px;    
    padding-top:2px;
    padding-bottom:2px;
}

.leftNav li a:hover 
{
    background-image:url(../images/leftNavArrow_over.gif);
    background-color:#598ac2;
    color:#ffffff;
}

.divExpandLink
{
    padding-left: 5px; 
    margin-bottom:10px; 
    margin-top:10px;
    text-align:right;
}

/*========================================
    Left Filter section
==========================================*/

#divLeftFilters
{
    background-color:#eeeeee; /*c0d4db;*/ 
    border:1px solid #ccc; 
    height:1500px;
    padding-top:10px;
    padding-left:2px;
    overflow:auto;
}

#divLeftFilters h2
{
    text-align:center;
    font-family:Verdana;
    color:#6699cc;
    font-size:1.3em;
    border-bottom:2px inset #eee;
    margin-bottom:5px;
}

#divLeftFilters h3
{
    background-color:#eee;
    padding:2px;
    margin-bottom:5px;
}

#leftFilters
{
    list-style:none;
    font-family:Tahoma, Verdana;
    font-size:1em;
    width:100%;
    margin-bottom:2px;
}

#leftFilters li 
{
    background-color:#598ac2;
    border-bottom:1px solid #eee;
}

#leftFilters li a 
{
    display:block;
    margin:0;
    color:#ffffff;
    text-decoration:none;
    padding-left:12px;    
    padding-top:4px;
    padding-bottom:4px;
    font-weight:bold;
}


#leftFilters li a:hover
{
    background-repeat:repeat-x;
    background-image:url(../images/leftNavArrow_over.gif);
    background-repeat:no-repeat;
    background-position:2% center;
    background-color:#526380;
}

#leftFilters li a.selected
{
    background-repeat:repeat-x;
    background-image:url(../images/leftNavArrow_over.gif);
    background-repeat:no-repeat;
    background-position:2% center;
    background-color:#526380;
}


.leftNavFilter
{
    list-style:none;
    font-family:Tahoma, Verdana;
    font-size:.9em;
    width:98%;
}

.leftNavFilter li
{
    display:block;
    list-style-type:none;
    /*border-bottom:1px solid #eeeeee;*/
    margin-bottom:3px;
}

.leftNavFilter li a 
{
    display:block;
    margin:0;
    /*background-image:url(../images/leftNavArrow.gif);
    background-repeat:no-repeat;
    background-position:1% center;*/
    color:#2d2e2e;
    text-decoration:underline;
    padding-left:4px;    
    padding-top:2px;
    padding-bottom:2px;
    font-family:Sans-Serif, Arial;
}

.leftNavFilter li a span 
{
    text-decoration:none;
    color:#666;
    text-decoration:none;
}

.leftNavFilter li a:hover 
{
    text-decoration:underline;
    color:green;
}
