﻿/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height:1;
}

/* Main Styling Begins */
html, body {
	
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F2F2F2;
	color:#333333;
	font-size: 10px;
}

html, body, input 
{
	font-family: Verdana,  Arial, Helvetica, sans-serif;
}

p
{
	font-size:1.1em;
	line-height:1.3em;
}

#spwrap {
	margin: 0 auto;
	padding: 20px 40px 20px 40px;
	width: 940px;
	min-height: 690px;
	position: relative;
	background: #F2F2F2 url('../../Images/wrap-bg.gif') center;
}

.loginbackground
{
	height:680px;
	background: #F2F2F2 url('../../Images/background.png') no-repeat center !important;
}

#header 
{
	height: 100px;
	margin-bottom: 10px;
	width: 940px;
	display: block;
	position: relative;
	z-index: 5;
}

#logo{
	display: block;
	text-indent: -9999px;
	width: 400px;
	height: 45px;
	margin-top: 7px;
	float: left;
	clear: both;
	color: #F2F2F2;
}

.logolight
{
	background: url('../../Images/select-property-logo.png') no-repeat left top;
}

.logodark
{
	background: url('../../Images/select-property-logo-dark.png') no-repeat left top;
}

.brochurecorecontainer
{
	min-height:230px;
	background: url('../../Images/select-property-logo-dark.png') no-repeat;
	background-position: 0 96%;
	clear:both;
}

#header #telecommunications{	
	display: block;
	width: 540px;
	height: 70px;
	float: right;
}

#header .tel 
{
	display: block;
	text-align:right;
}

#header .dubai {	
	display: block;
	float: none;
	font-size: 12pt !important;
	font-weight:normal;
	height:26px;
	padding-top:10px;
}

#header .uk {	
	display: block;
	float: none;
	font-size: 12pt !important;
	line-height: 14pt;
	height:14px;
	padding-top:2px;
	padding-bottom:2px;
}

/* Navigation */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu {
	line-height:	1.0;
}

.sf-menu ul {
	position:absolute;
	top:-999em;
	width:940px; /* left offset of submenus need to match (see below) */
}

.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float:none;
	display:block;
	height:30px;
	position:relative;
}
.sf-menu a {
	display:block;
	position:relative;
}

#header #navigation
{
	display: block;
	float: left;
	width: 940px;
	height: 30px;
	color: #FFFFFF;
	background: #0078D1 url('../../Images/header-bg.gif');
}

#header #navigation li 
{
	display: block;
	float: left;
	border-right: 1px solid #ffffff;
} 

#header #navigation .changepassword
{
	float:right !important;
	border-left:solid 1px #FFF;
}

#header #navigation li a {
	display: block;
	text-decoration: none;
	font-size: 1.3em;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	padding: 0 20px 0 20px;
	border-right: 1px solid #0061aa;
	border-left: 1px solid #268ad5;
	background: #0078D1 url('../../Images/header-bg.gif') 50% top;
} 

#header #navigation li a:hover 
{
	background: #0078D1 url('../../Images/header-bg.gif') 50% bottom;
}

#navigation li ul li {
	border-right: 0;
	border-left: 0;
	background-image: none;
	float:none !important;

}
#navigation li ul li a {
	background: #ffffff url() !important;
	color: #333333 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	display:block;
}

#navigation li ul li a:hover
{
	color: #333333 !important;
	background-color: #AEF0FF !important;
	display:block;
}

#navigation ul li a
{
	height:30px;
}

#navigation .MenuDropdown {
	margin: 0;
	margin-left: -0px;
	position: absolute;
	top: 30px;
	left: 0;
	width: 200px;
	z-index: 10;
	background-color:#ffffff;
	border-bottom: 1px solid #AEF0FF !important;
	border-left: 1px solid #AEF0FF !important;
	border-right: 1px solid #AEF0FF !important;
}
#MarketingDropdown
{
	width:260px !important;
}
#navigation .MenuPopout {
	margin: 0;
	margin-top: -0px;
	margin-bottom: -0px;
	margin-left: 0px;
	position: absolute;
	top: 0px;
	left: 200px;
	width: 210px;
	z-index: 11;
	background-color:#ffffff;
	border-top: 1px solid #AEF0FF !important;
	border-bottom: 1px solid #AEF0FF !important;
	border-right: 1px solid #AEF0FF !important;
}

#navigation li ul li
{
	display:none;
}

#navigation li ul li ul 
{
	display: none !important;
}

#navigation li:hover ul
{
	display:block;
}

#navigation ul li:hover ul
{
	display:block !important;
}

#header #navigation #register 
{
	float: right !important;	
	display: block;
	border-right: 0 !important;	
	border-left: 1px solid #ffffff;	
}

