body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 1em;
    background-color: #f9f9f9;
    color:#333;
}
h1.add
{
    
}
h2 {
    font-size: 1.5em;
    margin: 0 40px 20px 20px;
    padding: 0px;
}
h3 {
    font-size: 1.2em;
    margin: 0 20px 10px 20px;
    padding: 0px;
    white-space: nowrap;
}
h4 {
    font-size: 1em;
    margin: 10px 0 5px 0;
    padding: 0;
}
p {
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
}
label {
    color:#777777;
    font-size:0.8em;

}
input[type="text"] {
    border: none;
    -moz-border-radius:8px;
    border-radius:8px;
    padding:5px 10px;
    font-weight: bold;
    width:200px;
    float: left;
}
input[type="text"].border {
    border: 1px solid #c0c0c0;
    -moz-border-radius:8px;
    border-radius:8px;
    padding:5px 10px;
    font-weight: bold;
    width:200px;
    float: left;
}
input[type="password"] {
    border: none;
    -moz-border-radius:8px;
    border-radius:8px;
    padding:5px 10px;
    font-weight: bold;
    width:200px;
    float: left;
    background-color: #fff;
}
input[type="password"].border {
    border: 1px solid #c0c0c0;
    -moz-border-radius:8px;
    border-radius:8px;
    padding:5px 10px;
    font-weight: bold;
    width:200px;
    float: left;
    background-color: #fff;
}
input[type="submit"] {
    border: none;
    -moz-border-radius:8px;
    border-radius:8px;
    padding:5px 10px;
    font-weight: bold;
    margin-left: 5px;
    background-color: #777;
    color:#fff;
    cursor: pointer;
}
input[type="submit"]:hover {
    background-color: #61849c;
}
a {
    text-decoration: none;
    color: #61849c;
}
a:visited{
    text-decoration: none;
    color: #61849c;
}
a:focus {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #6ec72d;
}
a:active {
    text-decoration: none;
}
a.active {
    color: white;
    background-color: #6ec72d;
}
a.selected {
    color: white;
    background-color: #6ec72d;
}
#header > div,
#map-header > div,
#footer > div,
#main {
    margin:0 auto;
    width: 960px;
}
#header {
    margin:0;
    padding:0;
    background: url('../img/background/header.png') repeat-x;
    height: 80px;
}
#map-header {
    margin:0;
    padding:0;
    background: url('../img/background/header.png') repeat-x bottom;
    height: 30px;
    color: #999;
    padding-top: 6px;
    text-align: center;
    font-weight: bold;
}
#menu > ul {
    padding: 10px;
    float: left;
    vertical-align: top;

}
#menu > ul > li {
    display:inline;
    padding: 0 20px 0 20px;
}
#menu > ul > li > a {
  font-weight: bold;
  font-size: 1.3em;
}
#sidebarmenu > ul {

}
#sidebarmenu > ul > li {
    list-style: none;
    padding: 5px 0;
}
#sidebarmenu > ul > li > a {
  font-weight: bold;
  font-size: 1.1em;
}
#search {
    float:right;
    margin: 20px 0px 0 0;
    width: 290px;
    background-color: #6ec72d;
    padding: 5px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 27px;
}
#search-input {
    width: 190px;
    border: none 0px #fff;
}
#main {
    margin-top: 20px;
}
#map
{
  margin: 0 0% 0 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  /*float: left;*/
}
#test_server_list > div {
    clear:left;
    background-color:#6ec72d;
    clear:left;
    padding:5px;
    margin-bottom:5px;
    -moz-border-radius:8px;
    border-radius:8px;
    height: 27px;
}
#test_server_list_2 > div {
    clear:left;
    background-color:#6ec72d;
    clear:left;
    padding:5px;
    margin-bottom:5px;
    -moz-border-radius:8px;
    border-radius:8px;
    height: 27px;
}
#test_server_list input[type=text] {
    border: none 0px #fff;
    width: 505px;
}
#test_server_list_2 input[type=text] {
    border: none 0px #fff;
    width: 505px;
}
#test_server_list input[type=submit] {
    width: 80px;
}
#test_server_list_2 input[type=submit] {
    width: 80px;
}
#layer {
    width:610px;
    padding-left: 10px;
    position: relative;
}

#sidebar {
    width: 300px;
    float: right;
}
#map-layer {
    position: fixed;
    top: 60px;
    right: 20px;
    z-index:9999;
    width: 300px;
}
#map-search {
    position: fixed;
    top: 60px;
    left: 20px;
    z-index:9999;
    width: 300px;
}
#layer-info {
    position: fixed;
    top: 100px;
    left: 600px;
    z-index:9999;
    width: 600px;
}
#footer
{
    margin:0;
    padding:0;
    background: url('../img/background/footer.png') repeat-x;
    height: 500px;
    clear: both;
}

