/* CSS Document */

#mytable {
	width: 95%;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}
#mytable td p {font-size: 100%;}
caption {padding: 0 0 5px 0; width: 100%; font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-align: left;}

th {
	color: #4F6D8A;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: url(/images/table/bg_header.jpg) no-repeat center center;
	font-size: 0.7em;
	font-family: "Trebuchet MS", Arial;
	border-left: 1px solid #DDE4EC;
	border-bottom: 1px solid #DDE4EC;
	border-right: 1px solid #DDE4EC;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	background: none;
	border-bottom: 1px solid #DDE4EC;
	border-right: 0;
}

td {
	border-bottom: 1px dotted #DDE4EC;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4F6D8A;
	font-family: Arial, sans-serif, "Helvetica Light";
	font-size: 0.8em;
	border-right: 0;
	border-left: 0;
	text-align: left;
	}
	
td.alt {
	border-right: 1px solid #DEDAC9;
	border-bottom: 1px solid #DEDAC9;
	background: #FFFFFF;
	font-family: Arial, sans-serif, "Helvetica Light";
	font-size: .7em;
	color: #797268;
}
.noborder{border:none;}

th.spec {
	background: #fff url(/images/table/bullet1.gif) no-repeat 0px 0px;
	border: 1px solid #DDE4EC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
}

th.specalt {
	border-left: 0;
	border-top: 1px solid #C2B999;
	background: #fff url(/images/table/bullet2.gif) no-repeat;
	color: #797268;
	font-size: 70%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* Second Table\*/
.table {
	border-collapse:collapse;
	width:100%;
	border-top: 1px solid #B2C3D3;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #B2C3D3;
	border-left: 1px solid #FFFFFF;
	margin: 0;
	}
table.special {
	border-collapse:collapse;
	width:auto;
	margin: 0;
	border: 0;
	}
	
.table td {
	text-align:left;
	border: 1px solid #fff;
	font-family: Arial, sans-serif, "Helvetica Light";
	color: #666666;
	padding: 5px;
	}
	
.table th {
	font-size: 70%;
	font-family: Arial, sans-serif, "Helvetica Light";
	color: #666666;
	text-align: left;
	letter-spacing: 0.05em;
	font-weight: normal;
	text-transform: uppercase;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px solid #fff;
	padding: 5px;
	}
	
.tdsmall {
	background: #fff;
	color: #999999;
	font-family: Arial, sans-serif, "Helvetica Light";
	font-size: 85%;
}

th.nobox {
	background: #fff url(/images/table/bullet1.gif) no-repeat 0px 0px;
	border-bottom: 1px dotted #DDE4EC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
}
