v\:* {
	behavior:url(#default#VML);
}

#table{
	float: left;
	width: 100%;
	min-height: 400px;
	vertical-align: middle;
	background-color: #ffffff;
}

#table table{
	table-layout: fixed;
	border-collapse: collapse;
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
#table td {
	padding: 0px;
	border: solid 1px #cccccc;
}
#table td p{
	padding: 0px;
	margin: 0px;
}

#table tr.c td{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	background-color: #d8d57e;
}
#table tr.ce td{
	text-align: center;
	vertical-align: middle; 
	background-color: #ededed;
}
#table tr.ce td.g{
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #cccccc;
}
#table tr.ce td.r{
	background-color: #ff0000;
	color: #000000;
	border: solid 1px #cccccc;
}
#table tr.ce td.y{
	background-color: #ffff00;
	color: #000000;
	border: solid 1px #cccccc;
	font-size: 9px;
}

#table tr.co td{
	text-align: center;
	vertical-align: middle; 
	background-color: #FFFFFF;
}
#table tr.co td.g{
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #cccccc;
}
#table tr.co td.r{
	background-color: #ff0000;
	color: #000000;
	border: solid 1px #cccccc;
}
#table tr.co td.y{
	background-color: #ffff00;
	color: #000000;
	border: solid 1px #cccccc;
}


/*#table tr.cx td{
	text-align: center;
	vertical-align: middle; 
	background-color: #ff0000;
}
#table tr.cz td{
	text-align: center;
	vertical-align: middle; 
	background-color: #be00c8;
}
*/
#table a.a{
	background-image: url('../images/asc.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 15px;
}
#table a.d{
	background-image: url('../images/desc.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 15px;
}
#table a.map{
	color: #0000FF;
}
/*
#table td.g{
	background-image: url('../images/green_error.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
#table td.y{
	background-image: url('../images/yellow_error.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
#table td.r{
	background-image: url('../images/red_error.jpg');
	background-repeat: no-repeat;
	background-position: center;
}	
*/

#map_results{
	float: left;
	width: 100%;
	min-height: 400px;
	vertical-align: middle;
	background-color: #ffffff;
}

#export{
	float: left;
	width: 100%;
	min-height: 400px;
	vertical-align: middle;
	background-color: #ffffff;
}



#pagelink {
	float: left;
	width: 100%;
	background-color:#ffffff;
}
#pagelink p{
	text-align: center;
}


div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
	}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;

	color: #DDD;
}

