/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
	background: #006633;
	font: 1.1em/1.2em Arial, Helvetica, sans-serif;
}
td, th, p {
	font: 14px/21px Arial, Helvetica, sans-serif;
	color: #333333;
}

a:link {
	color: #447;
	text-decoration: none;
}
a:visited {
	color: #667;
}
a:hover {
	color: #CCCCCC;
	text-decoration:none;
}
a:active {
	text-decoration:none;
	font-weight: normal;
}

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

h1 {
	color: #333333;
	font-size: 20px;
	margin: 0px;
}

h2 {
	color: #332;
	font-size: 21px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #3366CC;
	border: 1px inset #A1978F;
}
#head {
	font-size: 12px;
	border: 1px none #E6E6E6;
	background-color: #FFFFFF;
	height: 20px;
	width: 760px;
	padding: 10px;
}
#head a:link {
	color: #000000;
	text-decoration: none;
	background: #E3E3E3;
	padding: 2px;
	border-top: none #333333;
	border-right: none #333333;
	border-bottom: none #333333;
	border-left: none #333333;
}
#head a:visited {
	color: #666666;
}
#head a:hover {
	color: #333333;
	text-decoration:none;
}
#head a:active {
	text-decoration:none;
	font-weight: bold;
}
#top{
	margin: 20px auto 0pt;
	width: 762px;
	text-align: left;}
#holder{
	margin: 0px auto 0pt;
	width: 762px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: auto;
	border: 10px solid #332;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background: #FFF repeat-x;
}
#footer{
	font-size: 0.6em;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background: #FFF;
}
#footer a{
}
#footer a:hover{
	color: #000000;
}
/* tabbed styles */
#nav {
	padding: 3px 0;
	margin: 0 0 6px;
	font: 14px Verdana, sans-serif;
	border-bottom: 1em solid #333322;
	bottom: 1px;
}
#nav li {
	list-style: none;
	display: inline;
	padding: 0px;
	top: 0px;
	background: #FFFFFF;
}
#nav li a {
	padding: 3px .5em 1px;
	background: #FFFFFF left;
	text-decoration: none;
}
#nav li a:link {color: #447;}
#nav li a:visited {color: #667;}
#nav li a:hover {
	color: #333322;
	background: #FFFFFF;
	border-bottom: 6px solid #009900;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#navigation {
	padding: 0 1px 1px;
	margin: 0;
	font: normal 14px/21px Verdana, sans-serif;
	background: #FFFFFF;
	width: 200px;
	float: right;
	color: #666666;
}
#navigation li {
list-style: none; 
margin: 0;
text-align: left;
}
#navigation li a {
display: block; 
padding: 0.25em 0.5em 0.25em .5em;
border-left: 1em solid #AAB; 
background: #FFFFFF;
text-decoration: none;
}
#navigation li a:link {
color: #447;
}
#navigation li a:visited {
color: #667;
}
#navigation li a:hover {
	color: #FFF;
	background: #332;
	border-top: none #009900;
	border-right: none #009900;
	border-bottom: none #009900;
	border-left: 1em solid #009900;
}
#cont{
	padding: 10px;
	font-size: 13px;
	color: #333333;
	background: #ffffff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: #009900;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #FFF;
	font-weight: bold;
	margin: 3px 3px 0px;
	padding: 2px;
	line-height: 17px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border-collapse: collapse;
	border-top: 0px none #CCCCCC;
	border-right: 0px none #CCCCCC;
	border-left: 0px none #CCCCCC;
}
table.tabularData td, table.tabularData th{
	padding: 2px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #CCFFCC;
	color: #333322;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}

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

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

