/* --------------------------------------- */


/* SIMORC CDI v2 MAP css 			   */


/* --------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
font,
small,
strong,
sub,
sup,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tr,
th,
td {
    margin: 0;
    padding: 0;
    outline: 0;
}

a {
    color: #0182a0;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-x: auto;
    overflow-y: scroll;
}

body,
td {
    font-family: "Trebuchet MS", Arial, Helvetica;
    font-size: 0.75em;
    color: #000;
    text-decoration: none;
}

.clear {
    clear: both;
}

.lclear {
    clear: left;
}

.button {
    cursor: pointer;
}

#infowindow {
    position: absolute;
    background: url(/grfx/simorc_v2/background-infowindow.png);
    width: 220px;
    height: 260px;
    padding: 10px;
    z-index: 9100;
    display: none;
}

#infowindow h4 {
    font-weight: bold;
    font-size: 1em;
    padding-top: 50px;
    padding-left: 30px;
}

#infowindow .button {
    margin: 44px 5px 0px 0px;
    float: right;
}

#infodata {
    width: 180px;
    height: 185px;
    margin-top: 2px;
    margin-left: 25px;
    padding-right: 10px;
    overflow: hidden;
    overflow-y: scroll;
}

.infowindow-browse-table {
    width: 100%;
}

.infowindow-browse-table .browse-subject {
    background-color: #F93;
    height: 5px;
}

#logo {
    background: url(/grfx/simorc_v2/logo_ss.gif) no-repeat center;
    width: 134px;
    height: 68px;
}

#warning {
    font-weight: bold;
    color: #f00;
    text-transform: uppercase;
    width: 300px;
    padding-top: 2px;
    padding-right: 8px;
}

.layer_ready {}

.layer_loading {
    background: url(/grfx/simorc_v2/loader.gif) #ffffcc no-repeat;
    width: 15px;
    height: 10px;
    display: inline-block;
}

#header {
    position: relative;
    background: #0182a0;
    font-weight: bold;
    color: #fff;
    width: 999px;
    margin: auto;
    padding-left: 4px;
    margin-bottom: 20px;
}

#header h1 {
    font-weight: 100;
    font-style: italic;
    font-size: 2em;
    display: inline-block;
    float: right;
    margin: 1em 2em 0 0;
}

#logo-top {
    background: url(/grfx/logo.png) no-repeat;
    width: 230px;
    height: 91px;
    display: inline-block;
    margin: 0 0 10px 10px;
}

#header_print h1 {
    background: #0182a0;
    width: 100%;
    height: 127px;
    text-indent: -9999px;
    margin: 0px auto;
}

#wrapper {
    position: relative;
    width: 1000px;
    margin: auto;
}

.iframegis {
    border: 1px solid #000;
    z-index: 0;
}

#ajax_result {
    position: relative;
    background: url(/grfx/simorc_v2/loading_results.gif) no-repeat center;
    width: 592px;
    height: 290px;
    margin-left: 146px;
}

.icon_small,
.icon_search {
    background-image: url(/grfx/simorc_v2/icon-help.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
}

.icon_search {
    background-image: url(/grfx/simorc_v2/icon-help.png);
    width: 16px;
    height: 16px;
    background-size: 12px 12px;
}

.nodisplay {
    display: none;
}

.columnbox {
    height: auto;
    _height: 269px;
    min-height: 269px;
}

.box,
.wbox {
    background-color: #f1f1f1;
    padding: 3px;
}

.wbox {
    background-color: #fff;
    padding: 0px;
}

.fill-ttl {
    position: absolute;
    background: url(/grfx/simorc_v2/fill-ttl.png) #fff no-repeat 0px 0px;
    width: 3px;
    top: 0px;
    right: 0px;
}


/* ======================================= */


/* --------------------------------------- */


/* BUTTONS */


/* --------------------------------------- */

#search-help ul {
    list-style: none;
}

#search-help ul li {
    float: left;
}

.button-search,
.button-reset,
.button-help-search {
    background: #6ac9c9;
    text-transform: uppercase;
    color: #000;
    margin-right: 3px;
    text-align: center;
    padding: 4px 10px;
}

.button-help-search {
    background: #ff9a22;
    color: #fff;
    font-weight: 900;
    margin-left: 10px;
}

