#rssSidebar
{
	width: 180px;
	float: left;
}

#rssContent
{
	margin-left: 180px;
	width: auto;
	height: 100%;
	padding: 5px 0 0 10px;
}

.rssHeader
{
    font-size: 14px;
    font-weight: bold;
	margin-bottom: 10px;
	border: 1px solid #c6c6c6;
}

.rssHeader a
{
    color: #2244BB;
    text-decoration: none;
}


.rssList
{
    margin:0;
    padding:0;
    list-style-type:none;
}

.rssItem
{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #999999;
}

.rssTitle
{
	padding: 5px;
	color: #999999;
	font-size: 11px;
	cursor: pointer;
	position: relative;
}

.rssTitle a
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #2244BB;
}

.rssDescription
{
	padding: 0 5px;
	line-height: 180%;
}

.feedList 
{
}

.feedList>div>table
{
    float:left;
    clear:left;
}

.feedList>div>table a
{
    color:#000;
}

.feedList>div>div
{
    margin-left:60px;
}

.feedList>div>div table
{
    float:left;
}

.feedList .rootNode
{
    display:none;
}

.feedList .parentNode
{
    padding:3px 3px 3px 0;
}

.feedList .leafNode
{
    padding:3px;
}

#wizard
{
    font-family: Verdana;
}

.step
{
	margin:0 0 10px 5px;
}

.step .num
{
	font-family: Tahoma;
	font-size: 7pt;
	color: #FFFFFF;
	float:left;
	background: url("../images/buttonred.gif");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	line-height: 15px;
	text-align: left;
	padding-left: 5px;
	margin-top:2px;
	position:relative;
}

.step .stepTitle
{
	font-weight:bold;
	padding-right:10px;
	float:left;
}

.step .content
{
	padding-left: 20px;
}

.tip
{
    color: #999999;
    line-height:180%;
}
