/*----------------------------------------------------*/
/*  Skin Styles for DotNetNuke - Advantage by DrNuke  */
/*         http://www.DrNuke.co.uk/advantage          */
/*      Copyright DrNuke - All rights reserved        */
/*----------------------------------------------------*/

/*  V6 Styles  */
/*----------------------------------------------------*/

/* Banner Image */  
.BannerCell
{
	width:100%;
	background:url(images/banner-v6.jpg) no-repeat;
	vertical-align:top;
	text-align:right;
}

/* Banner area 1 is a TEST - remove padding, increased height to 195 from 1 */ 
.BannerArea1
{
	height:195px;
	padding:0px 0px 0px 0px;
}

/* Banner area 2 is a TEST - remove padding, increased height to 175 from 1 */ 
.BannerArea2
{
	height:155px;
	padding:0px 0px 0px 0px;
	background: #A5CBDE; /* gutter Light Blue */
}

/* Logo cell TEST - reduced height to 80 px, formerly 100px  */ 
.LogoCell2
{
	height:65px;
	padding:0px 0px 0px 0px;
	/* background: #E4F2FF;  Light Blue */
	background: #A5CBDE; /* gutter Light Blue */
}

/* Logo cell TEST - reduced height to 80 px, formerly 100px  */ 
.LogoCell3
{
	/* height:80px; */
	padding:0px 0px 0px 0px;
}

/* Cell for search */ 
.SearchCell2
{
	width:230px;
	vertical-align:top;
	/* height:70px; */
	height:65px;
	padding:3px 3px 0px 0px;
	/* background: #E4F2FF;  Light Blue */
	background: #A5CBDE; /* gutter Light Blue */
}

/* Search table */ 
.SearchTable
{
	width:230px;

}
/* Top left corner */ 
.SearchTL
{
	/* width:11px; */ /* normal padding */
	width:0px; /* line up with facebook link */
	height:11px;
	background:#A5CBDE url(images/search-tl-ltblue.png) no-repeat bottom left;
	background:#A5CBDE;
}
/* Top edge */ 
.SearchT
{
	height:11px;
	background:url(images/search-t.gif) repeat-x bottom left;
	background:url(images/search-t-blue.png) repeat-x bottom left;
	background:#A5CBDE;
}
/* Top right corner */ 
.SearchTR
{
	width:11px;
	height:11px;
	background:url(images/search-tr-ltblue.png) no-repeat bottom right;
	background:#A5CBDE;
}
/* Left edge */ 
.SearchL
{
	/* width:11px; */ /* normal padding */
	width:0px; /*left align with facebook links */
	background:url(images/search-l.gif) repeat-y top left;
	background:url(images/search-l-blue.png) repeat-y top left;
	background:#A5CBDE;
}
/* Content area */ 
.SearchM
{
	background:#f7f7f7;
	background:#A5CBDE;
}
/* Right edge */ 
.SearchR
{
	width:11px;
	background:url(images/search-r.gif) repeat-y top right;
	background:url(images/search-r-blue.png) repeat-y top right;
	background:#A5CBDE;
}
/* Bottom left corner */ 
.SearchBL
{
	/* width:11px; */ /* normal padding */
	width:0px; /* line up with facebook link */
	height:11px;
	background:url(images/search-bl-ltblue.png) no-repeat top left;
	background:#A5CBDE;
}
/* Bottom edge */ 
.SearchB
{
	height:11px;
	background:url(images/search-b.gif) repeat-x top left;
	background:url(images/search-b-blue.png) repeat-x top left;
	background:#A5CBDE;
}
/* Bottom right corner */ 
.SearchBR
{
	width:11px;
	height:11px;
	background:url(images/search-br-ltblue.png) no-repeat top right;
	background:#A5CBDE;
}

/* Banner area 1 is a TEST - remove padding, increased height to 195 from 1 */ 
.HeaderArea2
{
	height:255px;
	padding:0px 0px 0px 0px;
}

a.DateCell, a.DateCell:visited
{
    color:#FFFFFF;
}
a.DateCell:hover
{
	color:#666666;
}

/* Logo area TEST - removed 2nd and 4th 15px values */ 
.LogoAreaLtBlue
{
	height:1px;
	padding:0px 0px 0px 0px;
	background: #E4F2FF; /* Light Blue */
}

/* End Style Sheet */
/*----------------------------------------------------*/



