﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

.ibody
{
	margin: 0;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #B51032;
	font-size: small;
}

/* Header Section */

#header
{
	border-top: 3px solid #B51032;
	border-bottom: 1px solid #B51032;
	height: 122px;
	width: 782px;
	}
#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}

#header a:visited
{
	color: #B51032;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#header .breadcrumb
{
	color: black;
	background-color: transparent;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight: normal;
	position: absolute;
	font-style: normal;
	font-variant: normal;
	font-size: small;
	line-height: normal;
	font-family: Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	top: 97px;
	left: 10px;
	height: 25px;
	width: 277px;
}

.Important
{
	font-size: small;
	color: Red;
}

.tdLabel
{
    text-align: right;
    font-weight: bold;
}



.GridHeaderStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFCC;
	text-decoration: underline;
	background-color: #990000;
}
.GridRowStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #330099;
	background-color: #FFFFFF;
}
.DataHeader
{
	background-color: #006699;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-indent: inherit;
}
.DataRow
{
	color: #000066;
	background-color: #FFFFFF;
}
.Table
{
	table-layout: fixed;
}
.BodyText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-left: 1px;
}
.BodyTextLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.BodyTitle
{
	font-family : Verdana;
	font-weight : bold;
	font-size: 20px;
	letter-spacing: normal;
	line-height: normal;
	color: #000000;
}

.SmallText
{
    font-family: Verdana;
    font-weight: normal;
    font-size: 9px;
    color: #000000;
}

.adjustedZIndex_DynamicMenuStyleFixIE8 
{
    z-index: 1;
}