@charset "utf-8";
/* CSS Document */

.main{
	text-align: center;
}

/**
	#container
	This DIV element contains the entire widget contents
**/

div.outerContainer{
	position:relative;
	width:740px;
	height:640px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/elements/outerContainerBackground.png);
	background-repeat:repeat;
	
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;

	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

div.container{
	position:absolute;
	top:15px;
	left:15px;
	width:710px;
	height:610px;
	background-image:url(../img/elements/outerContainerBackground.png);
	background-repeat:repeat;
}

div.mapWrapper{
	clear:both;
	position:relative;
	background-color:#CCC;
	width:100%;
	height:355px;
}

div.map{
	position:absolute;
	left:0px;
	top:0px;
	background-color:#CCC;
	width:100%;
	height:355px;
}

div.categories{
	position:absolute;
	top:18px;
	right:0px; 
	padding: 2px; 
	text-align:right;
}

div.switch{
	position:absolute;
	padding:2px;
	right:3px;
	top:8px;
	height:33px;
	width:100px;
}

div.categoriesContent{
	padding:5px;
	float:right;
	display:none;
	overflow:auto;
	width:265px;
}

div.layers{
	clear:both;
	text-align:center;
	overflow: hidden;
	
	
}

div.loading{
	background-color:#FFF; 
	border: 1px solid #666;
	font-family:Arial; 
	font-size:18px; 
	display:block; 
	text-align:center;
}

div.layersComment{
	overflow: auto;
	padding-top:3px;
    padding-bottom:1px;
    padding-right:0px;
    text-align:right:
	width:260px;
	display: block;
}

div.layersFooter{
	overflow: hidden;
	padding:3px;
	text-align:center;
	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

div.categoryCheckboxes{
	border: 1px solid #666;
	background-image:url(../img/elements/95_op_bg.png);
	background-repeat:repeat;
	text-align:right;
    font-family:arial;
    font-weight:bold;
    font-size:11px;
	padding-top:1px;
	padding-bottom:1px;
	width: 263px;
	max-height:280px;
	overflow: auto;
}

div.bottomPanel{
	position:absolute;
	top:325px;
	left:0px;
	width:100%;
	background-image:url(../img/elements/outerContainerBackground.png);
	background-repeat:repeat;
}

div.poweredBy{
	position:absolute;
	bottom:4px;
	left:275px;
	width: 200px;
	text-align: center;
	padding-top: 0px;
}

div.poiDisplay{
	width:100%;
	height:275px;
}

div.displayDivider{
	position:relative;
	top:0px;
	height:10px;
	width:100%;	
	background-image:url(../img/elements/outerContainerBackground.png);
	background-repeat:repeat;
}



#chkbx-table{
 width:245px;
}

#chkbx-table table{
 table-layout: fixed;
 width:245px;
}

#chkbx-table td.column1{
 text-align:right;
 vertical-align:middle;
 overflow:hidden;
 white-space:nowrap;
 width:185px;
 height:20px;
}

#chkbx-table td.column2{
 text-align:right;
 vertical-align:middle;
 height:20px;
 width:20px;
}

#chkbx-table td.column3{
 text-align:right;
 vertical-align:middle;
 height:20px;
 width:20px;
}

#chkbx-table td.column4{
 text-align:right;
 vertical-align:middle;
 width:20px;
 height:20px;
}

