﻿*
{
    font-family:Verdana,arial,sans-serif; 
}

#map
{
    position:relative;
}

#dashboard
{
	padding-top: 70px;
    width:240px;
    float:right;
    z-index:15;
    position:relative;
    left:-980px;
    top:10px;
}

/*Option Panels*/
.optionContainer
{
	width:240px;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
	background-image: url(../images/windowIcons/bg-dashboards.png);
	padding-left: 9px;
	padding-top: 6px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.optionContainer h3
{
	width:200px;
	color:#798B3D;
	font-size:12px;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 3px;
}

.optionContainer h3.openToggle
{            
    background-image:url(../images/toggle.png);
    background-position:right top;
    background-repeat:no-repeat;
}

.optionContainer h3.closedToggle
{
    background-position:right bottom;
}

.optionContainer h3 a 
{
    color: #000;
    text-decoration: none;
    display: block;

}

.markerOptionsList
{
    width:300px;
    list-style:none; 
    margin:0; 
    padding:0;
}


/*Pop up bubbles*/
.infoContainer
{
    width:300px;
    float:left;
    font-size:10px;
    margin-top:5px;

}

.infoTitleContainer
{
    width:300px; 
    float:left;
    border-bottom:1px solid #999;
}

.infoTitleContainer h1
{
    width:280px;
    line-height:25px;
    margin:0;
    padding:0 10px;
    float:left;
    font-size:12px;
}

.headingScheme87
{
    color:#6d7e3a;
}

.headingScheme89
{
    color:#7e69af;
}

.headingScheme90
{
    color:#86a5d6;
}

.headingScheme250
{
    color:#b7274c;
}

.headingScheme251
{
    color:#000;
}

.headingScheme252
{
    color:#667e8f;
}

.headingSite
{
    width:280px;
    line-height:25px;
    margin:0;
    padding:0 10px;
    float:left;
    font-size:12px;
}

.dataImageContainer
{
    width:300px;
    float:left;            
}

.siteData
{
    width:150px;
    float:left;
    padding:0;
    margin:0;
    list-style:none;
}

.siteData li 
{
    width:150px;
    float:left;
}

.siteData li label
{
    width:90px;
    min-height:20px;
    float:left;
    margin:0;
    padding:2px 0;
    text-align:center;
    font-weight:bold;
}

.siteData li span
{
    width:59px;
    float:left;
    margin:0;
    padding:2px 0;
    text-align:center;
}

.siteData li.noBorderBottom
{
    border-bottom:0;
}

.imageContainer
{
    width:109px;
    padding:10px 20px;
    float:left;            
}

.imageContainer image
{
    width:109px;
    float:left;
}

.siteInformationContainer
{
    width:280px;
    float:left;
    clear:left;
    padding:5px 10px;
}

/* Dashboard Icons and Text */

input[type="checkbox"]
{
    position:absolute;
    left:150px;
}

.logo
{
	height: 66px;
	width: 230px;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
}

label.dashBoard
{
     padding-left: 20px;
}
#wind
{
	background-image:url(../images/windowIcons/wind-dash.png);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}
#hydro
{
	background-image:url(../images/windowIcons/hydro-dash.png);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}
#solar
{
	background-image:url(../images/windowIcons/solar-dash.png);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}
#biogen
{
	background-image:url(../images/windowIcons/biogen-dash.png);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}
#wave
{
	background-image:url(../images/windowIcons/wave-dash.png);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}
#tidal
{
	background-image:url(../images/windowIcons/tidal-dash.png);
	background-repeat: no-repeat;
}
#hotrocs
{
	background-image:url(../images/windowIcons/hotrocs.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}
#homegen
{
	background-image:url(../images/windowIcons/homegen.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}
#smartgen
{
	background-image:url(../images/windowIcons/smartgen.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}
#progen
{
	background-image:url(../images/windowIcons/progen.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}
#newgen
{
	background-image:url(../images/windowIcons/newgen.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
}
#nfpa
{
	background-image:url(../images/windowIcons/nfpa.gif);
	background-repeat: no-repeat;
}
