/* CSS Document */

table.recordset_display {
		display:block;
		margin-left:0px;
		font-size: 10px;
	}
	.recordset_display_pointer{
	cursor: pointer;
	}
	
	thead tr td{
		border-top:1px solid #666666;
		border-bottom:1px solid #666666;
		padding:4px;
		font-weight:bold;
	}
	a.sort {
		color:#575655;
	}
	td.leftend {
		border-left: 1px solid #666666
	}
	td.rightend {
		border-right: 1px solid #666666
	}

	table.recordset_display td {
		color:#575655;
	}
	tbody td span{
		display:block;
		padding:4px;
	}
	tbody tr.alt1 {
		background: url(../assets/images/trans_line_bg.gif) #E9E2E2 bottom repeat-x;
	}
	tbody tr.alt2 {
		background: url(../assets/images/trans_line_bg.gif) bottom repeat-x;
	}
	tbody td.highlight1 {
		background-color:#EFECE5;
	}
	tbody tr.rollover {
		background: url(../assets/images/trans_line_bg.gif) #CFC6BF bottom repeat-x;
	}
	tbody td.highlight2 {
		background-color:#F2F2EE;
	}
	tfoot {
		background-color:#D9CBAA;
	}
	tfoot tr td {
		color:#FFFFFF;
		font-weight:bold;
		padding:4px;
	}
	#mainarea p {
		margin-left:20px;
		margin-right:20px;
	}
	#mainarea strong {
		margin-left:20px;
		margin-right:20px;				
		color:#333333;
	}
	#mainarea table.recordset_display td strong  {
		margin-left:0px;
	}

a.viewall:link { text-decoration: none; font-size: 10px; color: #333333;}
a.viewall:visited { text-decoration: none; font-size: 10px;color: #333333;}
a.viewall:active { text-decoration: none; font-size: 10px;color: #333333;}
a.viewall:hover { text-decoration: underline; font-size: 10px;color: #650A0A;}

a.downloadlink:link { text-decoration: none; font-size: 10px; color: #333333;}
a.downloadlink:visited { text-decoration: none; font-size: 10px;color: #333333;}
a.downloadlink:active { text-decoration: none; font-size: 10px;color: #333333;}
a.downloadlink:hover { text-decoration: underline; font-size: 10px;color: #650A0A;}

.rs_search{
	color: #761F16;
	background: #F0F0F0;
	border: 1px solid #333333;
	font-weight:200;
	font-size:150%;
}

