﻿/*Code to control the page set up anf master elements*/
body
{
	background-attachment: scroll;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	margin:0px 0px; 
	padding:0px;
	overflow:-moz-scrollbars-vertical;

}

#container {
	background-image: url(../images/DN_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	

}

/*Code to control the header space - will be used to hold adverts eventually*/
.HeaderPanel
{
	height: 180px;
	width: 955px;
}

#content {
	margin-top: 10px;
}

/*Code to control the footer background mage at the base of the page */
#PageContainer 
{
	width:100%;
	background: url(../images/DN_footer.gif) no-repeat scroll center bottom;
	padding-bottom:20px;
}

/*Code to control the footer space */
#FooterInformation 
{
	position:relative;
	padding-top:20px;
	width:955px;
	text-align:center;
	margin-top: 23px;
}


/*Code to control the log in and log out area */
.LoginControl
{
	width: 184px;
	height:260px;
	background-attachment: scroll;
	background-image: url(../images/dn_log_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	margin-right: 5px;
}

.LogoutControl
{
	width: 184px;
	height: 260px;
	background-attachment: scroll;
	background-image: url(../images/dn_logout_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	margin-right: 5px;
}

.UsernameLabel
{
	color: White;
}

.PasswordLabel
{
	color: White;
}

.UsernameBox
{
	position:relative;
	left:5px;
	width: 166px;
}

.PasswordBox
{
	position:relative;
	left:5px;
	width: 166px;
}

.LoginButton
{
	position:relative;
	left:5px;
	background-color: #eee;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
	font-size: 10px;
	width: 80px;
	cursor:pointer;
}

.LogoutButton
{
	position:relative;
	left:5px;
	top: 35px;
	background-color: #eee;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
	font-size: 10px;
	width: 80px;
	cursor:pointer;
}

#Username {
	position:relative;
	top:80px;
	height:25px;
	width:184px;
	padding-top:2px;
	}

	
	#Password {
	position:relative;
	top:103px;
	height:25px;
	width:184px;
	padding-top:2px;
	}
	
	#Login {
	position:relative;
	top:106px;
	width:156px;

	
	}



/*Code to control the Navigation of the whole site*/
.ZoneControl
{
/*Controls the height of the Zone elements*/
	
}

#ctl02_imbZoneLink {
	
	height: 0;
	width: 0;
	display: none;
}

.ZonesPanel
{
padding-left: 5px;
margin-bottom:10px;
}
.SectionControl
{
	margin: 0px;
	padding: 0px;
	/*Controls the height of the nav elements*/
	height: 40px;
}

.SectionImageButton
{
	height: 40px;
	width: 161px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*Advert spacing code for the top banner and the button banners*/
.BannerAdvert{
margin-top:5px;
margin-left:5px;
}


.ButtonAdvert{
margin-top:5px;
margin-bottom:5px;
}




