/* -----------------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: 20px; 
	font-weight:bold;
	line-height:30px;
	padding: 10px;
	text-align: right;
	 
}
.main_dnnmenu_rootitem_hover
{  
	font-family: helvetica, impact, sans-serif;
	color: #e90e8d;
	font-size: 20px; 
	font-weight:bold;
	line-height:30px;
	/*background-color: #000066;*/
	text-align: right;
}
.main_dnnmenu_rootitem_selected 
{  
	font-family: helvetica, impact, sans-serif;
	color: #FFF000;
	font-size: 20px; 
	font-weight:bold;
	line-height:30px;
	padding: 10px;
	/*background-color: #000066;*/
	text-align: right;
}
/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	font-family: helvetica, impact, sans-serif;
	font-size: 20px; 
	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: 14px;
	color: #000;
}
.viewnewspostedby
{
	font-size: 10px;
	color: #FFFFFF;
}
.viewnewstitle
{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.RegistrationArea A:link
{
	font-size: 18px;
	color: #FFF;
}

A.CommandButton:Hover
{
	font-size: 11px;
	text-decoration: underline;
	color: #e90e8d;
}
A:visited
{
	font-size: 18px;
	color: #FFFFFF;
}

A:hover
{
	font-size: 18px;
	color: #e90e8d;
}
.Footer A:link
{
	font-size: 18px;
	color: #000;
}
.Footer A:hover
{
	font-size: 18px;
	text-decoration: underline;

}
.Footer A:visited
{
	font-size: 18px;
	color: #000;
}
.Footer {
	font-family: helvetica, impact, sans-serif;
	font-size: 18px;
	color: #000;
}
.ContentPane A:link
{
	font-size: 18px;
	color: #000;
}
.ContentPane A:hover
{
	font-size: 18px;
	text-decoration: underline;
	color: #e90e8d;
}
.ContentPane A:visited
{
	font-size: 18px;
	/*color: #000;*/
}
.RightPane A:link
{
	font-size: 12px;
	color: #000;
}
.RightPane A:hover
{
	font-size: 12px;
	text-decoration: underline;
	color: #e90e8d;
}
.RightPane A:visited
{
	font-size: 12px;
	/*color: #000;*/
}
.Head
{
	color: #000;
}

.SubHead
{
	color: #000;
}

P
{
	font-size: 18px;
	color: #000;
}
.Normal
{
	font-size: 18px;
	color: #000;
}
.normalbold
{
	font-size: 12px;
	color: #FFF;
}
.evtDay A:link {
	color: #000;
	font-size: 8px;
}
.evtDay A:Visited {
	color: #000;
	font-size: 8px;
}
.evtDay A:hover {
	text-decoration: underline;
	color: #e90e8d;
	font-size: 8px;
}


