body{
	margin:0 0;
	padding:0 0;
	width:100%;
	height:100%;
	font: 10pt tahoma;
	background: url(../../images/bg.png);
	overflow:hidden;
}


#header{
	overflow:hidden;
	height: 32px !important; 
	min-width:960px; 
	width:100%; 
	background-color:#932AB6;
	text-align:right; 
	color:#FFF; 
	font-size:20px; 
	padding-top:4px; 
}

#main_wrap{
	margin:0 0;
	padding:0 0;
	width:100%;
	height:100%;
}

#tree_menu{
		position:relative;
		z-index: 9999999;
		float:left;
		margin:0 0;
		padding:0 0;
		width:30%;
		height:200px;
		background-color:#F1F1F1;
		border-right:#999 solid 1px;
	}
	
	#hide_toggle{
	margin:5px 0 0 0;
	padding:0 0;
	float:right;
	font-size:16px !important;
	color:#666;
	font-family:vernada;
	width:20px;
	height:20px;
	cursor:hand;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#show_toggle{
	position:absolute;
	top:0;
	left:455px;
	z-index:99999999;
	font-size:16px !important;
	color:#666;
	text-align:center;
	font-family:vernada;
	background-color:#F1F1F1;
	width:21px;
	height:21px;
	cursor:hand;
	cursor:pointer;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	display:none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#filter_header{
		margin:0 0;
		padding:8px 0;
		width:100%;
		height:25px;
		border-bottom:#999 solid 1px;
		color:#333;
		font-size:18px;
}

#filter{
		margin:0 auto;
		padding:10px 0 0 1%;
		width:99%;
		height:100px;
		background-color:#FFF;
		overflow:auto;
		-webkit-overflow-scrolling:touch;
		border-bottom:#999 solid 1px;
	}
	
	#filter:hover{
		overflow:auto;
	}
	
	#content{
		position:relative;
		float:left;
		width:69.85%;
		height:200px;
		/*box-shadow: 2px 2px 5px #666;*/
		overflow:hidden;
	}
	
	#tree_menu p{
		text-align:right;
		margin:8px 0 0 0;
		width:99%;
		font-weight:700;
		color:#222;
		text-shadow:#FFF 0 1px 0;
	}
	
	
	
	#kpi_header{
			margin:10px auto;
			border:#AAA solid 1px;
			min-height:24px;
			padding:8px 5px 5px 5px;
			width:92%;
			font-size:14px;
			font-weight:bold;
			background-color:#FFF;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EDEDED'); 
			background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDEDED)); 
			background: -moz-linear-gradient(top,#FFFFFF, #EDEDED); 
	}
	
	#chart_bar{
		margin:0 auto;
		padding:0 0;
		width:900px;
		height:200px;
		-webkit-overflow-scrolling:touch;
	}
	
	.dropControl{
	float:right;
	margin: 0 3px 0 0;
}

span.dropControl{
	margin:2px 4px 0 0 !important;
}


#gis_search_table{
	margin:5px 0 0 3px;
	width:98%;
	border:#666 solid 1px;
	border-collapse:collapse;
	display:none;
}

#gis_search_table thead th{
	background-color:#ccc;
}

#gis_search_table td{
	background-color:#FFF;
}


#gis_search_table thead th,#gis_search_table td{
	border:#666 solid 1px;
	padding:3px;
}


/* list_table */
table.list_table {
	margin:10px auto;
    border-spacing: 0px;
    border-collapse: collapse;
    background: #FFFFFF;
    border: 0.2em solid #F8F8F8;
    border-bottom: 0.2em solid #E0E0E0;
}
table.list_table th {
    font-weight: bold;
    font-size: 11pt;
    padding: 0.1em 0.5em;
    border: 0px;
    border-bottom: 1px solid #FBCD79; 
    border-left: 1px solid #FBCD79; 

}
table.list_table td {
    border: 0px;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
	height:25px;
    padding: 0.1em 0.5em;
}
table.list_table thead th {
    text-align: left;
	padding-left: 10px;
    font-weight: bold;
    font-size: 14pt;
    color: #FFFFFF;
	height: 30px;
	border-left: none;
	border-top: none;
	border-right: none;
/*	background: #FF6600;*/ 
	background: #2E5BFA; 
}
table.list_table tr.Odd {
    background: #F8F8F8;
}
table.list_table tr.rowheader{
/*	xbackground: #FDE38C;
	background: #FF9900;*/
	background: #93BFF0;
}

.list_table a:link,.list_table a:visited{
	color:#2D8FD1;
	text-decoration:none;
}

.list_table a:hover{text-decoration:underline;}

/* list table */
	
	
	/* เมนูตัวกรอง -------------------------------------------------------------------------------------------------------------------- */

#tree_menu span{
			color:#000066;
			font-weight:bold;
			font-size:12px;
			font-family:Vernada;
		}
	
		label{
			cursor:hand;
			cursor:pointer;
		}
		
		#filter img{
			border:none;
			vertical-align:middle;
		}
		
		


ul.topnav {
	padding: 0;
	margin: 10px 0 10px 5px;
	line-height: 0.5em;
	list-style-type: none;
	border-left:#e5e5e5 solid 1px;
	border-right:#e5e5e5 solid 1px;
	border-bottom:#e5e5e5 solid 1px;
}

.topnav ul{
	list-style-type:none;
}

ul.topnav input{
	float:left;
	margin-right:10px;
}
ul.topnav p{
	float:left;
	margin:0 0;
	padding:0 0;
	width:80%;
}

ul.topnav li {
	background-color:#FFF;
	border-top:#CCC solid 1px;
}


ul.topnav li a {
	line-height: 15px;
	padding: 10px 5px;
	color: #000;
	display: block;
	text-decoration: none;
	font-weight: bolder;
}

ul.topnav li a:hover {
	background-color:#eff2f7;
}

ul.topnav ul {
	margin: 0;
	padding: 0;
	display: none;
}

ul.topnav ul li {
	margin: 0;
	padding: 0;
	clear: both;
}

ul.topnav ul li a {
	font-weight: normal;
	outline:0;
}


ul.topnav ul li a:hover {
	color:#675C7C;
}



ul.topnav ul ul li a:hover {
	color:#675C7C;
}

ul.topnav span{
	float:right;
	cursor:hand;
	cursor:pointer;
}




ul.topnav ul li a {padding-left: 20px;}
ul.topnav ul ul li a {padding-left: 40px;}
ul.topnav ul ul ul li a {padding-left: 60px;}
		

/* เมนูตัวกรอง -------------------------------------------------------------------------------------------------------------------- */




#info_table a:link,#info_table a:visited{color:#08C;text-decoration:none;}
#info_table a:hover{color: #005580;text-decoration: underline;}
#info_table img{
	vertical-align:middle;
}


#directions_wrap{
	margin:10px 0 10px 5px;
	padding:8px 8px 0 8px;
	border:#ccc solid 1px;
	width:90%;
	min-height:30px;
	display:none;
}

#directions_wrap_content{
	clear:both;
	margin:0 0;
	width:100%;
	min-height:20px;
}


#print{
	margin:0 0 5px 0;
	float:right;
	cursor:hand;
	cursor:pointer;
}