#footer > div:first-child {
    text-align: center;
    padding: 10px 0 0 0;
    color: #777;
}

#tag-cloud,
#recent-layers, #recent-services {
    height:420px;
    background-color: #eee;
    margin: 10px 0;
    padding: 10px;
    float:left;
    overflow: hidden;
    -moz-border-radius: 10px;
    border-radius:10px;
}
#tag-cloud {
    width:620px;
    margin-right: 20px;
}
#recent-layers, #recent-services {
    width: 280px;
}

#track-now {
    clear:left;
    background-color:#777;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    -moz-border-radius: 8px;
    border-radius:8px;
    width: 100%;
}
#track-now:hover {
    background-color:#61849c;
}
#show_stats {
background-color:#555;
opacity:0.8;
color:#fff;
font-size:0.8em;
position:absolute;
top:-100px;
left:0;
padding: 5px;
z-index: 9999;
-moz-border-radius: 8px;
    border-radius:8px;
}
/*
* Listen
*/
ul.list {
    clear:left;
    list-style: none;
    margin: 2px 0 0 0;
    padding: 0;
    border-top: 2px solid #eee;
}
ul.list > li {
    background-color: #fff;
    border-bottom: 2px solid #eee;
    padding: 5px 0 5px 10px;
    white-space: wrap;
    overflow:hidden;
    position: relative;
}
/*
ul.list > li.selectable
{
    cursor: pointer;
}
ul.list > li.selectable:hover
{
    background-color: ;
}
ul.list > li.selected
{
    background-color: ;
}
*/
ul.list > li:first-child {
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
ul.list > li:last-child {
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: none;
}
dl.icons {
    margin-top: 0;
}
dl.icons > dt {
    clear:left;
    float: left;
    text-indent: 100px;
    width: 20px;
    height: 20px;
    overflow: hidden;
}
dl.icons > dt.service {
     background:url('../img/icons.png') no-repeat -120px 0px;
}
dl.icons > dt.url {
     background:url('../img/icons.png') no-repeat -120px -60px;
}
dl.icons > dt.info {
     background:url('../img/icons.png') no-repeat -120px -40px;
}
dl.icons > dd {
    margin: 0 0 10px 30px;
}
ul.list ul.icons {
    background-color: #fff;
}
ul.icons {
    display:inline;
    float:right;
    margin: 0;
    padding: 0 5px 0 0;
    list-style:none;
    overflow:hidden;
    position: absolute;
    top: 5px;
    right: 0;
}
ul.icons > li {
    display: inline;
}
ul.icons > li > a {
text-indent: 100px;
    display: inline-block;
    height:20px;
    width:20px;
    margin-left: 5px;
    white-space: nowrap;
}
ul.icons > li.add > a {
    background: url('../img/icons.png') no-repeat 0px -40px;
}
ul.icons > li.add-large > a {
    background: url('../img/icons.png') no-repeat -40px 0px;
    height:40px;
    width:40px;
    margin-top: 10px;
}
ul.icons > li.update > a {
    background: url('../img/icons.png') no-repeat 0px 0px;
}
ul.icons > li.remove > a {
    background: url('../img/icons.png') no-repeat 0px -20px;
}
ul.icons > li.remove-large > a {
    background: url('../img/icons.png') no-repeat -40px -40px;
    height:40px;
    width:40px;
    margin-top: 10px;
}
ul.icons > li.close > a {
    background: url('../img/icons.png') no-repeat 0px -60px;
}
ul.icons > li.zoom-layer > a {
    background: url('../img/icons.png') no-repeat 0px -80px;
}
ul.icons > li.edit > a {
    background: url('../img/icons.png') no-repeat 0px -100px;
}
ul.icons > li.enlarge > a {
    background: url('../img/icons.png') no-repeat 0px -120px;
}
ul.icons > li.reduce > a {
    background: url('../img/icons.png') no-repeat 0px -140px;
}
ul.icons > li.prev > a {
    background: url('../img/icons.png') no-repeat -80px -100px;
}
ul.icons > li.next > a {
    background: url('../img/icons.png') no-repeat -80px -80px;
}
ul.icons > li.eye > a {
    background: url('../img/icons.png') no-repeat -40px -100px;
}
ul.icons > li.add > a:hover {
    background: url('../img/icons.png') no-repeat -20px -40px;
}
ul.icons > li.add-large > a:hover {
    background: url('../img/icons.png') no-repeat -80px 0px;
}
ul.icons > li.remove-large > a:hover {
    background: url('../img/icons.png') no-repeat -80px -40px;
}
ul.icons > li.update > a:hover {
    background: url('../img/icons.png') no-repeat -20px 0px;
}
ul.icons > li.remove > a:hover {
    background: url('../img/icons.png') no-repeat -20px -20px;
}
ul.icons > li.close > a:hover {
    background: url('../img/icons.png') no-repeat -20px -60px;
}
ul.icons > li.zoom-layer > a:hover {
    background: url('../img/icons.png') no-repeat -20px -80px;
}
ul.icons > li.edit > a:hover {
    background: url('../img/icons.png') no-repeat -20px -100px;
}
ul.icons > li.enlarge > a:hover {
    background: url('../img/icons.png') no-repeat -20px -120px;
}
ul.icons > li.reduce > a:hover {
    background: url('../img/icons.png') no-repeat -20px -140px;
}
ul.icons > li.prev > a:hover {
    background: url('../img/icons.png') no-repeat -100px -100px;
}
ul.icons > li.next > a:hover {
    background: url('../img/icons.png') no-repeat -100px -80px;
}
ul.icons > li.eye > a:hover {
    background: url('../img/icons.png') no-repeat -60px -100px;
}
ul.icons > li.running {
    display: inline-block;
    text-indent: 100px;
    height:20px;
    width:20px;
    background: url('../img/spinner.gif') no-repeat center;
}
ul.icons > li.ready {
    display: inline-block;
    text-indent: 100px;
    height:20px;
    width:20px;
    background: url('../img/green_tick.png') no-repeat center;
}
ul.icons > li.error > a {
    background: url('../img/status.png') no-repeat 0px -20px;
}
ul.icons > li.valid > a {
    background: url('../img/status.png') no-repeat 0px 0px;
}
ul.tagcloud {
    list-style-type:none;
    padding:0px;
}
ul.tagcloud li {
    display:inline;
    margin:0px;
    padding:10px;
}
ul.errors {
    list-style: none;
    font-size: 0.8em;
    margin: 5px 0 0 0;
    padding: 0;
    color:red;
}
ul.success {
    list-style: none;
    font-size: 0.8em;
    margin: 5px 0 0 0;
    padding: 0;
    color:darkgreen;
}
table.status {
    clear:both;
    background-color: #6ec72d;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    width:280px;
    font-size: 0.9em;
}
table.nodata {
    background-color: #bbb;
}
td.headline {
    font-weight:bold;
    text-align: center;
}
td.headrow {
    width: 90px;
    font-weight:bold;
    text-align: right;
}
/*
* Tabs
*/
div.tabs {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #6ec72d;
    padding: 5px;
    margin-top: 30px;
    position: relative;
}
div.tabs > div {
    background-color: #fff;
    margin:0;
    padding: 20px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: 999;
}
div.tabs > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position:absolute;
    top:-20px;
    left: 10px;
}

