/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #343E82;
}
a:visited {
	color: #292F59;
}
a:hover {
	color: #FF0000;
	text-decoration:none;
}
a:active {
	color: #5D6075;
	text-decoration:none;
}

hr{
	color: #5D6075;
	height: 1px;
	width: 90%;
}

h1 {
	color: #292F59;
	font-size: 12px;
	margin: 0px;
	border-bottom:3px double #cccccc;
}

h2 {
	color: #5D6075;
	font-size: 14px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10px;
	color: #48518C;
	border: 1px inset #8F91A1;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: #48518C;
	border-bottom: 1px solid #343B66;
	border-left: 1px solid #919EF2;
	border-right: 1px solid #343B66;
	border-top: 1px solid #919EF2;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	margin: 3px 3px 0px;
	padding: 0px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #cccccc;
	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: #B4B5C7;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #E4E4F2;
}
.altRowOdd{
	background-color: #D3D4E5;
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
.picborder {
	border: thin solid #CACBE0;
}
