/*
a:link {
	color: #666699;
}
a:visited {
	color: #666699;
}
a:hover {
	background: #666699;
	color: #D3D3E2;
}
a:active {
	background: #D3D3E2;
	color: #666699;
}
body, td, th, p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
.smallprint {
	font: 11px;
}

h1 {
	color: #666699;
	margin: 0px;
	border-bottom: 1px solid #666699;
	font-size: 14px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}

form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #393957;
}

input {
	background: #FFFFFF;
	border: 1px solid #666699;
}

input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #666699;
	border-bottom: 1px solid #668099;
	border-left: 1px solid #668099;
	border-right: 1px solid #003366;
	border-top: 1px solid #003366;
	color: #D3D3E2;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

select, textarea {
	background: #FFFFFF;
	border: 1px solid #003366;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

*/

/* Tables used to display tabular Data. */
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #000000;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}

table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #666699;
	color: #D3D3E2;
}

hr{
	color: #666699;
	height: 1px;
	width: 90%;
}

table {
	/*border: 2px solid red; testing*/
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

.altrowEven {
	background-color: #D3D3E2;
}

.altrowOdd{
	background-color: #BDBDD2;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
