#sortarea
{
	/*float:left;
	border:1px solid red;*/
	width:550px;
	font-size:0.825em;
	padding:8px 0 2px 0;
}

#sortarea a.sort
{
	/*background:url('../images/small_bullet.gif') no-repeat 0px 2px;*/
	padding:3px 10px 2px 23px;
	color:#999;
	text-decoration:none;	
	font-weight:bold;
}

#sortarea a.sort:hover
{
	color:#ff6000;
}

#sortarea  a.sort.active
{
    color:#ff6000 !important;
	/*background:url('../images/small_bullet_down.gif') no-repeat 0px 2px;*/
}

#sortarea a.help 
{
	margin:3px 0 2px 15px;
	color:#666;
	text-decoration:underline;
	font-size:85%;
}

#tblreglisting {
	border:1px solid #CCCCCC;
	width:560px;
	font-size:90%;
	margin:16px 0 16px 0;
	}

#tblreglisting th {
	font-size:0.75em;
	font-weight:bold;
	background-image:url('../images/th_bg.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	padding:3px 2px 2px 4px;
	color:#666;
	border-bottom:1px solid #ccc;
	text-align:left;
	}

#tblreglisting th.ticks {
	text-align:center;
	}

#tblreglisting th.headerSortUp {
	color:#ff6000;
}

#tblreglisting th.headerSortDown {
	color:#ff6000;
}

#tblreglisting td {
	padding:4px 4px 3px 4px;
	border-bottom:1px solid #ccc;
	}	

#tblreglisting tr.alt {
	background-color:#EDF2F7;
	}	

#tblreglisting td.no {
        width:5px;
	text-align:right;
        }

#tblreglisting td.name {
	width:375px;
	}	

#tblreglisting td.country {
	width:180px;
	}	

#tblreglisting td.sunrise  {
	width:65px;
	text-align:center;
	}	

#tblreglisting td.landrush  {
	width:65px;
	text-align:center;
	}	



#helparea
{
	width:400px;
	height:240px;
	border-top:solid 1px #ccc;
	border-bottom:solid 2px #999;
	border-left:solid 1px #ccc;
	border-right:solid 2px #999;
	background-color:#EDF2F7;
	position:absolute;
	top:145px;
	left:320px;
	padding:10px;
	display:none;
}


#helparea ul
{
	width:370px;
	margin:0 0 0 3px;
	padding:0 0 0 15px;
}

#helparea li
{
	color:#333 !important;
}

#helparea p
{
	width:370px;
	color:#333 !important;
}

#helparea p.close
{
	text-align:right;
	font-size:0.75em;
	text-decoration:underline;
}

