* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Helvetica;
	background-color: white;
}
.hoverable
{
	fill: white;
    stroke:black;
    stroke-width: 1;
    cursor: pointer;
}

/* Loading indicator */
#activityIndicator {
	background: white;
	border: 1px solid #666;
	border-radius: 5px;
	background-repeat: no-repeat;
	width: 300px;
	height: 80px;
	padding: 0px;
	margin: 0px;
	position: fixed;
	left: 50px;
	top: 88px;
	z-index: 10;
	text-align: center;
}

/** {
	cursor: move;
}*/

.hoverable:hover
{
 stroke:black;   
 stroke-width: 6;
}
#dialog {
	border: 1px solid #000;
	background-color: white;
}

#toolBar {
	z-index: 4;
	width: 100%;
	height: 38px;padding-top: 6px;
	position: fixed;
	left:0px;
	top:0px;
	background-color: #7192b8;

	clear: both;
	float: right;
	display: block;
	font-size: 0.3em;
	cursor: pointer;
	color: #FFF;
	font-size: .8em;
	font-weight: 700;
	text-align: center;
/*	border-radius: 15px 15px 15px 15px;*/

/* IE10 */ 
background-image: -ms-linear-gradient(top, #C7D0F0 0%, #4A8EB5 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #C7D0F0 0%, #4A8EB5 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #C7D0F0 0%, #4A8EB5 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C7D0F0), color-stop(1, #4A8EB5));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #C7D0F0 0%, #4A8EB5 100%);

/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #C7D0F0 0%, #4A8EB5 100%);
}

/* Toolbar */
.toolBarButton {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A8EB5), color-stop(1, #C7D0F0));
	padding: 0px;
	width: 44px;
	height: 20px;
	border: 1px solid #ccc;
	padding-top:6px;
	border-radius: 10px;
}

/* Toolbar buttons */
#zoomIn {
	margin-right: 4px;
	float: left;
}

#zoomOut {
	margin-right: 4px;
	float: left;
}

.showLegendButton {
	cursor: pointer;
}

#legend {
	z-index: 3;
	display: table;
	position: fixed;
	left:4px;
	top:4px;
/*	width: 318px;
	height: 392px;*/
	width: 320px;
	background-color: white;
	border: 1px solid #999;
	padding: 0px;
	margin: 0px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	background-color: white;
	display: none;
}
#canvas {
	z-index: 0;
/*	position: absolute;*/
	top: 44px;
	border: 1px solid #666;
	background-color: white;
}
#paper {
	z-index: 1;
	position: absolute;
}
ul {
	margin: 2px;
	padding: 2px;
}
#legend li {
	list-style-type: none;
	font-size: 0.9em;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}
.legendBox {
	width: 10px;
	height: 10px;
	border: 1px solid #666;
	float: left;
	margin-top: 3px;
	margin-right: 6px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: red;
}
.legendElement {
	z-index: 0;
    stroke:#000;
    stroke-width: 1;
}

#legendContainer {
	padding-top: 20px;
}

#precinctDetails {
	z-index: 2;
	position: fixed;
	min-width: 320px;
/*	height: 436px;*/
	padding: 5px;
	left: 0px;
	top: 0px;
	background-color: white;
	border-radius: 5px;
	border: 1px solid #ccc;
	display: none;
	
	color: #DDD;
	text-shadow: 2px 2px 2px #222;
	
	/* Gradients */
	background: rgb(30,28,56); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(30,28,56,1) 0%, rgba(47,63,89,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,28,56,1)), color-stop(100%,rgba(47,63,89,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(30,28,56,1) 0%,rgba(47,63,89,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(30,28,56,1) 0%,rgba(47,63,89,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(30,28,56,1) 0%,rgba(47,63,89,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(30,28,56,1) 0%,rgba(47,63,89,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1c38', endColorstr='#2f3f59',GradientType=0 ); /* IE6-9 */

}
#raceTitle {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 24px;
	font-family: Helvetica;
	background-color: white;
	border-radius: 5px;
	padding: 5px;
	opacity: 0.85;
}
.blackText {
	color: #000;
}

