
body, td, th, p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

a {
	color: #666699;
}

a:hover {
	background: #666699;
	color: #D3D3E2;
}

hr{
	color: #666699;
	height: 1px;
	width: 95%;
}

h1 {
	color: #9D0B0E;
	margin: 0px;
	border-bottom: 1px solid #666699;
	font-size: 14px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9D0B0E;
}

h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9D0B0E;
}

/*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: 11px;
}

table {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	
}
.table {
	border: thin dotted #00979C;
	background: #EEEEEE;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


.smallprint {
	font: 11px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #9D0B0E;
	border-bottom: 1px solid #668099;
	border-left: 1px solid #668099;
	border-right: 1px solid #003366;
	border-top: 1px solid #003366;
	color: #FFFFFF;
	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 #CCCCCC;
	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: #EEEEEE;
	color: #000000;
}
/* altrowEven & altrowOdd are used to style alternating table rows. */
.altrowEven {
	background-color: #FFFFFF;
}

.altrowOdd{
	background-color: #FFFFFF;
}
a.vmenu {
	color: #9D0B0E;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
a.vmenu:hover {
	color: #D3D3E2;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
a.vmenulite {
	color: #9D0B0E;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
a.vmenulite:hover {
	color: #D3D3E2;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
a.vmenu2 {
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	
}
a.vmenu2:hover {
	color: #D3D3E2;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;	
	font-weight: bold;

}
.ordertable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.redtext {
	color: #9D0B0E;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a.greylink {
	color: #CCCCCC;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
	
}
.copyright {
	color: #CCCCCC;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
	
}
.sixpack {
	border: 1px solid #E9C8BB;
	border-collapse: collapse;
}

#LoginModalBox 
{
    width: 208px;
    position: absolute;
    top: 90px;
    left: 640px;
    z-index: 99;
    display: none;
    
}
