body  {
	margin: 0;
	background: #dcdcdc;
	text-align: center;
	color: #444;
	font-family: Verdana, arial, sans-serif;
}
body, table {
	font-size: 90%;
}
img {
	border: none;
}
ul.info {
	list-style-type:  disc;
	list-style-position: outside;
	margin: 5px 20px;
}
ul.info li {
	margin: 5px 0;
	line-height: 1.5em;
}
p {	
	line-height: 1.5em;
}
dt {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
dl {
	line-height: 1.5em;
}
#bodydiv {
	background: #dcdcdc url('../images/bg.gif') repeat-y center;
}
#header {
	background: #008000 url('../images/bg_top.gif') repeat-x bottom;
	height: 100px;
	width: 1000px;
	text-align: center;
	margin: auto;
}
#headerimg {
	background: transparent url('../images/header_bg.jpg') no-repeat 469px;
}



#tooltip {
	position: absolute;
	background: #FDFFB4;
	display: none; 
	text-align: left; 
	border: 1px solid #FCC90D; 
	width: 333px; 
	padding: 2px 5px;
	font-size: 80%;
}

#topcontent {
	width: 1000px; 
	margin: auto;
	background: white url('../images/bottom_bg2.jpg') repeat-x bottom left;
}
#topcontent #menuline {
	height: 27px; 
	width: 100%; 
	background: #888800 url('../images/menu_bg.gif') repeat-x top left;
}
#topcontent #menuline a,
#topcontent #menuline a:link,
#topcontent #menuline a:visited {
	display: block;
	float: left;
	background: #888800;
	padding: 5px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #444;
	background: #888800 url('../images/menu_bg.gif') repeat-x top left;
	font-size: 14px;
}
#topcontent #menuline a:hover {
	background: #888800 url('../images/menu_bg_over.gif') repeat-x top left;
}
h1 {
	font-size: 2em;
	font-weight: normal;
}
h2 {
	font-size: 1.6em;
	margin: 10px 0;
	text-align: left;
	font-weight: normal;
}
#topcontent form {
	padding: 10px 20px;
}
#bottomcontent {
	width: 1000px;
	text-align: center;
	color: #eee;
	margin: auto;
	padding: 0px;
	background: white url('../images/bottom_bg.jpg') repeat-x top left;
	padding-top: 90px;
	color: #444;
}
#bottomcontent .leftcolumn {
	text-align: left;
	background: url('../images/bottom_bg2.jpg') repeat-x bottom left;
	padding: 0 20px 60px 20px;
}
/*#bottomcontent .rightcolumn {
	width: 490px;
	float: right;
	text-align: left;
	border-left: 1px dashed #d9d9d9;
	padding-left: 20px;
	height: 300px;
}*/

#footer {
	margin-top: 20px;
	text-align: center;
	color: #444;
	font-size: 72%;
	padding-top: 50px;
	padding-bottom: 20px;
	background: #dcdcdc url('../images/bg_footer.gif') no-repeat top center;
}
#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover {
	color: #444;
}
#footer a:hover {
	text-decoration: none;
}

table#adtable {
	width: 1000px; 
	margin: auto;
	background: white url('../images/spade.gif') no-repeat top left; 
	border-right: 1px solid #008000; 
	border-left: 1px solid #008000;
	border: none;
	border-bottom: 2px solid black;
}
table#adtable td {
	cursor: default;  
	text-align: center;
	vertical-align: middle;
}
table#adtable td.cell_sw {
	width: 50px;
	height: 1px;
	border: none;
	background: #000;
}
table#adtable td.cell_sh {
	width: 0px;
	height: 30px;
	border: none;
}

table#adtable td.cell_s1 {
	width: 200px;
	height: 180px;
}
table#adtable td.cell_s2 {
	width: 150px;
	height: 120px;
}
table#adtable td.cell_s3 {
	width: 100px;
	height: 90px;
}
table#adtable td.cell_s4 {
	width: 100px;
	height: 60px;
}
table#adtable td div.layer1{
	width: 100%; 
	height: 100%; 
	background: transparent url('../images/fff.gif');
}
table#adtable td a.layer1{
	width: 100%; 
	height: 100%; 
	display: block;
}
table#adtable td a .layer1 {
	background: none;
	cursor: pointer;
}
table#adtable td .layer2{
	text-align: left; 
	width: 100%; 
	height: 100%; 
	background: transparent no-repeat center center;
	padding-top: 1px;
}
table#adtable td .layer2 span {
	background: #fff; 
	color: #444; 
	font-weight: bold;
}
table#adtable td .layer2 span.purchase_price {
	background: #fffecc;
	font-weight:normal;
}

table.stats {
	width: 600px;
}
table.stats th {
	text-align: center;
	font-weight: bold;
	padding: 2px 5px;
}
table.stats td {
	text-align: center;
	vertical-align: top;
	border: 1px solid #eee;
	padding: 2px 5px;
}

form td.title_cell {
	text-align: right;
	padding-right: 3px;
	padding-top: 5px;
}
form td {
	vertical-align: top;
}
form th {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
}

#header a,
#header a:link {
	color: #fff;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}

#bottomcontent a,
#bottomcontent a:link {
	color: #333;
	text-decoration: underline;
}
#bottomcontent a:hover {
	text-decoration: none;
}



.error { 
	font-weight: bold;
	color: #f00;
}
.notice { 
	font-weight: bold;
	color: #080;
}