@charset "utf-8";
/* CSS Document -  tables */
table {
	xborder-collapse: separate;
	margin-bottom: 2em;
	width: 525px;
}
table a:link, table a:visited {
	color: #006;	
}
table a:hover {
	color: #f60;	
}

caption {
	font-family: Arial;	
}

table, td, th {
	font-family: Arial;
	border: 1px solid #cfcfcf;
	font-size: 11px;
	line-height: 13px;
	padding: 5px;
}
caption {
	white-space: nowrap;
	padding: 4px 6px 6px 0;
	font-size: 12px;
	font-weight: bold;
}
caption span {
	font-weight: normal;	
}
caption a:link, caption a:visited, caption a:hover {
	color: #000;
	text-decoration: none !important;
}
table th {
	vertical-align:text-top;	

}
p {
	margin-bottom: 10px;
	font-size: 12px;
}
a:active, a:focus {
	outline: none;
}

#content {
	xpadding-top: 30px;
}

table.pricing th, table.costs_comp th {
	/*background-color: #dfdfdf;*/
	/*background-color: #dcdcf3;*/
	background-color: #e3ebff;
}


table.pricing {
	width: 525px;
	margin: 0 0 10px 0px;
}

table.pricing th th {
	font-weight: normal;
	
}
/* nested */
table.pricing table {
	border: 0;
	width: 235px;
	margin: 0;
}
table.pricing th.cone {
	width: 75px;
}
table.pricing th.cfour {
	width: 105px;
}
table.pricing table td, table.pricing table th {
	border: 0;
	padding: 0;
	width: 33%;
}

#partfees {
	width: 300px;	
}

table.etf td, table.etf th, table.etf  {
	border: none !important;	
}

table.etf th {
	font-weight: bold;
	color: #fff;
	background-color: #006;
}

table#customservices th {
	font-weight: bold;	
}


