﻿/* ************************************************************************************ */
/* CSS settings for News - Site Specific                                                */
/* ************************************************************************************ */
/* Change Log                                                                           */
/*                                                                                      */
/* 30-09-2009  - Richard Chapman - Deltasoft - Create CSS file                          */
/* ************************************************************************************ */
.newsframewrapper       /* #IFNEWS iframe div */
{
}

.newsframe              /* #IFNEWS iframe */
{
}

.newscontrolwrapper     /* NewsControl div */
{
}

.newscontrol            /* NewControl */
{
}

.newsitemframewrapper   /* News Item iframe div */
{
	padding-left: 50px;
}

.newsitemframe          /* News Item iframe */
{
}
 /* News Item div */
.newsitem {
	
}

.newsitem_date
{
    color: Blue;
}

.newsitem_title
{
    color: #FF5F00;
	font-size:24px;
}

.newsitem_detail
{
    color: #666;
}

.newsitem_invalid
{ 
}

.newsitem_backbtn
{
}

/* Must colour the body to ensure whole Iframe is coloured in IE - news and newsitem respectively */
#newsbody, #newsitembody
{
	background-color: #fff !Important;
}

/* Foreground colour for News item header, content and more... respectively */
.dxncItemContent
{
	color: #000;
}
.dxncItemHeader a { 
color:#008000;
font-size:14px;

}

.dxncItemContent a.dxhl {
	color:#FF0000 !Important;

	
}
