﻿body {
	
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

/*img, div, a 
{
	behavior: url(/iepngfix/iepngfix.htc)
}*/

body.popup
{
	padding: 40px;
}

h1, h2, h3, h4, #Heading, #channelTitleLabel, .subHeading {
	margin-top: 0;
	margin-bottom: 0;
	color: #8FB63E;
	clear: left;
}

#mapTitle
{
	font-size: 28px;
}

h1 
{
	font-size: 22px;
	font-weight: normal;	
}

#Heading, #channelTitleLabel
{
	font-size: 22px;
	font-weight: bold;
}

h2, .subHeading {
	font-size: 18px;
}


h3 {
	font-size: 14px;
}

h4
{
	font-size:13px;
	font-weight:bold;
}

input, select, textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	overflow-y:auto;
}

div .footerContent
{
	float:right;
	text-align:right;
	padding-top:30px;
	
}

/* LAYOUT TESTING BEGIN */

div 
{
	/*border:solid 1px red;*/
}

#error
{
	visibility:hidden;
}

/* LAYOUT TESTING END */

/******* GenericEmail.aspx - template modifications ********/
/* Added the following to align the page contents of 
GenericEmail.aspx and provide some spaceing from above */

div #FormPanel 
{	
	padding-top:20px;
}

/* The individual input/textboxes rendering their widths the same */
TD #CommentTextbox, #EmailAddressTextbox, #NameTextbox
{
	width:90%;
	/*position:relative;*/
}

						


/*Class of the TDs on the RHS of the message boxes */
.rightCol
{
	width:15%;
}


div #contentPane .h1Text
{
	display:block;
}
/*****************************************************/

/******* Hostel.aspx - template modifications ********/

.rght 
{
	padding-left:17px;
}

/*****************************************************/

/******* Region.aspx - template modifications ********/

td #regionMap 
{
	padding-left:15px;
}

.inner-table
{
	padding-top:15px;
}

/*****************************************************/

/******* EventSummary.aspx / EventItem.aspx - template modifications ********/

#EventItemData 
{
	padding-left:15px;
	padding-right:15px;	
}

/* Upcoming events table and */
.whatson, .hostels, #EventItemData
{
	background-color:#E8EFD6;
}

/* This covers all headings within the .whatson and .hostels tables */
.eventHeading
{
	padding:3px 0px 3px 15px;	
}


.hostelHeading
{
	background-color:#8DC63F;
}
/* Date region - identified by an id that is injected from the code behind */
#eventDate
{
	padding-left:15px;
	padding-right:15px;
}

.photo 
{
	width:180px;	
}

/* h4 region location heading */
.locationHeading 
{
	font-size:14px;
	margin:0px 0px 0px 0px;
}

/* TD classes of the Hostel Region Div */
.hostelphoto, .hosteldescription
{
	padding:0px 0px 10px 20px;
}

.hostelphoto 
{
	padding-top:5px;
	width:150px;
	height:150px;
}

.hostelphoto img
{
	height:135px;
	width:200px;
}

.eventFinderEvent
{
	font-size:12px;
}

/* creates space between eventsdiv and the hostelsDiv */
.hostelsDiv 
{
	margin-top:20px;
}

/* Upcoming events table headings */
.whatson tr td h4, .hostels tr td h4
{
	background-color:#8DC63F;
	color:Black;
	font-size:12px;
	margin-top:0;
}

/* dropdowns, and event list */
.both
{
	padding-left:30px;
	padding-top:10px;
	padding-bottom:25px;
}

.list 
{
	padding-left:30px;
	padding-bottom:15px;
	width:490px;
}

#datalist 
{
	width: 545px;
	margin: 0 auto;
}

.eventsDiv
{
    background-color:#E8EFD6;
}

/*****************************************************/



.tabPanel h1, .tabPanel h2, .tabPanel h3 {
	float: none;
}

a img {
	border: none;
	outline: none;
}

