
#mytable {
	width: 100%;
	padding: 0;
	margin: 0;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 100%;	 
	font-size: 16px;
	text-align: right;
	font-style: italic;
}

#mytable th {
	font-size: 12px;
	color: #4f6b72;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 5px 5px 5px 10px;
	background: #CAE8EA url(/images/table_header.png);
}

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

#mytable th.nobgall {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background: none;
}

#mytable td {
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	background: #fff;
	padding: 5px 5px 5px 10px;
	color: #4f6b72;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}

#mytable td.nobg {
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	background: none;
}


#mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#mytable th.header {
	color: #4a4a4a;
	text-align: center;
}

#mytable th.spec {
	border-left: 1px solid #e4e4e4;
	border-top: 0;
	background: #fff;
	font-size: 10px;
}

#mytable th.specalt {
	border-left: 1px solid #e4e4e4;
	border-top: 0;
	font-size: 10px;
	color: #797268;
}