/* -----------------Command Styles----------------------------------- */

.ControlPanel
{
	background-color: #b8bcc8;
}

#ContentPane A.CommandButton:link
{
	color: #FFF;
}


/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	font-family: helvetica, impact, sans-serif;
	color: #FFFFFF;
	font-size: 16px; 
	font-weight:bold;
	line-height:30px;
	padding: 10px;
	 
}
.main_dnnmenu_rootitem_hover
{  
	font-family: helvetica, impact, sans-serif;
	color: #e90e8d;
	font-size: 16px; 
	font-weight:bold;
	line-height:30px;
	/*background-color: #000066;*/
}
.main_dnnmenu_rootitem_selected 
{  
	font-family: helvetica, impact, sans-serif;
	color: #FFF000;
	font-size: 16px; 
	font-weight:bold;
	line-height:30px;
	/*background-color: #000066;*/
}
/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	font-family: helvetica, impact, sans-serif;
	font-size: 16px; 
	border:2px solid #FFF;
	background-color: #94d361;
	color: #FFF;
	line-height: 20px;
	padding: 2px;
}
/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td
{  
	font-family: helvetica, impact, sans-serif;
	background-color: #94d361;
	color:#e90e8d;

}

.main_dnnmenu_itemselected td
{  
	font-family: helvetica, impact, sans-serif;
	background-color: #94d361;
	color:#fff000;

}

/* -----------------ContentArea Styles----------------------------------- */
.newstitle
{
	font-size: 18px;
	color: #FFFFFF;
}
.RatingLabel
{
	font-size: 18px;
	color: #FFFFFF;
}
.newspostdate
{
	font-size: 10px;
	color: #FFFFFF;
}
.viewnewspostedby
{
	font-size: 10px;
	color: #FFFFFF;
}
.viewnewstitle
{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
A:link
{
	font-size: 18px;
	color: #FFFFFF;
}
.ListTitle A:link
{
	font-size: 18px;
	color: #91c36a;
}

.ListTitle A:visited
{
	font-size: 18px;
	color: #91c36a;
}

A:visited
{
	font-size: 18px;
	color: #FFFFFF;
}

A:hover
{
	font-size: 18px;
	color: #e90e8d;
}
.Footer A:link
{
	font-family: helvetica, impact, sans-serif;
	font-size: 18px;
	color: #000;
}
.Footer A:hover
{
	font-family: helvetica, impact, sans-serif;
	font-size: 18px;
	text-decoration: underline;

}
.Footer A:visited
{
	font-family: helvetica, impact, sans-serif;
	font-size: 18px;
	color: #000;
}
.Head
{
	color: #FFF;
}

.SubHead
{
	color: #FFF;
}

P
{
	font-size: 18px;
	color: #FFF;
}
.Normal
{
	font-size: 18px;
	color: #FFF;
}
.normalbold
{
	font-size: 12px;
	color: #FFF;
}
.Footer {
	font-family: helvetica, impact, sans-serif;
	font-size: 18px;
	color: #000;
}

.calPubSpan A:link {
	color: #000;
	font-size: 8px;
}
.calPubSpan A:Visited {
	color: #000;
	font-size: 8px;
}
.calPubSpan A:hover {
	text-decoration: underline;
	color: #e90e8d;
	font-size: 8px;
}