div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div {height: 1%;}
/* End hide from IE-mac */

#wrapper {
	/*background: url(../images/globe.gif) 100% 98% no-repeat;*/
}

.popup #wrapper
{
	/*background: url(../images/globe.gif) 100% 98% no-repeat;*/
	background: none;
}

#pageBack {
	margin: auto;
	width: 870px;
}

#banner {
	clear: both;
	margin-bottom: 18px;
	width: 870px;
}

#banner #logo {
	float: left;
	margin-top: 14px;
}

#banner #nav {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 28px;
}

#banner #nav li {
	float: left;	
	position: relative;
	z-index:999;
}

#banner #nav li a {
	display: block;
	text-decoration: underline;
	height: 100px;
	outline: none;
	width: 0px;
}

#banner #nav li a span {
	display: none;
}

#banner #nav li a#home {
	background: url(../images/nav/home.gif) bottom left no-repeat;
	width: 71px;
}

#banner #nav li.current a#home, #banner #nav li.current a#home:hover,#banner #nav li a#home:hover, #banner #nav li.hover a#home {
	background: url(../images/nav/homeOn.gif) bottom left no-repeat;
	width: 71px
}

#banner #nav li a#Hostels {
	background: url(../images/nav/hostels.gif) bottom left no-repeat;
	width: 83px;
}

#banner #nav li.current a#Hostels, #banner #nav li.current a#Hostels:hover, #banner #nav li a#Hostels:hover, #banner #nav li.hover a#Hostels {
	background: url(../images/nav/hostelsOn.gif) bottom left no-repeat;
	width: 83px;
}

#banner #nav li a#Travel {
	background: url(../images/nav/travel.gif) bottom left no-repeat;
	width: 82px;
}

#banner #nav li.current a#Travel, #banner #nav li.current a#Travel:hover, #banner #nav li a#Travel:hover, #banner #nav li.hover a#Travel{
	background: url(../images/nav/travelOn.gif) bottom left no-repeat;
	width: 82px;
}

#banner #nav li a#AboutUs {
	background: url(../images/nav/aboutUs.gif) bottom left no-repeat;
	width: 87px;
}

#banner #nav li.current a#AboutUs, #banner #nav li.current a#AboutUs:hover, #banner #nav li a#AboutUs:hover, #banner #nav li.hover a#AboutUs {
	background: url(../images/nav/aboutUsOn.gif) bottom left no-repeat;
	width: 87px;
}

#banner #nav li a#Membership {
	background: url(../images/nav/membership.gif) bottom left no-repeat;
	width: 118px;
}

#banner #nav li.current a#Membership, #banner #nav li.current a#Membership:hover, #banner #nav li a#Membership:hover, #banner #nav li.hover a#Membership {
	background: url(../images/nav/membershipOn.gif) bottom left no-repeat;
	width: 118px;
}

#banner #nav li a#Sustainability {
	background: url(../images/nav/sustainability.gif) bottom left no-repeat;
	width: 116px;
}

#banner #nav li.current a#Sustainability, #banner #nav li.current a#Sustainability:hover, #banner #nav li a#Sustainability:hover, #banner #nav li.hover a#Sustainability {
	background: url(../images/nav/sustainabilityOn.gif) bottom left no-repeat;
	width: 116px;
}

/*Make the sustainability menu fly out to the left*/
.pageThin #banner #nav #menuSustainability ul li ul {
    Left: -152px;
}

#banner #nav ul {
	border: solid 1px #F7941D;
	border-top: none;
	position: absolute;
	z-index: 999;
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	display: none;
	width: 150px;
	left: 10px;
	top: 100px;
}

#banner #nav ul li a 
{
	width: auto;
}

#banner #nav iframe {position:absolute; left:-9999px; border:0; padding:0; margin:0; width:0; height:0;}
#banner #nav li.hover iframe{left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter: alpha(opacity:0);}

#banner #nav li.hover ul {
	display: block;
}

