/* default font size*/

@import url(big.css);
@import url(normal.css);

/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd	{
	font-family:	 Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

body {
  background-color:#ffffff;
  margin:5px 2px;
  color:#222222;
}

div.spacer {
  margin: 0;
  padding: 0;
  clear: both;
  width: 1px;
  height: 1px;
  font-size: 0;
}

img {
  border:0;
}

a {
  color: #007DAE;
}

a:visited {
  color: #0078A7;
}

a.selected {
  color: #222;
  text-decoration:none;
}

a:hover {
  color: #009A38;
  text-decoration:none !important;
}

form {
  margin:0;
}

.small {
  font-size:85%;
}

p, li {
}

/* =Page */

.page {
  background-color: #eee;
  width: 590px;
  margin:0px 5px 4px 5px;
}

/*--------------------------------- Header -----------------------------------------------*/
#header {
}

#header p {
  margin: 0px 0 5px 5px;
  color: #000;
  font-size:12px;
}

#header h1 {
  margin: 5px 0 0px 5px;
}

#headerLeft {
  float:left;
}

#headerRight {
  float:right;
}

#logo {
  margin:5px;
  float:left;
}

#languages {
}

#languages ul {
  margin:5px 5px 5px 0;
  padding:0;
  list-style-type:none;
}

#languages ul li {
  font-size:85%;
  padding-bottom: 2px;
}

#languages ul li a {
  text-decoration: none;
  color: #666;
}

#languages a .selected {
}

/* =Menu */
#mainMenu {
}

#mainMenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#mainMenu li {
  margin: 0 20px 0 0; 
  padding: 0;
  list-style-type: none;
  display: inline;
  float: left;
}

/* = navigationPath*/
#navigationPath {
  font-size:85%;
}

#navigationPath a {
  color:#666;
  text-decoration:none;
}

#submenu ul {
  list-style-type: none;
  margin:0 0 1em 0;
  padding:0;
  border-bottom: 1px solid #aaa;
}

#submenu li {
  border-top: 1px solid #aaa;
}

#submenu li a {
  padding: 2px 0;
  display:block;
  font-size:85%;
  text-decoration:none;
	overflow: hidden;
  width:100%;
}

#submenu li a:hover {
  background-color:#fff;
}

/*--------------------------------- MAIN LAYOUT -----------------------------------------------*/

#footer p {
  font-size:85%;
}

#footer a {
  color: #666;
}

h1 {
  font-size:100%;
  font-weight:bold;
  margin:0;
  color:#0081B4;
}

h2 {
  font-size:130%;
  margin:0 0 0 0;
  color:#009A38;
  font-weight:bold;
}

h3 {
  font-size:100%;
  margin:0 0 0 0;
  font-weight:bold;
}


/*--------------------------------- Forms -----------------------------------------------*/

.form {
  margin-top:0;
}

.formButton {
  background-color: #fff;
  color: #D12A34;
  border: none;
}

.formFieldObligatory {
}

.formFieldDescription {
  font-size:85%;
}

.formFieldTextarea {
  width: 292px;
  height: 100px;
}

.formFieldError {
  color: #c00;
  font-size: 80%;
}

.formError {
  color: #c00;
  margin-bottom: 1em;
}

.formFieldName, .formFieldObligatory {
  padding: 20px 0 0 0;
}

/*  =Templates */

/* =t1 */
.t1 {
  padding:5px;
}

.t1Bottom {
  border-bottom:1px solid #fff;
}

.t1Top {
  border-top:1px solid #fff;
}

.t1BottomWide {
  border-bottom:4px solid #fff;
}

/* =t2 */
.t2 {
  width:590px;
  background: url(/dsg/bck_1.gif) 200px 0 repeat-y;
}

.t2Column1Container {
  display:inline;
  float:left;
  width: 200px;
}

.t2Column1 {
  margin:5px;
}

.t2Column2Container {
  width: 390px; 
  display:inline;
  float:left;
}

.t2Column2 {
  margin:5px;
}

/* Tooltip */
#tooltip {
}

#tooltip p {
  color: #CB0003;
}

.iconButton {
  vertical-align:bottom;
}

/* */
#districtMap {
  position:relative;
}

#districtMapImage {
  border-bottom:1px solid #fff;
}

#districtLegend {
  margin:0 0 0 10px;
  padding:0;
}

#districtLegend dt {
  margin:0;
  padding:2px 5px 0 0;
  float:left;
}

#districtLegend dd {
  margin: 0 20px 0.5em 0;
  padding:0;
  display:block;
}


.measurementPointLayer {
  visibility:hidden;
  position:absolute;
  top:0;
  left:0;
  background: #fff;
  font-size: 85%;
  width:200px;
  padding: 3px 0;
  border:1px solid #000;
}

.measurementPointLayer h3 {
  font-size: 85%;
  margin:0 0 5px 0;
  font-weight:bold;
  padding: 0 10px;
}

.measurementPointLayer p {
  font-size: 85%;
  margin:0;
  padding: 0 10px;
}


/* =data */
table.data {
  border-collapse: collapse;
  margin-bottom:0.5em;
}

table.data th {
  text-align:left;
  font-weight:normal;
  color:#0081B4;
}

table.data tr {
}

table.data th, table.data td {
  border: 1px solid #eee;
  background-color:#e3e3e3;
  padding:2px;
}

/* =data2 */
table.data2 {
  border-collapse: collapse;
  margin-bottom:0.5em;
  font-size:100%;
}

table.data2 th {
  font-weight:normal;
  color:#009A38;
}

table.data2 th, table.data2 td {
  font-size:85%;
  border: 1px solid #eee;
  background-color:#e3e3e3;
}

#submenu a.alert {
  color:#e00;
}
.alertLayer {
  display:block;
  position:absolute;
  top:0;
  left:0;
  font-size: 85%;
}
.alertBox {
  background-color:#d00;
  color:#fff;
  padding:5px;
  border-bottom:1px solid #fff;
}
.alertBox h3 {
  margin:0; padding:0;
}
.alertBox p {
  margin:0; padding:0;
}

