/*----------------------------------------------------*/
/*  Skin Styles for DotNetNuke - Advantage by DrNuke  */
/*         http://www.DrNuke.co.uk/advantage          */
/*      Copyright DrNuke - All rights reserved        */
/*----------------------------------------------------*/

/* New, allows for CSS image preload in H - 1 - Border.htm (towards the end, look for 
<img src="images/banner-1.jpg" class="hiddenPic">, etc.  Works best if this .htm file is used
for the home page template */ 
.hiddenPic 
{
	display:none;
} 

/* Main table on bordered skins ADD BG IMAGE, REMOVE COLOR */ 
.MainTable
{
	width:100%;
	height:100%;
	/* background:url(images/bg.gif) repeat;
	background:#094E68;
	background:#00F;
	background:#0541A1; */
	/* background:#d2d2d2; steel grey */
	background:url(images/gradientbkgrnd19.jpg) repeat-x top left;
}

/* Main cell on bordered skins */ 
.MainCell
{
	padding:0px 0px 0px 0px;
}
/* Outer border table */ 
.BorderTable
{
	height:100%;
}
/* Left edge */ 
.BorderL
{
	width:8px;
	background:url(images/border-l.gif) repeat-y top left;
}
/* Content area */ 
.BorderM
{
	background:#FFFFFF;
}
/* Right edge */ 
.BorderR
{
	width:8px;
	background:url(images/border-r.gif) repeat-y top right;
}

/* Fixed width setting */ 
.SkinFixedWidth
{
	/* width:776px; */
	/* width:1020px; */
	/* width:940px; */
	width:1006px;
}

/* End Style Sheet */
/*----------------------------------------------------*/


