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

/*----------------styles for system status

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

			 	modified for home page by jnk on 4/18/14 -----------------------------*/
body {
background-color: transparent;
}
#normal, #alert, #planned {
	/*background-image: url(https://www.ccri.edu/images/sys-status-normal-hp-icon.gif);*/
	height: 40px;
	width: 320px;
	margin: -10px 0 10px 0;
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	background-repeat: no-repeat;
	padding: 5px 0 0 40px;
	font-weight: normal;
	/*background-position: 0px 2px;*/
	background-color: transparent !important;
	z-index:100;
}
#normal a, #alert a, #planned a {
	font-size: 0.6em;
	font-family: Arial, Helvetica, sans-serif !important;
	padding-left: 12px;
	padding-right: 0px;
	color: #FFCC00;
	text-decoration: underline;
}
#alert a {
    padding-left: 0px !important;
}
	
#normal a:hover, #alert a:hover, #planned a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#normal {
	/*background-image: url('https://www.ccri.edu/images/sys-status-normal-hp-icon.gif');
	background-position: 0px 2px;
	background-repeat: no-repeat;*/
	display: none;
}
#alert {
	background-image: url('https://www.ccri.edu/images/sys-status-alert-hp-icon.gif');
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
#planned {
	background-image: url('https://www.ccri.edu/images/sys-status-planned-hp-icon.gif');
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
