/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Geneva;
	font-size: 12px;
	background: #f0f0f0;
}
td, th, p {
	font: 14px "Trebuchet MS", "Lucida Grande", "Lucida Sans", Geneva;
	color: #333333;
}

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

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

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

h2 {
	color: #76685D;
	font-size: 18px;
}

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

input, select, textarea {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Geneva;
 	font-size: 11px;
	color: #AC101D;
	border: 1px inset #A1978F;
}
#head {
	font-size: 12px;
	border: 1px none #E6E6E6;
	background-color: #E3E3E3;
	height: 20px;
	width: 760px;
	padding: 3px;
}
#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;
}

#holder{
	margin: 20px auto 0pt;
	width: 780px;
	text-align: left;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Geneva;
	font-size: 0.9em;
	height: auto;
	background-color: #FFFFFF;
	border: 6px solid #E3E3E3;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#footer{
	font-size: 10px;
}
#footer a{
}
#footer a:hover{
	font-weight: bold;
}

#nav{
	line-height: 11px;
	padding-left: 10px;
	font-size: 14px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 2px;
	text-decoration: none;
	background-color: #E3E3E3;
	color: #E3E3E3;
	border-top: 1px outset #666666;
	border-right: 1px inset #666666;
	border-bottom: 1px inset #666666;
	border-left: 1px outset #666666;
}
#nav a{
	padding: 3px 7px 4px;
	color: #AC101D;
	text-decoration: none;
	word-spacing: normal;
	font-weight: bold;
	background: #E3E3E3;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}
#nav a:hover{
	color: #333333;
	font-weight: bold;
	background-color: #FFFFFF;
}
#cont{
	background-color: #ffffff;
	padding: 10px;
	font-size: 12px;
	color: #333333;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: #AC101D;
	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;
}

/* 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: 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: #76685D;
	color: #FFFFFF;
}

/* 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;
}
