		html, body {
    		height: 100%;
    		margin: 0;
    		background-color: #e1ddd9;
    		font-size: 11px;
    		font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    		color:#EEEDED;
    		padding:0px;
    		margin:0px;
    	}
    	
    	table {
			font-size: 11px;
			font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
		}
    	
        #map {
        	top: 30px;
            height: 100%;
            position: relative;
            margin-bottom:-30px;
            z-index: 1;
        }
        
        #yearswitcher {
		width: 260px;
		word-wrap: break-word;
		}
        
        #slider {
        max-height: 81px;
		overflow: auto;
		position: relative;
        }
        
#slider::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #262626;
}

#slider::-webkit-scrollbar
{
	width: 12px;
	background-color: #262626;
}

#slider::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #a6a6a6;
}
        
        #slider input[type=radio] {
    		display:none;
		}
		
		#slider input[type=radio]:checked + label {
    		color: yellow;
    		border: 2px solid yellow;
		}
		
		a {
		color: yellow;
		}
		
		.login {
		color: yellow;
		}
        
/* blueButton = Conservatives, Parti Quebecois */
        .blueButton {
	-moz-box-shadow: 0px 1px 0px 0px #9fb4f2;
	
        -webkit-box-shadow: 0px 1px 0px 0px #9fb4f2;
	
        box-shadow: 0px 1px 0px 0px #9fb4f2;
	
        background-color:#7892c2;
	
        -moz-border-radius:5px;
	
        -webkit-border-radius:5px;
	
        border-radius:5px;
	
        border:1px solid #4e6096;
	
        display:inline-block;
	
        cursor:pointer;
	color:#ffffff;
	
        font-family:arial;
	
        font-size:12px;
	
        font-weight:bold;
	
        padding:1px 2px;
	
        text-decoration:none;
	
        text-shadow:0px 1px 0px #283966;
}

        
        .blueButton:hover {
	background-color:#476e9e;
}

        .blueButton:active {
 position:relative;
	top:1px}

/* redButton = Liberals */
        
        .redButton {
	-moz-box-shadow: 0px 1px 0px 0px #8a2a21;
	
        -webkit-box-shadow: 0px 1px 0px 0px #8a2a21;
	
        box-shadow: 0px 1px 0px 0px #8a2a21;
	
        background-color:#c62d1f;
	
        -moz-border-radius:5px;
	
        -webkit-border-radius:5px;
	
        border-radius:5px;
	
        border:1px solid #d02718;
	
        display:inline-block;
	
        cursor:pointer;
	
        color:#ffffff;
	
        font-family:arial;
	
        font-size:12px;
	
        font-weight:bold;
	
        padding:1px 2px;
	
        text-decoration:none;
	
        text-shadow:0px 1px 0px #810e05;
}

        
        .redButton:hover {
	background-color:#f24437;
}
        
.redButton:active {
	position:relative;
 top:1px}
 
 
/* orangeButton = NDP */

.orangeButton {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background-color:#ffab23;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 2px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}

        
        .orangeButton:hover {
	background-color:#cc7e00;
}
        
.orangeButton:active {
	position:relative;
 top:1px}
 
/* greenButton = Sask Party, Wildrose, etc */

.greenButton {
	-moz-box-shadow: 0px 1px 0px 0px #004C1A;
	-webkit-box-shadow: 0px 1px 0px 0px #004C1A;
	box-shadow: 0px 1px 0px 0px #004C1A;
	background-color:#10421d;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #199925;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 2px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}

        
.greenButton:hover {
	background-color:#264d10;
}
        
.greenButton:active {
	position:relative;
 top:1px}
 
/* oliveButton = Social Credit */

.oliveButton {
	-moz-box-shadow: 0px 1px 0px 0px #3e7327;
	-webkit-box-shadow: 0px 1px 0px 0px #3e7327;
	box-shadow: 0px 1px 0px 0px #3e7327;
	background-color:#77b55a;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #199925;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 2px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}

        
.oliveButton:hover {
	background-color:#72b352;
}
        
.oliveButton:active {
	position:relative;
 top:1px}
 
 /* turqButton = CAQ, Union Nationale, United Farmers */

.turqButton {
	-moz-box-shadow: 0px 1px 0px 0px #276873;
	-webkit-box-shadow: 0px 1px 0px 0px #276873;
	box-shadow: 0px 1px 0px 0px #276873;
	background-color:#599bb3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #29668f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 2px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}

        
.turqButton:hover {
	background-color:#408c99;
}
        
.turqButton:active {
	position:relative;
 top:1px}
 
  /* purpleButton = BC Coalition */

.purpleButton {
	-moz-box-shadow: 0px 1px 0px 0px #e184f3;
	-webkit-box-shadow: 0px 1px 0px 0px #e184f3;
	box-shadow: 0px 1px 0px 0px #e184f3;
	background-color:#6600cc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #a511c0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 2px;
	text-decoration:none;
	text-shadow:0px 1px 0px #9b14b3;
}

        
.purpleButton:hover {
	background-color:#c123de;
}
        
.purpleButton:active {
	position:relative;
 top:1px}

        
        #legend {
        position: absolute;
        bottom: 5%;
        left: 5%;
        z-index: 100;
        opacity: 0.7; 
		background-color: black; 
		color: white;
		font-size: 10px;
        }
        
        #legend td {
		vertical-align: text-top;
		} 
		
		#ad {
		position: absolute;
        bottom: 1.5%;
        right: 1%;
        z-index: 100;
        opacity: 1; 
		background-color: black;
        }
		}
        
        .olPopup p { margin:0px; font-size: .9em;}
        .olPopup h2 { font-size:1.2em; }
		
		#chicken_contentDiv {
			font-family: Tahoma, Helvetica, sans-serif;
			font-weight: regular;
		}
		
		.openlayers-tooltip-description{
			width:300px;
		}
		
		#slide .sliderlegend{margin: 0 0 0 0;
		 wordspacing: 16%;}
		
		#yearswitcher {
		position: absolute;
		top: 7%;
		left: 5%;
		z-index: 100;
        padding: 0px 5px;
        background-color: black;
        opacity: 0.8;
        }
        
        #bytoggle {
        position: center;
        }
        
#barchart td {
padding: 0;
}
        
#hoverbox
{
	position: absolute;
	top: 7%;
	right: 2%;
	width: 25%; 
	max-width: 400px;
	opacity: 0.8;
	z-index: 100; 
	background-color: black; 
	color: white; 
	text-align: center; 
	padding: 10px 20px;
}

#hoversystem
{
	color: white;
	font-size: 16px;
	padding: 10px;
	font-weight: bold;
}

#hoverstat {
max-height: 350px;
overflow: auto;
position: relative;
}

#hoverstat::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #262626;
}

#hoverstat::-webkit-scrollbar
{
	width: 12px;
	background-color: #262626;
}

#hoverstat::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #a6a6a6;
}
     

#hoverstat td:not(#barchart), th:not(#barchart)
{
	color: white;
	padding: 1px 5px;
	font-size: 18px;
}

#seatcount
	{
	min-height: 20px;
	}

#seatcount td {
	font-weight: bold;
	font-size: 10px;
	}
	
#popvote
	{
	height: 16px;
	}

#popvote td {
	font-size: 8px;
	}

#top {
position: absolute;
top: 0%;
width: 100%;
z-index: 100;
background-color: black;
color: white;
font-weight: bold;
}

#top a {
color: white;
}

#astnote { opacity: 0.7; background-color: black; }

#permalink
	{
	height: 14px;
	}