/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}



hr{
	color: #004BFF;
	height: 2px;
}

h1 {
	color: #0C32A1;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #004AFF;
}

h2 {
	color: #033DFF;
	font-size: 18px;
}

/*Form Elements*/
form {
	margin: 0px;
}
#pagecell {
	width: 720px;
	position: relative;
	top: 230px;
}


input, select, textarea {
	color: #0C32A1;
	border: 1px inset #0C32A1;
	font: 11px 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
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #0C32A1;
	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;
}
#feature {
	padding-left: 110px;
	padding-right: 110px;
}


/* 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: #0C32A1;
	border-right: #0C32A1;
	border-bottom: #0C32A1;
	border-left: #0C32A1;
}
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: #004BFF;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
}
.altRowOdd{
}

.smallprint {
	font: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
#masthead {
	background: url(../newmasthead.jpg) no-repeat;
	height: 230px;
	width: 720px;
	position: absolute;
	top: 13px;
}
#navbar {
	height: 20px;
	width: 717px;
	position: absolute;
	top: 204px;
	text-align: center;
	left: 2px;
}

#navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#navbar a:hover {
	text-decoration:underline overline;
	color: #FFFFFF;
}
#navbar a:active {
	text-decoration:none;
	color: #FFFFFF;
}
