html{
   overflow-y: auto;
}

body {
	background: #fff;	
	color: #4D4D4D;	
	font-size:12px;
}

#popup-wrap {

}

h1 {
	background: url(../../images/popup-maps/header.png);
	height: 49px;
	color: #FFE168;
	font: 30px/32px georgia, serif;
	padding: 15px 0 0 20px;
}

#popup-content {
	padding: 20px;
}


#map-caption {
	font: 12px/21px georgia, serif;
	font-style: italic;
	color: #4D4D4D;
	padding-top: 30px;
	padding-right: 0;
}

#map {
	float: none;
}

#table {
	clear: both;
	padding-top: 20px;
}

#table table {
        width: 92%;
	border-collapse: collapse;
	background: url(../../images/popup-maps/gradiant.png) 0 20px repeat-x;
}

#table th {
	border: 1px solid #4D4D4D;
	height: 20px;
}



img.mapLegend {
	width: 100%;
	height: 20px;
	border: 1px solid #000;
}




#table td {
	border: 1px solid #999;
	padding: 5px 10px 15px 10px;
	font: 10px/12px arial, sans-serif;
}

#table td p {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}

#table td p:last-child {border: 0;}

#table .five-col tr td{
    width: 152px;
}

#table .four-col tr td{
    width: 190px;
}

#table .three-col tr td{
    width: 253px;
}


#popup-wrap #tasks {
   display: none;
}

