#tools li.status a.head {
	background: #f3f3f3 url(/tridion/images/shortcuts_icon_status_tcm4-808170.gif) no-repeat left top;
}
/* flight status component */

#tools li.status strong {
	display: block;
	text-transform: uppercase;
	margin: 0 0 5px 3px;
}	
#tools li.status .radio {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
#tools li.status .radio input { /* see ie.css */
	float: left;
	clear: left;
	margin: 0 5px 0 0;
}
#tools li.status .radio label { /* see ie.css */
	margin: 0 0 5px 18px;
	height: 15px;
}
#tools li.status label {
	margin-left: 3px;
	display: block;
}
#tools li.status select {
	border-width: 1px;
	padding: 1px;
	margin: 3px 0 7px 3px;
	font-size: 11px;
}
#tools li.status select.route {
	width: 150px;
}



