#search_map {
    margin: 0;
    width: 710px;
    height: 500px;
}

#home_page_map {
    margin: 0;
    width: 290px;
    height: 234px;
}

#record_detail_map {
    margin: 0;
    width: 710px;
    height: 500px;
}

#createrecord_map {
    margin: 0;
    width: 550px;
    height: 500px;
}

#text {
    position: absolute;
    bottom: 1em;
    left: 1em;
    width: 512px;
    z-index: 20000;
    background-color: white;

    background-color: rgba(255, 255, 255, 0.7);
    /* IE 5.5+ support #BB000000 is ~70% opacity on black */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000, endColorstr=#BB000000);
    /* IE 8 support */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BB000000, endColorstr=#BB000000)";

    padding: 0 0.5em 0.5em 0.5em;
}

.draw_tool_bar {
    height: 20px;

    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 5px;
    margin-top: 2px;
}

.olNavigationButtonItemActive {
    background: url(images/pan_on.png);
}

.olNavigationButtonItemInactive {
    background: url(images/pan_off.png);
}

.olHomePageNavigationButtonItemActive {
    background: url(images/pan_on_home_page.png);
}

.olHomePageNavigationButtonItemInactive {
    background: url(images/pan_off_home_page.png);
}

.olDrawPolygonButtonItemInactive {
    background: url(images/draw_polygon_off.png);
}

.olDrawPolygonButtonItemActive {
    background: url(images/draw_polygon_on.png);
}

.olClearButtonItemInactive {
    background: url(images/delete_markup_off.png);
}

.olClearButtonItemActive {
    background: url(images/delete_markup_on.png);
}

.olHomePageDrawPolygonButtonItemInactive {
    background: url(images/draw_polygon_off_home_page.png);
}

.olHomePageDrawPolygonButtonItemActive {
    background: url(images/draw_polygon_on_home_page.png);
}

.olHomePageClearButtonItemInactive {
    background: url(images/delete_markup_off_home_page.png);
}

.olHomePageClearButtonItemActive {
    background: url(images/delete_markup_on_home_page.png);
}

div.olControlMousePosition {
    font-size: 10pt;
    font-family: arial, sans-serif;
    color: black;
    background: #DDD;
    padding-left: 30px;
    padding-right: 10px;
    bottom: 0px;
    display: block;
}

.draw_tool_bar .olButton {
    width: 35px;
    height: 35px;
    float: left;
    margin: 2px 3px 0px 0px;
    background-repeat: no-repeat;
}

.homepage_draw_tool_bar .olButton {
    width: 26px;
    height: 26px;
    float: left;
    margin: 2px 3px 0px 0px;
    background-repeat: no-repeat;
}

.olButton:hover {
	cursor: pointer;
}

.olLayerSwitcher {
    position: absolute;
    top: 53px;
    right: 0;
    width: 30em;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    font-size: smaller;
    color: white;
    background-color: transparent;
}

/*.olControlLayerSwitcher div div input {
    width: inherit;
    height: inherit;
    clear: both;
}*/

/*
mouse coordinates*/

.olMousePosnButtonItemActive {
    position: absolute;
    bottom: 0;
    right: 5;
    background: url('img/change.png');
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.olMousePosnButtonItemInactive {
    position: absolute;
    bottom: 0;
    right: 5;
    background: url('img/change.png');
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.olMousePosnControlPanel {
    bottom: 0px;
    width: 20px;
    height: 20px;
    border: 0px;
}

.olControlPanZoomBar {
    top: 38px !important;
    left: 1px !important;
}

.border-spacing {
	border-spacing: 0px;
}