/* GENERAL */

* {
	font-size: 11px;
	font-family: tahoma, verdana, arial, sans-serif;
	border: 0;
	padding: 0;
	margin: 0;
	color: #414141;
}

body {
	background: url('bg-tile.gif') repeat;
}

h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #D56C08;
	margin: 10px 0 15px 10px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	margin: 30px 0 10px 0;
}

p {
	margin-bottom: 5px;
	line-height: 16px;
}

a {
	color: #1B88CB;
}

a:hover {
	color: #3CB5FF;
}

ol {
	padding-left: 30px;
}

li {
	line-height: 20px;
}


/* ID: CONTAINER */

#container {
	background: url('bg-top.gif') repeat-x top;
	text-align: center;
}


/* ID: HEAD */

#head {
	background: url('bg-head-small.gif') repeat-x top;
	height: 116px;
	margin: 0 25px;
	text-align: left;
}

#head-view-img {
	background: url('bg-head-small.gif') repeat-x top;
	margin: 0 25px;
	height: 85px;
	text-align: left;
}

#head-view-img #head-in {
	height: 85px;
}

#head-in h1, #head-in h2 {
	display: none;
}

#head-in p {
	padding: 90px 0 0 40px;
	margin: 0px;
}

#head-in a {
	padding: 0 30px 0 0;
	text-decoration: none;
	font-weight: bold;
}

#head-in {
	height: 116px;
	background: url('head-small.jpg') no-repeat top left;
}


/* ID: BODY */

#body {
	margin: 0 25px 0 35px;
	text-align: left;
	background: white;
	border: 1px solid gray;
	border-top: 0;
	border-bottom: 0;
	padding: 30px 20px;
}


/* ID: FOOT */

#foot {
	margin: 0 25px 0 35px;
	clear: both;
	background: #DBDFE2;
	text-align: left;
	border: 1px solid gray;
	border-top: 3px solid #B8C0C6;
	border-bottom: 0;
}

#foot a {
	text-decoration: none;
}

#foot p {
	padding: 6px 30px;
	margin: 0px;
	color: #8A8F92;
}


/* ID: MAPSERVER THEMES */

#mapserver-themes {
	background: #F0F0F0;
	margin-left: 5px;
	padding: 3px 5px;	
}

#mapserver-themes a {
	padding-left: 20px;
}


/* MAPSERVER */

.ms-title {
	margin: 0 0 3px 10px;
}

.ms-title b {
	color: #6285A6;
}

.ms-content-box {
	margin: 0 0 15px 10px;
	line-height: 20px;
	border: 1px solid #A7C3EC;
	padding: 5px;
	background: url('bg-fieldset.gif') repeat-x bottom;
}

.ms-mappanel {
	padding: 5px 18px;
}

.ms-mappanel a {
	_border: 1px solid #A3C2E0;
}

.ms-mappanel a:hover {
	_border: 1px solid #0B81F0;
}

.ms-mappanel img {
	border: 1px solid #A3C2E0;
	_border: none;
}

.ms-mappanel img:hover {
	border: 1px solid #0B81F0;
	_border: none;
}

.ms-shapedraw {
	margin: 0 0 15px 10px;
	line-height: 20px;
	border: 1px solid #A7C3EC;
	padding: 8px 10px;
	background: url('bg-fieldset.gif') repeat-x bottom;
}

.ms-shapedraw input {
	border: 1px solid gray;
	width: 100px;
	background: #D6D6D6;
	margin: 2px 0;
}

.ms-2col {
	float: left;
	width: 420px;
}

.ms-subtitle {
	margin: 0 0 25px 10px;
	font-size: 13px;
}


/*  FORMS  */

fieldset {
	border: 1px solid silver;
	padding: 10px 15px 15px 15px;
	background: url('bg-fieldset.gif') repeat-x bottom;
	width: 350px;
	_width: 380px;
	margin: 0 0 10px 0;
}

legend {
	font-weight: bold;
	color: #B2C0CD;
	padding: 0px 1px;
	_margin: 0 0 10px 0;
}

fieldset p span, fieldset p input {
	float: left;
	margin-bottom: 5px;
	border: none;
}

fieldset p span {
	width: 160px;
	text-align: right;
	padding-right: 10px;
}

fieldset p a {
	background: url('ico-lens.gif') no-repeat right center;
	padding: 0px 15px;
}

label u {
	color: #BF5704;
	text-decoration: none;
}

fieldset p {
	clear: both;
	margin-bottom: 0;
}

.mps-start {
	border: 2px solid #B2C0CD;
	padding: 10px;
	background: #F6F9FA url('ico-globe.gif') no-repeat 97px center;
	display: block;
	width: 110px;
	margin-top: 20px;
	text-decoration: none;
}


/*  INPUTS  */

input, textarea {
	border: 1px solid silver;
	height: 18px;
	padding: 1px;
}

.but_submit {
	border: 1px solid gray;
	padding: 0px 15px;
	background: #D6D6D6;
}

.area2 {
	width: 340px;
	height: 80px;
}

/*  COMMON  */

.cleaner {
	clear: both;
	height: 1px;
	overflow: hidden;
}


