/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;
	/*width: 896px;*/
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #444;
	font-size:12px;
}

table.sortable caption {
	border-width: 0px 1px 1px 1px;
	background-color: #bed853;
	/*color:#365F91;*/
	color:#8A0808;
	font-size: 18px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:5px;
}

table.sortable th.selectclmn {
	border-width: 0px 1px 1px 1px;
	background-color: #F2F5A9;
	color: #8A0808;
}

table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #bed853;
	color: #202f14;
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
}
table.sortable tr.odd td {
	background-color: #fafafa;
}
table.sortable tr.even td {
	background-color: #ededed;
}

table.sortable tr.select td {
	background-color: #fffec3;
	font-weight: bolder;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
	color: #DF0101;
}

table.sortable tr.hr td {
	display: none; 
}
table.sortable tr.sr td {
	display: table-cell;
}
p.page { margin-left: 15px; }
p.page a { border: 1px solid #aaa; }
p.page a:hover { background: #fff; }
p.page a.current { margin: 0 0 0 0; padding: 2px 5px; line-height: 30px; font-weight: bold;  }
p.page a.hidepage { margin: 0 0 0 0; padding: 2px 5px; line-height: 30px; background: #eee; }
.sortarrow{float:right;}
.thlable{float:left;}
.clable{float:right;}
.smalltext{font-size: 10px;}
.center-name {font-size: 14px;}
.ncqa {text-align: center;
		width: 100%;
		margin-top: 5px;
		height: 28px;
		display: inline;
		clear: both}
.tipped {width: 33%;
		float: left;
}