/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS HTML Styles */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, td, th, p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	background-color: #ffffff;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
}
a:active {
	background: #FFFFCC;
	color: #000000;
}

hr{
	color: #666699;
	height: 1px;
	width: 90%;
}

h1 {
	color: #333333;
	margin: 0px;
	border-bottom: 1px solid #666699;
	font-size: 14px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

/*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;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}

table {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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-size:10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #CCCCCC;
	border-bottom: 1px solid #668099;
	border-left: 1px solid #668099;
	border-right: 1px solid #003366;
	border-top: 1px solid #003366;
	color: #000000;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table clase="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #000000;
	border-collapse: collapse;
	width:400px;
}
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: #CCCCCC;
	color: #333333;
}
/* Tables used to display tabular Data not limited to 400px. */
/* Apply to <table> tags only. 
Example: <table clase="tabulardataunwide">*/
table.tabularDataunwide, table.tabularDataunwide td, table.tabularDataunwide th {
	border: 1px solid #000000;
	border-collapse: collapse;
}
table.tabularDataunwide td, table.tabularDataunwide th{
	padding: 3px;
}
table.tabularDataunwide th, table.tabularDataunwide th a:link, table.tabularDataunwide th a:visited, table.tabularDataunwide th a:hover, table.tabularDataunwide th a:active  {
	background: #CCCCCC;
	color: #333333;
}
/* altrowEven & altrowOdd are used to style alternating table rows. */
.altrowEven {
	background-color: #CCCCCC;
}

.altrowOdd{
	background-color: #FFFFFF;
	color: #000000;
}
.loginpage {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #003399;
}
.loginlink {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #003399;
	border: 1px dotted #666666;
	padding: 3px;
}