#content {
	width:940px;
	display: block;
	clear: both;
	min-height:570px;
	height:auto;
}

/*Login Begin*/
#logincontentwrap
{
	width: 900px;
	display: inline;
	clear: both;
	float: left;
	padding: 20px;
	margin-bottom: 10px;
	margin-top: 82px;
	color:#fff;
}

#logincontentwrap h1 {
	font-size: 3.0em;	
	margin-bottom: 10px;
}

#logincontentwrap #loginwrap, #logincontentwrap #logincontent
{
	min-height:284px;
}

#logincontentwrap #loginwrap
{
	width:398px;
	float:left;
	padding-left:50px;
}

#login
{
	padding-top:20px;
}

#logincontentwrap #logincontent
{
	width:368px;
	float:right;
	padding-left:40px;
	padding-right:40px;
	border-left:solid 1px #F2F2F2;
}

#logincontent p
{
	font-weight:600;
	margin-bottom: 40px;
	font-size:1.6em;
	line-height:1.6em;
	margin-bottom: 40px;
}

#logincontent a:link {
    text-decoration: underline;
    color: #fff;
}

#logincontent a:visited {
    text-decoration: underline;
    color: #fff;
}

#logincontent a:active {
    text-decoration: underline;
    color: #fff;
}

#navigation a:link {
    text-decoration: underline;
    color: #fff;
}

#navigation a:visited {
    text-decoration: underline;
    color: #fff;
}

#navigation a:active {
    text-decoration: underline;
    color: #fff;
}

.label
{
	font-size:1.3em;
}

.actiondropdowns
{
	width:120px;
}

.instructions
{
	font-size:1.6em;
}

.buttontext
{
	font-size:1.3em;
	font-weight:bold;
}

.loginlabel
{
	float:left;
	width:100px;
	line-height:1.8em;
	font-weight:bold;
}

.logininput
{
	line-height:10pt;
}

#loginaction
{
	margin-left:100px;
}

#loginwrap input
{
	width:260px;
}

.loginimage
{
	width:22px !important;
	height:22px !important;
}

#footer
{
	display: block;
		margin:0 auto;
	padding:0 20px 0 20px;
	line-height:30px;
	height:30px;
	width:940px;
}

#footer .copyright
{
	color:#fff;
}

.footer
{
	background-color: #0078D1;
}

.loginfooter
{
	padding-left:0px !important;
	width:920px !important;
}

#login h2
{
	font-size: 1.3em;	
}

.lighttext
{
	color:#fff;
}
/*Login End*/

/*Marketing Centre begin*/
#MarketingCentreOverView
{
	background: #F2F2F2 url('../../Images/overview-plane1.jpg') center;
}

#MarketingCampaignSupportOverView
{
	background: #F2F2F2 url('../../Images/overview-plane3.jpg') center;
}

#MarketingAgentPacksOverView
{
	background: #F2F2F2 url('../../Images/overview-plane4.jpg') center;
}

#MarketingNewsOverView
{
	background: #F2F2F2 url('../../Images/overview-plane5.jpg') center;
}

#MarketingLiteratureOverView
{
	background: #F2F2F2 url('../../Images/overview-plane6.jpg') center;
}

#MarketingCentreAgentProfile
{
	margin-top:10px;
	clear:both;
	padding:26px;
	background-color:#F2F2F2;
	min-height:320px;
	color:#333;
}

#MarketingCentreAgentProfile h2
{
	font-size:2.2em;
	color:#0078D1;
}

#MarketingCentreAgentProfile p
{
	font-size:1.1em;
	line-height:1.3em;
}

#MarketingCentreAgentProfile .controlPair
{
	margin-bottom:10px;
}

.LargeBlockOverView
{
	margin: 0 auto;
	position: relative;
	height:300px;
	color:#FFF;
}

.LargeBlockContent
{
	min-height:218px;
	float:right;
	padding-top:42px;
	width:590px;
}

.LargeBlockContent .text
{
	min-height:200px;	
}

.LargeBlockOverView h1 {
	font-size: 3.0em;	
	line-height: 1.2em;
	margin-bottom: 10px;
}

.LargeBlockOverView p
{
	font-weight:bold;
	font-size:1.6em;
	line-height:1.6em;
}

.LargeBlockContent span
{
	font-size:8pt;
	font-weight:normal;
}

.LargeBlockContent span a
{
	color:inherit;
}

.MarketingProfileLeft
{
	float:left;
	width:420px;
	margin-right:20px;
}

.MarketingProfileRight
{
	float:right;
	width:420px;
}

.MarketingProfileLeft p, .MarketingProfileRight p
{
	width:100px;
}

