#mytable {
	width: 560px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 560px;	 
	font: italic 11px Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/ui/table_bg_header2.jpg) no-repeat;
	font-size: 1.2em;
}

th.yesbg {
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	background: #CAE8EA url(../images/ui/table_bg_header1.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
	
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	font-size: 1.2em;
}

tr.alt td,
td.alt {
	background: #F5FAFA;
	color: #797268;
	font-size: 1.2em;
}

table tr td.first,
th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/ui/table_bullet1.gif) no-repeat;
	font-size: 1.2em;
	font-weight: normal;
}

table tr.alt td.first,
th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/ui/table_bullet2.gif) no-repeat;
	font-size: 1.2em;
	color: #797268;
	font-weight: normal;
}

a {
	color: #F15C22;
}

tr.noheader td.first,
tr.noheader td {
	border-top: 1px solid #C1DAD7;	
}