html, body {
    height: 100%;
    padding: 0;
    width: 100%%;
    margin: 0%;
}

body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    overflow: hidden;
}

iframe { width:100% ;
        height:800px ;
    border:none ;
}

a {
    color: #336699;
}

ul {
   list-style-type:circle;
   margin:0;
   padding:0
   }

#header {
    background: #c5deea; /* Old browsers */
    background: -moz-linear-gradient(top, #c5deea 0%, #8abbd7 31%, #066dab 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c5deea), color-stop(31%, #8abbd7), color-stop(100%, #066dab)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c5deea 0%, #8abbd7 31%, #066dab 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c5deea 0%, #8abbd7 31%, #066dab 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #c5deea 0%, #8abbd7 31%, #066dab 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c5deea', endColorstr = '#066dab', GradientType = 0); /* IE6-9 */
    background: linear-gradient(top, #c5deea 0%, #8abbd7 31%, #066dab 100%); /* W3C */
    /*border-left: 1px solid #066DAB;
    border-right: 1px solid #066DAB;
    border-top: 1px solid #066DAB;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 55px;
    margin: 0;
}

.soria .dojoxExpandoTitle {
    background: -moz-linear-gradient(center top, #C5DEEA 0%, #8ABBD7 31%, #066DAB 100%) repeat scroll 0 0 transparent;
}

#title {
    color: #45484D;
    font-size: 16pt;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 10px;
    text-align: left;
}

#subtitle {
    color: #45484D;
    font-size: small;
    padding-left: 15px;
    text-align: left;
}

#rightPane {
    background-color: #F3EEE8;
    /*border-bottom: 1px solid #066DAB;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #066DAB;
    border-right: 1px solid #066DAB;*/
    color: #500000;
    margin: 0px;
    border-color: #500000;
    border-style:double;
    border-width:medium;
    padding: 5px;
    width: 300px;
}

#mapCanvas {
    /*border-bottom: 1px solid #066DAB;*/
    /*border-bottom-left-radius: 4px;*/
    /*border-left: 1px solid #066DAB;*/
    border-color: #500000;
    border-style:double;
    border-width:medium;
    margin-top: 15px;
    padding: 0;
}

.roundedCorner {
    background-color: #FFFFFF;
    border: 1px solid #066DAB;
    border-radius: 4px 4px 4px 4px;
}

#clearButton {
    bottom: 5px;
    color: #45484D;
    cursor: pointer;
    left: 5px;
    padding: 4px;
    position: absolute;
    z-index: 100;
}

#clearButton a {
    text-decoration: none;
}


#status {
    font-size: 12px;
}