﻿body
{
    margin:0px 0px 0px 0px;
    min-width:1000px;
    min-height:100%;
     font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
     font-size:9pt;
}

.admintop
{
    width:100%;
    height:33px;
    background:url(/admin/images/admintop.gif);
    color:White;
    line-height:25px;

}

.admintop a:visited, .admintop a:link
{
    color:White;
    text-decoration:none;
    font-weight:bold;
    margin-left:10px;
    margin-right:10px;
}

input
{
    border: solid 1px GrayText;
    font-family:Verdana;
    font-size:8pt;
     
}

input[type="checkbox"]
{
   border:0px; 
}

select
{
    font-family:Verdana;
    font-size:8pt;    
}

.Prefix
{
    
    width:200px;
    font-size:8pt;
    height:20px;    
}

.Separator
{
    clear:both;
}
.UnactiveMouse 
{

    width:21px;
    height:20px;
    float:left;
    margin:0px 0px 0px 2px;

}
.MouseOver
{
    

    width:19px;
    height:18px;
    background-color: #c1d2ee;
    border: #316ac5 1px solid;
    cursor:hand;
    float:left;
    margin:0px 0px 0px 2px;
}

#Bottom
{
    width:100%;
    background:url(/admin/images/AdminBottom.gif) repeat-x bottom;
       
}