html {
    height: 99%;
}

body {
    margin: 0px 0px 0px 0px;
    height: 99%;
    font-family: lucida sans unicode, Verdana, Geneva, Arial, sans-serif;
    background-color: transparent;
    font-size: 9pt;
    width: 100%;
}

#containerFull {
    /* Here is your full width */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-color: #000080;
}

#mapContent {
    /* Here is your map content width */
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    background-color: #000080;
}

#sideBar {
    /* Here is your sidebar width */
    width: 150px;
    float: left;
    padding: 0px;
}

#header {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#mapFooter {
    width: 100%;
    position: relative;
    color: white;
    text-align: center;
    font-family: tahoma;
    font-size: 12px;
    background: #365e68;
    height: 61px;
    line-height: 29px;
}


div #sideBar, div #map {
    border: 1px solid lightgrey;
}

form {
    margin: 0px;
    padding: 0px;
}

#map {
    height: 450px;
    width: 100%;
}


#direction {
    color: red;
}

.fifty {
    width: 50%;
}

.right {
    text-align: right;
}

a:link, a:visited, a:active {
    text-decoration: none;
    font-style: normal;
    color: gray;
}

xh1 {
    font-size: 12pt;
    font-weight: normal;
}

xhidden {
    color: gray;
    width: 140px;
}

/*Accordian Elements*/
.accordion_headings {
    padding: 5px;
    background: #99CC00;
    color: #FFFFFF;
    border: 1px solid #FFF;
    cursor: pointer;
    font-weight: bold;
}

.selected {
    background: #00CCFF;
}

.accordion_headings:hover {
    background: #00CCFF;
}

.content {
    background: #FFF;
    padding: 4px;
}

.accordion_child {
    padding: 5px;
    background: #EEE;
}

#divHelp {
    color: yellow;
    font-family: tahoma;
    font-weight: bold;
    text-align: center;
    width: 100%;
    direction: rtl;
    background: #00CCFF;
    font-size: 9pt;
}

#pac-input {
    width: 200px;
    margin-top: 10px;
    font-family: tahoma;
    font-size: 12px;
    padding: 5px;
}