@charset "utf-8";
/* CSS Document */
body{
	font-size: 12px;
	background: none;
}
h3{
	text-align: center;
}
.dia{
	border: 1px solid #666;
	background-color: #fff;
	padding: 1px;
}
img{
	border:0;
}
a:link{
	color: #010101;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #ccc;
}
table{
	width: 210px;
	empty-cells: hide;
}
table th a{
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 24px;
}
table th a:link{
	text-decoration: none;
	color: #333;
}
table th a:visited{
	color: #333;
}
table th a:hover{
	color: #999;
}
td{
	background-color: #999999;
	border: #F9F9F9 1px solid;
}
td a{
	font-weight: normal;
	display: block;
}
td a:link{
	font-weight: normal;
}
td a:hover{
	color: #fff;
	background: #ddd;
}
th{
	color: #111;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
select{
	width: 100%;
	background: none;
	border: none;
}
select, select  option{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
div.tooltip{
        padding: 5px;
        margin: 5px;
		max-width: 250px;
		font-size: 12px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
        background-color: #F0F0F0;
		color:#000;
	max-width: 90px;
	font-size: 10px;
}

