﻿body
{
    font-family: Arial;
    font-size: 13px;
}

a:link
{
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
}

a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}

a:active
{
    color: #12eb87;
}

input:hover
{
    color: #1d60ff;
}

.spacer
{
    clear:both;
    height:5px;
}

.centerdiv
{
    margin:auto;
}

.maindiv
{
    width: 920px;
}

.leftdiv
{
    float:left;
}

.rightdiv
{
    float:right;
}

.corner
{
    background-position:right top;
    background-image:url('../../Images/rightcorner.png');
    background-repeat:no-repeat;
}

.menusidebar
{
    width: 200px;
}

.tab
{
    text-decoration:none; 
    font-size:16px; 
    font-weight:bold; 
    font-family:Courier New;
    padding:5px;
    border-top-style:solid;
    border-left-style:solid;
    border-right-style:solid;
}

.modalbackground
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.HoverMenu
{
    visibility: hidden;
    background-color: #FF9933;
    color: #660000;
    filter:alpha(opacity=90);
    opacity:0.9;    
}

.MainMenuItem
{
    font-size:20px; 
    padding:5px; 
    text-decoration:none; 
    font-family:Courier New; 
    font-weight:bold;
}

.SubMenuItem
{    
    font-size:16px;
    margin-left:5px;
    text-decoration:none; 
    font-family:Courier New; 
    font-weight:bold;
    color:#660000;
}

.LoginDiv
{
    float:right;
    margin-top:3px;
    width:420px;
}

.WhosIn
{
    font-size:20px;
    font-weight:bold;
    text-decoration:none;
    font-family:Courier New;
    padding:5px;
}

.SidePanelMessage
{
    border-width: thin;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #003300;
}

#HeadCntDiv
{
    float:left;
    width:910px;
}

#LogoDiv
{
    float:left;
    width:350px;
    margin-left:5px;
}

#PageTitleDiv
{
    float:left;
    border-width: medium; 
    border-color: #FFCC66; 
    margin-left:10px; 
    width:900px; 
    border-bottom-style: solid;
}