.MarketingProfileLeft input, .MarketingProfileRight input
{
	float:right;
	width:300px;
}

input[type="text"]
{
	font-size:1.1em;
	line-height:1.3em;
}

.MarketingProfileLeft .validationFail, .MarketingProfileRight .validationFail
{
	color:Red;
	float:right;
	width:10px;
	line-height:22px;
	display:block;
}

.MarketingProfileLeft .controlPair, .MarketingProfileRight .controlPair
{
	height:22px;
	padding-top:6px;
}

.controlPair p
{
	padding-top:2px;
}

div.marketingfileinputs {
    position: relative !important;
    float:right;
}

div .marketingfileinputs .fakefile {
    top: 0px;
    left: -6px;
    z-index: 1;
    width:306px;
    float:right;
    position:absolute;
}

div .marketingfileinputs .fakefile input.text
{
	width:218px !important;
	margin-left:0px;
	float:none !important;
}

.marketingfileinputs input.file {
    position: relative !important;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    top: 0px;
    
}
.CategoryItem
{
	background-color:inherit;
	height:30px;
	border:none;
	height:30px;
	border:none;
}

.CategoryItem .RadioButton
{
	display:block;
	float:left;
	padding-top:6px;
}

.CategoryItem .RadioButton label
{
	display:none;
}

.CategoryItem .Description
{
	display:block;
	padding-top:10px;
	padding-left:20px;
	float:left;
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

/* Marketing Centre EShots*/
#MarketingCentreEShots h2
{
	font-size:2.2em;
}

#MarketingCentreEShots
{
	width:100%;
	clear:both;
	margin-top:10px;
	min-height:300px;
	border:solid 1px #F2F2F2;
}

#MarketingCentreEShots .left
{
	width:50%;
	background-color:#0078D1;
	float:left;
	height:300px;
	color:#FFF;
}

#MarketingCentreEShots .right
{
	width:50%;
	background-color:#FFF;
	float:right;
	height:300px;
}

#MarketingCentreEShots .right .selector
{
	width:238px;
	float:left;
	height:280px;
}

#MarketingCentreEShots .right .selector p
{
	padding-right:20px;
}

#MarketingCentreEShots .right .selector .info
{
	height:130px;
}

#MarketingCentreEShots .right .snapshot
{
	width:156px;
	background-color:inherit;
	float:right;
	height:248px;
	border:solid 1px #333;
}

#MarketingCentreEShots .content
{
	padding:26px;
}

#MarketingCentreEShots .slider
{
	height:50px;
	background-color:inherit;
}

.slider input:hover
{
	color: #FFF;
	background-color: #0078D1;
}

#MarketingCentreEShots .buttons
{
	padding-top:10px;
	padding-left:55px;
	height:28px;
	background-color:inherit;
}

/* Marketing Centre Links*/
#MarketingCentreLinks h2
{
	font-size:2.2em;
}

#MarketingCentreLinks
{
	width:100%;
	clear:both;
	margin-top:10px;
	min-height:320px;
	background-color:#FFFFFF;
	border:solid 1px #F2F2F2;
}

#MarketingCentreLinks a, #MarketingCentreLinks a:visited 
{
	color:#0000EE;
}

#MarketingCentreLinks .left
{
	width:50%;
	background-color:#F2F2F2;
	float:left;
	height:320px;
}

#MarketingCentreLinks .right
{
	width:50%;
	background-color:#F2F2F2;
	float:right;
	height:320px;
}

#MarketingCentreLinks .content
{
	padding:26px;
}

#MarketingCentreLinks .right .centreLine
{
	border:0;
	border-left:solid 1px #B1B1B1;
	height:320px;
	width:1px;
	float:left;
}

/*Development List begin*/
#DevelopmentListOverView
{
	background: #F2F2F2 url('../../Images/overview-layer.png') center;
}

#OpenDayBanner
{
	float:left;
	padding-top:40px;
	padding-left: 40px;
}

#DevelopmentList
{
	clear:both;
}

#DevelopmentList h2
{
	font-size:2.2em;
}

#DevelopmentList h3
{
	font-size:2.2em;
}

.DevelopmentListItem
{
	width:465px;
	height:165px;
	background-color:#F2F2F2;
	color:#333333;
	margin-top:10px;
}

.DevelopmentItemEven
{
	float:left;
}

.DevelopmentItemOdd
{
	float:right;
}

.DevelopmentItemImage
{
	width:109px;
	height:145px;
	margin:10px;
	float:left;
}

.DevelopmentDetail
{
	width:284px;
	height:145px;
	margin:10px 10px 10px 40px;
	float:right;
}

.DevelopmentDetailTitle
{
	float:left;
	width:224px;
	height:25px;
	line-height:25px;
	padding-top:10px;
}

.DevelopmentDetailSubTitle
{
	float:left;
	width:284px;
	height:25px;
	line-height:25px;
}

.DevelopmentDetailDescription
{
	width:284px;
	height:30px;
	line-height:1.2;
	padding-top:4px;
	clear:both;
	font-size:1.3em;
}

.DevelopmentDetailReadyNow
{
	float:right;
	width:60px;
	height:25px;
}

.DevelopmentActionButtons
{
	width:284px;
	height:50px;
	line-height:50px;
}

.DevelopmentActionDetailButton
{
	width:120px;
	float:left;
}

.DevelopmentActionAvailabilityButton
{
	width:164px;
	float:left;
}

.DevelopmentActionAvailabilityMessage
{
	width:164px;
	float:left;
	line-height:10px;
	padding-top:2px;
}

.AvailabilityNumber
{
	line-height:normal !important;
	font-weight:bold;
	font-size:1.6em;
}

.InvalidAction
{
	color:Red;
	font-size:8pt;
}

.MessageAction
{
	color:Red;
	font-size:8pt;
	clear:both;
}

.DetailButton
{
	width:110px;
	height:26px;
}

.AvailabilityButton
{
	width:110px;
	height:26px;
}

.UploadButton
{
	width:110px;
	height:26px;
	float: left;
}

.Button
{
	background-color:#F2F2F2;
	border:solid 1px #999999;
	color:#000;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
}
/*Development List end*/

/*Development Detail Begin*/
#DevelopmentDetailWrap
{
	min-height:580px;
}

#DevelopmentDetailLeft
{
	float:left;
	width:220px;
	padding-right:35px;
}

#DevelopmentDetailMiddle
{
	float:left;
	width:440px;
	font-size:1.1em;
	line-height:1.3em;
}

.LightText
{
	color:#4D4D4D;
}

#DevelopmentDetailRight
{
	float:right;
	width:198px;
	padding-left:20px;
	padding-right:15px;
	display:block;
}

.DevelopmentTitleWrap
{
	padding-top:40px;
	line-height:14pt;
}

#DevelopmentDetailWrap h1 
{
	font-size: 3.0em;
}

#DevelopmentDetailWrap h2
{
	font-size:1.6em;
	color:#0078D1;
}

#DevelopmentDetailWrap h3
{
	font-size:1.3em;
	color:#0078D1;
}

#DevelopmentDetailWrap ul
{
	list-style-type:disc;
	margin-left:16px;
}

#DevelopmentDetailWrap li
{
	line-height:normal;
}

.DownloadReadyNow
{
	float:left;
}

.DownloadBrochure
{
	float:left;
}

.DownloadUpdate
{
	float:right;
}

.DownloadLeft
{
	float:left;
	margin-bottom:10px;
}

.DownloadRight
{
	float:right;
	margin-bottom:10px;
}

.DevelopmentDetailActionButton
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	width:106px;
	height:66px;
	background: url('../../Images/actionbutton-large-grey.png') no-repeat center;
	font-size:0.9em;
	cursor:pointer;
	cursor:hand;
	padding-left:6px;
	font-family:Arial;
}

