@charset "utf-8";
/* CSS Document */

table.Format {
	margin:0px;
	font-family:Verdana;
	margin-bottom:10px;
}

/* COLORS - GREY STYLE */

table.Format.Prices th {
	background-color:#066CAA;
	color:#FFFFFF;
	border-color:#B4B4B4;
	text-align:center;
}

table.Format.Prices td {
	border-color:#888888;
	background-color:#EBF7FE;
}

table.Format.Prices tr.Odd {
	background-color:#FBFBFB;
}

table.Format.Prices tr.Even {
	background-color:#F4F4F4;
}

table.Format.Prices td:hover {
	color:#000000;
}

table.Format.Prices tr:hover {
	background-color:#E8E8E8;
}

/* GENERAL STYLES */

table.Format th {
	font-size:10px;
	font-weight:bold;
	height:24px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	border:none;
}

table.Format td {
	height:20px;
	font-size:10px;
	padding-left:2px;
	padding-right:2px;
	text-align:center;
	border:dotted;
	border-width:0.01em;
}

table.Format tr {

}