﻿/* ************************************************************************************ */
/* 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 */
{
}

.newsitemframe          /* News Item iframe */
{
}

.newsitem               /* News Item div */
{
}

.newsitem_date
{
    color: Blue;
}

.newsitem_title
{
    color: #000;
}

.newsitem_detail
{
    color: #000;
}

.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 */
.dxncItemHeader a, .dxncItemContent, .dxncItemContent a.dxhl
{
	color: #000;
}
