﻿body
{
    font-size: 12px;
    font-family: 'Bookman Old Style' , Arial;
}
h1
{
    font-size: 15px;
}
a:link, a:visited
{
    text-decoration: none;
    color: #8B0000;
    font-size: 12px;
    font-family: 'Bookman Old Style' , Arial;
}
a:hover
{
    color: Red;
}
DIV.Header
{
    top: 0px;
    left: 0px;
    position: absolute;
    Width: 100%;
    
}
DIV.Content
{
    left: 2px;
    position: relative;
    width: 100%;
    top: 119px;
    
} 

DIV.ContentChat
{
    left: 2px;
    position: relative;
    width: 100%;
    top: 30px;
}    

DIV.ContentJournal
{
    left: 0px;
    position: absolute;
    width: 100%;
    top: 65px;    
    
}  

DIV.ContentJournalOther
{
    left: 0px;
    position: absolute;
    width: 100%;
    top: 45px;    
    
}        

.GridMain
{
    border-right: gainsboro thin solid;
    border-top: gainsboro thin solid;
    border-left: gainsboro thin solid;
    border-bottom: gainsboro thin solid;
    background-color: White;
    width: 600px;
}
.GridRow
{
    background-color: #FFFFFF;
}
.GridSelectedRow
{
    background-color: #CCFFFF;
}
.GridHeader
{
    background-color: #ADD8E6;
    font-weight: bold;
    text-align: left;
}  


#MenuWrapper
{
margin-left: 1px;
text-align: left;
 
}

.MainMenu
{
   
}

.StaticMenuItemStyle, .StaticMenuItemStyle a:link, StaticMenuItemStyle a:visited
{
    color: white; 
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    font-family: 'Bookman Old Style' , Arial;
    
    padding-left: 5px;
}

.StaticHoverStyle, .StaticHoverStyle  a
{
     color: Black;
    
}

.StaticSelectedStyle, .StaticSelectedStyle a
{
    color: #223188;
    background-color: Blue;
    
}

.DynamicMenuItemStyle
{
    font-size: 14px;
    color: #707070;
    background-color: #F2F2F2;
    padding: 4px 2px 4px 3px;
}

.DynamicHoverStyle
{
    
    color: white;
    
}

.DynamicHoverStyle a
{
      text-decoration: none;
      background-color: White;
}


    
             
      

