﻿#mapContainer {
	border:solid 1px #005187;
}
/* Month checkboxes control */
#monthControlContainer {
    text-align:center;
    font-size:12px;
    border:1px solid #005187;
	background-color: #fff;
    width:7em;
    cursor: pointer;
    padding:1px 15px 1px 15px;
    width:130px;
    float:left;
}
#monthControlText {
	float:left;
	width:15px;
	border-top:solid 1px #005187;
	border-right:solid 1px #005187;
	border-bottom:solid 1px #005187;
	height:20px;
	cursor: pointer;
	background: White url('../_images/googleMaps/arrowDown.gif') no-repeat top left;
}
#monthBox {  
    top:20px; 
    left:0px;
    font-size:12px;
    padding: 6px 4px;
    width:168px;
    background-color: #fff;
    border-right: 1px solid #005187;
    border-bottom: 1px solid #005187;
    border-left: 1px solid #005187;
    display: none;
    cursor:default;
}
/* Progress Bar */
#progressBarContainer{
	display:none;
	width:300px;
	height:52px;
	border:1px solid #005187;
	background-color:White;
	text-align:left;
	padding:5px;
}
#progressBarBorder {
	border:solid 1px #005187;
	width:298px;
}
#progressBar {
	background: transparent url('../_images/googleMaps/progressBar.gif');
	height:20px;
}
#progressBarText {
	margin-top:3px;
	width:100%;
	height:30px;
    text-align:center;
}

