/*
 * Copyright 2006 Servelots Infotech Pvt. Ltd.
 * 
 * Licensed 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.
 */
.classicFeeds 
{
  border : solid black 0px;
  height : 400px;
  overflow : auto;
}

.bluezFeeds 
{
  border : solid black 1px;
  overflow : auto;
  width : 500px;
  display : none;
}

.internal 
{  
  background: url("../images/plain_gray.gif") repeat-y scroll top;
  background: url("../images/plain_gray_m.gif") repeat-y scroll center;
}

.status 
{ 
 color : orange;
 width : 50%;
 height : 30%; 
 border : solid green 1px;
 margin-bottom : 5px;
 margin-top : 5px;
 position: relative;
 margin-left : 15%;
}

.show {
  display:block;
}

.hide {
  display:none;
}

.title { 
  color : Maroon;
}

.author { 
  color : grey;
}

.pubdate { 
  font-size : x-small;
  font-style : italic;
}

.feeds {
}

.internal { 
}

.nofeeds { 
  margin-left : 7%;
  padding-top : 7px;
}

.heading { 
  text-decoration : none;
  font-weight : bold;
  color : #8cacbb;
  padding-top : 5px;
  padding-left : 7px;
  font-size : medium;
}

.caption { 
  margin-left : 6%;
  color : #8cacbb;
  text-decoration : underline;
  font-weight : bold;
  padding-top : 7px;
}

li.feedItem { 
  list-style-image: url("../images/but.gif");
  padding-bottom : 5px;
  padding-top : 7px;
}

.cat { 
  width : 100%;
  color : #8caccb;
  font-weight : bold;
  font-size : large;
  text-align : center;
}

.more { 
  font-size: small;
  margin-left: 50%;
  position: relative;
  border : 0px solid green;
  color: #8caccb;
}

a { 
  text-decoration: none;
}

.nomorefeeds {
  color : grey;
}
