/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
body {
	background-color: #AFCBDA;
	background-image: url(../../../images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	background: #4B83A0;
	color: #FFFFFF;
}
a:active {
	background: #4B83A0;
	color: #FFFFFF;
}

img {
	border: none;
}

a.catLink:link, a.catLink:hover,  a.catLink:visited, a.catLink:active {
	text-decoration: none;
	font-weight: bold;
}
a.catLink:hover {
	background: #4B83A0;
	color: #FFFFFF;
}

.subCatIndent {
	margin-left: 10px;
}

a.subCatLink:link, a.subCatLink:hover,  a.subCatLink:visited, a.subCatLink:active {
	text-decoration: none;
	color: #333333;
}
a.subCatLink:hover {
	background: #4B83A0;
	color: #FFFFFF;
}
a.subCatLinkSelected:link, a.subCatLinkSelected:hover,  a.subCatLinkSelected:visited, a.subCatLinkSelected:active, a.subCatLinkSelected:hover {
	background: #4B83A0;
	color: #FFFFFF;
	text-decoration: none;
}

hr{
	color: #C7D3AA;
	height: 1px;
	width: 90%;
}

h1 {
	color: #7BA9C1;
	margin: 0px;
	border-bottom: 1px solid #C7D3AA;
	font-size: 18px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4B83A0;
}
h3 {
	background-color: #4B83A0;
	color: #FFFFFF;
	padding: 3px;
}
h3 a:link, h3 a:visited, h3 a:active  {
	color: #FFFFFF;
	text-decoration: none;
}
h3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #393957;
}

input {
	background: #FFFFFF;
	border: 1px solid #C7D3AA;
}

inputImage {
	border: 0px;
}

select, textarea {
	background: #FFFFFF;
	border: 1px solid #003366;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

table {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.smallprint {
	font: 11px;
}

.pagingLinks {
	text-align: right;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #4B83A0;
	border-bottom: 1px solid #33586C;
	border-left: 1px solid #33586C;
	border-right: 1px solid #6C9FBB;
	border-top: 1px solid #6C9FBB;
	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 #000000;
	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: #7BA9C1;
	color: #FFFFFF;
}
/* altrowEven & altrowOdd are used to style alternating table rows. */
.altrowEven {
	background-color: #CBDDE7;
}

.altrowOdd{
	background-color: #DCE9EF;
}
.mainContent {
	padding: 8px;
}
.columnPad {
	padding: 5px;
}
caption {
	color: #4B83A0;
	font-weight: bold;
	text-align: left;
}
.noOutline {
	border-top-style: none;
}

/* cat banner styles */
.categoryList {
	float: left; 
	overflow: visible;
	margin: 0px;
	padding: 1px;
	width: 184px;
	height: 175px;
}
table.categoryData, table.categoryData td, table.categoryData th {
	/*
	border-collapse: collapse;
	border: 1px #CCCCCC solid;
	*/
}
table.categoryData td, table.categoryData th{
	padding: 1px;
}
table.categoryData th{
	text-align: center; 
}
table.categoryData th, table.categoryData th a:link, table.categoryData th a:visited, table.categoryData th a:hover, table.categoryData th a:active  {
	background: #FFFFFF;
	color: #4B83A0;
	text-decoration: none;
}
.clearBoth {
	clear: both;
}
a:hover img {
	text-decoration: none;
}