body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #751C2D;
	width: 799px;
	font-size: 0.8em;
	margin: 50px 50px 50px 50px;
}
#page {
	background-color:#ffffff;
	width: 799px;
	height: 100%;
	}	
#content {
	color: #000000;
	background-color: #FFFFFF;
	width: 799px;
	height: 100%;
}
.center {
	text-align: center;
	}
a, a:visited {
	color:#003399;
	text-decoration:underline;
	}

h1 {
	font-size: medium;
	color: #751C2D;
	width: 100%;
	padding-left: 20px;
	}
h2 {
	font-size: small;
	margin-bottom: 0px;
	font-weight: normal;
	}
#menu {
	margin-right: 20px;
	float: right;

	}
	
#mainmenu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 799px;
}
#mainmenu span {
	margin: 0;
	padding: 0;
}
img {

}
.caption {
	background-color:#999999;
	}
	

#LeftColumn {
	margin:0;
	padding:0;
	width: 370px;
	float: left;
	margin-left: 15px;
	height: 100%;
}

#RightColumn {
	margin:0;
	padding:0;
	height: 600px;
	float: left;
	width: 370px;
}
h3 {
	font-weight: normal;
	padding: 0px 20px 0px 20px;
	color:#666666;
	font-size: .7em;
}
div #products {
	width: 95%;
	}
div #products.header {
	text-align: center;
	background-color: #cccccc;
	color:#666666;
	font-size: 10px;
	line-height: 1.5;
	padding-bottom: 2px;
	width: 100%;
}
div #products.header td {
	line-height: 1.5;
	padding-left:5px;
}
div.scrollWrapper{
	float:left;
	overflow-y:scroll;
	overflow-x:hidden;
	height:500px;
	width: 100%;
	border: solid 1px #999999;
}
table {
	border-collapse:collapse;
	border: none;
	font-size:10px;
	font-weight:normal;
}
table.scrollable{
	empty-cells:show;
	font-size: 10px;
	width:100%;
	margin-right:16px !important;
	margin-right:16px;
}
table.scrollable th{
	background: #ddd;
	padding: 6px 0.25em;
	color: #333333;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
	border: solid 1px #cccccc;
	position: relative;
}
table.scrollable tbody{

}
table.scrollable tr{
	border-bottom: solid 1px #999999;
	-moz-user-select: none;
	height:0px;
}
table.scrollable td{
	margin: 0;
	padding: 0.25em 0.375em 0.45em 0.375em;
	text-align: left;
}
.even {
	}
.rowHover {
	color: #000066;
	background-color: #999999;
	cursor: pointer;
}
.rowSelected {
	color: #000066;
	background-color: #ddd;
}
.inFocus {  border: solid 1px #fc0 !important; }
.SpryHiddenRegion {
	visibility: hidden;
}
.note {
	padding: 5px 10px 5px 10px;
	font-size:10px;
	color:#CC0000
	}