/* GRIDS/LAYOUT
----------------------------------------------------------------------- */
    
ul.dhtmlSubMenu {
	z-index:9999;
}

select.locationSelection {
       width:200px;
}

select.cycleSelection {
       width:100px;
}

div.topcolor {
	background-color:#FFFFFF;
	width:100%;
}

div.bottomcolor {
	background-color:#FFFFFF;
	width:100%;
}

body.whiteSides #content {
	background:#FFFFFF;
        border-top-width:0px;
        border-bottom-width:0px;
        border-left-width:0px;
        border-right-width:0px;
        background: transparent;
        position: absolute;
        height: 100px;
        z-index:9999;
        width:100%;
}

body.whiteSides #page {
	background:#FFFFFF;
	position:relative;
}

html, body {

	width: 100%;
	height: 100%;
	background:#FFFFFF;
	margin: 0px;
	padding: 0px;
    }

    .headerColor {
	background-color: white;
        width: 100%;
	color: white;
        border-top-width:0px;
        border-bottom-width:0px;
        border-left-width:0px;
        border-right-width:0px;
        border-top-color:#FFFFFF;
        border-bottom-color:#FFFFFF;
        border-bottom-style:solid;
        padding-bottom:4px;
    }

    .centerBand {
	background-color: white;
	width: 100%;
	border-top-width:10px;
	border-bottom-width:10px;
	border-left-width:0px;
	border-right-width:0px;
	border-top-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	border-top-style:solid;
	border-bottom-style:solid;
        padding-top:3px;
	display:table;
    }

    .topContent {
	background-color: white;
	width: 100%
    }


    .centerContent {
	background-color: white;
    }


    .footerColor {
	background-color: white;
	width: 100%;
	text-align: center;
	color: white;
    }

    .contactUsLink {
        background:#FFFFFF;
        position:absolute;
        font-size:12px;
        font-weight:normal;
        margin-right:5em;
        padding:5px 10px 0 18px;
        right:10px;
        top:9px;
        z-index:9999;
    }

    .dataDictionaryLink {
        position:absolute;
        font-size:12px;
        font-weight:normal;
        margin-right:5em;
        right:70px;
        top:55px;   
        z-index:9999;
    }

    .helpLink {
        position:absolute;
        font-size:12px;
        font-weight:normal;
        right:5px;
        top:55px;
        z-index:9999;
    }