div.tabs > ul > li {
    display:inline;
}
div.tabs > ul > li > a {
    background-color: #777;
    color: #fff;
    padding: 2px 10px;
    margin: 0 5px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    display:inline-block;
    height: 16px;
}
div.tabs > ul > li > a:hover {
    background-color: #61849c;
}
div.tabs > ul > li > a.selected {
    background-color: #6ec72d;
}


.box-content input[type="text"] {
    border: none;
    -moz-border-radius:8px;
    border-radius:8px;
    padding:5px 10px;
    font-weight: bold;
    width:200px;
    float: left;
    background-color: #eee;
    margin-top: 5px;
}
.box-content input[type="password"] {
    border: none;
    -moz-border-radius:8px;
    border-radius:8px;
    padding:5px 10px;
    font-weight: bold;
    width:200px;
    float: left;
    background-color: #eee;
    margin-top: 5px;
}
.box {
    background-color: #eee;
    padding: 10px;
    margin: 0 0 20px 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*behavior: url('http://mapmattersdev2.lan/~friedi/mapmatters/public/css/border-radius.htc');*/
    position: relative;
}
.box > h3 {
    float:left;
}
.box > ul.nav {
    margin:3px 0 0 0;
}
.box > ul.icons {
    margin:5px;
}
.box > ul.nav > li {
    -moz-border-radius:8px;
    border-radius:8px;
    background-color:#777;
    color:white;
    font-weight:bold;
    margin:5px;
    padding:2px 5px;
    display: inline;
    cursor: pointer;
}
.box > ul.nav > li:hover {
    background-color:#61849c;
}
.box > ul.nav > li.selected {
    background-color: #6ec72d;
}
.box-content {
    clear:left;
    background-color: #fff;
    padding: 20px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /*behavior: url('http://mapmattersdev2.lan/~friedi/mapmatters/public/css/border-radius.htc');*/
}
div.box-content > img {
    margin-left: 25px;
}
div.box-content > a.track-now {
    background-color:#777;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 5px;
    text-align: center;
    -moz-border-radius: 8px;
    border-radius:8px;
    width: 200px;
    margin-left: 170px;
}