#banner #nav li.hover ul ul {
	left: 150px;
	top: -1px;
	display: none;
	border: solid 1px #8FB63E;
	border-top: none;
}

#banner #nav ul li.hover ul {
	display: block;
}

#banner #nav ul li {
	float: none;
	display: block;
	position: relative;
	height: 1%;
	border-top: solid 1px #F7941D;
}

#banner #nav ul ul li {
	border-top: solid 1px #8FB63E;
}

#banner #nav ul li a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 20px;
	height: auto;
	margin: 0;
	text-decoration: none;
	color: #000000;
}

#nav a.parent {
	background: url(../images/nav/arrowBlack.gif) 135px 7px no-repeat;
}

#banner #nav a:hover  {
	color: #F7941D;
}

#banner #nav a.parent:hover  {
	background-image: url(../images/nav/arrowOrange.gif);
}

#banner #nav ul li ul li a:hover  {
	color: #8FB63E;
}

#banner #nav ul li ul li a.parent:hover  {
	background-image: url(../images/nav/arrowGreen.gif);
}

#page {
	background: url(../images/internalFrame.gif) 230px 0px repeat-y;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	clear: both;
	width: 870px;
}

.popup #page
{
	width:auto;
	height:auto;
	min-height:auto;
	background:none;
}

/** width:205px; - temporary fix to centre content within the green strips on the home page **/
#leftPane, #menu {
	float: left;
	height: 10px;
	width: 205px;
}

#menu ul 
{
	display:none;
}

#siteMap ul a
{
	text-decoration:none;
	padding-bottom:2px;
}

#siteMap ul a:visited
{
	color:Black;
}

#siteMap
{
	font-size:21px;
}

#leftPane ul, #siteMap ul
{		
	color:#F7941D;
	font-size:0.9em;
	margin:0;
}

#siteMap ul {
	padding: auto;
	list-style: disc;
	color: #F7941D;
	padding: 0;
	padding-left: 20px;
}

#siteMap ul li {
	margin-bottom: 10px;
}
	
.home #page {
	background: url(../images/homeFrame.gif) 98px 0px repeat-y;
}

#leftPane {
	float: left;
	width: 210px;
	min-height: 100px;
}

.home #leftPane {
	float: left;
	width: 80px;
	height: 388px;
	/*background: url(../images/sustainoMan.gif) 0px 0px no-repeat;*/
}

#sustaino-man
{
	display:none;
}

.home #sustaino-man
{
	display:block;
}

#contentPane {
	float: left;
	width: 560px;
	padding-left: 50px;
	padding-right: 30px;
	/*border: solid 1px red;*/
}

.home #contentPane {

	width: 723px;
	_width:683px;
	padding-left: 40px;
	padding-right:0px;
}

a {
	color: #f7941d;
	outline: none;
}

a img {
	border: none;
}

.tabPanel {
	float: left;
	clear: both;
	width: 100%;
}

.tabPanel .tabContent {
	display: none;
	clear: both;
	padding-top: 12px;
}

.tabPanel ul.tabButtons {
	list-style: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	border-bottom: solid 3px #8fb63e;
	float: left;
	width: 100%;
}

.tabPanel ul.tabButtons li {
	float: left;
	width: 110px;
	background: url(../images/tabOff.gif) no-repeat;
	text-align: center;
}

.tabPanel ul.tabButtons li  a {
	color: #8fb63e;
	text-decoration: none;
	line-height: 13px;
	display: block;
	width: 110px;
}

.tabPanel ul.tabButtons li.selected {
	background: url(../images/tabOn.gif) no-repeat;
}

.tabPanel ul.tabButtons li.selected  a {
	color: #ffffff;
}

.tabPanel div.selected {
	display: block;
	float: left;
	width: 100%;
}

#breadcrumb {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 12px;
}

#breadcrumb li {
	display: inline;
}

