﻿body
{
    background-image: url(../images/bg.jpg);
    
    text-align: center;
    font-size: 10pt;
    color: gray;
    font-family: Verdana;
    margin-top: 0px;
    background-attachment: fixed;
    background-repeat: repeat;
}
.divmain
{
    width: 900px;
    text-align: left;
    background-color: #FFFFFF;
    border-right: #f0f0f0 1px solid;
    border-top: #f0f0f0 1px solid;
    border-left: #f0f0f0 1px solid;
    border-bottom: #f0f0f0 1px solid;
}
.divmenu
{
    background-image: url(../images/menu.jpg);
    

}
.left-bar
{
    padding-left: 5px;
    
}
.left-bar a
{
    text-decoration: none;
    color: Gray ; 
}
.left-bar a:hover
{
    color: #ff9900;
    
}
.right-bar
{
    width: 250px;
    float: right;
    height: 100%;
    display:block; 

    padding-right: 8px;
    padding-top:8px;
}
.right-bar a
{
    color: gray;
    text-decoration:none;
}
.right-bar a:hover
{
    color: #ff9900;
}
.divfooter
{
    width:900px;
}
.divfooter a
{
    text-decoration:none;
    color:Gray;
}
.divfooter a:hover
{
   color: #ff9900;
}
.content1
{
   height: 100%; display: block; font-family: Verdana;
   text-align:justify; 
}
.content1 a
{
    text-decoration: none;
    color: #0066cc;
}
.content1 a:hover
{
    text-decoration: underline;
    color: #ff9900;
}
.content1 input
{       
 border-right: silver 1px solid; border-top: silver 1px solid; border-left: silver 1px solid; border-bottom: silver 1px solid;  
 }
.content1 select
{
    border-right: silver 1px solid; border-top: silver 1px solid; border-left: silver 1px solid; border-bottom: silver 1px solid;  
}

.sidebarMenuHeader
{
    font-weight: bold;
    text-align: left;
    font-size: 12pt;
    color: #ff6633;
    font-family: Sans-Serif;
}


.leftbartable
{
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 10pt;
}
.leftbartable td
{
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
    background-color: #fafafa;
}
.leftbartable td:hover
{    
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
    background-color: #ffffff;
}
.rightbartable2
{
    background-color:#fafafa;
    /* #fafafa; */
    font-size: 10pt;
    width: 100%; 
   
}

.rightbartable2noHover
{
    background-color:#fafafa;
    /* #fafafa; */
    font-size: 10pt;
    width: 100%;  
}


.rightbartable2 td:hover
{    
    
    background-color: #ffffff;
}
.rightsidebarMenuHeader
{
    
    font-weight: bold;
    text-align: center;
    font-size: 12pt;
    color: #ff6633;
    font-family: Sans-Serif;
    
    }
#tdrightbartable2
{
    background-color: #fafafa;
    font-size: 10pt;
    width: 100%;
    border: #fafafa 1px solid; 
    /* border: #fafafa 1px solid;    */
    
}
#tdrightbartable3
{
    background-color: #fafafa;
    font-size: 10pt;
    width: 100%;
    border: #fafafa 1px solid; 
    /* border: #fafafa 1px solid;    */
    
}

.tdwithborder
{
     border:solid 1px #999999;
}
