html, body{
	overflow : "hidden";
	width : 100%;
	height : 100%;
}

.update-icon{
	background-image : url(../img/icon_update.png) !important;
}

.result-icon{
	background-image : url(../img/icon_layers.png) !important;
}

.pan-icon{
	background-image : url(../img/icon_pan.png) !important;
}

.zoomin-icon{
	background-image : url(../img/icon_zoomin.png) !important;
}

.extent-icon{
	background-image : url(../img/icon_recenter.png) !important;
}

.info-icon{
	background-image : url(../img/icon_info.png) !important;
}

.roi-regular-icon{
	background-image : url(../img/icon_roi_regular.png) !important;
}

.roi-polygon-icon{
	background-image : url(../img/icon_roi_polygon.png) !important;
}

.more-icon{
	background-image : url(../img/more.gif) !important;
}

.less-icon{
	background-image : url(../img/less.gif) !important;
}

.remove-icon{
	background-image : url(../img/less.gif) !important;
}

.remove_polygon_icon {
	background-image: url(../img/icon_roi_clear.png) !important;
}

.basemap_icon {
	background-image: url(../img/icon_map.png) !important;
}

.excel-icon{
	background-image : url(../img/icon_excel.png) !important;
}

.toolbarButton .x-form-item-label {padding-left: 5px}

/* Dataset/species info table */
#detailSearchResult {
	display: table;
	/*border-collapse: separate;
	border-spacing: 2px;*/
	border-color: gray;	
	table-layout:fixed;
	width : 100%;
	margin-bottom: 5px;
}

.resultTable {
	display: table;
	/*border-collapse: separate;
	border-spacing: 2px;*/
	border-color: gray;	
	table-layout:fixed;
	width : 100%;
	margin-bottom: 5px;
}

div.div_info {
	padding: 15px 25px 15px 15px;
}
.dataset_info td, .dataset_info th, .species_info td, .species_info th {
	color: #666666;
	padding: 3px 5px 3px 5px;
}

.species_info td {
	width : 300px;
	overflow: hidden;
	word-wrap: break-word;
	border: 1px solid #bbb;
}

.dataset_info th, .species_info th {
	/*font-weight: bold;*/
	background: #DEE7EC none repeat scroll 0 0;
	border: 1px solid #bbb;
}

.species_info a, .dataset_info a, div.species_info {
	text-decoration:none;
	color: #086782;
}

.species_info a:hover, .dataset_info a:hover, div.species_info:hover {
	/*border-bottom: 1px solid #E25401;*/
	color: #E25401;
}

.species_info_table_title {
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #15428B;
}

.identify_window th {
	color: #0F457F;
	font-weight: bold;
	vertical-align: top;
	background: #A7C2DF none repeat scroll 0 50%;
	border-bottom: 1px solid #8CACBB;
	border-right: 1px solid #8CACBB;
	border-top: 1px solid #8CACBB;
	padding: 3px 5px 5px 8px;
}

.identify_window td {
	vertical-align: top;
	border-right: 1px solid #8CACBB;
	padding: 3px 5px 5px 8px;
}

.identify_scientific {
	overflow: auto;
	max-height: 60px;
	max-width: 180px;
}

.region_div {
	color: rgb(55, 100, 160); 
	padding-bottom: 2px; 
	padding-left: 10px; 
	font-weight: bold; 
	margin-right: 10px; 
	margin-left: 2px; 
	border-bottom-color: rgb(153, 187, 232); 
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	maring-bottom: 2px;
}

.menu_tb {width: 100%; border-collapse:collapse; margin-bottom: 30px;}
.menu_tb th {height: 16px;padding: 5px; font-weight:bol; border: 1px solid #ccc;text-align: center; vertical-align:middle;  color: #666;background-color: #ddd;font-size: 14px; box-sizing: content-box;}
.menu_tb th span {font-size:14px; color:#777;}
.menu_tb td {height: 20px;padding: 3px 3px 3px 3px;    border: 1px solid #ccc;font-family: 'nanum', Sans-serif;text-align: center;color: #666;box-sizing: content-box; }
