@CHARSET "ISO-8859-1";

/* ------------------------------------ General Attributes ---------------------------------------- */

body
{
	font-family: arial;
	font-size: 12px;
	color: #404244;
	background: #ffffff;
}

a
{
	color: #0070C0;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

a:hover
{
	color: #00A2E8;
	font-size: 13px;
}

a:active
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

.activeLink
{
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}

.error
{
	font-weight: bold;
	color: #ff0000;
}

.errorField
{
	background-color: #ffb7b7;
}

/* ---------------------------------- Page Body Attributes --------------------------------------- */

div#pageBody
{
	margin: 0px auto;
	text-align: center;
	max-width: 1100px;
	padding-top: 10px;
}

div#pageBodyLeft
{
	text-align: left;
}

div#pageBodyBorder
{
	text-align: center;
	border-top: 1px solid #9d9d9d;
	border-bottom: 1px solid #9d9d9d;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

table#pageBodyContent
{
	width: 100%;
}

table#pageBodyContent td.fullSize
{
	width: 100%;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

table#pageBodyContent td.fullSizeCentered
{
	width: 100%;
	text-align: center;
	padding-top: 5px;
}

table#pageBodyContent td.halfSizeLeft
{
	width: 490px;
}

table#pageBodyContent td.halfSizeRight
{
	width: 490px;
}

table#pageBodyContent td.quarterSize
{
	width: 245px;
	text-align: center;
}

table#pageBodyContent td.thirdSize
{
	width: 283px;
	text-align: center;
}

div#pageBodyFooter
{
	text-align: right;
	border-top: 1px solid #9d9d9d;
	width: 100%;
	font-size: 10px;
	padding-top: 2px;
}

/* ---------------------------------- Form Attributes --------------------------------------- */

table#formTable
{
	width: 100%;
}

table#formTable td.formTableHeader
{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

table#formTable td.formTableContent
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.formTableContentField
{
	background-color: #f5f5f5;
}