.DevelopmentDetailPlaceHolderAction
{	
	border-style: none;
	border-color: inherit;
	border-width: medium;
	width:106px;
	height:66px;
	background: url('../../Images/actionbutton-large-red-na.png') no-repeat center;
	font-size:1.3em;
	font-weight:bold;
	padding-left:12px;
	color:#fff;
}

.DevelopmentDetailActionWrap
{
	width:220px;
	padding-top:10px;
}

.DevelopmentActionButton
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	width:197px;
	height:100px;
	background:url('../../Images/white-left-bottom-clip.png') no-repeat left bottom;
	font-size:1.6em;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
	color:#FFF;
}

.PrintPriceListButton
{
	float:right;
	width:128px;
	height:22px !important;
	line-height:18px;
	text-align:center;
	background-color:#F2F2F2;
	display:block;
	border:solid 1px #D1D1D1;
	color:#333;
	font-size:1.1em;
	margin-bottom:4px;
	cursor:pointer;
}

.ShowAvailability
{
	background-color: #0078D1;
}

.ShowDevelopments
{
	margin-top:10px;
	background-color: #202E35;
}

#DevelopmentThumbs
{
	padding-top:20px;
}

.DevelopmentThumbsTitle
{
	color:#202E35 !important;
	padding-bottom:10px;
}

.DevelopmentThumbLeft, .DevelopmentThumbRight
{
	width:55px;
	height:55px;
	padding-left:11px;
	padding-bottom:11px;
}

.DevelopmentThumbLeft
{
	float:left;
	
}

