.productListing-heading {
  font-family: Sans-serif;
  font-size: 9pt;
  background: #F0F0F0;
  color: #000000;
  font-weight: bold;
  }

body {
  background: #C0C0C0;
  color: #000000;
  margin: 0px;
  font-size: 11pt;
  font-family: Sans-serif;
}

td {
	vertical-align: top;
}

a { 
  color: #666666; 
  text-decoration: none; 
}

a:hover { 
  color: #666666;
  background: #99CCFF;
  text-decoration: underline 
}

a:visited {
  color: #666666;
}

/* Layout */
.catdisplay{
	padding: 5px 5px 5px 5px;
	font-family: Sans-serif;
	font-size: 11pt;
	text-align: center;
	vertical-align: top;
}

.catdisplay1{
	padding: 5px 5px 5px 5px;
	font-family: Sans-serif;
	font-size: 9pt;
	color: #999999;
	text-align: left;
	vertical-align: top;
}

.catdisplay2{
	padding: 5px 5px 5px 5px;
	font-family: Sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #CC0000;
	text-align: right;
	vertical-align: top;
}

.catdisplay3{
	padding: 5px 5px 5px 5px;
	font-family: Sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

.catdisplay4{
	padding: 5px 5px 5px 5px;
	font-family: Sans-serif;
	font-size: 9pt;
	color: #CC0000;
	text-align: center;
	vertical-align: top;
}

.content{
	padding: 5px 5px 5px 5px;
	font-family: Sans-serif;
	font-size: 12px;
}

.header_menu{
	background: #F0F0F0;
	height: 20px;
	font-size: 11pt;
	font-family: Sans-serif;
	border-top: solid 1px #C2C2C2;
	border-bottom: solid 1px #C2C2C2;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FF0024;
}

productListingmenu1-heading {
	padding: 5px 5px 5px 5px;
	font-family: Sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #CC0000;
	text-align: right;
	vertical-align: top;
}

table.maintable {
	width: 100%;
	height: 200px;
	text-align: left;
	border: 0px;
}

table.menu {
	width: 140px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

.menu_top, .table_top {
	background: #F0F0F0;
	height: 11pt;
	font-size: 12px;
	font-family: Sans-serif;
	border-top: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;; color:#000080
}
.menu_lefttop, .table_lefttop{
	height: 14px;
	width: 20px;
	border-top: solid 1px #C2C2C2;
	border-bottom: solid 1px #C2C2C2;
	background: url('../../images/corner_left.gif');
}
.menu_righttop, .table_righttop{
	height: 14px;
	border-top: solid 1px #C2C2C2;
	border-bottom: solid 1px #C2C2C2;
	background: url('../../images/corner_right.gif');
}
.menu_content, .table_content{
  background: #f8f8f9;
  font-family: Verdana;
  font-size: 11pt;
  border-left: solid 1px #C2C2C2;
  border-right: solid 1px #C2C2C2;
  border-bottom: solid 1px #C2C2C2;
  padding: 2px 2px 2px 2px;
  
}

input.cmd {
	font-family: Sans-serif;
	font-size: 11pt;
	background: #800000;
	border: 1px solid #000000;; color:#FFFFFF
}

select, input {
	font-family: Sans-serif;
	font-size: 11pt;
}

.pageheader {
  font-weight: bold;
  color: #CC0000;
  font-size : 20pt;
}

img{
	border: 0px;
}

table.productListing {
  border: 1px;
  border-style: solid;
  border-color: #C2C2C2;
  border-spacing: 3px;
}

td.productListing-data {
  font-family: Sans-serif;
  font-size: 11pt;
  
}

tr.productListing-odd{
  background: #FFFFFF;
}

tr.productListing-even{
  background: #F0F0F0;
}

td.center{
  font-family: Sans-serif;
  font-size: 12px;
  text-align: center;
}

input.required{
	background: #ED7284;
}

table.error{
	border: solid 1px #FF0000;
	background: #ED7284;
}

table.search{
	width: 100%;
	border: solid 3px #C2C2C2;
}

td.searchoption{
	padding: 5px 5px 5px 5px;
	font-family: Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

option.standard{
	font-weight: bold;
	font-family: Sans-serif;
	background: #EAEAEA;
}

option.main{
	font-family: Sans-serif;
	background: #EAEAEA;
}