/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;/* 11 */
}
.smalltxt {
	font-size: 9px;
}
.style12 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	text-indent: 2px;
}
.style28 {
	font-size: 24px;
}
a:link {
	color: #9900CC;
}
a:visited {
	color: #9933CC;/*#425929 */
}
a:hover {
	color: #345F81;/*#8CA26B */
	text-decoration:none;
}
a:active {
	color: #345F81;/*#76685D */
	text-decoration:none;
}

hr{
	color: #76685D;
	height: 1px;
	width: 90%;
}

h1 {
	color: #9900CC;
	font-size: 14px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: #9900CC;
	font-size: 16px;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #9900CC;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10px;/* 11 */
	color: #000000; /*#425929 */
	border: 1px inset #141C0D; /*#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: #FFFFFF; /*#425929 */
	border-bottom: 1px solid #141C0D; /*#688C40 */
	border-left: 1px solid #141C0D; /*#688C40 */
	border-right: 1px solid #141C0D;
	border-top: 1px solid #141C0D;
	color: #000000; /*#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: 1px solid #9900CC;
	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: #000000; /* #A1978F */
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #FFFFFF;  /* #E7E4E2 */
}
.altRowOdd{
	background-color: #FFFFFF; /* #DFDBD9 */
}

.smallprint {
	font: 9px;/* 10 */
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
.Box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border: thin solid #9900CC;
}
