/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.smallprint {
	font: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #FF0000;
	font-weight: bold;
}
/*Form Styles*/
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;
}*/

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table clase="tabulardata">*/
table.tabularData {
	width: 100%;
}
table.tabularData, table.tabularData td, table.tabularData th {
	border: 0px solid #c4951b;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 4px;
}
table.tabularData th {
	border-bottom: 3px double #c4951b;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: transparent;
	color: #a61010;
	text-align: left;
	font-size: 100%;
}
/* altrowEven & altrowOdd are used to style alternating table rows. */
.altrowEven {
	background-color: #ebe4a0;
}

.altrowOdd {
	background-color: transparent;
}

/* Generic Table Styles */
TH {
	border-bottom: 3px double #c4951b;
	color: #a61010;
	text-align: left;
	font-size: 100%;
}

/* Added by Rich/Samedis - used instead of TH for field labels (left columns) */
.fieldLabel {
	font-weight: bold;
	text-align: right;
}
