﻿body {
}

div.RSANews
{
	width:555px;
	clear:left;
	border:none;
	padding:10px 0 0 0;
	margin-bottom:20px;
}

div.RSANews table
{
	width:100%;
	border:none;
}

div.RSANews .NewsItem
{
	padding-bottom:15px;
	border:solid 1px #f7f7f7;
}

div.RSANews .Title
{
	font-weight:bold;
	font-size:1.1em;
	padding:3px 0px 3px 0px;
	border-bottom:solid 1px gray;
	color:gray;
	float:left;
	width:100%;
}

div.RSANews .Title .Name
{
	float:left;
	width:75%;
	clear:left;
	height:auto;
}

div.RSANews .Title .Date
{
	font-size:0.8em;
	width:25%;
	float:right;
	text-align:right;
}

div.RSANews .Body
{
	width:100%;
	float:left;
	display:block;
	border:none;
}

div.RSANews .Footer a
{
	float:right;
}

/* Edit News */

div.RSANewsEdit
{
	width:555px;
	clear:left;
	border:none;
	padding:10px 0 0 0;
}

div.RSANewsEdit table
{
	border:none;
	width:100%;
	text-align:left;
}

div.RSANewsEdit table th
{
	border: solid 1px gray;
	padding:5px 5px 5px 10px;
	background-color:gray;
	color:White;
}

div.RSANewsEdit table th td
{
	border: solid 1px gray;
	padding: 2px;
	background-color:gray;
}

div.RSANewsEdit table tr td
{
	border: solid 1px gray;
	padding:5px 10px 5px 10px;	
}

div.RSANewsEdit table tr td a
{
	text-decoration:none;	
}

div.RSANewsEdit table tr td a:hover
{
	text-decoration:none;	
}

div.RSANewsEdit table tr td .Title
{
	font-weight:bold;
	font-size:1.1em;
	padding:3px 0px 3px 0px;
	width:100%;
	color:gray;
	float:left;
	clear:both;
}

div.RSANewsEdit table tr td .Title .Name
{
	float:left;
	clear:left;
	height:auto;
}

div.RSANewsEdit table tr td .Title .Date
{
	font-size:0.8em;
	float:right;
	text-align:right;
}

/* End of Edit News */

/* News Item */

div.RSANewsItem
{
	width:555px;
	clear:left;
	border:none;
	padding:0 0 0 0;
}

div.RSANewsItem #Title
{
	border-bottom:solid 1px gray;	
	margin-bottom:10px;
}

div.RSANewsItem #Title .Name
{
}

div.RSANewsItem #Body
{
	margin-bottom:10px;
	padding-top:5px;
}

div.RSANewsItem #Footer
{	
	margin-bottom:10px;
	padding-top:5px;
}

/* End of News Item */