﻿.LeftNavigationHeader 
{
    
color: #fff;
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 88%, #207cca 100%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(88%,#2989d8), color-stop(100%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 88%,#207cca 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 88%,#207cca 100%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 88%,#207cca 100%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 88%,#207cca 100%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */








    white-space: normal;
    padding-top: 8px;
    padding-right: 2px;
    padding-bottom: 6px;
    padding-left: 6px;
    font-size: 16px;
    color: #fff;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-top: 0px;
}
.LeftNavigationHeader a:link {color: #fff; text-decoration: none;}
.LeftNavigationHeader a:hover {color: #fff; text-decoration: none;}
.LeftNavigationHeader :visited {color: #fff; text-decoration: none;}
.LeftNavigationHeader a:active {color: #fff; text-decoration: none;}
.LeftNavigationHeader a:focus{color: #fff; text-decoration: none;}





.LeftNavigationLevels
{
    color: black;
    font-size: 14px;
    line-height: 20px;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-top: 0px;
    background-color: #d2d2d2;
    padding:0px;
}

.LeftNavigationLevels a:link {text-decoration: none; color: #000; font-size: 14px; line-height: 20px; display:block; padding-top: 6px;
    padding-right: 2px;
    padding-bottom: 4px;
    padding-left: 10px;}
.LeftNavigationLevels a:visited {text-decoration: none; color: #000; font-size: 14px; line-height: 20px;}
.LeftNavigationLevels a:hover {text-decoration: underline; color: #000; font-size: 14px;line-height: 20px; background-color: #99ccff; background-color: white; }
.LeftNavigationLevels a:active {text-decoration: underline; color: #000; font-size: 14px; line-height: 20px;}
.LeftNavigationLevels a:focus {background: white;}

.LeftNavigationLastLevel
{
    background-color: #a0a0a0;
    font: 14px "Segoe UI" ,Arial,Helvetica,sans-serif;
    color: #000;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-top: 0px;
    padding-top: 4px;
    padding-right: 2px;
    padding-bottom: 3px;
    padding-left: 20px;
    line-height: 20px;
}

.LeftNavigationContainer
{
    border: 2px solid #fff;
}



/*div class */
.inner
{
    border:0px solid gray;
    margin:0px;
    height:auto;
}

.line-separator{

height:1px;

background:#717171;

border-bottom:1px solid #313030;

}


/*simpleform class*/
.simpleform {
	list-style: none;
}
   
    .simpleform li {
        margin-bottom: 8px;
        margin-left:-35px;
    }
    
    /* span labels */
.label {
    /* comment by cl  display: block;  */
    font-weight: bolder;
    text-align: left;
    margin-bottom: 3px;
}



