/* ------------------
 styling for the tables 
   ------------------   */



table {
	border-spacing:0;
	line-height: 1em;
}

#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 15px;
	width: 590px;
	text-align: left;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #555;
	background: #EBD1D1;	
}
.td-header {
	text-align:center;
	background:#ccc;
	border-bottom:1px solid #fff;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #555;
	border-top: 1px solid #C2BBBB;
}
#one-column-emphasis .odd
{
	background: #F7F7F7;
}

.oce-first
{
	background: #F2E6E6;
	color:#fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #339;
	background: #dddbd1;
}

