/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808D96;
}

a:link {
	color: #839BAB;
	text-decoration: none;
}
a:visited {
	color: #839BAB;
	text-decoration: none;
}
a:hover {
	color: #DBA946;
	text-decoration: underline;
}
a:active {
	background: #D3D3E2;
	color: #839BAB;
	text-decoration: none;
}

hr{
	color: #666699;
	height: 1px;
	width: 90%;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}

/*Form Elements*/
form {
	margin: 0px;
}

table {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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
*/

.smallprint {
	font: 11px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/*Form Styles*/
input.formCheckbox {
	border: none;
}

input.formButton {
	color: #FFFFFF;
	size: 9px;
	background-color: #000000;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border: 1px solid #3F4E59;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .01em;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #000000;
	border-collapse: collapse;
}*/
table.tabularData td, table.tabularData th{
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 10px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	color: #EFEFEF;
}
/* altrowEven & altrowOdd are used to style alternating table rows. */
.altrowEven {
	background-color: #000000;
}

.altrowOdd{
	background-color: #000000;
}
