.table-content {
	margin-top: 20px;
	margin-bottom: 5px;
}

caption {
	FONT-WEIGHT: bolder;
	COLOR: #042147;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	text-align: left;
}


.table-features {
	font-size: 10px;
}

.table-features input {
	margin: 0px;
	padding: 0px;
}

caption h2 {
	FONT-SIZE: 16px;
	background-color: #EEEEEE;
	padding: 5px;
	margin: 0px;
	text-transform: none;
}

caption h3 {
	 border-bottom-style: solid;
	 border-bottom-width: 1px;
	 margin: 0px;
	 margin-bottom: 3px;
	 padding: 3px;
	 font-size: 12px;
}

caption A {
	float: left;
	COLOR: #042147;
	margin-bottom: 3px;
}

caption A:link {
	COLOR: #042147;
}

caption A:visited {
	COLOR: #042147;
}

caption A:hover {
	COLOR: #000000;
}

.table-content table {
	padding: 0px;
	font-size: 10px;

	border-width: 1px;
	border-color: #CCCCCC;
	/*	    : top  right bottom left */
	border-style: solid none none none;
	margin: 0px;
	white-space: nowrap;
	width: 99%;
}

.sort-row { 
	cursor: hand;
}

.table-content th {
	font-weight: bold;
	text-align: center;
	color: #003366;
	border-width: 1px;
	border-color: #CCCCCC;
	border-right-style: solid ;
	border-bottom-style: solid ;
	background-color: #FFFFFF;	
}

.table-content .sort-row {
}

.table-content th span {
	/* arrow for sort row */
}



.table-content th.sort-active {
	cursor: wait;
}

.table-content td {
	padding: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-width: 1px;
	border-color: #CCCCCC;
	border-right-style: solid ;
	border-bottom-style: solid ;
	white-space: nowrap;	
}

.table-content tr {
	background-color: #F2F2F2;	
}

.table-content tfoot td {
	background-color: #FFFFFF;
	text-align: right;
}

.table-content tr.odd {
	background-color: #FFFFFF;		
}


