table#mapSelectionTable {
background-color: #efefef; border: 1px double #ddd;padding: 1ex;}

td.selectionTitleCell {
background-color: #FFF; border-bottom: 1px solid #CCC; border-top: 1px solid #CCC; font-size: 1.2em;font-weight: bold;}

td.mapDistrict{vertical-align: top;}
td.mapDistrict a {}

/************* START: POP Up *****************/
#districtInfoStyle{
	position: absolute;
	right: 0;
	bottom: 0;
}
/********** IE Hack: seen only by nonIE browser *****/
html>body #districtInfoStyle{
	position: fixed;
	right: 0;
	bottom: 0;
}
/************* END: POP Up *****************/

td.mapTypeCell,
td.mapFormatCell{}

td.indentCell{width: 3em;}

td.spacerCell {height: 1em;}