﻿.standardFont
{
    font-size: 9pt; 
    font-family: Tahoma,Arial,sans-serif;
}

.standardGridFont
{
    font-size: 9pt; 
    font-family: Arial,sans-serif;
}

.messageFont
{
    font-size: 12pt;
    font-family: Tahoma,Arial,sans-serif;
    background-color: #FFFF99;
}

.cutLocationFont
{
    font-size: 9pt; 
    font-weight: bold;
    font-family: Tahoma,Arial,sans-serif;
    background-color: #E1E1E1;
}

.pageHeader
{
    border: 1px solid #C6C6C6;
    font-weight: bold;
    font-size: 150%;
    width: 100%;
    background-color: #DBE9F7;
}

.tableHeader
{
    background-color: #DBE9F7;
    border-bottom-width: 1px;
    border-bottom-color: #C6C6C6;
    border-bottom-style: solid;
}

.tableAlternatingRow
{
    background-color: #E1E1E1;
}

.boldLabel
{
    font-weight: bold; 
    color: #000000;
}

.noticeLabel
{
    font-size: 8pt; 
    font-weight: bold; 
    color: #000000;
}

.dimLabel
{
    color: #666666;
}

.smallerLabel
{
    font-size: 8pt;
    font-weight: normal; 
}

.smallerText
{
    font-size: 8pt;
}

.smallerDimLabel
{
    font-size: 8pt; 
    color: #666666;
}

.loginFrame
{
    width: 400px; 
    height: 400px;
}

.mapImage
{
    border: 1px solid #C6C6C6;
}

body
{
    margin: 0px 3px 0px 3px;
    background-image: url( '../../Images/Background.gif' );
    background-repeat: repeat-x;
    background-color: #e7dcb7;
}

ul
{
    margin-left: 10px; 
    padding-left: 10px; 
    margin-top: 1px;
    padding-top: 1px; 
    margin-bottom: 5px;
    padding-bottom: 5px; 
}

img
{
    border-style: none;
}

a
{
	color: blue;
	text-decoration: none;
}

a:link 
{
	color: blue;
	text-decoration: none;
}

a:visited 
{
	color: purple;
	text-decoration: none;
}

a:hover 
{
    text-decoration: underline;
}