.button-expand,
.button-collapse {
    width: 70px;
    height: 20px;
    display: inline-block;
    color: #fff;
    background: #6ac9c9;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
}

.layer-extra-block {
    float: right;
}


/* ======================================= */


/* --------------------------------------- */


/* TOOLS */


/* --------------------------------------- */

#toolbox {
    position: relative;
    width: 146px;
    float: left;
}

#toolbox h1 {
    position: relative;
    background: #0182a0;
    font-weight: bold;
    font-size: 1em;
    color: #fff;
    height: 18px;
    padding: 2px 0px;
    padding-left: 6px;
}

#toolbox h1 p {
    padding-top: 2px;
    display: inline-block;
}

#toolbox .box {
    padding: 3px;
}

.toolsize,
.toolsize-big {
    width: 35px;
    height: 21px;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-left: 5px;
    padding-right: 4px;
    cursor: pointer;
}

.toolsize-big {
    width: 57px;
}

.box ul {
    position: relative;
    list-style: none;
    height: auto;
    min-height: 50px;
}

.box ul li {
    position: relative;
    margin: 2px 5px 3px 5px;
    float: left;
    font-weight: 600;
}

.linda_gis_action1_off,
.linda_gis_action2_off,
.linda_gis_action3_off,
.linda_gis_action4_off,
.linda_gis_action5_off,
.linda_gis_action7_off,
.linda_gis_action8_off,
.linda_gis_reset,
.linda_gis_copyright,
.linda_gis_legend,
.linda_gis_enlarge,
.linda_gis_help,
.linda_gis_position,
.linda_gis_overview,
.empty {
    width: 35px;
    height: 22px;
    cursor: pointer;
    background: #6ac9c9;
    text-align: center;
    border-radius: 3px;
}

.linda_gis_action1_off,
.linda_gis_action2_off,
.linda_gis_action3_off,
.linda_gis_action4_off,
.linda_gis_action5_off,
.linda_gis_action7_off,
.linda_gis_action8_off,
.linda_gis_reset,
.linda_gis_copyright,
.linda_gis_legend {
    text-indent: -9999px;
}

.linda_gis_action1_off {
    background-image: url(/grfx/simorc_v2/linda_gis1.png);
}

.linda_gis_action2_off {
    background-image: url(/grfx/simorc_v2/linda_gis2.png);
}

.linda_gis_action3_off {
    background-image: url(/grfx/simorc_v2/linda_gis3.png);
}

.linda_gis_action4_off {
    background-image: url(/grfx/simorc_v2/linda_gis4.png);
}

.linda_gis_action5_off {
    background-image: url(/grfx/simorc_v2/linda_gis5.png);
}

.linda_gis_action7_off {
    background-image: url(/grfx/simorc_v2/linda_gis7.png);
}

.linda_gis_action8_off {
    background-image: url(/grfx/simorc_v2/linda_gis8.png);
}

.linda_gis_reset {
    background-image: url(/grfx/simorc_v2/linda_gis_reset.png);
}

.linda_gis_copyright {
    background-image: url(/grfx/simorc_v2/btn-copyright.png);
}

.linda_gis_legend {
    background-image: url(/grfx/simorc_v2/btn-legend.png);
}

.linda_gis_enlarge,
.linda_gis_help,
.linda_gis_position,
.linda_gis_overview {
    padding-top: 8px;
}

.empty {
    cursor: default;
}

.linda_gis_enlarge,
.linda_gis_help,
.linda_gis_position,
.linda_gis_overview {
    width: 57px;
}

.pic_on {
    background-color: #006594;
}


/* ======================================= */


/* --------------------------------------- */


/* MAP */


/* --------------------------------------- */

#mapbox {
    margin-left: 152px;
    margin-right: 254px;
}


/* ======================================= */


/* --------------------------------------- */


/* LAYERS */


/* --------------------------------------- */

#layerbox {
    position: relative;
    width: 260px;
    _width: 258px;
    float: right;
}

#layerbox h1 p,
#subh1 p {
    padding-top: 5px;
    display: inline-block;
}

.columnbox {
    background: #f1f1f1;
}

