/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(../../../images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #6C2521;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #345F81;
}
a:visited {
	color: #425929;
}
a:hover {
	color: #8CA26B;
	text-decoration:none;
}
a:active {
	color: #76685D;
	text-decoration:none;
}

hr{
	color: #76685D;
	height: 1px;
	width: 90%;
}

h1 {
	color: #990000;
	font-size: 18px;
	margin-top: 0px;
	background-color: #CCCCCC;
	text-indent: 5px;
}

h2 {
	color: #990000;
	font-size: 14px;
	margin: 0px;
	border-bottom:2px double #CCCCCC;
}

/*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: #AD100F;
	border-bottom: 1px solid #F15F62;
	border-left: 1px solid #F15F62;
	border-right: 1px solid #522020;
	border-top: 1px solid #522020;
	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">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #666666;
	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: #666666;
	color: #FFFFFF;
}

/* altrowEven & altrowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #E7E4E2;
}
.altRowOdd{
	background-color: #DFDBD9;
}

.smallprint {
	font: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

table.outlined {
	border: 1px solid #000000;
}
.bodyContent {
	margin-right: 10px;
	margin-left: 5px;
}
.attnContent {
	margin: 5px;
}
.jr-reg table {
	border: none;
}
.jr-reg td {
	padding: 3px;
	margin: 1px;
	border: none;
}
.jr-reg a {
	display: inline;
	font-weight: bold;
	color: #FFFFFF;
	background: #990000;
	text-decoration: none;
	padding: 1px 5px;
	border: 1px solid #660000;
	margin: 2px;
}
.jr-reg a:hover {
	background: #330000;
	color: #FFFF00;
}