#bookingControl {
	width: 210px;
	height: 300px;
	color: #647437;
	background: url(../images/bookingControlBackWide.gif) top left no-repeat;
}

#bookingControl div {
	padding-left: 16px;
	padding-right: 12px;
	padding-top: 54px;
}

#bookingControl select {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 10px;
	width: 182px;
}

#bookingControl select.small {
	width: 88px;
}

#bookingControl span 
{
	display: block;
	text-align: right;
}

#bookingControl #calendar {
	position: relative;
	top: -43px;
	left: -110px;
	cursor: hand;
}


.home #bookingControl #calendar
{
	position:static;

}

#dateDropDownLabel
{
	float:left;
	margin-top:12px; 
}

.home #dateDropDownLabel
{
	margin:0px;
}


.home #bookingControl {
	width: 513px;
	height: 216px;
	background: url(../Images/bookingControlBackHomepage.gif) top left no-repeat;
	font-size: 14px; 
	margin-top:14px;
}

.home h1 {
	margin-bottom: 12px;
}

.home p {
	margin-top: 0px;
}

.home #bookingControl div {
	padding-left: 30px;
	padding-right: 22px;
	padding-top: 66px;
}

.home #bookingControl label 
{
	float:left;
	width: 235px;
}

.home #bookingControl span 
{
	display:inline;
}


.home #bookingControl select {
	font-size: 12px;
	width:210px;
}

.home #bookingControl select.small {
	width:92px;
}

.home #bookingControl input
{
	clear:both;
	float: right;
	margin-right:26px;
	margin-top:12px;	
}

#bookingControl #calendar {
	float: none;
}

.title {
	display: block;
	line-height: 14px;
	background: #8FB63E;
	color: #ffffff;
	padding-left: 3px;
	text-decoration:none;
}

.title a, .title a:visited
{
	text-decoration:none;
	color:#FFFFFF
}

.shade {
	background: #DAE5BE;
	padding: 10px;
	margin-bottom: 8px;
	padding-bottom: 20px;
}


.colLeft {
	float: left;
	width: 150px;
}

.colLeftEdit {
	float: left;
	width: 200px;
}

.colMid {
	float: left;
	width: 390px;
	margin-left: 18px;
	width: 372px;
}

.lightText {
	color: #A3AAA5;
}

.highlight {
	color: #F7941D;
	font-style: italic; 
}

.otherHostels {
	border: solid 1px #F7941D;
	padding: 5px;
	margin: 0px;
	list-style: none;
	line-height: 20px;
	float: left;
}

.otherHostels li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.otherHostels li a {
	text-decoration: none;
	color: #8FB63E;
}

.icons img {
	vertical-align: middle;
}

#travelOptions {
	padding: 0;
	margin: 0;
	list-style: none;
}

#travelOptions li {
	float: left;
	padding-right: 14px;
	line-height: 20px;
}

#travelOptions li a {
	font-weight: bold;
}

#GoogleHostelMap {
	height: 220px;
	z-index: 0;

}

#NzMapDisplayPanel 
{
	padding: 8px; 
	padding-bottom:10px; 
	margin-top: 22px;
	margin-bottom: 22px;
	background: url(../images/mapback.gif) no-repeat;
}

#HostelsInOtherRegions 
{
	/*background: url(../images/otherHostelsFrame.gif) no-repeat;
	padding: 25px;
	padding-top: 18px;*/
	background:  url(../images/otherHostelsFrameTop.gif) no-repeat top left;
	padding-top:4px;
}

#HostelsInOtherRegions div.bottom {
	background:  url(../images/otherHostelsFrame.gif) no-repeat bottom left;
	padding: 25px;
	padding-top: 2px;
	padding-bottom: 6px;
}


#photos {
	margin-bottom: 8px;
}

#photos img {
	width: 150px;
}

#photos #others {
	display: none;
}

body.map {
	background: url(../images/fantail.gif) 12px 12px no-repeat;
}

