

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*  CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.smallprint {
	font: 11px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
	padding: 10px;
	font-size: 12px;
}
/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #f2e3bc;
	border-bottom: 1px solid #668099;
	border-left: 1px solid #668099;
	border-right: 1px solid #003366;
	border-top: 1px solid #003366;
	color: #000000;
	font-weight: bold;
	margin: 3px;
	padding: 2px 5px 2px 5px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/

table.tabularData{ width: 575px;}

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: #f2e3bc;
	color: #000000;
}
/* altrowEven & altrowOdd are used to style alternating table rows. */
.altrowEven {
	background-color: #D3D3E2;
}

.altrowOdd{
	background-color: #BDBDD2;
}


.Cartspacing{ padding: 0 10px 10px 10px;}



