/*----Stylized Tables with 2 rows---*/

#mytable {
	padding: 0;
	margin: 0;
}

th {
	font: normal 11px;
	color: #4f6b72;
	border-right: 1px solid #c2e0f4;
	border-bottom: 1px solid #c2e0f4;
	border-top: 1px solid #c2e0f4;
	letter-spacing: normal;
	text-transform: none;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #d3edfe url(/images/bg_header.jpg) no-repeat;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C2E0F4;
}
th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #c2e0f4;
	background: none;
}
td {
	border-right: 1px solid #c2e0f4;
	border-bottom: 1px solid #c2e0f4;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
td.alt {
	background: #F5FAFA;
	color: #797268;
}
th.even {
	border-left: 1px solid #c2e0f4;
	border-top: 0;
	font: normal 11px/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff url(/images/bullet1.gif) no-repeat;
}
th.odd {
	border-left: 1px solid #c2e0f4;
	border-top: 0;
	background: #f5fafa url(/images/bullet2.gif) no-repeat;
	font: normal 11px/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #797268;
}