@charset "utf-8";
/* CSS Document

----------------styles for system status

created on 1/13/12 by seh  -------------------------- */

/*----------------updated by jnk on 6/18/12 -----------------------------*/
#normal, #alert, #planned {
	background-image: url('https://www.ccri.edu/images/sys-status-bg-normal.png');
	height: 52px;
	width: 277px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #36F;
	padding-left: 216px;
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}
#normal a, #alert a, #planned a {
	color: #0066FF;
	text-decoration: underline;
}
#normal a:hover, #alert a:hover, #planned a:hover {
	color: #000000;
	text-decoration: none;
}
#normal {
	background-image: url('https://www.ccri.edu/images/sys-status-bg-normal.png');
	background-repeat: no-repeat;

	}
	
#alert {
	background-image: url('https://www.ccri.edu/images/sys-status-bg-alert.png');
	background-repeat: no-repeat;

	}

#planned {
	background-image: url('https://www.ccri.edu/images/sys-status-bg-planned.png');
	background-repeat: no-repeat;

	}
