/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

a:link {
	color: #0000ff;
	font-weight: bold;
	text-decoration : none

}
a:visited {
	color: #cc3300;
	font-weight: bold;
	text-decoration : none
}
a:hover {
	background: #0000ff;
	color: #ffffff;
	font-weight: bold;
	text-decoration : none
}
a:active {
	background: #0000ff;
	color: #fffff;
	font-weight: bold;
	text-decoration : none
}

a.formButton:link {
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 10px;
	background: #0000ff;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #ffffff;
	font-weight: bold;
	margin: 2px 0px 0px 1px;
	padding: 1px 5px 2px 5px
}

a.formButton:visited {
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 10px;
	background: #0000ff;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #ffffff;
	font-weight: bold;
	margin: 2px 0px 0px 1px;
	padding: 1px 5px 2px 5px
}

a.formButton:hover {
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 10px;
	background: #0000ff;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #ffffff;
	font-weight: bold;
	margin: 2px 0px 0px 1px;
	padding: 1px 5px 2px 5px
}

a.formButton:active {
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 10px;
	background: #0000ff;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #ffffff;
	font-weight: bold;
	margin: 2px 0px 0px 1px;
	padding: 1px 5px 2px 5px
}


.noformat a:link {
	color: #000000;
	background: none;
	text-decoration : none

}
.noformat a:visited {
	color: #000000;
	background: none;
	text-decoration : none
}
.noformat a:hover {
	color: #000000;
	background: none;
	text-decoration : none
}
.noformat a:active {
	color: #000000;
	background: none;
	text-decoration : none
}


.yellowlinks a:link {
	color: #ffff00;
	font-weight: bold;
	text-decoration : none
}
.yellowlinks a:visited {
	color: #cc3300;
	font-weight: bold;
	text-decoration : none
}
.yellowlinks a:hover {
	background: #0000ff;
	color: #ffffff;
	font-weight: bold;
	text-decoration : none
}
.yellowlinks a:active {
	background: #0000ff;
	color: #fffff;
	font-weight: bold;
	text-decoration : none
}

hr{
	color: #000000;
	height: 1px;
	width: 90%;
}

.bluehr hr{
	color: #0000ff
	height: 1px;
	width: 85%;
}

.fullhr hr{
	color:#000000;
	height: 1px;
	width: 100%
}

h1 {
	color: #000000;
	margin: 0px;
	border-bottom: 1px solid #000000;
	font-size: 13px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}

/*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 #666699;
}


select, textarea {
	background: #FFFFFF;
	border: 1px solid #003366;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

table {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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
*/

.smallprint {
	font: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #0000ff;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #ffffff;
	font-weight: bold;
	margin: 2px 0px 0px 1px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table clase="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border-top: 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: #3366ff;
	color: #ffffff;
}
/* altrowEven & altrowOdd are used to style alternating table rows. */
.altrowEven {
	background-color: #ffffff;
}

.altrowOdd{
	background-color: #ffffff;
}

/* Tables used to display tabular Data2. */
/* Apply to <table> tags only. 
Example: <table clase="tabulardata2">*/
table.tabularData2, table.tabularData2 td, table.tabularData2 th {
	border: 1px solid #000000;
	border-collapse: collapse;
}
table.tabularData2 td, table.tabularData2 th{
	padding: 3px;
}
table.tabularData2 th, table.tabularData2 th a:link, table.tabularData2 th a:visited, table.tabularData2 th a:hover, table.tabularData2 th a:active  {
	background: #3366ff;
	color: #ffffff;
}
/* altrowEven & altrowOdd are used to style alternating table rows. */
.altrowEven {
	background-color: #ffffff;
}

.altrowOdd{
	background-color: #ffffff;
}
