/*
Copyright: 			© Newcastle International Airport Limited
Content Producer:	Waterstons Ltd.(http://www.waterstons.com)
Author: 			Daniel Halliday
Description: 		Styling on offer rotators for http://www.newcastleairport.com
Created:			June 2008
*/

/*----Hide and Show----------------------------*/
/*---------------------------------------------*/
.visible
{
	display: block;
}
.visibleinline
{
	display: inline;
}
.invisible
{
	display: none;
	width:0px;
	height:0px;
}


/*----Classes for dynamic button images--------*/
/*---------------------------------------------*/

#but1
{
	/*Layout*/
	width: 16px;
	height: 17px;
	
	/*Styling*/
	background: url(/NIACMS2008/Images/select1.gif) no-repeat top left;
	border: none 0px;
}
#but2
{
	/*Layout*/
	width: 16px;
	height: 17px;
	
	/*Styling*/
	background: url(/NIACMS2008/Images/select2.gif) no-repeat top left;
	border: none 0px;
}
#but3
{
	/*Layout*/
	width: 16px;
	height: 17px;
	
	/*Styling*/
	background: url(/NIACMS2008/Images/select3.gif) no-repeat top left;
	border: none 0px;
}
#but1.active
{
	/*Layout*/
	width: 16px;
	height: 17px;
	
	/*Styling*/
	background: url(/NIACMS2008/Images/select1active.gif) no-repeat top left;
	border: none 0px;
}
#but2.active
{
	/*Layout*/
	width: 16px;
	height: 17px;
	
	/*Styling*/
	background: url(/NIACMS2008/Images/select2active.gif) no-repeat top left;
	border: none 0px;
}
#but3.active
{
	/*Layout*/
	width: 16px;
	height: 17px;

	/*Styling*/
	background: url(/NIACMS2008/Images/select3active.gif) no-repeat top left;
	border: none 0px;
}

/*----Classes for links -----------------------*/
/*---------------------------------------------*/

#lnk1,#lnk2,#lnk3
{
	/*Layout*/
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	width: 30px;
	
	/*Styling*/
	background: url(/NIACMS2008/Images/linkimage.gif) no-repeat center right;
	font-weight: bold;
}
#lnk1
{
	padding-left:15px;
}
#lnk2
{
	padding-left:12px;
}
#lnk3
{
	padding-left:9px;
}
/*====Homepage=================================*/
/*=============================================*/

/*----Rotation buttons-------------------------*/

#ban1
{
	/*Layout*/
	width: 16px;
	height: 17px;
	
	/*Styling*/
	background: url(/NIACMS2008/Images/yellowinactive1.gif) no-repeat top left;
	border: none 0px;
}
#ban2
{
	/*Layout*/
	width: 16px;
	height: 17px;
	
	/*Styling*/
	background: url(/NIACMS2008/Images/yellowinactive2.gif) no-repeat top left;
	border: none 0px;
}
#ban3
{
	/*Layout*/
	width: 16px;
	height: 17px;
	
	/*Styling*/
	background: url(/NIACMS2008/Images/yellowinactive3.gif) no-repeat top left;
	border: none 0px;
}
#ban4
{
	/*Layout*/
	width: 16px;
	height: 17px;
	
	/*Styling*/
	background: url(/NIACMS2008/Images/yellowinactive4.gif) no-repeat top left;
	border: none 0px;
}
#ban1.active
{
	/*Layout*/
	width: 16px;
	height: 17px;
	
	/*Styling*/
	background: url(/NIACMS2008/Images/yellowactive1.gif) no-repeat top left;
	border: none 0px;
}
#ban2.active
{
	/*Layout*/
	width: 16px;
	height: 17px;
	
	/*Styling*/
	background: url(/NIACMS2008/Images/yellowactive2.gif) no-repeat top left;
	border: none 0px;
}
#ban3.active
{
	/*Layout*/
	width: 16px;
	height: 17px;
	
	/*Styling*/
	background: url(/NIACMS2008/Images/yellowactive3.gif) no-repeat top left;
	border: none 0px;
}
#ban4.active
{
	/*Layout*/
	width: 16px;
	height: 17px;
	
	/*Styling*/
	background: url(/NIACMS2008/Images/yellowactive4.gif) no-repeat top left;
	border: none 0px;
}

/*----Play & Pause buttons--------------------------*/
#ban5
{
	/*Layout*/
	width: 16px;
	height: 17px;
	margin-left:10px;
	margin-right:260px;
	
	/*Styling*/
	background: url(/NIACMS2008/Images/play.gif) no-repeat top left;
	border: none 0px;
}
#ban6
{
	/*Layout*/
	width: 16px;
	height: 17px;
	margin-left:6px;
	margin-right:256px;
	
	/*Styling*/
	background: url(/NIACMS2008/Images/pause.gif) no-repeat top left;
	border: none 0px;
}
#ban5.invisible
{
	/*Layout*/
	width: 0px;
	height: 0px;
	display:none;
	
	/*Styling*/
	background:none;
	border: none 0px;
}
#ban6.invisible
{
	/*Layout*/
	width: 0px;
	height: 0px;
	display:none;
	
	/*Styling*/
	background: none;
	border: none 0px;
}
dl.homepurple dd.rotator #lnk1
{
	padding-left:78px;
}
dl.homepurple dd.rotator #lnk2
{
	padding-left:75px;
	
}
dl.homepurple dd.rotator #lnk3
{
	padding-left:72px;
	
}
/*********** Banner Links ************************/
/*adjustments for show/hide using CSS inline*/

a#banlnk2
{
	margin-left:-4px;
}
a#banlnk3
{
	margin-left:-8px;
}
a#banlnk4
{
	margin-left:-12px;
}

/*********** Offer controls Area******************/
div#offercontrols
{
	/*Layout*/
	width:488px;
	height:26px;
	padding-left:5px;
	margin-top:-35px;
	margin-left:1px;
	z-index:800;
	position:relative;
	
	/*Styling*/
	background-color:#F5C942;
	background-image:url(/NIACMS2008/Images/yellowbarback.gif);
	background-repeat:repeat-x;
}
div#offercontrols input
{
	margin-top:5px;
}
div#offercontrols a
{
	/*Layout*/
	font-weight:900;
	padding-right:22px;
	padding-top:1px;
	height:18px;
	display:block;
	float:right;
	margin-top:-19px;
	margin-right:5px;
	
	/*Styling*/
	background-image:url(/NIACMS2008/Images/yellowfindmore.gif);	
	background-position:right;
	background-repeat:no-repeat;
}
div#offercontrols a.invisible
{
	display:none;
}

#banner1,#banner2,#banner3,#banner4,#banner5,#banner6,#bannerhome1,#bannerhome2,#bannerhome3,#bannerhome4,#bannerhome5,#bannerhome6
{
	width:495px;
}
