/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

hr{
	color: #FF4D00;
	height: 1px;
	width: 90%;
}

/*Form Elements*/
form {
	margin: 0px;
}


table {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: #FF0000;
	font-weight: bold;
}

/* 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: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:active {
	background: #000000;
	color: #FFFFFF;
}

table.tabularData th a:visited {
  background: #000000;
  color : #FF6320;
}

table.tabularData th a:hover {
   background: #000000;
   color : #FFB950;
}


/* altrowEven & altrowOdd are used to style alternating table rows. */
.altrowEven {
	background-color: #FBFAF9;
}

.altrowOdd{
	background-color: #EEE9E5;
}