  /* * */
CAMPUS MAP CSS
/* * */

.General{
color:#56514b;
}

.Faculty{
color:#FFC452;
}

.Resident{
color:#47DB52;
}
.Resident-Heights{
color:#FF73DF;
}

.Visitor{
color:#0084A8;
}

.Reserved{
color:#A900E6;
}

.Handicapped{
color:#73DFFF;
}

.Metered{
color:#FF0000;
}

.Service{
color:#A87000;
}

.Contractor{
color:#8FA617;
}

.Faculty-General{
color:#FFC452;
}

#parkingLegend{
margin-top:1em;
display:none;
overflow:hidden;
width:250px;
background-color:white;
}

#parkingLegend ul{
margin:0;
padding-left:2.4em;
}

#parkingLegend ul li{
list-style-type: square;
font-size: 3em;
}

#parkingLegend ul li span{
font-size: 12px;
vertical-align:top;
color:black;
}

.labels {
	color: #9D0200;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 10px !important;
        line-height: 1em;
	font-weight: 400;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	text-align: center;
	min-width:6em;
	max-width: 12em;
}