@charset "utf-8";
/* CSS Document */

#error{
	background-color:#FFDDDD;
	border:1px solid #620000;
	color:#620000;
	padding:5px;
	font-size:12px;
	margin-bottom:10px;
}

table.data{
	width:100%;
	border:0px none;
	border-collapse:collapse;
	margin-bottom:20px;
	margin-top:10px;
}
table.data th,table.data td{
	padding:5px;
	border:0px none;
	font-size:12px;
}
table.data th{
	background-color:#666;
	color:white;
	border:1px solid #999;
}
table.data td{
	border:1px solid #999;
}

a{
	color:blue;
}

p{
	font-size:12px;
}

.customtooltip{
	width:300px;
	font-size:12px;
	background-color:#CCC;
}


#thumbnail{
	height:220px;
}
#thumbnail .icons{
	height:40px;
	display:block;
	margin-top:-15px;
	position:relative;
}
#thumbnail .icons .funfact{
	float:left;
	width:30px;
}
#thumbnail .icons .closeout{
	width:80px;
	float:right;
}