body
{
    padding: 0px;
    margin: 0px;
    color: #000000;
}

/*** STANDARD ELEMENTS ***/

.infoWindow
{
    background-color: #FFFFFF;
    color: #000000;
    width: 600px;
    height: 600px;
    position: absolute;
    top: 15px;
    left: 212px;
    display: none;
    border: 1px solid #00AAFF;
    z-index: 50;
}

.infoContent
{
    border: 1px solid #999999;
    width: 550px;
    position: absolute;
    top: 32px;
    left: 10px;
    bottom: 80px;
    overflow: auto;
    padding: 5px;
    margin: 5px;
	font-size: 16px;
}

.infoWindow a:link
{
    color: #0000FF !important;
}

.infoWindow a:visited
{
    color: #FF00FF !important;
}

.OKButton
{
    position: absolute !important;
    right: 10px;
    bottom: 10px;
    width: 70px;
    height: 28px;
    text-align: center;
    font-weight: bold;
}

.boxCloser
{
    position: absolute;
    right: 7px;
    top: 7px;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 19px;
    height: 19px;
    color: #FFFFFF;
    /*border: 1px solid #000000;*/
    border: none;
    background-image: url('logos/boxCloser4.PNG');
    background-repeat: no-repeat;
}

.boxTitle
{
    position: absolute;
    left: 5px;
    top: 5px;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

/* END STANDARD ELEMENTS */

#expandoBox
{
    padding: 0px;
    overflow: auto;
    background-color: #000000;
    color: #FFFFFF;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

#debug
{
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 99;
    color: #000000;
}

#appSpace
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#dataMenu
{
    position: absolute;
    top: 83px;
    right: 0px;
    bottom: 33px;
    width: 400px;
    background-color: #000000;
    border-left: 2px solid #888888;
    border-top: 2px solid #888888;
    z-index: 30;
}

.dMenu, .dSubMenu
{
    position: relative;
    height: 100%;
    width: 100%;
    display: none;
    overflow: auto;
}

#dataMenuToggle
{
    height: 32px;
    width: 32px;
    position: absolute;
    right: 0px;
    top: 52px;

}

.menuItem
{
    position: relative;
    height: 32px;
    width: 99%;
    background-color: #FFFFFF;
    border-bottom: 1px solid #004488;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding: 5px;
}

.menuHeaderAxis, .menuHeaderPrimary, .menuHeaderSecondary
{
    position: relative;
    color: #000000;
    font-size: 12px;
    text-align: left;
}

.menuSection
{
    display: none;
    position: relative;
    height: auto;
    width: 99%;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 12px;
    text-align: left;
    padding: 0px;
}

.menuTab
{
    position: relative;
    height: 32px;
    width: 99%;
    font-family: "Verdana", sans-serif;
    padding: 2px 0px 0px 2px;
    border-bottom: 1px solid #004488;
}

.menuTab:hover
{
    background-color: #57F1FF;
}

.axisMenuTab
{
    background-color: #80B5FF;
}

.primaryMenuTab
{
    background-color: #80D4FF;
}

.secondaryMenuTab
{
    background-color: #BFEAFF;
}

.menuHeaderAxis
{
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.menuHeaderPrimary
{
    font-weight: bold;
    text-decoration: underline;
}

.menuHeaderSecondary
{
    font-weight: bold;
}

.menuItem:hover
{
    background-color: #BBDDFF;
}

.seriesItem
{
    display: none;
    position: relative;
    height: 32px;
    width: 99%;
    background-color: #FFFFFF;
    border-bottom: 1px solid #004488;
    color: #000000;
    font-size: 12px;
    text-align: left;
    padding: 5px;
}

.seriesSelector
{
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.menuForward
{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 32px;
}

#settingsMenuToggle
{
    height: 32px;
    width: 32px;
    position: absolute;
    right: 119px;
    top: 52px;
    background-image: url('logos/gear.png');
    background-repeat: no-repeat;
}

#settingsMenu{
    display: none;
    width: 184px;
    height: auto;
    position: absolute;
    top: 84px;
    right: 0px;
    z-index: 40;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    font-size: 11px;
}

#unitToggle
{
    height: 32px;
    width: 85px;
    position: absolute;
    right: 33px;
    top: 52px;
}

#dataMenuLevelUp
{
    height: 32px;
    width: 32px;
    position: absolute;
    right: 33px;
    top: 52px;
}

#timeFrameSelector
{
    position: absolute;
    right: 154px;
    top: 57px;
}


#titleBanner
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    background-color: #006599;
    text-align: left;
}

#titleString
{
    position: absolute;
    left:5px;
    top: 2px;
    font-size: 20px;
    font-weight: bold;
}

#dateString
{
    position: absolute;
    left:5px;
    bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}

#logoSet
{
    position: absolute;
    right: 5px;
    top: 5px;
}

.logoContainer
{
    padding-right: 5px;
}

#dataSpace
{
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
}

#dTip
{
    display: none;
    position: absolute;
    width: 300px;
    height: auto;
    z-index: 20;
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid #80CAFF;
    font-family: "Arial", sans-serif;
    font-size: 12px;
}

#tTip
{
    display: none;
    position: absolute;
    width: 75px;
    height: 20px;
    padding: 5px;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #80CAFF;
    color: #000000;
    z-index: 20;
}

/* TIME TOOL */

#timeTool
{
    font-size: 10px;
    font-family: "Arial", sans-serif;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    width: 250px;
    height: 100px;
    display: none;
    z-index: 999;
    position: absolute;
    color: #000000;
}

#startLabel
{
    position: absolute;
    top: 25px;
    left: 5px;
    font-family: "Verdana", sans-serif;
    font-size: 10px;
}

#endLabel
{
    position: absolute;
    top: 25px;
    left: 90px;
    font-family: "Verdana", sans-serif;
    font-size: 10px;
}

#startSelector
{
    position: absolute;
    top: 40px;
    left: 5px;
    width: 75px;
    font-family: "Verdana", sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    height: 18px;
    border: 1px solid #000000;
}

#endSelector
{
    position: absolute;
    top: 40px;
    left: 90px;
    width: 75px;
    font-family: "Verdana", sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    height: 18px;
    border: 1px solid #000000;
}

#timeConfirm
{
    position: absolute;
    top: 40px;
    left: 173px;
    height: 22px;
    width: 70px;
    font-family: "Verdana", sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    background-color: #CCCCCC;
    border: 1px solid #000000;
}

#timeToolInstruction
{
    position: absolute;
    top: 70px;
    left: 5px;
    font-family: "Verdana", sans-serif;
    font-size: 10px;
}



/*** CHARTING ***/

.chartSpace
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 75px;
    bottom: 32px;
    overflow: auto;
}

.chartBox
{
    position: relative;
    width: 100%;
    height: 200px;
    display: none;
    color: #000000;
}

.spaceTime
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 32px;
    background-color: #999999;
}

.timeSlider
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 12px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

/*** By Variable Tab ***/

#var_basinSelector
{
    position: absolute;
    top: 45px;
    left: 5px;
}

#var_variableSelector
{
    position: absolute;
    top: 45px;
    left: 400px;
}

/*** By Basin Tab ***/

#basin_basinSelector
{
    position: absolute;
    top: 45px;
    left: 5px;
}

#basin_timeFrameSelector
{
    position: absolute;
    top: 45px;
    left: 150px;
}


h1
{
	font-size: 1.5em
}

h2
{
	font-size: 1.25em
}


