ul {    display: block;
        background: #ffffff;
}

ul li { list-style-image: url(../art/bullet.png);
	list-style-type: circle;
}

TABLE.card {
	border-collapse: separate; 
	empty-cells: hide;
}
TD.card {
	border-top: groove;
	border-right: groove;
	border-bottom: groove;
	border-left: groove;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

INPUT { 

font-family: Geneva, Verdana, Helvetica, Arial;
font-size:11pt;
font-weight:bold;
color:#000000;
background:#ffffff;
}

textarea { 
  font-size: 12pt; 
  text-align: left; 
  color: black; 
  font-family: geneva, arial, helvetica, sans-serif; 
}

input {
width: auto;
font-size: 95%;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

A { text-decoration: none ; font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 12pt}

TD    { font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
}
	    
#salebox {
	background-image: url("../art/tbl_bg.png");
	border: 0px;
	width: auto;
	padding:0px;
	text-align: center;
}

.salebutton {
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
}

.salebutton a {
	padding: 2px;
	width: 100%;
	display: block;
	color: #000000;
	background-color: #CCCCCC;
	border-top: 2px #8b8484 solid;
	border-left: 2px #8b8484 solid;
	border-bottom: 2px #787272 solid;
	border-right: 2px #787272 solid;
}

.salebutton a:hover {
	color: #ffffff;
	background-color: #8b8484;
	border-top: 2px #8b8484 solid;
	border-left: 2px #8b8484 solid;
	border-bottom: 2px #787272 solid;
	border-right: 2px #787272 solid;
}


#statpane {
padding: 1px 0 2px 6px;
border-top : 1px #31557f solid;
border-left : 1px #31557f solid;
border-bottom : 1px #f8f9fb solid;
border-right : 1px #f8f9fb solid;
background: #cccccc;
}

#leftcontent {
  position: absolute;
  top: 15px;
  left: 10px;
  }

#rightcontent {
  position: absolute;
  right:15px;
  width:170px;
  }
