@charset "utf-8";
/************************************** TABLE *************************************************/

.mytable {
	width: 675px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 675px;
	text-align: right;
	font-style: italic;
}

th {
	color: #336799;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #CAE8EA;
	background-image: url(../../graphics/table_bg_header.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
}

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;
}


td.alt {
	background: #F5FAFA;
	color: #999999;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background-color: #fff;
	background-image: url(../../graphics/table_bullet1.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	color: #797268;
	background-color: #f5fafa;
	background-image: url(../../graphics/table_bullet2.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: normal;
}

th.clear {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	color: #797268;
	background-color: #fff;
	font-size: 12px;
	font-weight: normal;
}