#layerbox h1 {
    position: relative;
    background: #0182a0;
    font-weight: bold;
    font-size: 1em;
    color: #fff;
    padding-left: 6px;
    height: 24px;
}

#layerbox h1#subh1 p {
    padding-top: 4px;
}

#layerbox .columnone,
#layerbox .columntwo {
    position: relative;
    width: 120px;
    _width: 117px;
}

#layerbox .columnone {
    float: left;
}

#layerbox .columntwo {
    margin-left: 120px;
}

#layerbox .columnone h5,
#layerbox .columntwo h5 {
    font-weight: normal;
    font-size: 0.9em;
    padding-left: 6px;
    color: #666;
    margin-top: 3px;
}


}
#layerbox #ttl {
    background: #0555c4;
}
#layerbox #ttl td {
    font-weight: bold;
    font-size: 1em;
    color: #fff;
    padding: 4px 2px 4px 6px;
}
.control-check {
    width: 5%;
}
.control-desc {
    font-size: 0.9em;
    width: 36%;
    padding-top: 2px;
}
.control_hidden {
    display: none;
}
.control-buttons {
    padding-left: 4px;
}
.control-results {
    height: auto;
    _height: 22px;
    min-height: 22px;
}
.control-radio {
    width: 5%;
}
.control-results-desc {
    font-size: 0.9em;
    margin-left: 22px;
    padding-top: 2px;
}
.control {
    margin-left: 6px;
}
.control input {
    font-size: 0.85em;
    height: 12px;
    border: 1px solid #b7b7b7;
}
#control-steps {
    font-size: 0.9em;
    padding-top: 3px;
    padding-bottom: 3px;
}
#control-steps img {
    padding-left: 10px;
}
#toolbox h1 img,
#layerbox h1 img {
    vertical-align: middle;
}
#slider {
    position: absolute;
    width: 258px;
    z-index: 9000;
}
.slider_menu {
    width: 100px;
    vertical-align: middle;
    \margin-right: 3px;
}
.button-addlayer {
    position: relative;
    height: 25px;
    float: right;
    background: #6ac9c9;
    color: #fff;
    padding: 0 10px;
    cursor: pointer;
}
.button-addlayer p {
    padding: 0;
    font-size: 2em;
    margin-top: -8px;
}
#layerscnt {
    width: 248px;
    /*height: 200px;*/
    
    padding: 5px;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 9000;
}
#table_layers {
    width: 225px;
    table-layout: fixed;
}
#table_layers td {
    font-size: 0.9em;
    color: #666;
}
.table-layers-check {
    width: 23px;
}
.table-layers-radio {
    width: 23px;
}
.table-layers-name {
    width: 100px;
    overflow: auto;
    overflow-x: hidden;
    word-wrap: break-word;
    margin-right: 5px;
}
.table-layers-loader {
    width: 15px;
}
.table-layers-buttons {
    width: 77px;
}
#table_layers td img {
    margin-right: 1px;
    vertical-align: middle;
}
#table_layers hr {
    background: none;
    border: 0px;
    border-top: 1px solid #f1f1f1;
    height: 1px;
}
#search-help {
    float: right;
    margin: 0px;
    cursor: pointer;
}
#layers-extra {
    position: relative;
    height: auto;
    min-height: 20px;
    z-index: 0;
}

/* ======================================= */

/* --------------------------------------- */

/* SEARCH / BROWSE / PRINT */

/* --------------------------------------- */
#displaybox {
    position: relative;
    width: 998px;
    /*	height: 290px; */
    
    overflow-x: hidden;
    overflow: auto;
    margin-top: 20px;
    z-index: 0;
}
#displaybox h1 {
    position: relative;
    background: #0182a0;
    font-weight: bold;
    font-size: 1em;
    color: #fff;
    padding-left: 6px;
    overflow: hidden;
}
#displaybox h1 p {
    padding-top: 7px;
}
#displaybox h1#print {
    height: 27px;
}
#print-buttons {
    float: right;
    margin: 0px;
    padding-right: 8px;
    cursor: pointer;
}
#search_table {
    width: 98%;
    margin-left: 5px;
    margin-right: 5px;
}
#search_table td {
    padding: 2px;
    color: #666;
}
.searchbox {
    padding: 2px 0px 1px 0px;
}
.search-desc {
    font-size: 0.9em;
    width: 130px;
}
.search-object {
    font-size: 0.9em;
}
.search-object .search_input,
.search-object .search_select_multi,
.search-object .search_select,
.search-object .search_input_small {
    font-family: Arial, Helvetica;
    font-size: 1em;
    width: 290px;
    border: 1px solid#b7b7b7;
}
.search-object .search_input {
    width: 100px;
    border: 1px solid#b7b7b7;
}
.search-object .search_input_small {
    width: 50px;
}