body.map #wrapper {
	background: url(../images/trees.gif) 95% 95% no-repeat;
	height: 100%;
	padding-left: 40px;
}

body.map #title {
	text-align: right;
	padding-right: 80px;
}

.right {
	float: right;
}


.infoPane {
	display: none;
}

#transportOptions {
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

div.heading {
	background: url(../images/titleBack.gif) top left no-repeat;
	padding-top: 15px;
	padding-bottom: 22px;
	padding-left: 12px;
}

.qualmark {
	background: url(../images/5star.gif) 529px 79px no-repeat;
}

body.style1 {
	background: url(../images/left1.gif) 0px 95% no-repeat;
}

body.style1 #wrapper {
	background: url(../images/right1.gif) 100% 98% no-repeat;
}

body.style2 {
	background: url(../images/left2.gif) 0px 95% no-repeat;
}

body.style2 #wrapper {
	background: url(../images/right2.gif) 100% 98% no-repeat;
}

body.style3 {
	background: url(../images/left3.gif) 0px 95% no-repeat;
}

body.style3 #wrapper {
	background: url(../images/right3.gif) 100% 98% no-repeat;
}

#mapOverlay 
{
	position: relative;
	margin-left:65px;
	
}

#mapOverlay a.icon {
	padding-left: 0px;
	position: absolute;
	padding-top: 3px;
	padding-bottom: 4px;
	/*background: url(../images/icons/map.png) top left no-repeat;*/
	z-index: 80;
}

#mapOverlay  a.icon img {
	float: left;
	margin-right: 6px;
	margin-left: 6px;
}

#mapOverlay  a.icon span
{
	display:none;
	float: left;
	width: 100px;
	padding: 4px;
	border: solid 1px #F7941D;
	z-index: 90;
	background: #ffffff;
}

/*#mapOverlay a.icon:hover {
	display: block;
	width: 140px;
}

#mapOverlay a.icon:hover span
{
	display:block;
}*/

#mapOverlay  #iconLabel
{
    display:none;
    float: left;
    width: 100px;
    padding: 4px;
    border: solid 1px #F7941D;
    z-index: 90;
    background: #ffffff;
    position: absolute;
}


#information {
	position: absolute;
	top: 95px;
	left: 5px;
	width: 240px;
}

.guideBookTbl
{
	margin-top:10px;
}

.guideBookTbl td, .horizoNZ td, .newsSummary td
{
	border-top: Solid 1px #8FB63E;
	
}

.newsSummary td
{
	padding-top : 10px;
	padding-bottom : 5px;
}

.bottomLine
{
	border-bottom : Solid 1px #8FB63E;
	padding-bottom: 18px;
	
	
}

.ShopPrice
{
	color : #8FB63E;
}

.contactDetails
{
	width:250px;
	
}

.contactDetailsShort
{
	width:120px;
	
}

.membershipNumber1
{
	width:100px;
}

.membershipNumber2
{
	width:135px;
}

.separator
{
	border-top: Solid 1px #8FB63E;
	padding-top:12px;
	margin-top:12px;
}

#GrandTotal
{
	width:80px;
}

#HostelsInOtherRegions a
{
	color:#8FB63E;
	text-decoration:none;
	font-size: 12px;
}

#HostelImage img
{
	width:150px;
	/*height:22px;*/
}

#HostelImage tr img
{
	width:22px;
	/*height:22px;*/
}

#photos .guidetext img
{
	height:auto;
	width:auto;
}

#GuestCentrixPanel
{
	height:10;
}

#transportOptions textarea
{
	display:inline;
}

.mt_subt_top
{
	font-weight: bold;
	color: #8FB63E;
}

.bookingHeading
{
	font-weight: bold;
	color: #8FB63E;
}

.status
{
	margin-left :0px;
	margin-bottom:15px;
	float : left;
}

.status a
{
	color : #8FB63E;
}

