
/* general styles */
body{
/*background:#f1f1f1;*/	
 /* margin:0;
	padding:0;

	font:70% Arial, Helvetica, sans-serif; 
	color:#555;
	line-height:150%;
	text-align:left;*/
}
/*a{
	text-decoration:none;
	color:#057fac;
}
a:hover{
	text-decoration:none;
	color:#999;
}*/
h1{
	font-size:170%;
	margin:0 20px;
	line-height:80px;	
}
h2{
	font-size:150%;
}
.tableStyle
{
  margin:0;
	padding:0;

	/*font:100% Arial, Helvetica, sans-serif; */
	/*color:#555;*/
	font-weight: bolder;
	line-height:150%;
	text-align:left;
}
#container{
	margin:0 auto;
	width:680px;
	/*background:#fff;*/
	padding-bottom:5px;
}
/*table, td{
	font:100% Arial, Helvetica, sans-serif; 
}*/
/* table styles */
/*table.tableStyle{width:100%;border-collapse:collapse;margin:1em 0;}*/
table.tableStyle{width:100%;border-collapse:collapse;}
/*table.tableStyle tr th, table.tableStyle tr td{text-align:left;padding:.5em;border:1px solid #fff;}*/
table.tableStyle tr th, table.tableStyle tr td{text-align:center;padding:.1em;border:1px solid #fff;}

/*table.tableStyle tr th{background:#328aa4 url(tr_back.gif) repeat-x;color:#fff;}*/
table.tableStyle tr th{background:#E0C452;color:#fff;}
/*table.tableStyle tr td{background:#e5f1f4;}*/
table.tableStyle tr td{background:#E6DBB3;}



table.tableStyle tr.even td{background:#E6DBB3;}
table.tableStyle tr.odd td{background:#FAF7EB;}
/*table.tableStyle tr.even td{background:#e5f1f4;}
table.tableStyle tr.odd td{background:#f8fbfc;}*/

table.tableStyle tr th.over, table.tableStyle tr.even th.over, table.tableStyle tr.odd th.over{background:#4a98af;}
table.tableStyle tr th.down, table.tableStyle tr.even th.down, table.tableStyle tr.odd th.down{background:#bce774;}
table.tableStyle tr th.selected, table.tableStyle tr.even th.selected, table.tableStyle tr.odd th.selected{}

table.tableStyle tr td.over, table.tableStyle tr.even td.over, table.tableStyle tr.odd td.over{background:#ecfbd4;}
table.tableStyle tr td.down, table.tableStyle tr.even td.down, table.tableStyle tr.odd td.down{background:#bce774;color:#fff;}
table.tableStyle tr td.selected, table.tableStyle tr.even td.selected, table.tableStyle tr.odd td.selected{background:#bce774;color:#555;}

/* use this if you want to apply different styleing to empty table cells
td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}