﻿body
{
    margin: 0px;
    font-family: Verdana;
    font-size: 10px;
    background-image: url(../Images/background.gif);
    background-position: top center;
    background-repeat: no-repeat;
}

a
{
    text-decoration: none;
}

.pageFrame
{
    position: absolute;
    left: 40%;
    margin-left: -385px;
    width: 800px;
   
}
td
{
    vertical-align: top;
}

.menuLine
{
    position: relative;
    left: 0px;
    top: 190px;
    background-color: #ac2b2b;
    height: 24px;
    display: block;
}

/* PageClasses */

.pageTitle
{
    position: absolute;
    top: 0px;
    left: 25px;
    font-size: 17px;
    color: #ac2b2b;
    text-align: right;
}

.pageSubtitle
{
    position: relative;
    top: -0px;
    font-size: 9px;
    color: #5d5454;
}

.pageMenuLeft
{
    position: absolute;
    top: 166px;
    left: 15px;
}

.pageMenuRight
{
    position: absolute;
    top: 166px;
    right: 14px;
}

.pageTopMenuLeft
{
    position: absolute;
    top: 141px;
    left: 15px;
}
.pageTopMenuRight
{
    position: absolute;
    top: 141px;
    right: 15px;
}

.pageSubMenuLeft
{
    position: absolute;
    top: 191px;
    left: 15px;
}

.pageSubMenuRight
{
    position: absolute;
    top: 191px;
    right: 14px;
}

.pageContent
{
    position: absolute;
    top: 240px;
    width: 740px;
    left: 15px;
}

.menuItem, .menuItemActive
{
    display: inline-block;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    background-color: #8e909c;
    color: #ffffff;
    margin-right: 1px;
    border-bottom: 1px solid #ffffff;
}
    .menuItem:Hover, .menuItemActive:Hover
    {
        background-color: #bf4e4e;
    }

.menuItemActive
{
    background-color: #ac2b2b;
    border-bottom: 1px solid #ac2b2b;
}

.subMenuItem, .subMenuItemActive
{
    display: inline-block;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ac2b2b;
    color: #ffffff;
    margin-right: 1px;
}
    .subMenuItem:Hover, .subMenuItemActive:Hover
    {
        background-color: #bf4e4e;
    }

.subMenuItemActive
{
    background-color: #bf4e4e;
}

h1, h2
{
	font-family: Century Gothic;
	font-size: 19px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	padding-left: 10px;
}
h2
{
	padding-left: 0px;
	color: Maroon;
	font-size: 14px;
}

.Content
{
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #f0f0f0;
	margin-bottom: 20px;
}

.pageLoginInfo
{
	position: absolute;
	top: 25px;
	right: 15px;
	font-size: 10px;
	color: #5d5454;
}
.ApplicationLink, .ApplicationLinkSelected
{
    display: block;
    padding: 5px;
    font-size: 10px;
    background-color: #e8e8e8;
    color: #000000;
    margin-bottom: 1px;
    margin-right: 20px;
}
.ApplicationLink:hover
{
    background-color: #ac2b2b;
    color: #ffffff;
}

.ApplicationLinkSelected
{
    background-color: #ac2b2b;
    color: #ffffff;
}
.ApplicationLinkSelected:hover
{
    color: #ffffff;
}

.ApplicationPrintTitle
{
    font-size: 12px;
    color: #ac2b2b;
    width: 160px;
    padding-bottom: 4px;
}

.ApplicationPrintDescription
{
    padding-top: 3px;
    color: #444444;
}

.ApplicationPrintDropDown
{
    font-size: 12px;
    width: 150px;
}
.ApplicationPrintButton
{
    font-size: 11px;
    width: 73px;
}

.ApplicationPrintSpacer
{
    border-top: 1px solid #cccccc;
    margin-top: 10px;
}