/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*body, td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
	font-style: normal;
	line-height: 16px;
	font-weight: lighter;
}*/
.style_nu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
.items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #e3007b;
	line-height: 19px;
	font-weight: bold;
}

.items2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3C5598;
	line-height: 19px;
	font-weight: bold;
}

.navspacer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #841E5E;
	font-style: normal;
	line-height: 26px;
	font-weight: lighter;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FA4793;
	font-style: normal;
	line-height: 26px;
	font-weight: lighter;
	text-decoration:none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333399;
	font-style: normal;
	line-height: 26px;
	font-weight: lighter;
	text-decoration:none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FA4793;
	font-style: normal;
	line-height: 26px;
	font-weight: lighter;
	text-decoration:underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FA4793;
	font-style: normal;
	line-height: 26px;
	font-weight: lighter;
	text-decoration:underline;
}


a.nav1:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #841E5E;
	font-style: normal;
	font-weight: lighter;
	text-decoration:none;
}

a.nav1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #841E5E;
	font-style: normal;
	font-weight: lighter;
	text-decoration:none;
}

a.nav1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #841E5E;
	font-style: normal;
	font-weight: lighter;
	text-decoration:underline;
}

a.nav1:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #841E5E;
	font-style: normal;
	font-weight: lighter;
	text-decoration:underline;
}

a.nav2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #841E5E;
	font-style: normal;
	text-decoration:none;
}

a.nav2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #841E5E;
	font-style: normal;
	font-weight: lighter;
	text-decoration:none;
}

a.nav2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #841E5E;
	font-style: normal;
	font-weight: lighter;
	text-decoration:underline;
}

a.nav2:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #841E5E;
	font-style: normal;
	font-weight: lighter;
	text-decoration:underline;
}


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

h1 {
	color: #425929;
	font-size: 14px;
	margin: 0px;
	border-bottom:3px double #8CA26B;
}

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

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


p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 19px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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*/


/* 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 #3C5598;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C5598;
	line-height: 19px;
	font-weight: bold;
}

table.tabularData td, table.tabularData th{
	width: 75%;
	padding: 5px;
	align: left;
}

table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #3C5598;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold; 
	width: 75%;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #cccccc;
}
.altRowOdd{
	background-color: #hhhhhh;
}

.smallprint {
	font: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e3007b;
	line-height: 19px;
	font-weight: bold;
}