.status .current
{
	 background: url(/images/sectionBack.gif) top left no-repeat;
	 width:138px;
	 color:White;
	 font-weight:normal;
}


.status .current span
{
	 padding-left:5px;
	 padding-right:5px;
}

.status li 
{
	margin-right:9px;
	float :left;	 
	list-style-type: none;
	line-height:21px;
	color:#8FB63E;
}

.status li span
{
	
}

.formButtons
{
	background:url(/images/buttonsFrame.gif) bottom left no-repeat;
	line-height:33px;
	height:33px;
	padding-top: 22px;
}

.ForwardButton
{
	float:right;
}

.BackButton
{
	float:left;
}

.booking_table .hostelBookingTable, #TblNewsMediaSummary, #TblHostellingHorizonNZ
{
	/*margin-top:10px;*/
	background-color:#F1F5E7;
	
}

.disclaimer
{
	margin-top :10px;
}

.booking_table .bookingTopSpacer 
{
	background-color:#F1F5E7;
}

.booking_table .bookingTopSpacer td, .booking_table .hostelBookingTable td
{
	padding : 5px;
	padding-left:12px;
	
}

.booking_table a
{
	color:#8FB63E;
}	



.hostelBookingHighlight td
{
	background-color:#8FB63E;
	padding : 5px;
	padding-left:12px;
	color : White;
}


.guestRow
{
	background-color:White;
	
}

/*.error
{ 
	display:block;
	padding: 5px 0px 10px 10px;
	color:Red;
	font-size:large;
}*/



/* Booking control */
#bookingInfo {
                padding-top: 24px;
                background: url(/images/bookingTop.gif) top left no-repeat;
}

#bookingInfo .content {
                background: url(/images/bookingBack.gif) 7px 0px repeat-y;
                padding-left: 17px;
                padding-right: 31px;
}

#bookingInfo h2 {
                margin: 0px;
                margin-bottom: 5px;
                font-size: 16px;
                text-align: center;
}

#bookingInfo .bottom {
                height: 24px;
                background: url(/images/bookingBottom.gif) top left no-repeat;
}

#bookingInfo .booking {
                border-top: solid 1px #F7941D;
                padding-top: 4px;
                margin-bottom: 12px;
}                
#bookingInfo a
{
	text-decoration:none;
	color: #f7941d;
	padding-right:10px;
}

.error
{
	padding-left:12px;
	color:#cc0000;
	display:block;
}

.error a
{
	color:#cc0000;
	text-decoration:underline;
}

.center
{
	margin : auto;
}

.requestPackage
{
	background:url(/Images/requestThisPackage.gif) no-repeat;
	width:220px;
	height:90px;
}

.requestPackage label {
	vertical-align:top;
}

.requestPackage select
{
	vertical-align:top;
}

.requestPackage button
{
	vertical-align:bottom;
}

.requestPackage td
{
	padding:2px;
	padding-top: 32px;
	padding-left:15px;
	padding-right:15px;
	color: White;
}

.requestPackage .spacer td
{
	height : 36px;
	
}

#HostelDropDownList
{
	float:right;
	width:250px;
}

.mapLabel
{
	position:absolute;
	text-decoration:underline;
	font-weight:bold;
}

#aucklandMapLabel
{
	left:251px;
	top:60px;
}

#wellingtonMapLabel
{
	left:229px;
	top:238px;
}

#christchurchMapLabel
{
	left:154px;
	top:325px;
}

#queenstownMapLabel
{
	left:-19px;
	top:354px;
}

.disappear
{
	display:none;
}

.strike
{
	text-decoration:line-through;
}

.newprice
{
	color:red;
}

#mapWrapper {
	width: 406px;
	margin: auto;
}

#QualmarkPanel a {
	text-decoration: none;
}

#faxLabel { 
	display:block;
	font-weight:bold;
}

#phoneLabel {
	display: block;
	font-weight:bold;
}

Table.booking_table 
{
	Clear: both;
}
