/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px;
	height:100%;
	background-color: #FFFFFF;
}
#fullHeight {
	height:100%;
	background-color: #FFFFFF;
	}

#splashTable {height:300px}

body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #66391c;
}

a:link {
	color: #000000;
	font-weight: bold;
}
a:visited {
	color: #000000;
	font-weight: bold;
}
a:hover {
	color: #e13433;
	text-decoration:none;
	font-weight: bold;
}
a:active {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}

hr{
	color: #000000;
	height: 1px;
	width: 90%;
}

h1 {
	color: #000000;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #4B3324;
}

h2 {
	color: #000000;
	font-size: 18px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #4B3324;
	border: 1px inset #4B3324;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: #A58041;
	border-bottom: 1px solid #4B3324;
	border-left: 1px solid #4B3324;
	border-right: 1px solid #4B3324;
	border-top: 1px solid #4B3324;
	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 #FFFFFF;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #D7C493;
	color: #CE1F1B;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
/*.altRowEven {
	background-image: url(/images/bg_01.gif);
}
.altRowOdd{
	background-image: url(/images/bg_02.gif);
}*/

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

a.leftNav:link {
	color: #4B3324;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a.leftNav:visited {
	color: #4B3324;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a.leftNav:hover {
	color: #CE1F1B;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}
a.leftNav:active {
	color: #4B3324;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.leftNav {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #CE1F1B;
}
.red {
	color: #CE1F1B;
}
.header {
	color: #CE1F1B;
	font-weight: bold;
}
.header2 {
	color: #513827;
	font-weight: bold;
}
