.RSSNews, .schedule {
	font: 0.9em Tahoma, Helvetica, sans-serif;
}
.RSSNews>fieldset>legend, .schedule>fieldset>legend {
	font-weight: bold;
}
.RSSNews>fieldset>legend>span, .schedule>fieldset>legend>span {
	font-style: italic;
	color: blue;
	padding-left: 3px;
	cursor: default;
}
.schedule table {
	background-color: white;
	white-space: pre;
	text-align: left;
	border-spacing: 0px 1px;
}
.schedule table > tbody > tr > td {
	vertical-align: top;
	border: 1px solid #CCCCCC;
}
.schedule table > thead > tr > th {
	vertical-align: top;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
tr.alt > td {
	background-color: #DDDDDD;
	border: 1px solid #999999 !important;
}
#middlePanel>div>fieldset {
	margin: 4px;
	background:#FFF;
	
}
#holds>legend {
	font-weight: bold;
	color: red;
}
.critical {
	color: red;
	
}
.RSSItem {
	border: 1px solid white;
	display: block;
	clear:both;
}
.RSSItem > img {
	display: block;
	float: left;
	width: 11px;
	height: 11px;
	padding-right: 5px;
}
.RSSItem > a {
	display: block;
	float: left;
	vertical-align: top;
}
.RSSItem > img+a {
	width: 90%;
	padding-bottom: 3px;
}
.RSSItem > div {
	display:none;
	clear:both;
	padding-left:18px;
	padding-top:5px;
}
.RSSItem > div > p {
	margin-top: 2px;
	margin-bottom: 2px;
}
.imap {
	margin-left: 5px;
	margin-right: 5px;
}
.message {
	font-size: 0.9em;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	padding-top: 5px;
}
.message > .from {
	font-weight: bold;
	float:left;
	white-space:nowrap;
}
.message > .date {
	font-size: 0.8em;
	float:right;
	white-space:nowrap;
}
.subject{
	clear:both;
}
