/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	color: black; 
	font-family: Arial, Georgia, Garamond, Times; 
	font-size: 12px; 
}

a:link { 
	color: #4C0205; 
	text-decoration:underline;
}

a:active { 
	color: #4C0205; 
	text-decoration:underline;
}

a:visited {
	color: #4C0205; 
	text-decoration:underline;
}

a:hover	{ 
	color: black; 
	text-decoration:none;
}	

hr{
	color: #76685D;
	height: 1px;
	width: 90%;
}

h1 { 
	color: #390104; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	margin-bottom: 10;
	border-bottom: 1px solid #390104;
}

h2 { 
	color: #4C0205; 
	font-family: Arial, Georgia, Garamond, Times; 
	font-size: 13px;
	margin-bottom: 0;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #425929;
	border: 1px inset #A1978F;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 2.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #390104;
	border-bottom: 1px solid #688C40;
	border-left: 1px solid #688C40;
	border-right: 1px solid #141C0D;
	border-top: 1px solid #141C0D;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 0px solid #76685D;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 8px 8px 8px 8px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: ;
	color: #000000;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #EBE9C3;
}
.altRowOdd{
	background-color: #EBE0D7;
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: left;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}