body{
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
background-color:#555555;
margin-bottom:0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
}


 html, body, #wrapper {
      height:100%;
      border: none;
   }
   #wrapper {
      margin: 0 auto;

   }


form{
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
}

td.main{
font-family:"Trebuchet MS", Verdana;
color:#eeeeee;
font-size: 13px;
}


a{
font-family:"Trebuchet MS", Verdana;
color:#ffffff;
text-decoration:underline;
font-weight:bolder
}

a:hover{
font-family:"Trebuchet MS", Verdana;
color:#ffffff;
text-decoration:none;
font-weight:bolder
}




input#top {
margin-left: 2px;

left: 0px;
top: 1px;
border: 1px solid #cccccc;
background-color:#BDCADD;
font-family: Trebuchet MS, Verdana,Arial,Helvetica,sans-serif;
font-size: 9px;
}

input#button {
border: 0px solid #cccccc;
left: 0px;
top: 0px;
padding: 0px;
font-family: Trebuchet MS, Verdana,Arial,Helvetica,sans-serif;
font-size: 9px;
background-color:#333333;
color:#FFFFFF

}

select#top {

background-color:#BDCADD;
font-family: Trebuchet MS, Verdana,Arial,Helvetica,sans-serif;
font-size: 9px;

}

input {

font-family: Trebuchet MS, Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
}

select, textarea {
font-family: Trebuchet MS, Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;

}


.small{
font-family:"Trebuchet MS", Verdana;
color:#eeeeee;
font-size: 10px;
}




td.footer{
font-family:"Trebuchet MS", Verdana;
color:#eeeeee;
font-size: 10px;
}

td.subhead{
font-family:"Trebuchet MS", Verdana;
color:#eeeeee;
font-size: 10px;
font-weight:bolder
}

td.subhead a{
font-family:"Trebuchet MS", Verdana;
color:#eeeeee;
font-size: 10px;
text-decoration:none;
font-weight:bolder
}

td.subhead a:hover{
font-family:"Trebuchet MS", Verdana;
color:#eeeeee;
font-size: 10px;
text-decoration:underline;
font-weight:bolder
}

h1{
color:#ffffff;
font-family:"Trebuchet MS", Verdana;
font-weight:bolder;
font-size: 20px;
margin-bottom: 8px;
}


h2{
color:#333333;
font-family:"Trebuchet MS", Verdana;
font-weight:bolder;
font-size: 14px;
margin-bottom: 8px;
}

h3{
color:#000000;
font-family:"Trebuchet MS", Verdana;
font-weight:bolder;
font-size: 15px;
margin-bottom: 16px;
}

.bolded{
color:#ffffff;
font-family:"Trebuchet MS", Verdana;
font-weight:bolder;
font-size: 14px;
}









/*Form Elements*/
form {
	margin: 0px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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;
}



/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 4px solid #4B6893;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 8px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #4B6893;
	color: #cccccc;
}

table.tabularData th{
font-size: 11px;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #5676A7;
}
.altRowOdd{
	background-color: #6785B1;
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}