﻿body
{
    color: #ffff66;
    font-family: Arial;
    font-size:12px;
    background-color: #000099;
}

A:link
{
    color: #66ff00;
    text-decoration: none;
}

A:visited
{
    color: #00cc00;
    text-decoration: none;
}

A:active
{
    color: #ffcc33;
    text-decoration: none;
}

A:hover
{
    color: #ffffcc;
    text-decoration: none;
}

A:Command:link
{
    color: #66ff00;
    text-decoration: none;
}

A:Command:Visited
{
    color: #00cc00;
    text-decoration: none;
}

A:Command:Hover
{
    color: #ffffcc;
    text-decoration: none;
}

#header
{
    margin:0px;
    padding:0px;    
    border:0px;
    height:40px;
}

#title
{
    font-size: 30px;
    font-family: Arial;
    font-style: italic;
    border:1px;
    float:left;
}

#logname
{
    right:0px;
    text-align: right;
    border:1px;
}

#main 
{
    margin:0px;
    padding:0px;
    border:1px;
}

#menuPane
{
    font-size:14px;
    margin:0px;
    border:0px;
    padding:0px;
    margin-bottom:2px;
    z-index:9999;
}

#content
{
    background-color: #003399;
    left:0px;
    top:30px;
    padding:0px;
    height:100%;
    width:100%;
}

#ContentPlaceHolder1
{
    height: 100%;
    width:100%;
}

#footer
{
    text-align: right;
}

.title
{
    font-size: large;
    text-transform: capitalize;
}

.description
{
    font-style: italic;
}

.subject
{
    font-size: large;
    text-transform: capitalize;
}

.body
{
    font-style: italic;
}

.alternate
{
    background-color: #000099;
}

.control
{
    font-size: 12px;
    border-right: #ffff66 1px solid;
    border-top: #ffff66 1px solid;
    border-left: #ffff66 1px solid;
    border-bottom: #ffff66 1px solid;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.titledBox
{
    font-size:12px;
    border-right: yellow 1px solid;
    border-top: yellow 1px solid;
    border-left: yellow 1px solid;
    border-bottom: yellow 1px solid;
    margin:0px;
}

.titledBoxTitle
{
    color: yellow;
    background-color: #0000cc;
    text-align: center;
    border-bottom: yellow 1px solid;
}

.titledBoxBody
{
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    margin: 0px;
    padding-top: 2px;
}

.status
{
    color: red;
}
