/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements.  See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License.  You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

div.newsDate {
  font-size: small;
  font-weight: normal;
  float: right
}


div#news {
  font-family: Verdana, Arial, Sans-serif;
  float: right;
  width: 220px;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  background: #fff;
  border-left: 3px solid #fff;
  min-height: 500px;
}

div#news h1 {
  font-size: 120%;
  margin: 0;
  padding: 5px 15px;
  background: #A1004B;
  font-weight: normal;
  color: #fff;
  height: 17px;
}

div#news h2 {
	background: none;
  margin: 5px 0 2px 0;
  padding-right: 0;
  height: auto;
  font-size: 100%;
}

div#news h2 span {
	display: block;
  font-size: small;
  background: #bbb url(/clusterconsult/live/images/news-bg.gif) 0% 50% no-repeat;
  height: 17px;
  padding: 5px 15px;
  margin-left: -15px;
  margin-right: 0;
}

div#news h2 a {
  margin-top: 0px;
}

div#news .newsItem p {
  margin-top: 0.3em;
  margin-left: 15px;
}

div#news div.newsDate {
  float: none;
}

div.rsslink {
  float: right;
}

div.rsslink a, div.rsslink a:hover {
	display: block;
	border: 0px !important;
	height: 0 !important;
	width: 16px;
	padding-top: 16px;
	margin: 5px 10px 0 0;
	background: #ffaf00 url(/clusterconsult/live/images/rss.gif) 0px 0px no-repeat !important;
  text-decoration: none;
  text-indent: -10000px;
}