/* 	Copyright Stony Brook University 2008
	Developed by Application Support for Administration
	
	Last Modified: September 03, 2008
	Version 1.0
	
	This is a stylesheet for Application Support for Administration websites.
	It contains parking permit divs.
*/
div.permit {
	width: 45px;
	padding: 2px;
	border: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	color: #000;
    font-weight: bold;
    font-size: 10px;
}
div.resident {
    background-color: #00529b;
    border-bottom: 0;
}
div.resident1 {
    background-color: #fff200;
    border-top: 0;
}
div.resident2 {
    background-color: #b4902e;
    border-top: 0;
}
div.resident3 {
    background-color: #8cc63f;
    border-top: 0;
}
div.resident4 {
    background-color: #bd1a8d;
    border-top: 0;
}
div.resident5 {
    background-color: #00aeef;
    border-top: 0;
}
div.resident6 {
    background-color: #a7a9ac;
    border-top: 0;
}
div.commuter {
    background-color: #00853e;
}
div.premium {
    background-color: #652213;
}
div.faculty {
    background-color: #ee3124;
}
div.sh_resident {
    background-color: #00529b;
}