﻿.standardFont
{
	font-size: 9pt; 
	font-family: Tahoma,Arial,sans-serif;
}

.standardGridFont
{
	font-size: 9pt; 
	font-family: Tahoma,Arial,sans-serif;
}

.messageFont
{
	font-size: 9pt;
	margin-right: 120pt;
	font-family: Tahoma,Arial,sans-serif;
	background-color: #FFFF99;
}
.messageFont1
{
	font-size: 9pt;
	font-weight: bold;
	font-family: Tahoma,Arial,sans-serif;
	color: #FFFFFF;
}
.messagePanel1
{
	border: solid medium black;
	margin-right: 120pt;
	background-color: Red;
}

.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;
}

.pageSubHeader
{
	border: 1px solid #C6C6C6;
	font-weight: bold;
	font-size: 100%;
	width: 300px;
	background-color: #DBE9F7;
	text-align: left
}

.tableHeader
{
	background-color: #DBE9F7;
	border-bottom-width: 1px;
	border-bottom-color: #C6C6C6;
	border-bottom-style: solid;
}

.tableHeaderStyle
{
    padding:5px 35px 5px 35px;
}

.tableRow
{
	background-color: #E1E1E1;
}

.boldLabel
{
	font-weight: bold; 
	font-size: 9pt; 
	font-family: Tahoma,Arial,sans-serif;
	color: #000000;
}

.boldBlue
{
	color: blue;
	font-weight: bold; 
	font-size: 9pt; 
	font-family: Tahoma,Arial,sans-serif;
	color: #003366;
}
.noticeLabel
{
	font-size: 9pt; 
	font-weight: bold; 
	color: #000000;
}


.dimLabel
{
	color: #666666;
	font-size: 9pt; 
	font-family: Tahoma,Arial,sans-serif;
}

.smallerLabel
{
	font-size: 9pt;
	font-weight: normal; 
}

.smallerText
{
	font-size: 9pt;
}

.smallerDimLabel {
	font-size: 8pt;
	color: #666666;
	margin: 0px 0px 0px 0px;
}

.loginFrame
{
	width: 400px; 
	height: 400px;
}

.mapImage
{
	border: 1px solid #C6C6C6;
}

.headerStyle
{
	margin: 0px 3px 0px 3px;
	background-image: url( '../../Images/menu_curve.gif' );
	background-repeat: repeat-x;
}

body {
	margin: 0px 3px 0px 3px;
	/*	background-image: url( '../../Images/Background.gif' );
	background-repeat: repeat-x;
	background-color: #DCDCDC;*/
	font-size: 9pt;
	font-weight: normal;
	font-family: Tahoma,Arial,sans-serif;
}

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: #800000;
	font-size: 9pt; 
	font-family: Tahoma,Arial,sans-serif;	
	text-decoration:none;
}



a:link
{
	font-size: 9pt; 
	font-family: Tahoma,Arial,sans-serif;
}

a:hover 
{
	text-decoration: underline;
}