@CHARSET "UTF-8";
#menuForm{
	float: left;
	width: 300px;
	height: 100%;
	background-color: #EEEEEE;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 10px;
}
#menu ul{
	width: 300px;
}
#menu ul li{
	width: 280px;
}
#menu ul li ul{
	width: 260px;
}
#menu ul li ul li{
	width: 240px;
}
#menu ul li ul li ul{
	width: 220px;
}
#menu ul li ul li ul li{
	width: 200px;
}
.content{	
	min-height: 100%;
	margin-left: 350px;
}
a.menuForm:link{
	color: #FFFFFF;
}
a.menuForm:visited{
	color: #FFFFFF;
}
a.menuForm:hover{
	color: #FFFFFF;
}
a.menuForm:active{
	color: #FFFFFF;
}
a.menuForm:focus{
	color: #FFFFFF;
}
#contentTable{
	border-spacing: 0;
}
.firstColumn{
	border-right: 1px solid black;
	padding-right: 10px;
}
.secondColumn{
	padding-left: 10px;
}
.thirdColumn{
	padding-left: 10px;
}		
#error{
	color: #BA121F;
}
.closeX{
	display: block;
	background-image: url("../images/icon_close_default.gif");
	height: 13px;
	width: 12px;
	cursor:hand;
	cursor:pointer;
	background-repeat:no-repeat;
	
}
.closeX:hover{
	background-image: url("../images/icon_close_hover.gif");
	background-repeat:no-repeat;
	height: 13px;
	width: 12px;
	cursor:hand;
	cursor:pointer;
}

#filterDiv{
	position:absolute;
	float:left;	
	left:38px;
	z-index:51;
	width:690px; 
	background-color:#FFF8E3;  
	margin-top:33px; 
	border:1px solid #F99100; 
	padding:5px;
}

.categoryLayerTable{
	border-collapse: collapse;
	width: 330px;
	border: 0px;
}

.categoryLayerTable tr th{	
	text-align:left;
}


.categoryLayerTable tr td{
	padding: 0px !important;
	border: 0px !important;	
	vertical-align:top;
}

.categoryLayerTable input {
	margin-left:0px;
	padding-left:0px;
	margin-right:5px;
	vertical-align:bottom;
}