/* ************************************************************************************ */
/* 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 */
{
}

/* News Item iframe div */
.newsitemframewrapper   
{
	height: 850px !Important;
}

.newsitemframe          /* News Item iframe */
{
	
}

.newsitem               /* News Item div */
{
    background-color: #000;
}

.newsitem_date
{
    color: #ccc;
}

.newsitem_title
{
    color: #33B400;
}

.newsitem_detail
{
    color: White;
}

.newsitem_invalid
{ 
}

.newsitem_backbtn
{
}

/* Must colour the body to ensure whole Iframe is coloured in IE - news and newsitem respectively */
#newsbody
{
	background-color: #373738 !Important;
	margin-top: 0px !Important;
	
}

/* Must colour the body to ensure whole Iframe is coloured in IE - news and newsitem respectively */
#newsitembody
{
	background-color: Black !Important;
}

/* Foreground colour for News item header, content and more... respectively 
.dxncItemHeader a, .dxncItemContent, .dxncItemContent a.dxhl
{
	color: White;
}*/

.dxncControl {
	background-color: #373738;
	
}
.dxncItemContent {
color: white;

}

.dxncItemHeader a {
	color: #33B400;

}
.dxncItemContent a.dxhl {
color:#FF0000 !important;

}
.dxpPageNumber {
	color:#FFFFFF;
	font-weight:bold;
}

.dxncItemDate
{
    color: #ccc !Important;
}
