﻿.Buttons
{
	border-top: 1px solid #888888;
	clear: both;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.CAURadioButton
{
	font-family: Georgia, Times New Roman, Serif;
}

.CAUTextBox, .CAUDropDownList
{
	border: 1px solid #888888;
	font-family: Georgia, Times New Roman, Serif;
}

.Criteria
{
	clear: both;
	display: inline;
	float: left;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: bold;
	padding-right: 15px;
	text-align: right;
	width: 150px;	
}

.Example
{
	color: #888888;
	font-weight: normal;
}

.Form
{
	background-color: #ffffff;
	border: 1px solid #999999;
	font-family: Georgia, Times New Roman, Serif;
	padding: 5px 0px 0px 0px;	
}

.Form .Warning
{
	background-color: #eecccc; 
	border: none;
	border-bottom: 1px solid #888888; 
	clear: both; 
	color: #AA0000;
	display: block;
	font-weight: bold;	
	margin: 0px 0px 0px 0px;
	padding: 2px 7px 2px 7px; 
	zoom: 100%; /* IE6-7 Hack */	
}

.Form .Shadow
{
	margin-left: 0px;
	margin-right: 0px;
}

.Grid
{
	border: 1px solid #999999; 
	width: 100%; 
}

.GridHeader
{
	background-color: #598D72; 
	background-image: url( ../Images/HeaderGradient.gif ); 
	background-position: bottom left; 
	background-repeat: repeat-x; 	
	color: white; 
	font-weight: bold; 
}

.GridHeader TH
{
	padding: 3px 5px 3px 5px;
}

.GridHeader A
{
	text-decoration: none;
	color: #eeeeee;
}

.GridHeader A:hover
{
	text-decoration: underline;
}

.GridRow TD,
.GridRowOn TD,
.GridRowOver TD
{
	border-bottom: 1px solid #cccccc;
	padding: 3px 5px 3px 5px; 
	vertical-align: top;	
}

.GridRowOn
{
	background-color: #339966; 
	color: White; 
}

.GridRowOver
{
	background-color: #C0C0D0; 
}

.InputAlternate
{
	border-top: 1px solid #888888;
}

.InputItem
{
	clear: both;
	display: block;
	padding-top: 5px;
}
.InputItem UL LI
{
	list-style-Image:url(../images/SmallBullet.gif);
}

.InputItemGroup
{
	clear: both;
}

.Inputs
{
	display: inline;
	float: left;	
}

.Instructions
{
	background-color: #eeeeee; 
	border-bottom: 1px solid #888888; 
	border-top: 1px solid #888888;
	clear: both; 
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 7px 2px 7px; 
	zoom: 100%; /* IE6 Hack - Prevent from being Invisible */
}

.Instructions LABEL
{
	font-weight: bold;
}

.NoData
{
	border: 1px solid #999999; 
	padding: 5px 5px 5px 5px;
}

.PillButton, 
.PillButtonOver,
.PillButtonLarge,
.PillButtonLargeOver
{
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	color: Black;
	cursor: pointer;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 9pt;	
	font-weight: bold;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.PillButton,
.PillButtonOver
{
	width: 91px;	
}

.PillButton
{
	background-image: url( ../Images/Buttons/PillButton.gif );
}

.PillButtonOver
{
	background-image: url( ../Images/Buttons/PillButtonOver.gif );
}

.PillButtonLarge,
.PillButtonLargeOver
{
	float: left;
	margin: 2px 5px 2px 5px;
	width: 120px;	
}

.PillButtonLarge
{	
	background-image: url( ../Images/Buttons/PillButtonLarge.gif );
}

.PillButtonLargeOver
{
	background-image: url( ../Images/Buttons/PillButtonLargeOver.gif );
}

.Required
{
	color: Red;
}

.ValidationError, .ValidationError DIV
{
	color: #FF0000;
	display: block;
	font-weight: bold;	
}

.ValidationError DIV
{
	text-align: left;
	padding: 1px 5px 3px 10px;
}