﻿.void{} /* For W3C CSS Compliance */

html { overflow: scroll; }

body
{
	margin: 0 0 0 0;
	padding: 1px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	overflow: hidden;
}

form
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

img { border-style: none; }

a
{
	color: #0000ff;
	text-decoration: none;
	outline: none;
}

a:hover
{
	color: #ff3300;
	text-decoration: none;
	outline: none;
}

a:active { outline: none; }

ul
{
	padding: 0 0 0 0;
	margin: 0 0 10px 20px;
}

ul li { padding: 2px 0 0 0; }

h1, h1 a, h1 a:hover
{
	font-size: 24px;
	margin: 0 0 0 0;
	font-weight: bold;
    color: #0000A0;
}

h2, h2 a, h2 a:hover
{
	font-size: 24px;
	margin: 0 0 0 0;
	font-weight: bold;
    color: #FF0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3, h3 a, h3 a:hover 
{
	font-size: 16px;
	margin: 0 0 0 0;
	font-weight: bold;
    color: #008000;
}

h4, h4 a, h4 a:hover
{
	font-size: 16px;
	margin: 0 0 0 0;
	font-weight: bold;
    color: #000000;
}

h5, h5 a, h5 a:hover
{
	font-size: 16px;
	margin: 0 0 2px 0;
	font-weight: normal;
    color: #000080;
}

h6, h6 a, h6 a:hover
{
	font-size: 12px;
	margin: 0 0 0 0;
	font-weight: bold;
    color: #CC0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr
{
	border-style: none;
	border-width: 0;
	height: 1px;
	line-height: 1px;
	color: #000000;
	background-color: #000000;
	margin: 2px 0 8px 0 !important;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* Generic */
.clear { clear: both; }
.cursor { cursor: pointer; }
.italic { font-style: italic; }
.tcenter { text-align: center; }
.tright { text-align: right; }
.tleft { text-align: left; }
.vmiddle { vertical-align: middle; }
.vtop { vertical-align: top; }
.strike { text-decoration: line-through; }
.hide { display: none; }
.floatleft { float: left; }
.floatright { float: right; }
.large { font-size: 16px; }
.small { font-size: 11px; }
.smaller { font-size: 10px; }
.overflowhidden { overflow: hidden; }
.fullwidth { width: 100%; }
.highlight { color: #ff0000; }
.highlightblue { color: #0000ff; }

/* Forms */

.formslines
{
    width: 440px;
    margin: 5px 0 0 0;
    padding: 2px 0 0 0;
    height: 22px;
}

.formslabels
{
    margin: 0 5px 0 0;
    padding: 0 0 0 0;
    width: 210px;
    float: left;
    text-align: right;
}

.formshalfarea
{
	width: 220px;
	margin: 5px 0 0 0;
    padding: 2px 0 0 220px;
}

.validationsummary
{
	font-size: 11px;
	color: #CC0000;
	background-color: #eaeaea;
	padding: 5px 5px 5px 5px;
	margin: 0 10px 20px 10px;
	display: block;
	font-weight: normal;
}

.required
{
	font-size: 11px;
	color: #CC0000;
	margin: 0 4px 0 1px;
}

.validationflag
{
	font-size: 9px;
	color: #CC0000;
	position: absolute;
	margin: 0 1px 0 2px;
}

/* Form Elements
--------------------------------------------------*/

.box
{
    font-size: 12px;
    height: 15px;
    color: #000000 !important;
    border: solid 1px #000000;
    background-color: #ffffff !important;
    margin: 0 0 0 0;
    padding: 1px 1px 1px 1px;
}

.boxlarge
{
	font-size: 12px;
    color: #000000 !important;
    border: solid 1px #000000;
    background-color: #ffffff !important;
    margin: 0 0 0 0;
    padding: 1px 1px 1px 1px;
    width: 418px;
    height: 80px;
}

.dropdown
{
    font-size: 12px;
    color: #000000 !important;
    border: solid 1px #000000;
    background-color: #ffffff !important;
    margin: 0 0 0 0;
    padding: 1px 1px 1px 1px;
}