﻿.List_Panel
	{
	float:left;
	position:relative;
	}

.RecordCountPanel
	{
	float: left;
	position: relative;
	margin-top:10px;
	width:98%;
	min-width:200px;
	}

.RecordCountLabel
	{
	font-weight:bold;
	}

.DeleteLayerQuestion
	{
	color:#fe1b14;
	font-weight:bold;
	}

.DeleteLayerYesLink
	{
	margin:10px 10px 10px 10px;
	padding:3px 3px 3px 3px;
	border: 1px solid #aaaaaa;
	width:30px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	font-size:12px;
	height:16px;
	background-color:#ffffff;
	}

.DeleteLayerYesLink:link
	{
	text-decoration:none;
	background-color:#ffffff;
	color:#000000;
	}

.DeleteLayerYesLink:hover
	{
	text-decoration:none;
	background-color:#DDDDDD;
	color:#000000;
	}

.DeleteLayerYesLink:active
	{
	text-decoration:none;
	background-color:#DDDDDD;
	color:#000000;
	}

.DeleteLayerYesLink:visited
	{
	text-decoration:none;
	background-color:#ffffff;
	color:#000000;
	}

.DeleteLayerNoButton
	{
	margin:10px 10px 10px 10px;
	padding:3px 3px 3px 3px;
	border: 1px solid #aaaaaa;
	width:30px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	font-size:12px;
	height:24px;
	background-color:#ffffff;
	}

.DeleteLayerNoButton:hover
	{
	background-color:#DDDDDD;
	}

.DeleteLayerBlack
	{	
	float:left;
	position:fixed;	
	display:block;
	z-index:1000;
	top:0px;	
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-image:url('/pcdm/image/list/bg_trans_black.png');
	}

.DeleteLayer
	{
	position:fixed;
	display:block;
	z-index:1001;
	width:400px;
	left:50%;
	margin-left:-200px;
	height:100px;
	top:50%;
	margin-top:-50px;
	border:1px solid #000000;
	text-align:center;
	padding:10px;	
	background-color:#ffffff;
	overflow:auto;
	}

.content_main_nopadding 
{
	width: 100%; 
	vertical-align: top; 
	background-color: rgb(255, 255, 255);
}
/*
.content_menu_bar 
{
	height: 21px; 
	background-color: rgb(238, 238, 238);
	
	position:relative;
	float:left;
	width: 100%;
}
*/


.content_menu 
{
	padding: 3px 20px 3px 3px; 
	width: 200px; 
	vertical-align: top; 
	border-right-color: rgb(221, 221, 221); 
	border-right-width: 2px; 
	border-right-style: solid; 
	background-color: rgb(238, 238, 238);
}


.content_menu_bar_action 
{
	height: 18px; 
	border-top-color: rgb(221, 221, 221); 
	border-top-width: 2px; 
	border-top-style: solid; 
	background-color: rgb(238, 238, 238);
}

.content_list_cell 
{
	border-top-color: rgb(221, 221, 221); 
	border-top-width: 2px; 
	border-top-style: solid;
	
	position:relative;
	float:left;
	/*width: 100%;*/
	
	/*padding: 10px; */
}

.FilterTreeView_Level1
	{
	font-weight:bold;
	}

.FilterTreeView_Level2
	{
	font-weight:normal;
	}

.FilterTreeView_Level3
	{
	font-weight:normal;
	}

.filterTree > DIV
	{
	padding-left:14px;
	}
