﻿a.rssl:link
{
    color: #F97D04;
    display: block;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}
a.rssl:visited
{
    color: #F97D04;
    display: block;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}
a.rssl:hover
{
    color: #FFFFFF;
    display: block;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    background: #FBE155;
}
a.rssl:active
{
    display: block;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}
a.rss2:link
{
    color: #999;
    display: block;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
}
a.rss2:visited
{
    color: #999;
    display: block;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
}
a.rss2:hover
{
    color: #FFFFFF;
    display: block;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    background: #FBE155;
}
a.rss2:active
{
    display: block;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}
.rssReader{
	position: absolute; 
	z-index:10;
	left: 100px;
    width:790px;
    height:450px;
	font-size:14px;
	line-height:1.5;
	margin-top:5px;
	background:#FFFFFF;
	border:#ddd 1px solid;
	display:none;
}
.rssReaderLeft
{
	clear:both;
	position: relative;
	float:left;
	width:26%;
	height:400px;
    font-size :12px;
	line-height:1.5;
	background:#FEFCF9;
	border:#ddd 1px solid;
	margin:7px 0px 4px 6px;
	padding:7px 1px 0px 7px;
	word-break: break-all;
}
.rssReaderRight
{
    position: relative;
    float:right;
    width:66%;
    height:400px;
    font-size :12px;
	line-height:1.5;
	background:#FEFCF9;
	border:#ddd 1px solid;
    overflow:auto;
	margin:7px 6px 4px 0px;
	padding:7px 7px 0px 7px;
	
}
.rssaviewttl
{
    font-size: 14px;
    font-weight: bold;
    color: #666;
    display: block;
}
.rssaviewtm
{
    font-size: 12px;
    color: #999;
    display: block;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.rssaviewath
{
    font-size: 12px;
    color: #666;
    display: block;
    border-bottom: 2px solid #ccc;
}