/* browse */
#in-basket,
.summary-btn,
.zoom-selected,
.go-btn {
    float: left;
    background: #ff9a22;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
    margin-right: 5px;
}
.go-btn {
    float: right;
}
.buttons {
    font-size: 0.95em;
    padding: 5px;
    padding-right: 10px;
    color: #666;
}
.buttons a {
    font-weight: bold;
    text-decoration: underline;
}
.buttons a:hover {
    font-weight: bold;
    text-decoration: underline;
}
.buttons a.speciallnk {
    font-weight: bold;
    color: #f90;
    text-decoration: underline;
}
.buttons a.speciallnk:hover {
    font-weight: bold;
    color: #f90;
    text-decoration: underline;
}
.browse_table {
    background-color: #fff;
    width: 99%;
    padding: 2px;
}
.browse_subject {
    background-color: #F93;
    font-weight: bold;
    height: 18px;
    vertical-align: middle;
}
.browse_desc0-0 {
    font-size: 0.9em;
    color: #fff;
    width: 6%;
    padding-top: 2px;
    padding-left: 4px;
}
.browse_desc0-1 {
    font-size: 0.9em;
    color: #fff;
    padding-top: 2px;
    padding-left: 4px;
}
.browse_desc0-2 {
    font-size: 0.9em;
    color: #fff;
    width: 20%;
    padding-top: 2px;
    padding-left: 4px;
}
.browse_desc0-3 {
    font-size: 0.9em;
    color: #fff;
    width: 12%;
    padding-top: 2px;
    padding-left: 4px;
}
.browse_desc0-4 {
    font-size: 0.9em;
    color: #fff;
    width: 15%;
    padding-top: 2px;
    padding-left: 4px;
}
.browse_desc0-5 {
    font-size: 0.9em;
    color: #fff;
    width: 12%;
    padding-top: 2px;
    padding-left: 4px;
}
.browse_desc0-6 {
    font-size: 0.9em;
    color: #fff;
    width: 11%;
    padding-top: 2px;
    padding-left: 4px;
}
.browse_desc0-7 {
    font-size: 0.9em;
    color: #fff;
    width: 5%;
    padding-top: 2px;
    padding-left: 4px;
}
.browse_desc1-0 {
    width: 45px;
    font-size: 0.9em;
    color: #fff;
    padding-top: 2px;
    padding-left: 4px;
}
.browse_desc1-1 {
    width: 120px;
    font-size: 0.9em;
    color: #fff;
    padding-top: 2px;
    padding-left: 4px;
}
.browse_desc1-2 {
    width: 20px;
    font-size: 0.9em;
    color: #fff;
    padding-top: 2px;
    padding-left: 4px;
}
.browse_desc1-3 {
    font-size: 0.9em;
    color: #fff;
    padding-top: 2px;
    padding-left: 4px;
}
.browse_desc1-4 {
    width: 40px;
    font-size: 0.9em;
    color: #fff;
    padding-top: 2px;
    padding-left: 4px;
}
.browse_desc1-5 {
    width: 35px;
    font-size: 0.9em;
    color: #fff;
    padding-top: 2px;
    padding-left: 4px;
}
.browse_line0 {}
.browse_line1 {
    background-color: #f1f1f1;
}
.browse_data {
    font-size: 0.9em;
    padding-left: 5px;
}

