/************************************************
Headings
************************************************/
h1
{
	font-size: 1.5em;
	margin-bottom: 0.3em;
	margin-top: 0.2em;
}

h2
{
	font-size: 1.3em;
	margin-bottom: 0.1em;
	margin-top: 0.1em;
}

/************************************************
Form Tables
************************************************/
table.formTable
{
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

table.formTable td
{
	background-color: #eeeeee;
	padding: 5px;
}

/************************************************
Labels
************************************************/
label.formLabel
{
	font-weight: bold;
	padding-right: 2em;
}

span.formLabel
{
	font-weight: bold;
	padding-right: 2em;
}

td.formLabel
{
	text-align: right;
}

/************************************************
Textboxes
************************************************/
input.textbox
{
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 1.0em;
	font-style: normal;
}

textarea
{
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 1.0em;
	font-style: normal;
}

/************************************************
Dropdowns
************************************************/
select.dropdown
{
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 1.0em;
	font-style: normal;
}

/************************************************
File Upload
************************************************/
input.fileUpload
{
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 1.0em;
	font-style: normal;
}

/************************************************
Buttons
************************************************/
.button
{
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 1.0em;
}

/************************************************
GridViews
************************************************/
table.gridView
{
	border-collapse: collapse;
	border-color: #555555;
	border-style: solid;
	border-width: 1px;
}

table.gridView th
{
	border-color: #555555;
	border-style: solid;
	border-width: 1px;
	padding-right: 5px;
	padding-left: 5px;
}

table.gridView td
{
	border-color: #c4daff;
	border-style: solid;
	border-width: 1px;
	padding-right: 5px;
	padding-left: 5px;
}

tr.gridViewRow
{
	background-color: White;
}

tr.gridViewAlternatingRow
{
	background-color: #ecf3ff;
}

tr.gridViewHeader
{
	font-weight: bold;
	background-color: #cccccc;
	text-align: left;
}

tr.gridViewPager
{
	font-weight: bold;
}

tr.gridViewFooter
{
	background-color: #cccccc;
	font-size: 0.8em;
}

tr.gridViewHighlightRow
{
	background-color: #c4daff;
}

/************************************************
Wizard Progress
************************************************/
table.wizardProgress
{
	border-collapse: collapse;
	margin-bottom: 8px;
}

table.wizardProgress td
{
	background-color: #cccccc;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	text-align: center;
	width: 130px;
}

table.wizardProgress td.wizardStepActive
{
	background-color: #ffffcc;
	border-color: #555555;
	font-weight: bold;
}

/************************************************
Message Box Control
************************************************/

table.messageBox
{
	background-color: #ffffcc;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	margin-left: 5px;
	margin-right: 5px;
}

table.messageBox td
{
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 5px;
}

table.messageBox ul
{
	margin-left: 17px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

table.messageBox td.messageIcon
{
	background-color: #eeeebb;
	text-align: center;
}

table.messageBox td.failureMessage
{
	color: Red;
	font-weight: bold;
}

table.messageBox td.successMessage
{
	color: Green;
	font-weight: bold;
}

table.messageBox td.infoMessage
{
	color: Blue;
	font-weight: bold;
}

table.messageBox td.warningMessage
{
	color: #ff7711;
	font-weight: bold;
}

table.messageBox td.failureMessageTitle
{
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	color: Red;
	font-weight: bold;
	background-color: #eeeebb;
}

table.messageBox td.successMessageTitle
{
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	color: Green;
	font-weight: bold;
	background-color: #eeeebb;
}

table.messageBox td.infoMessageTitle
{
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	color: Blue;
	font-weight: bold;
	background-color: #eeeebb;
}

table.messageBox td.warningMessageTitle
{
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	color: #ff7711;
	font-weight: bold;
	background-color: #eeeebb;
}
