.geo_dataTable{
	width:100%;
	font-size:12px;
}
.geo_dataTable div{
	overflow:hidden;
}
#tab_container div{
	/*
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	*/
}	

DIV.checkbox{
	width:13px;
	height:13px;
	margin:4px 3px 3px 3px;
	float:left;
}

div.progressDialog{
	position:absolute;
	height:100px;
	width:100px;
	z-index:10000;
	background-color:whitesmoke;
    opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;
    text-align:center;
    border:1px solid gray;
}

/* The groups line */
div#geo_groupPath nobr{position:relative;}
div#geo_groupPath{
	height:18px;
	line-height:18px;
	width:100%;
	font-size:12px;
	overflow:hidden;
}
div#geo_groupPath a:link, div#geo_groupPath a:visited, div#geo_groupPath a:active{
	white-space:nowrap;
	background:url(/gfx/rightArrow.gif) no-repeat;
	background-position:1px 3px;
	padding-left:14px;
	text-decoration:none;
	color:black;
	outline:0px;
}
div#geo_groupPath a:hover{
	background:url(/gfx/rightArrow.gif) no-repeat;
	background-position:1px 3px;
	padding-left:14px;
	text-decoration:underline;
	color:black;
}		


div.geo_checkBoxesDiv{
	padding:2px;
}
/*******************************************************/
/* The filter input */	
div#geo_filter{
	margin-top:1px;
	_margin-top:0px;
	xpadding-right:26px;
	width:99%;
	border:1px solid #3399CC;
	overflow:hidden;
}
div#geo_filter input.geo_iptFilterDisabled{
	xwidth:100%;
	color:#999999;
	background-color:#FFFFFF;
	background-image:url(/gfx/magnifyIcon.gif);
	background-repeat:no-repeat;
	background-position:1px 1px;
	border:none;
	height:16px;
	padding-top:2px;
	padding-left:24px;
	_padding-left:23px;
	font-size:11px;
}
div#geo_filter input.geo_iptFilterEnabled{
	xwidth:100%;
	color:black;
	background-color:#FFFFFF;
	background-image:url(/gfx/magnifyIcon.gif);
	background-repeat:no-repeat;
	background-position:1px 1px;
	border:none;
	height:16px;
	padding-top:2px;
	padding-left:24px;
	_padding-left:23px;
	font-size:11px;
}
/*******************************************************/
div#geo_groups_grid{
	overflow:auto;
	/*
	width:285px;
	height:285px;
	*/
	width:99%;
	overflow-x:hidden;
	background-color:white;
	border:1px solid #3399CC;	
}
div#geo_groups_grid table{
	table-layout:fixed;
	border-collapse:inherit;
	border-spacing:0;
	width:100%;
	font-size:12px;
}
div#geo_groups_grid tr{-moz-user-select:none;}
div#geo_groups_grid td{padding:0px;border:none;margin:0px;white-space:nowrap;}
tr.geo_normalRow td{background-color:white;color:black;cursor:pointer;white-space:nowrap;}
tr.geo_selectedRow td{background-color:#003399;color:white;cursor:pointer;white-space:nowrap;}

/*******************************************************/
#geo_buttonArea{
	height:30px;
	text-align:right;
}
#geo_buttonArea input.btn{
	width:80px;
	font-size:11px;
}


input.geo_ipt{
	width:180px;
	color:black;
	background-color:#FFFFFF;
	border:1px solid #3399CC;
	height:20px;
	padding-top:2px;
	font-size:11px;
	padding-left:2px;
}

/**********************************************************/
div#geo_groups_selector{
	width:100%;
	height:21px;
}
div#geo_groups_selector select{
	width:100%;
}

.toolBar{
	width:100%;
	vertical-align:middle;
	height:32px !important;
	background-image:url(/gfx/toolbar.png);
	border-left:1px solid #3b619c;
	border-right:1px solid #3b619c;
	overflow:hidden;
}
DIV#pageLayout
{
	width:100%;
	height:100%;
	overflow:hidden;
	border-left:1px solid #3b619c;
	border-right:1px solid #3b619c;
	border-bottom:1px solid #3b619c;
}
DIV#leftCol
{
	height:100%;
	width:300px;
	float:left;
	padding-top:5px;
}

DIV#middleCol
{
	height:100%;
	width:10px;
	float:left;
}
DIV#rightCol
{
	height:100%;
	float:left;
}

.toolButton
{
	height:22px;
	float:left;
	margin:2px 1px 2px 1px;
	padding:4px 2px 0px 2px;
	text-align:center;
	vertical-align : middle;
	cursor:pointer;
	border:1px solid transparent;
}

.toolButton:hover
{
	background-color:#ffd69b;
	border:1px solid #000080;
}

.menuButton
{
	float: none;
	text-align:left;
	margin-left:34px;
}

.menuSeparator
{
	margin-left:34px;
	margin-right:2px;
}
	
.pressed
{
	background-color:#e1e6e8 !important;
	border:1px solid #000080;
}

.popupWindow
{
	position:absolute;
	background-color:#b0c4de;
	border:1px solid black;
	z-index:5000;
}

.mapCanvas{
	width:100%;
	height:100%;
	background-color:white;
}

.popupWindow .headerLabel{
	background-color:#b0c4de;
}

.popupWindow DIV
{
	background-color:white;
}

.popupWindow fieldset
{
	border:1px solid #b0c4de;
}
