﻿/* Developed at Computer Systems Australia 
 *
 * Author: Danny Wilson (dwilson@csait.com.au)
 * 
 *
 * Revision History:
 */

/*** Site Layout ***/

.MASTER_content_width
{
	width: 1000px;
}

div.MASTER_PAGECONTROL
{
	background-color: #0D2547; /* HAMILTON ISLAND SITE SPECIFIC COLOUR */
	display: none;
}

/*** End of Site Layout ***/

/*------------------ 
 - SITE HEADER 
 - Includes: Global Navigation and Site Search.
 ------------------*/

div.MASTER_HEADER
{
	width:100%; 
	background-color: #E5E5E5; /* Gray */
}

.MASTER_HEADER_height
{
	height: 36px;
}

div.MASTER_HEADER_content
{
	margin: 0 auto;
	width: 1000px;
}

/*** Global Navigation ***/

div.MASTER_HEADER_globalnavigation
{
	float: left;
	width: 840px;
	margin-left: 0px;
}

div.MASTER_HEADER_globalnavigation ul
{
	list-style-type: none; 
	padding: 0px; 
	margin: 0px;
	float: left;
}

div.MASTER_HEADER_globalnavigation ul li
{
	display: inline;
	margin: 0px 7px 0px 7px;
	float:left;
	padding-top: 3px;
}

div.MASTER_HEADER_globalnavigation ul li div
{
	float: left;
	height: 33px;
}

div.MASTER_HEADER_globalnavigation ul li div a
{
	text-decoration: none;
	color: #888888;
	font-size: 10pt;
	float:left;
	margin-top: 7px;
	text-align:center;
}

div.MASTER_HEADER_globalnavigation ul li div a:hover
{
	color: #5B5B5B; /* Darker Gray */
}

li.Globalnavigation_newicon
{
	margin-right: 0px !important;	
}

li.Globalnavigation_active div
{
	background-image: url('/Style%20Library/HIHH/Images/Master/GLOBALNAV_hover.jpg'); 
	background-repeat: no-repeat;	
	background-position: center bottom;	
	height: 33px;
}

li.Globalnavigation_active div a,
li.Globalnavigation_active div a:hover
{
	font-weight: bold;
	color: #4190C9 !important; /* SPECIFIC COLOUR FOR THE HAMILTON ISLAND SITE */
}

li.NewIcon
{
	margin-left: -2px !important; 
	margin-right: 0px !important;
	margin-top: -2px !important;
}

li.NewIcon div
{
	padding-top: 0px;
}

/*** End of Global Navigation ***/

/*** Site Search ***/

div.MASTER_HEADER_search
{
	float: right; 
	margin: 0px;
	margin-top: 1px;
	padding: 0px;
	width: 160px;
}

.SiteSearch
{
	padding-top: 4px;
	width: 145px;
	float: left;
}

/*
 * This is hidden because SharePoint adds a non breaking space at the end of the search control.
 */
.SiteSearch .ms-sbLastcell
{
	display:none;
}

.SiteSearch .ms-sbplain
{
	border: 1px #73A8DA solid;
	border-right: none;
	padding: 0px;
	margin: 0px;
	height: 20px;
	font-size: 10pt;
	color: #8B8B8B;
	background-color: #FFFFFF;
	background-image: url('/Style Library/HIHH/Images/Master/search_bg.jpg');
	background-repeat: repeat-x;
	background-position: center bottom;
}

/* The following 2 classes are applied to a TD element arounnd the search button 
	that are automatically generated by SharePoint.
*/
.SiteSearch .ms-sbgo
{
	width: 0px;
	padding: 0px;
	margin: 0px;
	background-color: transparent; /* #E5E5E5;*/
}

.SiteSearch .ms-sbcell
{
	border: none;
}

/*** End of Site Search ***/

/*------------------ 
 - END OF SITE HEADER 
 ------------------*/

/*------------------ 
 - SITE CONTENT 
 - Includes: Logo, Site Navigation, Language Bar (not being used yet) and Page Layout Area.
 ------------------*/

.MASTER_HEADER_MENU_margin
{
	/*margin-top: 17px;				*/
}

div.MASTER_CONTENT
{
	width: 100%; 
	float:left; 
	background: white url('/Style%20Library/HIHH/Images/Master/CONTENT_bg.jpg') repeat-x;
}

/*** Site Content Header ***/

