@charset "UTF-8";
/* Copyright (c) 2009 National Research Institute for Earth Science and
 * Disaster Prevention (NIED).
 * This code is licensed under the GPL version 3 license, available at the root
 * application directory.
 */
th.group_name {
	background-color: #CCC;
	font-weight: bold;
}

a.infoIcon {
	background: url('images/info_hover.png') no-repeat right bottom;
	width: 10px;
	height: 15px;
	display: inline-block;
	margin-left: 2px;
	cursor: pointer;
}
a.infoIcon:hover {
	background: url('images/info_hover.png') no-repeat right bottom;
}

.layer_list_type {
	border-collapse: collapse;
}
.layer_list_type td {
	border: 1px solid #AAA;
	border-bottom-width: 0px;
	padding: 2px 4px;
}
.layer_list_type td.selected {
	background-color: #464646;
	color: #D7D7D7;
	font-weight: bold;
}


.widefat td, .widefat th {
	border-bottom-color: #ccc;
}

.widefat thead {
	background-color: #464646;
	color: #d7d7d7;
}

.widefat {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	width: 100%;
	clear: both;
	margin: 0;
}

.widefat a {
	text-decoration: none;
}

.widefat abbr {
	white-space: nowrap;
}

.widefat td, .widefat th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-size: 11px;
	vertical-align: text-top;
}

.widefat td {
	padding: 4px 10px 4px 10px;
	vertical-align: top;
}

.widefat th {
	padding: 4px 10px 4px 10px;
	text-align: left;
	line-height: 1.3em;
}

.widefat th input {
	margin: 0 0 0 8px;
	padding: 0;
}

.widefat .check-column {
	text-align: right;
	width: 1.5em;
	padding: 0;

}

.widefat tbody th.check-column {
	padding: 4px 0 4px;
	vertical-align: middle;
}


.form-table {
	border-collapse: collapse;
	width: 100%;
}

.form-table td {
	padding: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-size: 11px;
	border-bottom-color: #fff;
}

.form-table th {
	vertical-align: middle;
	text-align: left;
	padding: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

.form-table th.th-full {
	width: auto;
}

.form-table input, .form-table textarea {
	border-width: 1px;
	border-style: solid;
}

.form-table div.color-option {
	display: block;
	clear: both;
}

.form-table input.tog {
	margin-top: 2px;
	margin-right: 2px;
	float: left;
}

.form-table table.color-palette {
	vertical-align: bottom;
	float: left;
	margin: -3px 3px 8px;
}

.form-table .color-palette td {
	border-bottom: none;
	border: 1px solid #fff;
	font-size: 1px;
	line-height: 1px;
}

.form-table .pre {
	padding: 8px;
	margin: 0;
}
.form-table tr {
	background-color: #EEE;
}

.form-field th {
	white-space: nowrap;
}