.DevelopmentThumbRight
{
	float:right;
}

/*Fancylight*/
.SingleImage
{
}

/*Shown and Hidden*/
.Shown
{
	display:block;
}

.Hidden
{
	display:none;
}

/*Availability Begin*/
#AvailabilityDetailWrap
{
	min-height:580px;
}

#AvailabilityDetailWrap .ColumnHeader a
{
	text-decoration:none;
	color:#FFFFFF;
}

#AvailabilityDetailLeft
{
	float:left;
	width:232px;
}

#AvailabilityDetailRight
{
	float:right;
	width:690px;
	display:block;
}

#AvailabilityActionArea
{
	height:250px;
	min-height:250px;
	padding:10px 10px 0px 10px;
	background-color:#F2F2F2;
}

.AvailabilityDetailActionWrap
{
	width:100%;
}

.AvailabilityActionButton
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	width:100%;
	height:100px;
	background:url('../../Images/white-left-bottom-clip.png') no-repeat left bottom;
	font-size:1.6em;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
	color:#FFF;
}

.ShowAgentCommissionInfo
{
	background-color: #202E35;
	margin-top:10px;
	text-align:center;
	cursor:auto !important;
	padding-top:30px;
	height:70px !important;
}

.UpdateProfileInfo
{
	background-color: #0078D1;
	margin-top:10px;
	text-align:center;
	padding-top:20px;
	height:80px !important;
	display:block;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}

.AvailabilitySearchButton
{
	background-color: #0078D1;	
	width:120px;
	margin-right:0px;
	float:right;
	color:#ffffff;
	border-style: none;
	border-color: inherit;
	border-width: medium;
	cursor:pointer;
	cursor:hand;
	margin-top:4px;
	height:24px;
}

.AvailabilityActionDropdown
{
	float:right;
}

.AvailabilityActionProfileTextBox
{
	float:right;
	width:200px;
	margin-top:6px;
}

.AvailabilityActionLabel
{
	float:left;
	padding-top:6px;
}

.ActionPair
{
	width:100%;
	line-height:3.0em !important;
	clear:both;
}

#ExchangeRatesWrap
{
	margin-top:20px;
	padding:0px 10px 0px 10px;
	line-height:12pt;
}

#AvailabilityInformation
{
	height:122px;
	margin-bottom:10px;
}

#AvailabilityDescription
{
	height:60px;
	background-color:#FFF;
	padding-top:20px;
}

#AvailabilityResults
{
	height:auto;
	background-color:#FFF;
}

.GridResultItem
{
	min-height:26px;
	margin-top:4px;
	padding-top:11px;
}

.GridResultItemEven
{
	background-color:#D1D1D1;
}

.GridResultItemOdd
{
	background-color:#F2F2F2;
}

#AvailabilityInformation h1
{
	font-size:3.0em;
}

#AvailabilityInformation h2, #AvailabilityAgentProfile h2
{
	font-size:1.6em;
	color:#0078D1;
	font-weight:bold;
}

#AvailabilityResultsNavigation
{
	float:right;
	height:22px !important;
	width:690px;
}

#AvailabilityResultsNavigation span
{
	display:block;
}

#AvailabilityResultsNavigation span a
{
	
}

.PreviousButton
{
	float:right;
	width:60px;
	height:20px !important;
	line-height:18px;
	text-align:center;
	background-color:#F2F2F2;
	display:block;
	border:solid 1px #D1D1D1;
	color:#333;
	cursor:pointer;
}

.NextButton
{
	float:right;
	width:60px;
	height:20px !important;
	line-height:18px;
	text-align:center;
	background-color:#F2F2F2;
	display:block;
	border:solid 1px #D1D1D1;
	color:#333;
	margin-left:4px;
	cursor:pointer;
}

.NumberButton
{
	display:block;
	float:left;
	line-height:18px;
	padding-right:4px;
	width:20px;
	color:#333;
	text-align:center;
	background-color:#F2F2F2;
	border:solid 1px #D1D1D1;
	margin-right:4px;
	cursor:pointer;
}

.CurrentNumberButton
{
	display:block;
	float:left;
	line-height:18px;
	padding-right:4px;
	width:20px;
	text-align:center;
	background-color:#F2F2F2;
	border:solid 1px #D1D1D1;
	margin-right:4px;
	cursor:pointer;
}

.LogoFileUpload
{
	width:200px;
	margin-top:6px;
}

.UploadLogoButton
{
	float:right;
	width:92px;
	height:22px !important;
	line-height:18px;
	text-align:center;
	background-color:#0078D1;
	display:block;
	border:none;
	color:#FFF;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:4px;
	margin-top:3px;
	cursor:pointer;
}

