/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Original selections below - body,p,td,th   */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10PT;margin-left:0px;margin-top:10px;margin-right:0px;margin-bottom:0px;
	background-color:#FFFFFF;
}
.box_all {border:1px solid #345F81}
.vertical_right {border-right:1px solid #666666}

a:link {
	color: #333333;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF9900;
	text-decoration:none;
}
a:active {
	color: #76685D;
	text-decoration:none;
}

hr{
	color: #76685D;
	height: 1px;
	width: 90%;
}

h1 {
	color: #663300;
	font-size: 14px; font-style:italic; font-weight:bold;
	margin: 0px;
	border-bottom:3px double #663300;
}
h3 {
	color: #663300;
	font-size: 24px;font-style:italic; font-weight:bold;
	margin: 0px;
	border-bottom:3px double #663300;
}
h2 {
	color: #663300;
	font-size: 18px;font-style:italic; font-weight:bold;
}

/*Form Elements*/
form {
	margin: 0px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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
*/



/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">  ... BORDER COLOR GOLD FOR gbd #D6AD43*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #F5F5F5;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
/* Table background original - background: #F4ECC8;  */
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	
	color: #666666;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #F5F5F5;
}
.altRowOdd{
	background-color: #FFFFFF;
}

.smallprint {
	font: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}