﻿/* ************************************************************************************ */
/* CSS settings for Bongo Mods - Site Specific                                          */
/* ************************************************************************************ */
/* Change Log                                                                           */
/*                                                                                      */
/* 25-03-2011  - Richard Chapman - Deltasoft - Created                                  */
/* ************************************************************************************ */

/* ************************************************************************************ */
/* CSS settings for Link Panel Control - Site Specific                                  */
/* ************************************************************************************ */
/* Change Log                                                                           */
/*                                                                                      */
/* 21-09-2009  - Richard Chapman - Deltasoft - Create CSS file                          */
/* ************************************************************************************ */
.LinkPanelGlobal
{
    top: 2px;
    width: 100%;
	font-size:10pt;
	margin-left:50px;
}

.linkpanel a{
	padding-left: 19px;
	background:url('/Bongo/assets/png/link.png') no-repeat left;
	}
	
	.linkpanel a:hover{
	text-decoration: none !important;
	padding-left: 19px;
	background:url('/Bongo/assets/png/link-rollover.png') no-repeat left;
	}
	
/* ************************************************************************************ */
/* 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;
}

/* ************************************************************************************ */
/* Change Log - Slider                                                                  */
/*                                                                                      */
/* 11-01-2011  - Richard Chapman - Deltasoft - Add                                      */
/* ************************************************************************************ */
/*
Slider Structure                    id - # is the slider id number         class

<wrapper>                           slider-wrap-#                          sliderwrap
<body>                              slider-body-#                          sliderbody
<gallery wrapper>                   slider-gallery-#                       slidergallery
    <gallery images>                slider-gallery-list-#                  slidergallerylist, sliderimg
<gallery title wrapper>             slider-gallerytitle-#                  slidergallerytitle
    <gallery titles>                slider-gallerytitle-list-#             slidergallerytitlelist
<previous nav wrapper>              slider-navprev-#                       sliderleftarrow,slideruparrow
<next nav wrapper>                  slider-navnext-#                       sliderrightarrow,sliderdownarrow

*/


/* ************************************************************************************ */
/* Change Log - Tooltip                                                                 */
/*                                                                                      */
/* 12-01-2011  - Richard Chapman - Deltasoft - Add                                      */
/* ************************************************************************************ */	

/* ************************************************************************************ */
/* Change Log - Printable Col                                                           */
/*                                                                                      */
/* 13-01-2011  - Richard Chapman - Deltasoft - Add                                      */
/* ************************************************************************************ */
#inner .chunk .dscol-printable .printchunkcol {
    float: right;
    margin: -28px 4px 0 !important;
    padding: 0;
    position: relative;
    cursor:pointer;
    display: block;
}

#inner .chunk .printchunkcol {
    display: none;
}

/* ************************************************************************************ */
/* Change Log - MailMe                                                                  */
/*                                                                                      */
/* 14-01-2011  - Richard Chapman - Deltasoft - Add                                      */
/* ************************************************************************************ */


/* ************************************************************************************ */
/* Change Log - Blog                                                                    */
/*                                                                                      */
/* 07-03-2011  - Richard Chapman - Deltasoft - Added                                    */
/* ************************************************************************************ */

/* General blog settings */