.StandardButton
{
	width:49%;
	height:22px !important;
	line-height:18px;
	text-align:center;
	background-color:#0078D1;
	display:block;
	border:none;
	color:#FFF;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:4px;
	margin-top:6px;
	cursor:pointer;
}

#AvailabilityResults .Header
{
	background-color:#0078D1;
	height:37px;
	line-height:37px;
	color:#FFF;
	font-weight:bold;
}

#AvailabilityResults .ColumnHeader
{
	float:left;
	width:90px;
	padding-left:10px;
	padding-top:10px;
	line-height:1.2em;
}

#AvailabilityResults .ColumnCell
{
	float:left;
	width:90px;
	padding-left:10px;
}

.availabilityMiddleProgress
{
	text-align:center;
	position:absolute;	
	z-index:200;
	width:690px;
	height:450px;	
	background-color:#FFFFFF;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.eshotsProgress
{
	text-align:center;
	position:absolute;	
	z-index:200;
	width:940px;
	height:300px;	
	background-color:#FFFFFF;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.progressImage
{
	position:relative;
	z-index:250;
	top:30%;
}

#AvailabilityAgentProfile
{
	margin-top:20px;
	background-color:#F2F2F2;
	min-height:480px;
	padding:10px 10px 0;
}

/*Change password Begin*/
#ChangePasswordWrap
{
	min-height:580px;
	width:100%;
}

#ChangePassword
{
	background-color:#FFF;
}

#ChangePassword td
{
	padding-bottom:8px;
}

.TableLabelColumn
{
	width:144px;
	text-align:left;
	padding-right:0px!important;
	font-size:1.3em;
}

.ActionButton
{
	width:120px;
	line-height:18px;
	height:24px;
	text-align:center;
	background-color:#F2F2F2;
	display:block;
	border:solid 1px #D1D1D1;
	color:#333;
}

.ChangePasswordAction
{
	float:right;
	margin-top:30px;
	margin-right:30px;
}

.ChangePasswordDescription
{
	height:220px;
	display:block;
	width:450px;
	float:left;
	margin-top:30px;
}

.ChangePasswordDescription h1 {
	font-size:3em;	
	margin-bottom: 20px;
}

.ChangePasswordDescription h3
{
	font-size:1.3em;
	line-height:1.6em;
	font-weight:normal;
}
/*Brochure*/
.brochurecontainer {
   min-height:100%;
   min-height:700px;
   background-color:#fff;
   position:relative;
   font-size:10pt;
}
.brochureheader {
   background :#fff;
   padding:20px;
   height:100px;
}
.custombrochureheader
{ 
	background :#fff;
	padding:20px;
	height:30px;
}
.brochurebody {
	padding:0 20px 0 20px;
}
.brochurefooter 
{
	bottom:0;
	width:100%;
	height:32px;   /* Height of the footer */
	clear:both;
	background-color:#0078D1;
	color:#fff;
}
.brochurefootercontact
{
	height:110px;
	float:left;
	width:700px;
	margin-left:310px;
}
.brochurefootercontactdetail
{
	margin:40px;
}
.brochurefooterlogowrap
{
	float:left;
	height:300px;
	width:330px;
	background-color:Orange;
}
.brochurefooterphonewrap
{
	float:left;
	height:auto;
	width:320px;
	padding-top:30px;
}
.brochurefootercontact
{
	font-size:8pt;
}
.brochurefooteremailwrap
{
	height:auto;
	padding-top:30px;
}
#footerLogo{
	display: block;
	text-indent: -9999px;
	width: 330px;
	height: 100%;
	margin-top: 0px;
	float: left;
	color: #F2F2F2;
	margin-left:0px;
	background-position:left bottom;
}
.companycontactdetail
{
	background-color:#FFF;
	height:110px;
	float:left;
	width:700px;
}
.brochurecopyright
{
	background-color:#0078D1;
	color:#fff;
	font-size:8pt;
}
.brochureheadertitle
{
	height:70px;
	background-color:#fff;
}
.horizontalbar
{
	height:30px;
	background-color:#0078D1;
}
.brochurebodyimage
{
	width:300px;
	height:400px;
	background-color:#fff;
	float:left !important;
	position:relative;
	display:block;
}
.brochuredetail
{
	background-color:#fff;
	height:auto;
	padding-left:10px;
	margin-bottom:20px;
	display:block;
	float:left;
	width:650px;
}
.brochurefloorplan
{
	width:100%;
	clear:both;
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}
.brochurepaymentplan
{
	background-color:#FFF;
	
	float:left;
	width:600px;
	margin-left:310px;
}
.brochurecontainer h2
{
	font-size:1.6em;
	color:#333;
}
.brochurecontainer h3
{
	font-size:12pt;
	color:#0078D1;
}
.brochurecontainer ul
{
	list-style-type:disc;
	margin-left:16px;
	line-height:12pt;
}
.firstfeaturelist
{	
	float:left;
	display:block;
}
.secondfeaturelist
{
	padding-left:38px;
	float:left;
	display:block;
}
table.details {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color:inherit;
	width:600px;
	text-align:left;
}
table.details td {
	border-width: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: inherit;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.details .title
{
	min-width:300px;
	width:300px;
	font-weight:bold;
}
table.details td .value
{
	min-width:300px;
}

#FloorPlanImage
{
	clear:both;
}

table.PaymentPlanTable 
{
	width:600px;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color:inherit;
	display:block;
	font-size:10pt;
	text-align:left !important;
	margin-left:0px;
	float:left;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
table.PaymentPlanTable td {
	border-width: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: inherit;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.PaymentPlanTable .header
{
	font-weight:bold;
}
table.PaymentPlanTable .title
{
	min-width:250px;
	width:250px;
	font-weight:bold;
}
table.PaymentPlanTable .date
{
	min-width:170px;
	width:170px;
}
table.PaymentPlanTable td .value
{
	min-width:190px;
	width:190px;
}

.PaymentPlanTitle
{
	width:610px;
	margin-left:200px;
}

.invisible
{
	display:none;
}

.validation
{
	float:right;
	height:20px;
	line-height:20px;
	padding-right:4px;
}

/* Admin Styles */
.labelHolder 
{
	width: 200px;
	float: left;
	font-size:small;
}

.controlHolder
{
	width: 250px;
	float: left;
}

.caridgeReturn
{
	clear: both;
	font-size:small;
}

#adminHolder
{
	padding: 20px 0px 20px 0px;
}

#adminHolder h1
{
	font-size: medium;
	padding: 15px 0px 15px 0px;
}

#ActiveEshotResults .Header
{
	background-color:#0078D1;
	height:37px;
	line-height:37px;
	color:#FFF;
	font-weight:bold;
}

#ActiveEshotResults .ColumnHeader
{
	float:left;
	width:200px;
	padding-left:10px;
	padding-top:10px;
	line-height:1.2em;
}

#ActiveEshotResults .ColumnCell
{
	float:left;
	width:200px;
	padding-left:10px;
}

#ActiveEshotResults .Row
{
	height: 40px;
	display: block;
	vertical-align: middle;
}

input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly]
{
	background-color: #dcdcdc;
	border: #7F9DB9 1px solid;
	cursor: default;
	color:#ACA899;
}

.fakefile input[type="text"][disabled]
{
	height:18px;
}

input[type="text"]
{
	height:16px;
}

.clearfix
{
	display:block;
}

.navigationtabs
{
	float:left;
	width:296px;
}

.nonselectedtab
{
	opacity:.5;
	filter:Alpha(opacity=50);
    /* filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); */
    width:280px;
    height:30px;
    position:absolute;
    background-color:#000000;
	z-index:0;
}

.selectedtab
{
    width:280px;
    height:30px;
    position:absolute;
    background-color:#000000;
	z-index:0;
}

.MarketingNavigationContainer
{
	margin-top:33px;
}

.MarketingNavigationContainer li
{
	height:30px;
	line-height:30px;
	width:280px;
	margin:6px 0 6px 0;
	position:relative;
	
}

.MarketingNavigationContainer  a
{
	font-size:1.3em;
	font-weight:bold;
	padding-left:24px;
	display:block;
	position:relative;
	width:256px;
    height:40px;
    color:#FFFFFF;
    text-decoration:none;
}

.MarketingNavigationContainer  a:visited
{
    color:#FFFFFF;
    text-decoration:none;
}

#MarketingCentreNews
{
	width:100%;
	clear:both;
	margin-top:10px;
	min-height:320px;
	background-color:#FFFFFF;
	border:solid 1px #F2F2F2;
	padding-bottom:20px;
}

#MarketingCentreNews #NewsItems a
{
	display:block;
	float:left;
	height:40px;
	width:420px;
	text-align:left;
	background-color:Orange;
	text-decoration:none;
	color:#000;
	padding-left:40px;
	background: #CDCDCD url('../../Images/actionbutton.png') no-repeat 10px !important;
}

#MarketingCentreNews #NewsItems p
{
	text-align:right;
	height:40px;
	margin-bottom:8px;
	line-height:40px;
	background-image:url('../../Images/newdatebutton.png');
	background-repeat:no-repeat;
	background-position:right;
	color:#FFF;
	font-weight:bold;
	padding-right:10px;
}

#MarketingCentreNews #NewsItems a:visited
{
	color:#000;
}

#MarketingCentreNews h2
{
	font-size:2.2em;
}

#MarketingCentreNews .left
{
	width:280px;
	background-color:#FFFFFF;
	float:left;
	min-height:320px;
}

#MarketingCentreNews .right
{
	width:660px;
	background-color:#FFFFFF;
	float:right;
	min-height:320px;
}

#MarketingCentreNews .content
{
	padding:26px 26px 0 26px;
}

.UsefulLinkGroup
{
	width:100%;
	background-color:#FFFFFF;
	margin-bottom:20px;
}

.UsefulLinkGroup h2
{
	color:#0078D1;
}

.UsefulLinkLineGroup
{
	margin:16px 0 0 10px;
	line-height:16px;
}

.UsefulLinkLineGroup a
{
	margin-top:16px;
	width:100%;
}

.AgentPackGroup
{
	width:420px;
	background-color:#FFFFFF;
	min-height:150px;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#F2F2F2;
	margin-top:20px;
}

.AgentPackGroup a
{
	color:#FFFFFF !important;
}

.AgentPackGroup h2
{
	color:#FFFFFF;
	float:left;
	position:absolute;
	z-index:3;
	margin:6px 0 0 10px;
}

.AgentPackGroup .DownloadAllLink
{
	float:right;
	background: url('../../Images/actionbutton-down.png') no-repeat right 50% !important;
	height:20px;
	width:100px;
	display:block;
	line-height:16px;
	position:relative;
	z-index:2;
	margin:10px 10px 0 0;
}

.AgentPackGroup .titleoverlay
{
	opacity:.5;
	filter:Alpha(opacity=50);
    /* filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); */
    width:420px;
    height:40px;
    position:absolute;
    background-color:#003366;
	z-index:1;
}

.BackgroundImage
{
	position:absolute;
	z-index:0;
}

.AgentPackLinks
{
	background-color:#F2F2F2;
	margin-bottom:20px;
	height:80px;
}

.linkbutton
{
	height:20px;
	width:300px;
	display:block;
}

.AgentPackLinks .linkbutton
{
	background-color: #F2F2F2;
	padding-left:0px;
	width:200px;
}

.AgentPackLinks .group
{
    width: 180px;
    float: left;
    padding-left:20px;
}

.UsefulLinkLineGroup .linkbutton
{
	background: #FFFFFF url('../../Images/actionbutton-down.png') no-repeat left !important;
	background-color: #FFFFFF;
	padding-left:40px;
}

#MarketingCentreSupportLinks .linkbutton
{
	background: #FFFFFF url('../../Images/actionbutton-down.png') no-repeat left !important;
	background-color: #FFFFFF;
	padding-left:40px;
}

.AvailabilityNotes
{
    font-weight: bold;
    padding: 10px 0px 0px 0px;
    display: block;
}

#ContactWrap
{
	width:938px;
	clear:both;
	margin-top:10px;
	min-height:576px;
	background-color:#FFFFFF;
	border:solid 1px #F2F2F2;
}

#ContactWrap #Top
{
	width:100%;
	height:100px;
}

#ContactWrap #Middle
{
	clear:both;
	min-height:476px;
	padding:0 30px 0 30px;
}

#ContactWrap .panel
{
	width:33%;
	min-height:460px;
}

#ContactWrap #Left
{
	float:left;
}

#ContactWrap #Inner
{
	float:left;
}

#ContactWrap #Right
{
	float:right;
}

#ContactWrap h1
{
	font-size:3em;
	padding:30px 0 30px 30px;
}

#ContactWrap .centreLine
{
	border:0;
	border-left:solid 1px #F2F2F2;
	height:460px;
	width:1px;
	float:left;
}

#ContactWrap .imageContainer
{
	padding:10px;
	border:solid 1px #F2F2F2;
}

#ContactWrap .contactDetail
{
	padding-left:30px;
	padding-right:30px;
	margin-bottom:40px;
}

#ContactWrap .contactDetail p
{
	line-height:34px;
}

#ContactWrap .contactDetail .flag
{
	padding-left:40px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:left !important;
	height:20px;
	display:block;
	line-height:20px;
}

#ContactWrap .contactDetail #UK
{
	background-image: url('../../Images/Flags/uk-flag.gif');	
}

#ContactWrap .contactDetail #Dubai
{
	background-image: url('../../Images/Flags/uae-flag.gif');	
}

#ContactWrap .contactDetail #Egypt
{
	background-image: url('../../Images/Flags/egypt-flag.gif');	
}

#ContactWrap .contactDetail #European
{
	background-image: url('../../Images/Flags/eu-flag.gif');	
}

