/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
body, td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #4D221B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
}
a:visited {
	color: #4D221B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	background-color: #4D221B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
a:active {
	color: #76685D;
	text-decoration:none;
}

hr{
	color: #996600;
	height: 1px;
	width: 90%;
}

h1 {
	color: #914133;
	font-size: 13pt;
	margin: 0px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #EED5AD;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	color: #996600;
	font-size: 18px;
}

h3 {
	color: #4D221B;
	font-size: 11pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/*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: #996600;
	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">*/
.resultsHeadFootLeft {
	Xhorizontal-alignment: center;
	text-align: left;
	padding-left: 10Px;
	padding-right: 10Px;
}

.resultsHeadFootRight {
	horizontal-alignment: right;
	text-align: right;
	padding-left: 10Px;
	padding-right: 10Px;
	vertical-align: bottom;

}

table.results td {
	horizontal-alignment: center;
	text-align: center;
	padding-left: 10Px;
	padding-right: 10Px;
}
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #4B2019;
	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: #996600;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #FBF4E6;
}
.altRowOdd{
	background-color: #FFFFFF;
}

.altRow0 {
	background-color: #FBF4E6;
}
.altRow1{
	background-color: #FFFFFF;
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;

}
.footerlinks1 {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #663300}
a.footerlink1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #663300;
	text-decoration: underline;
}
a.footerlink1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #663300;
	text-decoration: underline;
}
.footer_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	color: #996600;
}
a.footerlink1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFCB;
	text-decoration: underline;
	background-color: #996600;
}
.sidebar_bold_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #4D221B;
}
.table_border {
	border: 1px solid #EED5AD;
}
.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #4C2118;
}
.pdf_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #4C2118;
}
.warning_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}
.warning_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
.bodytextmed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
.textbrown {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #4D221B;
}

