﻿body
{
    background: #666666 url(../images/bodyback.jpg) repeat-x top left;
    /*background-color: #666666;*/
    margin-left: auto;
    margin-right: auto;    
}

.masterContentDiv
{
    width: 780px;    
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border: solid 3px silver;
    height: 100%;       
}

.masterMenuDiv
{
    width: 775px;
    clear: both;
    float: none;    
    height: 21px;
    border-bottom: solid 1px silver;
    border-top: solid 1px silver;
    text-align: left;
    font-family: Verdana;
    font-size: 11px;
    color: White;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 5px;
    background: white url(../images/menu_back.jpg) repeat-x bottom left;
    
}

.flashMessageHeader
{
    width: 775px;
    clear: both;
    float: none;    
    height: 17px;
    background-color: Silver;
    text-align: left;
    font-family: Verdana;
    font-size: 11px;
    color: black;
    font-weight: bold;
    padding-top: 3px;
    padding-left: 5px;
    background: white url(../images/DivTitleBack.jpg) repeat-x bottom left;
    
}

.flashMessageContent
{
    width: 770px;
    clear: both;
    float: none;        
    background-color: White;    
    text-align: left;
    font-family: Verdana;
    font-size: 11px;
    color: Navy;
    font-weight: normal;    
    padding: 5px;    
}

.masterFont
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;    
}

.timetableFont
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;    
}

.errorFont
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: Red;
}

.successFont
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #009900;
}

.headerLinks
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: White;
    border: none;
}

.headerLinks:hover
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: Yellow;
}

.divLinks
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: black;
    border: none;
}

.divLinks:hover
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: #800080;
}

.divTitle
{     
    color: black;
    background-color: silver;
    text-align: center;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    height: 17px;
    padding-top: 3px;
    background: white url(../images/DivTitleBack.jpg) repeat-x bottom left;    
}

.divHomePageLatest
{
    text-align: left;
    width: 780px;
    padding-top: 5px;
    padding-bottom : 5px;
    background-color: #464646;    
    height: 100%;
    background: white url(../images/DivLatestBack.jpg) repeat-x top left;  
}

.mainHeader
{
    background-image: url('../images/SiteHeader.png');     
}

.divLogInPage
{
    width: 780px;     
    background-color: #464646;    
    height: 100%;
    background: white url(../images/DivLatestBack.jpg) repeat-x top left;  
}

.divContentPage
{
    width: 780px;
    background-color: #E0DFE3;
    height: 100%;
}

.adminMainDiv
{
    width: 630px;
    height: 680px;    
    background: white url(../images/CoHaWatermark.png) repeat-x bottom left;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal; 
    float: left;                           
}

.adminMenu
{     
    color: white;
    background-color: black;
    text-align: center;
    font-family: Verdana;
    font-size: 11px;    
    height: 17px;
    padding-top: 3px;
    border-left: solid 1px silver;
    border-right: solid 1px silver;
    border-bottom: solid 1px silver;
    background: black url(../images/adminMenuBack.jpg) repeat-x bottom left;    
}

.adminGridAltRow
{
    color: black;
    background-color: #AAFFAA;
}

.infoGridAltRow
{
    color: black;
    background-color: #F0F0F0;
}

.timetable
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    border: none;    
    border-collapse: collapse;
    background-color: Transparent;
    
    
}

.timetable td
{
    border-width: 1px;
    padding: 1px;
    border-style: solid;
    border-color: silver;
    background-color: Transparent;
    overflow: hidden;
    height: 40px;
}

.staticDiv
{    
    height: 680px;        
    background-image:url('../images/CoHaWatermark.png');
    background-repeat:no-repeat;
    /*background-attachment:fixed;*/
    background-position:center;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;                                
}