/* ================================================== */
/*  TABLE STYLES                                      */
/* ================================================== */

table.data {
	margin-top: 2px;
	background: #FFF; 
	border: 1px solid #CCC;
}
table.data p {
	padding: 0 0 0 10px;
}
table.data th {
	background: #DDD; 
	border: 1px solid #CCC; 
	font-family: arial; 
	font-size: .85em; 
	padding: 5px;
}
table.data th.left {
	text-align:left;
}
table.data td {
	border: 1px solid #CCC; 
	font-family: arial; 
	font-size: .85em; 
	padding: 5px;
	vertical-align: top;
}
table.data td ul {
	margin:0 0 0 -20px;
}
table.data td li {
	margin:0 0 2px 0;
}
table.data td a:hover {
	color: blue;
	font-weight: normal;
}
table.data tr:hover {
	background: #E3E4FA;
}
#splash table {
	border-collapse: collapse;
	background-color: #FEFEFE;
}
#splash table.data th {
	padding: 1px 4px;
	font-size: 9px
}
#splash table.data td {
	padding: 1px 4px;
	background-color: #FEFEFE;
	color: #333;
	font-size: 11px;
}
#splash table.data tr:hover {
	background: #E3E4FA;
}

.clgray {color: gray;}
.ctr {text-align: center;}
.txtrt {text-align: right;}
