/* 
    Document   : sggis
    Created on : 21-Jul-2009, 15:07:11
    Author     : David Herbert
    Description:
        Basic sggis styling.
*/

body {
	background-color: #FFFFFF;
	color: #555555;
	font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 12px;
}

h1 {
	font-size: 18px;
	line-height: 28px;
	color: #0464BB;
}

h2.hometitle {
	font-size: 16px;
	color: #0464BB;
	float: left;
}

h2 {
	font-size: 16px;
	line-height: 24px;
	color: #0464BB;
}

h3 {
	font-size: 14px;
	line-height: 20px;
	color: #0464BB;
}

h3.hometitle {
	font-size: 14px;
	line-height: 20px;
	color: #0464BB;
	float: right;
}

h4 {
	font-size: 12px;
	line-height: 16px;
	color: #0464BB;
}

a:link, a:visited, a:active {
	color: #0464BB;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.feedbackmsg {
	text-align: center;
	font-weight: bold;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
}

.errormsg {
	background-color: #FA8072;
	color: #FFFFFF;	
}

.infomsg {
	background-color: #8FBC8F;
	color: #FFFFFF;
}

.stdwidth {
	width: 500px;
}

div#formbox {
	width: 600px;
}

div#hidden_login_form {
	visibility: hidden;
	display: none;
}

div#login_form, div#register_form {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

div#hidden_description_panel, div#last_username_record {
	visibility: hidden;
	display: none;
}

div#description_panel {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

div.copyright {
	text-align: center;
	width: 600px;
}

p.infohome {
	padding: 10px;
}

ul.infohome {
	padding: 10px;
	margin-left: 12px;
	list-style: square;
}

/* Custom legend */
table.custom_legend {
	background-color: #FFFFFF;
	width: 200px;
}

td.custom_legend_label, th.custom_legend_label {
	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
	width: 80px;
}

td.custom_legend_graphic {
	width: 20px;
	height: 20px;
}

/* Popup content */
.popup_content {
	font-size: 11px;
	line-height: 16px;
}

/* Map panel toolbar */
.map_panel_result {
	background-color: #FFFFFF;
	height: 18px;
	border: 1px solid gray;
}

/* Credits */
.credit_text {
	font-size: 11px;
	line-height: 16px;
	padding: 5px;
	vertical-align: top;
}

/* Photo gallery tables */
table.gallery td {
	padding: 4px;
}

/* For forms appearing in grids */
.form_gridtext {
	font-size: 11px;
}

.x-form-item {
	font-family: arial,tahoma,helvetica,sans-serif;
}

/* Metadata display tables */
table.metadata, th.metadata, td.metadata {
	padding: 4px;
	font-size: 11px;
	border: 1px solid #B5B8C8;
	border-collapse: collapse;
	margin: 4px;
}

th.metadata {
	font-weight: bold;
	vertical-align: text-top;
	width: 120px;
	padding: 3px;
}

td.metadata {
	vertical-align: top;
	padding: 3px;
}

tr.oddtr {
	background-color: #E0E0E0;
}

tr.eventr {
	background-color: #F0F0F0;
}