div.MASTER_CONTENT_HEADER
{
	margin: 0 auto;
	/*background: url('/Style%20Library/HIHH/Images/Master/CONTENT_top_shadow.jpg') no-repeat center bottom;*/
}

/*** Logo ***/

div.MASTER_CONTENT_HEADER_logo
{
	float: left; 
	text-align: left;
	margin-top: 22px;
}

div.MASTER_CONTENT_HEADER_logo a
{
	text-decoration: none;
	border: none;
	margin: 0px;
	padding: 0px;
	margin-left: 34px;
}

div.MASTER_CONTENT_HEADER_logo a img
{
	border: 0px;
}

/*** End of Logo ***/

div.MASTER_CONTENT_HEADER_RIGHT
{
	float: right; 
	width: 690px;
}

/*** Language Bar ***/

div.MASTER_CONTENT_HEADER_RIGHT_language
{
	text-align: right; 
	margin-top: 10px; 
	margin-right: 32px;
	height: 20px;
}

/*** End of Language Bar ***/

/*** Site Navigation Menu ***/

.MASTER_HEADER_MENU
{
	
	width: 1000px;
	float: left;
	background: url('/Style%20Library/HIHH/Images/Master/SiteNavigation_bg.jpg') repeat-x center;
}

div.MASTER_CONTENT_HEADER_RIGHT_sitenavigation
{
	margin-left: 10px;
	float: left;
	height: 20px;
	margin-top: 12px;
}

.SiteNavItem
{
	background-image: none;
	font-family: tahoma;  
	font-size: 9.3pt;
	font-weight:bold;
	color: #FFFFFF;	
}

.SiteNavItem a
{
	display:block;
	height:24px;
}

.SiteNavSelected a
{
	/*background-image: url('../../Images/bl_Navbar_Gd_Hover.jpg');
	background-repeat:repeat-x;
	background-position:top right;*/
	color: #DFECF5;
}

.SiteNavHover a
{
	color:#DFECF5;
	/*background-image: url('../../Images/bl_Navbar_Gd_Hover.jpg');
	background-repeat:repeat-x;
	background-position:top right;*/
}

/*** End of Site Navigation Menu ***/

/*** End of Site Content Header ***/

/*** Site Content Page Content ***/

div.MASTER_CONTENT_BODY
{
	margin: 0 auto;
}

.MASTER_CONTENT_BODY_width
{
	width: 1035px; /* !NEEDS TO SHRINK TO 1032 but IE adds in padding for some reason. */
}

div.MASTER_CONTENT_BODY_COLUMNS
{
	background: transparent url('/Style%20Library/HIHH/Images/Master/CONTENT_column_shadows.jpg') repeat-y; 
	float:left;
}

.MASTER_CONTENT_BODY_COLUMNS_sidebase
{
	width: 16px; 
	height: 502px;
	float:left; 
}

div.MASTER_CONTENT_BODY_COLUMNS_left
{
	background: transparent url('/Style%20Library/HIHH/Images/Master/CONTENT_left_shadow.jpg') no-repeat;
	/*background: transparent url('/Style%20Library/HIHH/Images/Master/CONTENT_left_shadow.jpg') repeat-x;*/
}

div.MASTER_CONTENT_BODY_COLUMNS_right
{
	background: transparent url('/Style%20Library/HIHH/Images/Master/CONTENT_right_shadow.jpg') no-repeat;
}

div.MASTER_CONTENT_BODY_COLUMNS_middle_pagelayout p
{
	color: #666666;
}

div.MASTER_CONTENT_BODY_COLUMNS_middle_pagelayout
{
	float:left;  
	color: #666666;
	font-size:8.5pt;
	padding-bottom: 20px;
}

/*** End of Site Content Page Content ***/

/*------------------ 
 - END OF SITE CONTENT 
 ------------------*/

/*------------------ 
 - SITE FOOTER 
 - Includes: Footer Navigation, HI Logo and Copyright
 ------------------*/

.MASTER_FOOTER_height
{
	height: 276px; 	
}

