﻿/*   Functions.css            */
/*   Nick Casey 25/07/2007    */
/*   Css for js functionality */

.popupmenu
{
	display:none;			/*crucial for popup to work */
	position:absolute;		/*crucial for popup to work */
	z-index:2;				/*crucial for popup to work */	
	padding: 0px;
	margin: 0px;	
	width: 150px;
	border-bottom: 1px solid #fff8f2;
	border-left: 1px solid #fff8f2;
	border-right: 1px solid #fff8f2;
	border-top:none;
}

/*
.popupmenu div 
{
	font-weight: normal;
	text-align:center;
	vertical-align: middle;
	color: #fff8f2;
	border-top: 1px solid #fff8f2;
	width:100%;
	height:17px;
	padding-top:1px;
	cursor:pointer;
}*/

.popupmenu a 
{
	padding-top:1px;
	font-weight: normal;
	text-align:center;
	vertical-align: middle;
	color: #421103;
	background-color:  #c9b873;
	width:100%;
	height:17px;
	display:block;
	text-decoration:none;
	border-top: 1px solid #fff8f2;
	border-bottom:0 solid black;
}

.popupmenu a:hover
{
	padding-top:1px;
	padding-bottom:1px;
	color: #fff8f2;
	background-color: #200506;
	display:block;
	text-decoration:none;
}

/*image slider for property page*/

.slider
{
	overflow:hidden;
	position:relative;
	padding:0px;
}

.sliderloading
{
	padding:5px;
	height:100%;
	color:#fff8f2;
	background-color:#200506;
}

.mainimageloading
{
	float:left;
	display:inline;
	line-height:300px;
	width:396px;
	text-align:center;
	border:1px solid #fff8f2;
}

* html .mainimageloading
{
	margin-left:3px;
}

/*contact page*/

.submissionerror
{
	color:red;
}

.booking img {
	margin:0;
	margin-left:7px;
	margin-bottom:7px;
}

* html select.choose 
{
	width: 300px;
}

#modalBackground
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 9;
	background-color:#333333;
	display: none;
	opacity: 0.40;
	filter: alpha(opacity=40)
}

#modalWindow
{
    position: fixed;
    left: 0;
    top: 0;
	z-index: 10;
	background-color: #200506;
	display: none;
	/*width:20em;
	height:10em;*/
	border: 1px solid #fff8f2;
	padding: 10px;
}

#addedToFavouritesMessage
{
	color:#FFF8F2
}

#modalWindow .linkBar
{
	margin-top:10px;
}

#modalWindow .favouritesLink 
{
	float:left;
}

#modalWindow .closeLink
{
	float:right;
}
