/*
 * surge.css
 */

html, body
{
    height: 100%;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

p
{
    font-size: 1.1em;
    line-height: 1.1em;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

#about
{
    cursor: pointer;
    float: right;
    margin-top: 21px;
    margin-right: 15px;
    position: relative;
}

#center
{
    height: 100%;
}

#chartContent
{
    width: 400px;
}

#chart
{
    background-position: 65px 30px;
    background-repeat: no-repeat;
    height: 400px;
    margin-left: -15px;
    width: 400px;
}

/* Disclaimer dialog. */
#disclaimer
{
    width: 400px;
}

#fiu
{
    height: 70px;
    text-align: center;
}

#fiu img
{
    float: left;
    margin-right: 14px;
    position: relative;
}

#fiu span
{
    #float: right;
    font-size: 8pt;
    position: relative;
    text-align: center;
    width: 200px;
}

#loadingDialog
{
    width: 300px;
}

#loadingDialog p
{
    font-size: 2.0em;
    text-align: center;
}

#content
{
    height: 100%;
    width: 100%;
}

#leading
{
    background-color:white;
    color:#3f3f3f;
    min-width: 400px;
    overflow: auto;
    overflow-x: hidden;
    width: 400px;
}

#inner_content
{
    padding: 0;
}

#legend td
{
    padding-right: 10px;
}

#logo
{
    float: right;
    height: 57px;
    margin-top: 5px;
    position: relative;
    width: 125px;
}

#chartContent
{
        width: 400px;
}

/* Hint displayed below text box. */
#hint
{
    font-size: 115%;
    font-style: italic;
}

#legend_header
{
    margin-top: -40px;
    text-align: center;
}

#legend
{
        margin-left: auto;
        margin-right: auto;
        margin-top: -10px;
}

#top_message
{
    background-color: #bbbbbb;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    left: 600px;
    position: absolute;
    top: 60.35px;
    width: 100px;
}

#search-box
{
    float: left;
    height: 18px;
    position: relative;
}

#search-button
{
    float: left;
    position: relative;
    vertical-align: middle;
}

#search-form
{
    float: left;
    margin: 20px 12px 0 12px;
    position: relative;
}

#splash-content
{
    height: 400px;
    width: 400px;
}

#structureContent label
{
    margin-right: 10px;
}

#surge_message
{
    background-color: #ffff99;
    border: 2px solid #ffcc33;
    left: -10px;
    margin: 5px auto;
    padding: 5px;
    position: relative;
    vertical-align: top;
    width: 90%;
}

#surge_message div
{
    margin-bottom: 5px;
}

#surge_message img
{
    float: left;
    margin: 0 15px 0 5px;
    position: relative;
}

#top
{
    height:70px;
}

#zone-title
{
    font-weight: bold;
}

#top h1
{
    float: left;
    font-size: 1.5em;
    margin: 25px auto auto;
    position: relative;
    width: 300px;
}

 .blink
{
    background-color: #ff0000 !important;
}

.color
{
    width:20px;
    height:20px;
    float:left;
}

.collapsed
{
    display: none !important;
}

.default-text-active
{
    color: #a1a1a1;
    font-style: italic;
}

.dijitTooltip
{
    max-width: 350px;
}

.dijitTooltip p
{
    margin-bottom: 0;
}

.help
{
    cursor: pointer;
}

.hidden
{
    visibility: hidden !important;
}

.info
{
    margin-left: 5px;
}

.inner_pane
{
    border: 0 !important;
    padding: 0 !important;
}

.label
{
    margin-left:35px;
    font-weight: bold;
    font-size: 11px;
}

.legend
{
    margin-bottom: 10px;
}

.legend-header
{
    margin-bottom: 5px;
    font-size: 13px;
}

.legendTitle
{
    font-weight: bold;
}

.title
{
    font-weight: bold;
    vertical-align: top;
}

#top-right
{
    background:url(../images/top-right.png) no-repeat top right;
    width: 225px;
}

#top-left
{
    background-image:url(../images/top-left.png);
    margin: 0px 20px 0px -20px;
    width:20px;
    height:20px;
}

#top-border
{
    background-color:#F5F0F0;
    margin:0px 20px 0px 20px;
}

#bot-right
{
    background-image:url(../images/bot-left.png);
    margin:0px 20px 0px -20px;
    width:20px;
    height:20px;
}

#bot-left
{
    background:url(../images/bot-right.png) no-repeat top right;
}

#bot-border
{
    background-color:#F5F0F0;
    margin:0px 20px 0px 20px;
}

#pBody
{
    margin:0;
    padding: 0 10px;
    background-color:#F5F0F0;
}

#pBody p
{
    margin-bottom: 0;
}

/* Inundation depths colors */
#ft-cl-0{background: #6699ff;}	/* 1 ft */
#ft-cl-1{background: #0000ff;}	/* 2 ft */
#ft-cl-2{background: #000099;} 	/* 3 ft */
#ft-cl-3{background: #ffff00;}	/* 5 ft */
#ft-cl-4{background: #ff6666;}	/* 7 ft */
#ft-cl-5{background: #ff3300;}	/* 10 ft */
#ft-cl-6{background: #990000;}	/* 15 ft */
#ft-cl-7{background: #800000;} 	/* 20 ft */
