/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*
a:link {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	text-decoration:none;
}
a:visited {
	color: #345F81;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	text-decoration:none;
}
a:hover {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	text-decoration:underline;
}
a:active {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	text-decoration:underline;
}
*/
a.Menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.Menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.Menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}
a.Menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.mainMenu:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.mainMenu:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.mainMenu:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a.mainMenu:active {
	color: #FFFFFF;
	text-decoration:none;
}

#Footer {
	height:auto
	width:760px; 
	z-index:1;
}

#topMenu {
	height:auto
	width:760px; 
	z-index:1;
}

#header {
	height:auto
	width:760px; 
	z-index:1;
}
#mainMenu {
	height:auto
	width:760px; 
	z-index:1;
}

#mainBody {
	height:auto
	width:760px; 
	z-index:1;
}

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

h1 {
	color: #000000;
	font-size: 18px;
	margin: 0px;
}

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

/*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: #6599cb;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	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 #76685D;
	border-collapse: collapse;
}

table.tabularData td, table.tabularData th{
	padding: 10px;
}
/*
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #CCCCCC;
	color: #FFFFFF;
}
*/
/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #FFFFFF;
}
.altRowOdd{
	background-color: #FFFFFF;
}

.smallprint {
	font: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

#outer {
	border: 1px solid #CCCCCC;
	width: 760px;
}
/*
table.tabularDataGray, table.tabularDataGray td, table.tabularDataGray th {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
}
*/


