.resultbox {
	border:1px solid black;
	margin:0;
	padding:0;
	float:right;
	width:200px;
	background-color:#F0F0F0;
}

.caption, .spacer {
	border-bottom:1px solid black;
	text-align:center;
	font-weight:bold;
	line-height:14px;
	width:200px;
	display:block;
	font-size:10px;
}

.caption {
	background-color:#64C864;
}

.spacer {
	background-color:#FFFFFF;
	border-top:1px solid black;
}

.resulttable {
	border:0;
	margin-left:4px;
	padding:0;
	font-size:10px;
	border-collapse:collapse;
	width:192px;
}

.resulttable td, .resulttable th {
	border:0;
	padding:0;
	line-height:14px;
	border-bottom:1px dashed black;
	text-align:left;
}

.resulttable th {
	font-weight:bold;
}
.resulttable td + td {
	width:20px;
	text-align:center;
}

.newsbox {
	border-collapse:collapse;
}

.newsbox th {
	width:320px;
	font-weight:bold;
	text-align:left;
}

.newsbox th + th {
	width:80px;
	font-size:10px;
	text-align:right;
}

.newsbox td{
	border-bottom:1px dashed black;
}

