/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}

a:link {
	color: #339999;
	
}
a:visited {
	color: #339999;
}
a:hover {
	color: #336666;
}
a:active {
	color: #336666;
}

.myemphasis {
	font-size: medium;
	color: #336666;
}
a.myemphasis:link {
	color: #336666;
	font-size: medium;
	text-decoration: none;
}
a.myemphasis:visited {
	color: #336666;
	font-size: medium;
	text-decoration: none;
}
a.myemphasis:hover {
	color: #336666;
	font-size: medium;
	text-decoration: none;
}
a.myemphasis:active {
	color: #336666;
	font-size: medium;
	text-decoration: none;
}

hr{
	color: #006666;
	height: 1px;
	width: 100%;
}

h1 {
	color: #3399CC;
	font-size: 14px;
	margin: 0px;
	/*border-bottom:3px double #3366CC;*/
}

h2 {
	color: #3399CC;
	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: #006666;
	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;
}
input.myformButton {
	background: #ffffff;
	border-bottom: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-top: 0px solid #ffffff;
	color: #FFFFFF;
	font-weight: bold;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 

/*Example: <table class="tabulardata">  -->  Used for most tables*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #66CCFF;
	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: #CCFFFF; /*light blue*/
	color: #3399CC;
}

/*Example: <table class="resultsData">  -->  Used for results.php*/
table.resultsData, table.resultsData td, table.resultsData th {
	border: 10px solid #FFFFFF;
	border-collapse: collapse;
}
table.resultsData td, table.resultsData th{
	padding: 3px;
}
table.resultsData th, table.resultsData th a:link, table.resultsData th a:visited, table.resultsData th a:hover, table.resultsData th a:active  {
	background: #CCFF99; /*light green*/
	color: #339999;
}

/*Example: <table class="detailsData">  --> Used for detail.php*/
table.detailsData, table.detailsData td, table.detailsData th {
	border: 1px solid #CCFF99;
	border-collapse: collapse;
}
table.detailsData td, table.detailsData th{
	padding: 3px;
}
table.detailsData th, table.detailsData th a:link, table.detailsData th a:visited, table.detailsData th a:hover, table.detailsData th a:active  {
	background: #CCFF99; /*light green*/
	color: #339999;
}

/*Example: <table class="cartData">  --> Used for showcart.php*/
table.cartData, table.cartData td, table.cartData th {
	border: 1px solid #CCFF99;
	border-collapse: collapse;
}
table.cartData td, table.cartData th{
	padding: 3px;
}
table.cartData th, table.cartData th a:link, table.cartData th a:visited, table.cartData th a:hover, table.cartData th a:active  {
	background: #CCFF99; /*light green*/
	color: #339999;
}


/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #FFFFFF;
}
.altRowOdd{
	background-color: #CCFFFF;  /*light blue*/
}

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

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

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