﻿body 
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 10px;
}

#mapContainer
{
	margin-left: auto;
	margin-right: auto;	
	padding: 0px;
	width:770px;
	margin-top:25px;
	height: 700px;
}

#left
{
	width:375px;
	padding:0px;
	float:left;	
}

#legendDiv 
{   
    border: solid 1px gray;
    width:375px;
}

#legendDiv a
{
	text-decoration: underline;
}

#right 
{
	width: 385px;
	float:right;
}


#instructions
{
	width: 375px;
	background-color:#ffffff;
	text-align: left;
	padding-left: 0px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom: 5px;
}

#summary 
{
	position:relative;
	padding-left: 0px;
	margin-left: 1px;
	height: 550px;
	width:375px;
	overflow:hidden;
	margin-top:5px;
}

.header
{
	font-weight:400;
	text-align:left;
	padding:5px;
	margin-left:auto;
	margin-right: auto;
}

.pushpinVerySmall 
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/outage_verysmall.png', sizingMethod='image'); 
    height:16px; 
    width:16px;
    vertical-align:bottom;
}

.pushpinSmall 
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/outage_small.png', sizingMethod='image'); 
    height:18px; 
    width:18px;
    vertical-align:bottom;
}

.pushpinMedium
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/outage_medium.png', sizingMethod='image'); 
    height:20px; 
    width:20px;
    vertical-align:bottom;
}

.pushpinLarge
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/outage_large.png', sizingMethod='image'); 
    height:22px; 
    width:22px;
    vertical-align:bottom;
}
