html,body {
    width: 100%;
    height: 100%;
    background: white;
    color: #545454;
    font-family:Tahoma;
    margin: 0;
    padding: 0;
    font-size: 12.5px;
}
th, td {
    padding:0;
    margin:0;
}
input { 
    border:1px solid silver;
    margin-left:0px;
}
.btn {
    cursor:pointer;
}
a, a:visited {
    color:#545454;
}
a img {
    border:none;
}
h1 {
    height: 45px;
    width:100%;
    font-size: 20px;
    color: #545454;
    margin:0 0 5px 0;
    font-weight:normal;
}
div.errors ul {
    padding-left: 16px;    
}
a.prevLink, a.nextLink, a.step {
  margin-right:5px;
  color:#545454;
}
th.sortable a { color:white; }
th { color:white; }
div#dialog h1 {
    /* background: url('../images/header_ico.png') no-repeat top right; */
    padding-right:45px;
    height: 70px;
    width: 488px;
}
div#dialog p {
    margin:0;
}

h3 {
    width:100%;
    font-size: 12.5px;
    color: #545454;
    height:20px;
    margin:0 0 5px 0;
}

div#body {
    background-color: white;
    background-image: none;
    margin: 0 auto 1px;
    min-height: 200px !important;
    padding: 0;
    position: relative;
    width: 1014px;
}
div#meta_navi {
    height: 100px;
    width: 100%;
    margin-bottom: 5px;
    background: white url('../images/logo.png') no-repeat 0px 2px;
}
a#logo {
    background:none; 
    display:block;
    width:220px;
    height:100%;
    float:left;
    text-decoration:none;
}
div.meta {
    float:right;
    margin: 20px 0 0 10px;
    width: 200px;
    background:white;
    height:80px;
}
div#meta_navi a.btn, div#meta_navi div.btn {
    float: left;
    width: 180px;
    height: 12px;
    margin-bottom: 5px;
    background-color: #F2F2F2;
    color: #888888;
    display: block;
    text-decoration: none;
    padding: 1px 0 3px 20px;
    font-size: 10.2px;
    font-weight: bold;
}
div#meta_navi div.btn {
 cursor:auto;
}
div#meta_navi img {
    margin-left:10px;
}
div#meta_navi img {
    margin-top:1px;
}
div.spike {
    height:25px;
    background:transparent;
    float:left;
    width:inherit;
    margin-top:5px;
    color: #888888;
    font-size:12px;
    font-weight: normal;
    text-decoration: none;
    padding:1px;
    padding-left:20px;
}
div#gallery {
    height: 84px;
    width: 100%;
    margin: 0 0 5px 0;
    background: white url('../images/gallery.jpg') repeat-x;
}
div#menu {
    width: 200px;
    margin-left:0px;
    margin-right:50px;
    float:left;
}
div#menu a.btn {
    width: 150px;
    height: 16px;
    margin-bottom: 5px;
    background-color: #F2F2F2;
    color: #888888;
    display: block;
    text-decoration: none;
    padding: 2px;
    padding-left:50px;
    font-size: 12.5px;
    font-weight: bold;
    float:left;
}
div#meta_navi a.admin, div#menu a.admin {
    background-color: #FFC2C2;
}

div#dialog {
    font-size:12.5px;
    float:left;
    border-left: 1px solid silver;
    border-right: 1px solid silver;    
    margin-right: 10px;
    width: 532px;
    min-height: 520px;
    padding: 0 10px;
}
div#map {
    width:100%;
    /*height:100%;*/
    min-height: 520px;
    background: transparent url('../images/loading2.gif') no-repeat center;
}

div#controls {
    width:200px;
    float:left;
    margin-top:120px;
}

div#popup_container {
    width: 400px !important;
    height: 300px !important;
    border-width:0px;
    border-style:none;
    overflow:hidden;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-194px;
    margin-top:-130px;
    z-index:1000;
    background: transparent url('../images/shadows/popup_small.png') no-repeat top left;
}
div#popup_content {
    width: 367px !important;
    height: 267px !important;
    background: white;
    opacity: 0.99;
    border: 1px solid silver;
    position:absolute;
    top:0px;
    left:0px;
    padding:10px;
}
table#content_wide {
    border-top:10px solid white;
    border-right:10px solid white;
    table-layout: fixed;
}
table#content_wide td {
    border-left:10px solid white;
    border-bottom:10px solid white;
    padding:0px;
}

td#controls_wide {
    height: 100%;
    width: 180px !important;
    vertical-align:top;
}

div#controls a.btn, td#controls_wide a.btn, div#popup_content a.btn {
    width: 178px;
    * width: 176px;
    height:16px;
    float:left;
    display:block;
    margin-top:5px;
    border:1px solid #888888;
    color: #888888;
    font-size:12px;
    font-weight: normal;
    text-decoration: none;
    padding:1px;
    padding-left:20px;
}
td#controls_wide input.btn, td#controls_wide select.btn {
    width: 200px;
    * width: 196px;
    height:18px;
    float:left;
    display:block;
    margin-top:5px;
    
}
td#controls_wide a.btn {
    margin-top:0px;
    margin-bottom:5px;
}

div#dialog table, table#location_data { border-collapse:collapse;width:100%;font-size:10.2px;margin-bottom:5px; border:none; }
div#dialog tr, table#location_data tr { height:25px !important; margin-bottom:5px; }
div#dialog td, table#location_data td { padding-left:10px; height:20px; border:1px solid silver;}
div#dialog th, table#location_data th { text-align:center; vertical-align:middle; background: silver; border: 1px solid white; height:23px;  }
div#dialog img { vertical-align:top; }
div#dialog input { vertical-align:middle; }


p.login {
    height:25px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:5px;
}
form#loginForm label {
    width: 130px;
    display: block;
    float: left;
}
form#loginForm input.btn {
    width:198px;
}
div#layer_close_btn {
    background: url(../images/layer_close.png) no-repeat right;
    cursor:pointer;
    width:72px;
    height:17px;
    top:8px;
    left:310px;
    color:#767676;
    position:relative;
    z-index:2000;
}

div#output {
    margin-top:10px;
    float:left;
}

.spinner {
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    width:0;
    overflow:hidden;
}

div#dialog div.message, div#dialog div.errors {
    color: red;
}
div#dialog p {
    line-height: 25px;
}
div#dialog li {
    line-height: 20px;
}
a.trial {
    width: 200px;
    height: 16px;
    background:#BBBBBB;
    display:block;
    color:white;
    font-size: 12.5px;
    padding: 2px;
    padding-left:50px;
    float:left;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
}
div.spiketext {
    background:transparent;
    float:left;
    width:inherit;
    margin-top:5px;
    color: #888888;
    font-size:12px;
    font-weight: normal;
    text-decoration: none;
    padding:1px;
    padding-left:20px;
}
a.prevLink, a.nextLink, a.step, span.currentStep, span.step {
  margin-right:5px;
  color:#545454;
font-size: 12.5px;
}
span.currentStep {
    font-weight:bold;
}