a.track-now {
    background-color:#777;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 5px;
    text-align: center;
    -moz-border-radius: 8px;
    border-radius:8px;
    width: 200px;
    margin-left: 170px;
}

div.box-content > a.track-now:hover {
    background-color:#61849c;
}
.breadcrumbs {
    margin: 0 0 0 20px;
    font-size: 0.9em;
    color: #777;
}
.subline {
    font-size: 0.8em;
    color: #777;
}
.sub {
    font-size: 0.8em;
}
.main {
    width: 620px;
}

.2col
{
    width: 1000px;
}

.button {
    clear:left;
    background-color:#777;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 5px;
    text-align: center;
    -moz-border-radius: 8px;
    border-radius:8px;
    width: 270px;
    cursor: pointer;
}
.button:visited {
    background-color:#777;
    color: #ffffff;
}
.button:hover {
    background-color:#61849c;
    color: #fff;
}

.olControlMMPanZoomPanel {
    width:70px;
    height:305px;
    margin-left:5px;
    margin-top:15px;
    top:100px;
    /*background: transparent url('../img/bgrounded.png') no-repeat scroll bottom right;*/
}
#main > #map .olControlMMPanZoomPanel {
    margin-top:100px;
}

.olControlMMSearch div {
    padding : 8px 10px 8px 10px;
    background: transparent url('../img/bgrounded.png') no-repeat scroll bottom right;
    margin-left:70px;
}


.form_row {
  clear: left;
  margin: 20px 0 20px 20px
}
.form_row input {
    border: none 0px #fff;
    float:none;
}
.form_row input[type=checkbox] {
    float:left;
}
.form_row label {
    display: block;
    margin: 0 0 5px 0;
}
.form_element {
    display: inline-block;
}
#overlay_panel_bar
{
  width: 20px; 
  height: 600px; 
  background-color: #c7d7e1; 
  border-top: 2px solid #6e90a6; 
  border-right: 2px solid #6e90a6; 
  border-bottom: 2px solid #6e90a6;
  border-left: 1px solid #6e90a6; 
  float: left; 
  z-index: 10000;
}

#overlay_panel
{
  width: 500px; 
  height: 600px; 
  border-top: 2px solid #6e90a6; 
  border-bottom: 2px solid #6e90a6;
  float: left; 
  z-index: 10000;
  padding: 5px;
  overflow: auto;
}

.error
{
    color: darkred;
}

.error_small
{
    color: darkred;
    font-size: 11px;
}

.hint_small
{
    font-size: 11px;
}

.success
{
    color: darkgreen;
}

.layer_entry
{
  background-color: #efefef;
  margin: 2px 2px 2px 2px;
  padding-left: 5px;
  padding-bottom: 10px;
}



/* Google Closure Komponenten */
.popup {
    position:absolute;
    visibility:hidden;
    font-size: 80%;
    /*-moz-outline:0;
    outline:0;*/
  }

.popup .header
{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.modal-dialog {
  background: none;
  border: 0px solid #fff;
  color: #000;
  padding: 0px;
  position: absolute;
  z-index: 99999;
  /*display: none;*/
}

/*
.modal-dialog a,
.modal-dialog a:link,
.modal-dialog a:visited  {
  color: #06c;
  cursor: pointer;
}*/

.modal-dialog-bg {
  background: #999;
  left: 0;
  position: absolute;
  top: 0;
}

.modal-dialog-title {
  background: white;
  color: white;
  cursor: pointer;
  font-size: 120%;
  font-weight: bold;
  padding: 8px 15px 8px 8px;
  position: relative;
  vertical-align: middle;
}

.modal-dialog-title-close {
  /* Client apps may override the URL at which they serve the sprite. */
  background: url(../img/icons.png) no-repeat -0px -60px;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 20px;
}
.modal-dialog-title-close:hover {
  /* Client apps may override the URL at which they serve the sprite. */
  background: url(../img/icons.png) no-repeat -20px -60px;
}

.modal-dialog-buttons,
.modal-dialog-content {
  background-color: #fff;
  padding: 8px;
}

.goog-buttonset-default {
  font-weight: bold;
}

.form_table
{
    font-size: 12px;
    color: #808080;
}

/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}