ul.ebaStatusList {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.ebaStatusList li {
	clear: left;
	position: relative;
	margin-bottom: 6px;
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#FFF),to(#DDD));
	background: -moz-linear-gradient(top,#FFF,#DDD);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
ul.ebaStatusList li:hover {
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#EEE),to(#CCC));
	background: -moz-linear-gradient(top,#EEE,#CCC);
}
ul.ebaStatusList li a {
	display: block;
	background-image: url(../img/status_indicator.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 2px 10px 2px 18px;
	font-size: 12px;
	line-height: 14px;
	margin-right: 96px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #9F9F9F;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	color: #333;
	text-decoration: none;
	height: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
ul.ebaStatusList li a:hover {
	text-decoration: none;
	}
ul.ebaStatusList li span.ebaDate {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	background-color: #DDD;
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#EEE),to(#CCC));
	background: -moz-linear-gradient(top,#EEE,#CCC);
	display: block;
	padding: 2px 10px 2px 5px;
	font-size: 10px;
	line-height: 14px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #9F9F9F;
	border-left: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	text-align: left;
	color: #222;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
ul.ebaStatusList li span.ebaLate {
	color: #CC0000;
}
ul.ebaStatusList li span.ebaToday {
	font-weight: bold;
}
ul.ebaStatusList li a.ebaRed {
	background-position: 0 0
}
ul.ebaStatusList li a.ebaYellow {
	background-position: 0 -40px
}
ul.ebaStatusList li a.ebaGreen {
	background-position: 0 -80px
}
ul.ebaStatusList li a.ebaComplete {
	background-position: 0 -120px
}
ul.ebaStatusList li a.ebaNull {
	background-position: 0 -160px
}
ul.ebaStatusList span.ebaToolTip {
	display: none;
	}
	
/*Tooltip*/
div#ttip {
	position: absolute;
	border: 1px solid #999;
	background-color: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 280px;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	box-shadow: 0 1px 5px #F00;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.25);
	-webkit-background-clip: padding-box;
	display: none;
	padding: 0 0 5px 0;
}
div#ttip h2 {
	color: #222;
	display: block;
	border-bottom: 1px solid #AAA;
	margin: 0 0 0 0;
	padding: 5px;
	background-color: #EEE;
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#E8E8E8),to(#BFBFBF));
	background: -moz-linear-gradient(top, #E8E8E8, #BFBFBF);
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
	font-size: 11px;
}
div#ttip h2 span {
	font-weight: normal;
	display: inline;
	padding: 0;
	line-height: 14px;
}
div#ttip span {
	display: block;
	padding: 5px 5px 0 75px;
	font-size: 11px;
	line-height: 14px;
}
div#ttip strong {
	display: block;
	float: left;
	width: 70px;
	margin-left: -70px;
	}

span.ebaStatusPagination,
span.ebaStatusNotFound {
	display: block;
	font: normal 11px/16px Arial, sans-serif;
	color: #444;
	}
	
/* Legend */
div.ebaStatusListLegend {padding: 5px 0 0 0;}
div.ebaStatusListLegend ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 20px;
	}
div.ebaStatusListLegend ul li {
	display: block;
	float: left;
	padding: 0 10px 0 18px;
	font: normal 11px/20px Arial, sans-serif;
	color: #444;
	background-image: url(../img/status_indicator.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
/*	width: 120px;*/
	}
div.ebaStatusListLegend ul li.ebaLegendLabel {
	background: none;
	padding: 0 10px 0 0;
	font-weight: bold;
	width: auto;
	}
div.ebaStatusListLegend ul li.ebaRed {
	background-position: 0 0
}
div.ebaStatusListLegend ul li.ebaYellow {
	background-position: 0 -40px
}
div.ebaStatusListLegend ul li.ebaGreen {
	background-position: 0 -80px
}
div.ebaStatusListLegend ul li.ebaComplete {
	background-position: 0 -120px
}
div.ebaStatusListLegend ul li.ebaNull {
	background-position: 0 -160px
}
