/* --------------------- common elements --------------------------- */

table.tt_x {
	border-collapse: collapse;
	cursor:help;
	border: 1px solid #000;
}
table.tt_x th {
	color:#fff;
	border:1px solid #000;
	background-color: #265682;
	font-size: 12px;
	text-align: center;
	top: 1px;
}
table.tt_x td {
	text-align:center;
	background-color:#BEBEBE;
	font-family:Tahoma;
	font-size:12px;
	border:1px dotted #1A8DDB;
	color:#3F005E;
	top: 1px;
}

table.tt_x tr.even td{background-color:#D3D3D3;}
table.tt_x tr.odd td{background-color:#BEBEBE;}

table.tt_x th.over, table.tt_x tr.even th.over, table.tt_x tr.odd th.over
{background-color:#2D6699;}

table.tt_x th.down, table.tt_x tr.even th.down, table.tt_x tr.odd th.down
{background-color:#0080C0; color:#F00;}

table.tt_x th.selected, table.tt_x tr.even th.selected, table.tt_x tr.odd th.selected
{background-color: #224D68;color: #FFF;}

table.tt_x td.over, table.tt_x tr.even td.over, table.tt_x tr.odd td.over
{background-color:#F60;color: #FFF; border:1px solid #1A8DDB;}

table.tt_x td.down, table.tt_x tr.even td.down, table.tt_x tr.odd td.down
{background-color:#F93;color:#fff;}

table.tt_x td.selected, table.tt_x tr.even td.selected, table.tt_x tr.odd td.selected
{background-color:#224D68; color:#FFF; border:1px solid #1A8DDB;}