/* print */
#print-buttons img {
    padding: 0px 2px 0px 2px;
}
.print_table {
    background-color: #fff;
    width: 100%;
    padding: 2px;
}
.print_ttl,
.print_subhead {
    font-weight: bold;
    background: #0182a0;
    font-size: 0.9em;
    color: #fff;
    text-transform: uppercase;
    width: 146px;
    padding-top: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
}
.print_desc {
    background-color: #f1f1f1;
    font-size: 0.9em;
    color: #000;
    width: 146px;
    padding-left: 4px;
    padding-bottom: 4px;
}
.print_data {
    font-size: 0.9em;
    color: #000;
    padding-left: 6px;
    padding-bottom: 4px;
}
.table_gml_objects,
.table_sb_objects {
    border: 1px solid #000;
    border-right: 0px;
}
.gml_print_desc,
.sb_print_desc {
    border: solid #000;
    border-width: 0px 1px 1px 0px;
    font-weight: bold;
    font-size: 1em;
    color: #000;
    width: 200px;
    padding-left: 4px;
}
.gml_print_data,
.sb_print_data {
    border-right: 1px solid #000;
    font-size: 1em;
    color: #000;
    padding-left: 4px;
}

/* ======================================= */

/* --------------------------------------- */

/* BASKET */

/* --------------------------------------- */
#basket {
    background: url(/grfx/simorc_v2/bg-basket.png) no-repeat;
    width: 134px;
    height: 68px;
    margin: 3px auto;
}
#basket-icon {
    background: url(/grfx/simorc_v2/icon-basket.gif) no-repeat center;
    width: 40px;
    height: 40px;
    float: left;
}
#basket-ttl {
    font-size: 0.9em;
    color: #fff;
    width: 55px;
    float: left;
    padding-top: 10px;
}
#basket-amount {
    font-size: 0.9em;
    color: #fff;
    text-align: right;
    width: 32px;
    _width: 26px;
    margin-left: 95px;
    padding-top: 10px;
    padding-right: 6px;
}
#to-basket {
    width: 66px;
    height: 26px;
    float: left;
    cursor: pointer;
}
#clear-basket {
    width: 66px;
    _width: 62px;
    height: 26px;
    margin-left: 68px;
    cursor: pointer;
}
.bg-baskettable {
    background: #006594;
    width: 100%;
    height: 55px;
}
.head-basket {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.cnt-basket {
    padding: 10px;
}
.orderlist {
    border: 1px solid #f93;
    width: 100%;
}
.order-browse_subject {
    font-size: 0.9em;
    background: #f93;
    height: 16px;
}
.order-browse_desc {
    color: #fff;
}
.order-browse_desc0 {
    color: #fff;
    width: 5%;
}
.order-browse_desc1 {
    color: #fff;
    width: 40%;
}
.order-browse_desc2 {
    color: #fff;
    width: 10%;
}
.order-browse_desc3 {
    color: #fff;
    width: 10%;
}
.order-browse_desc4 {
    color: #fff;
    width: 4%;
}
.order-browse_desc5 {
    color: #fff;
    width: 15%;
}
.order-browse_desc6 {
    color: #fff;
}
.order-note {
    background: #BFE2F4;
    color: #006594;
    padding: 4px;
}

/* ======================================= */

/* --------------------------------------- */

/* POPUP */

/* --------------------------------------- */
#popupheader {
    position: relative;
    background: url(/grfx/simorc_v2/bg-header.gif) repeat-x;
    font-weight: bold;
    color: #fff;
    width: 98%;
    height: 25px;
    margin: auto;
    padding-left: 4px;
}
#popupwrapper {
    position: relative;
    width: 98%;
    margin: auto;
}
#popupwrapper #displaybox {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow: auto;
    margin-top: 6px;
    z-index: 0;
}
#popupwrapper .header_display {
    display: none;
}
#popupwrapper h3,
#popupwrapper h4,
#popupwrapper h5 {
    font-size: 1em;
    color: #006594;
    margin-top: 15px;
}
#popupwrapper h3 {
    font-size: 1.4em;
    margin-bottom: 15px;
}
#popupwrapper h4 {
    font-size: 1.2em;
}
#popupwrapper p,
#popupwrapper ul,
#popupwrapper ol {
    margin-bottom: 15px;
}
#popupwrapper .text {
    font-size: 1em;
}
#popupwrapper ul {
    margin-left: 20px;
}
#popupwrapper ol {
    margin-left: 25px;
}
.legendtable {
    padding: 4px;
}
.legendtable td {
    font-size: 1em;
    padding: 4px;
}

/* ======================================= */

/* ======================================= */

/* ======================================= */