@charset "utf-8";
/* CSS Document */


#box
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 45px;
	width: 650px;
	text-align: left;
	border-collapse: collapse;
	text-decoration:none;
	
}
#box th
{
	font-size: 11px;
	font-weight: bold;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
	text-decoration:none;
}
#box td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
	text-decoration:none;
}
#box tr:hover td
{
	background: #d0dafd;
	color: #339;
	text-decoration:none;
}

#hor-minimalist
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 25px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
#hor-minimalist tbody tr:hover td
{
	color: #009;
}