/* ================================
    CSS STYLES FOR Module cDotText
   ================================
*/
/* cDotText CSS */
.Post{
	border-width: 1px;
	background-color: whitesmoke;
}
.PostSlim{
	border-width: 1px;
	color: #000000;
	font-size:11px;
	background-color: whitesmoke;
}
.PostSlimAlternate{
	border-width: 1px;
	color: #000000;
	font-size:11px;
	background-color: white;
}
.postfoot{
	width:100%;
	background-color: #fff;
	border-top: 1px solid #006;
	font-size: 11px;
	text-align: center;
	padding: 2px 10px 0 0;
	clear: both;
}
.posthead{
	text-decoration: none; 
	background: #fff;
	font-size:16px;
	font-weight:bold;
	border-bottom: 1px solid #006;
}
A.posthead:link {
    text-decoration:    none; color:#000000;
}
A.posthead:visited  {
    text-decoration:    none; color:#000000;
}
A.posthead:active   {
    text-decoration:    none; color:#000000;
}
A.posthead:hover    {
    text-decoration:    none; 
    color:#000000;
}


/*NukeFeeds Stylesheet */

.NukeFeeds_FeedList
{
	
}

.NukeFeeds_ItemTitleDefault
{
	font-family:Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: Black;
	padding: 5px 0px 3px 3px;
}

.NukeFeeds_ItemContentDefault
{
	font-family:Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

.NukeFeeds_ItemDateDefault
{
	font-family:Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: gray;
	padding: 3px 0px 0px 0px;
	vertical-align:top;
}

.NukeFeeds_FeedItem
{
	background-color:white;
	border-bottom: dotted 2px #eeeeee;
	padding: 5px 0px 5px 0px;
}

.NukeFeeds_FeedItem2
{
	background-color: white;
	border-bottom: dotted 2px #eeeeee;
	padding: 5px 0px 5px 0px;
}

.NukeFeeds_AdminMenuTitle
{
	font-family:Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	padding: 0px 0px 3px 3px;
	vertical-align: bottom;
}

.NukeFeeds_AdminMenuDesc
{
	font-family:Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: gray;
	padding-left: 3px;
	vertical-align:top;
}

.NukeFeeds_AdminSectionTitle
{
	font-family:Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: Black;
	padding: 10px 0px 3px 0px;
	border-bottom: solid 2px black		
}
