/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin-left: 7px;
}
  

a:link {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #000000;
	text-decoration:none;
}

a.nav
{
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;	
	}

a.nav:link
{
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	}

a.nav:hover
{
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
	}
	
a.nav:active
{
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
	}

a.nav:visited
{
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
	}

a.nav:visited:hover
{
	color: #000000;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}

a.nav:visited:active
{
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
	}
	

hr{
	color: #9900CC;
	height: 1px;
	width: 90%;
}

h1 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom:none;
	margin-left: 7px;
}

h2 {
	color: #669999;
	font-size: 18px;
}

/*Form Elements*/
form {
	margin: 5px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	background: transparent;
	border: 1px inset #000000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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-image: url(../../../images/bg.jpg);
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #000000;
	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 #669999;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 0px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background-image: url(../../../images/bg.jpg);
	color: #000000;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	
}
.altRowOdd{
	
	background-image: url(../../../images/bg.jpg);
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}.line {
	border-top-width: none;
	border-right-width: thin;
	border-bottom-width: none;
	border-left-width: thin;
	border-left-style: none;
	border-top-color: 333333;
	border-right-color: 333333;
	border-bottom-color: 333333;
	border-left-color: 333333;
	border-right-style: solid;

}
.website {
	border: thin solid #000000;
}
.recycle {
	background-image: url(Printer_Images/environmental_2.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
