/*********************/
/*Enterprise Alerts*/
.ky-alerts div{
	font-size: 90%;
	margin-bottom: 1em;
	padding: .3em .3em .3em .3em;
}

.ky-alerts a{
	font-weight: bolder;
}

.ky-alert-notice{
	height:0; 
	overflow: hidden;
	display: none;
	speak: none;
	volume: silent;
}

.ky-alert-amber{
	height: auto; 
	overflow: visible;
	display: block;
	speak: normal;
	volume: medium;
	background-color: #F2CA2A;
	color: #000000;
}

.ky-alert-amber a{
	color: #000000;
	background-color: #F2CA2A;
}

.ky-alert-orange{
	height: auto; 
	overflow: visible;
	display: block;
	speak: normal;
	volume: medium;
	background-color: #FFA500;
	color: #000000;
}

.ky-alert-orange a{
	color: #000000;
	background-color: #FFA500;
}
.ky-alert-red{
	height: auto; 
	overflow: visible;
	display: block;
	speak: normal;
	volume: medium;
	background-color: #FF0000;
	color: #FFFFFF;
}

.ky-alert-red a{
	color: #FFFFFF;
	background-color: #FF0000;
}

/*-------------------------*/
/*comment out the appropriate section below to turn on an alert*/
/*uncomment the section to turn the alert off again*/
.ky-alert-amber{
	height:0; 
	overflow: hidden;
	display: none;
	speak: none;
	volume: silent;
}

.ky-alert-orange{
	height:0; 
	overflow: hidden;
	display: none;
	speak: none;
	volume: silent;
}

.ky-alert-red{
	height:0; 
	overflow: hidden;
	display: none;
	speak: none;
	volume: silent;
}
/*********************/

