/* CSS Document */

table.recordset_display {
		margin-left:0px;
		font-size: 10px;

	}
	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-color:#F9F9F9;
	}
	tbody tr.alt2 {
		background-color:#FFFFFF;
	}
	tbody td.highlight1 {
		background-color:#EFECE5;
	}
	tbody tr.rollover {
		background-color:#EEEDE8;
		cursor: pointer;
	}
	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;}

a.startlink:link { text-decoration: none; font-size: 11px; color: #FE7D15;}
a.startlink:visited { text-decoration: none; font-size: 11px;color: #FE7D15;}
a.startlink:active { text-decoration: none; font-size: 11px;color: #FE7D15;}
a.startlink:hover { text-decoration: underline; font-size: 11px;color: #162B56;}
