@charset "UTF-8";
/* CSS Document */

#mytable {
	width: 100%;
	padding: 0;
	margin: 15px 0;
	font-size:12px;
}

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

#mytable th {
	font: bold;
	color: #e20122;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	letter-spacing: -.5;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
}

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

#mytable td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	padding: 6px 6px 6px 12px;
}


#mytable td.alt {
	background: #F9F9F9;
	color: #333;
}

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

#mytable th.specalt {
	border-left: 1px solid #ccc;
	border-top: 0;
	background: #F9F9F9;
	font: bold;
	color: #e20122;
}
#mytable td p {font-size:86%}