div.MASTER_FOOTER
{
	width: 100%; 
	background-image: url('/Style%20Library/HIHH/Images/Master/FOOTER_bg.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

div.MASTER_FOOTER_COLUMNS
{
	margin: 0 auto;
}

.MASTER_FOOTER_COLUMNS_sidebase
{
	float: left;      
	width: 16px; 
}

div.MASTER_FOOTER_COLUMNS_left
{
	background: white url('/Style%20Library/HIHH/Images/Master/FOOTER_left_shadow.jpg') no-repeat;
}

.MASTER_FOOTER_COLUMNS_middle
{
	float: left;
}

div.MASTER_FOOTER_COLUMNS_right
{
	background: white url('/Style%20Library/HIHH/Images/Master/FOOTER_right_shadow.jpg') no-repeat;
}

/*** HI Logo ***/

div.MASTER_FOOTER_COLUMNS_middle_logo
{
	height:52px;
	float: left;
}

div.MASTER_FOOTER_COLUMNS_middle_logo img
{
	margin-right:30px;
}

/*** End of HI Logo ***/

/*** Copyright ***/

div.MASTER_FOOTER_COLUMNS_middle_copyright
{
	/*clear: both; */
	width: 99%; 
	text-align: center; 
	/*margin-bottom: 0px;*/
	float:left;
	margin-top: 7px;
}

div.MASTER_FOOTER_COLUMNS_middle_copyright span,
div.MASTER_FOOTER_COLUMNS_middle_copyright a
{
	color: white; 
	font-size: 7pt;
	color: #E5F2E1;	
}

/*** End of Copyright ***/

/*------------------ 
 - END OF SITE FOOTER 
 ------------------*/

.SiteNavDropDown a
{
	font-size: 8pt !important;
}
 
.SiteNavDropDown
{
	margin-top: 12px !important;
	text-align: left;
	/*border: 1px #184C8F solid;*/
	border: none;
	background-color: #408FCA !important;
	z-index: 1000;
	/*padding-bottom: 20px;*/
	background-image: url('/Style%20Library/HIHH/Images/Master/dropdown_bg.jpg');
	background-position: center bottom;
	background-repeat: repeat-x;
	/*overflow: hidden;*/
}

table.SiteNavDropDownItem
{
	/*border-bottom: 1px #184C8F solid;
	border-left: 1px #184C8F solid;
	border-right: 1px #184C8F solid;*/
	border: none;
	height:30px !important;
	width: 100%;
}

.SiteNavDropDown table,
.SiteNavDropDown tbody,
.SiteNavDropDown tr,
.SiteNavDropDown td
{
	position:relative;
	z-index: 1000;
}

a.SiteNavDropDownItem
{
	color: #FFFFFF;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	/*width: 100%;*/

}

a.SiteNavDropDownItem:hover
{
	color: #000000;
	background-color: #ECF3F9;
}

div.PAGE_CONFIG_EDIT_SECTION
{
	background-color: #E8F5FE; 
	clear: both;
	width: 100%; 
	border: 1px #EAEAEA solid;
	margin-top: 10px;
}

/*** FOOTER NAVIGATION MENU ***/

table.FooterNavigation
{
	color: white;
	margin: 0 auto;
	margin-top: 0px;
	text-align: left;
	margin-left: 20px;
}

table.FooterNavigation th
{
	font-size: 0.6em !important;				
}

table.FooterNavigation td a
{
	font-size: 0.6em !important;
}

.FooterNavigation div
{
	color: white;
	margin: 0 auto;
	margin-top: 20px;

}

table.FooterNavigation tr th
{
	padding-bottom: 5px;
}

/*table.FooterNavigation tr td table
{
	padding-right: 10px;
	padding-left: 10px;
}*/

table.FooterNavigation tr td
{
	vertical-align: top;

}

table.FooterNavigation tr th, 
table.FooterNavigation tr td span
{
	color: white;
	font-size: 9pt;
	text-align: left;
}

table.FooterNavigation tr td span
{
	font-weight: bold;
}

table.FooterNavigation tr td a
{
	text-decoration: none;
	color: white;
	font-size: 8pt;
	line-height: 11px;
}

table.FooterNavigation tr td a:hover
{
	text-decoration: underline;
}

/* END OF FOOTER NAVIGATION MENU */
.SiteMaster_DynamicSiteNavigation_Item
{
	/*background-color: #66cccc;*/
	background-color:#418ec3;
	color: white;
	border-right: 1px white solid;
	padding: 5px;
	font-size:10pt;	
	text-align: left;
}


.SiteMaster_DynamicSiteNavigation_Link_Hover
{
	background-color: #afc4d2;	
}

.SiteMaster_SiteNavigation a,
.SiteMaster_SiteNavigation_Link_Hover a,
.SiteMaster_SiteNavigation_Item a,
.SiteMaster_SiteNavigation_Item_Selected a,
.SiteMaster_DynamicSiteNavigation_Item a, 
.SiteMaster_DynamicSiteNavigation_Link_Hover a,
{
	color:#FFFFFF;
	text-decoration:none;
}

.ContentEditor h1
{
	margin-top: 0px;
	padding-top: 0px;
	font-family: helvetica,verdana,arial,sans-serif;
    font-size: 20pt; 
	color: #31759F;
}

.ContentEditor h2
{
	margin-top: 0px;
	padding-top: 0px;
	font-family:helvetica,verdana,arial,sans-serif;
    font-size: 16pt; 
	color: #31759F;
}
.ContentEditor h3
{
	margin-top: 0px;
	padding-top: 0px;
	font-family:helvetica,verdana,arial,sans-serif;
    font-size: 16pt; 
	color: #31759F;
}


/*** Subsite Left Navigation ***/

table.LeftSubsiteNav
{
	margin: 0px;
	vertical-align: top; 
	padding-top: 0px;
	width: 149px !Important;
}

table.LeftSubsiteNav tr td
{
	padding-left: 3px;
}

table.LeftSubsiteNavItem
{
	margin: 0 auto;
	padding: 0px;
	width: 140px;
	text-align: left;
	height: 34px;
	/*margin-left: 2px;*/
	padding-top: 5px;
	padding-bottom: 5px;
}

a.LeftSubsiteNavItem
{
	color: #3D3D3D;
	font-size: 8pt!important;
	display: block !important;
	line-height: 12px !Important;
	width: 133px;
}

a.LeftSubsiteNavItem:hover
{
	text-decoration: underline;
}

table.LeftSubsiteNavSelected
{
	padding: 0px;
	background-image: url('/Style Library/HIHH/Images/navbutton.jpg');
	background-repeat: no-repeat;
	background-position:left;
	/*margin-left: 2px;*/
	width: 140px;
	height: 34px;
}

table.LeftSubsiteNavSelected tr td
{
	/*padding-left: 4px;*/
	width: 100px;

}

a.LeftSubsiteNavSelected
{
	color: white !important;
	line-height: 12px !important;
	text-decoration: none;
	width: 133px;
	display: block;
}	

a.LeftSubsiteNavSelected:hover
{
	text-decoration: none;
	line-height: 12px;
}

div.PL_COLUMNS_left_nav
{

	width: 149px;
	border: 1px #DFDFDF solid; 
	background-image: url('/Style Library/HIHH/Images/leftnav_bg.jpg'); 
	background-repeat: repeat-x; 
	background-position: center bottom;
	margin: 0 auto;
	padding-top: 10px; 
	padding-bottom: 10px; 
}

.WeatherDisplay_Date,
.WeatherDisplay div
{
	text-align: center;
}

.HIHH_Details_Seasons_Buttons .ms-WPBorder
{
	border: none;
}

.HIHH_Details_Seasons_Buttons .ms-WPHeader
{
	display: none;
}

.HIHH_Results_Left_Frame td
{
	font-size: 10pt;
}

.BookingDetails div
{
	margin: 5px 0px 5px 0px;
	color: #666666;
}

.BookingDetails div span
{
	font-weight: bold;
}


/*** End of Subsite Left Navigation ***/

img.FeaturedImageTag
{
	position: absolute;
}

/*** Start of Content Editor Styles ***/

div.PageContentBlock {
	width: 695px; 
	height: 100%; 
	padding-top: 16px;
	padding-bottom:16px;
	float:left;
}
div.PageSubsiteBlockL {
	width: 340px; 
	float: left;
	padding-right: 4px; 
}
div.PageSubsiteBlockR {
	width: 340px; 
	float: Right;
	padding-left: 4px; 
}	

div.PageContentSubBlockText {
	width: 182px;  
	display: inline-block; 
	position:relative;
}

td.imageholder {
	font-family: helvetica,verdana,arial,sans-serif;
font-size: 8pt;
color: #666666;
PADDING-BOTTOM: 4px; 
PADDING-LEFT: 6px;
PADDING-RIGHT: 6px; 
PADDING-TOP: 4px;
background-color: #e2eff8;
}
