/*** Background Colours ***/

BODY
{
	background-color: #C7CDE2;
}

.darkgrey
{
	background-color: #666;
}

.lightgrey
{
	background-color: #DADADA;
}

.blue
{
	background-color: #91A1BA;
}

.ltblue
{
	background-color: #C7CDE2;
}

.white
{
	background-color: #FFF;
}

.ltgrey
{
	background-color: #EAEAEA;
}

.separator
{
	background-color: #91A1BA;
}

TABLE .availability TD
{
	color: #FFF;
	font-weight: bold;
}

.low
{
	background-color: #91A1BA;
}

.mid
{
	background-color: #947BB4;
}

.high
{
	background-color: #E65FAB;
}

.white
{
	background-color: #FFF;
}

.free
{
	background-color: #D1ECBB;
}

.free_low
{
	background-color: #EEFFDF;
}

.free_mid
{
	background-color: #D1ECBB;
}

.free_high
{
	background-color: #B7E2AB;
}

.alternative
{
	background-color: #FFCF9F;
}

.booked
{
	background-image: url(../images/crossbg.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #EAEAEA;
}

.booked SPAN
{
	visibility: hidden;
}

/*** Text Styles ***/

BODY
{
	font-size: 12px;
	margin-top: 0px;
}

TD, TH /* default text */
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	vertical-align: top;
}

.grey
{
	color: #666;
}

.required
{
	color: #FF0000;
}

.bold
{
	font-weight: bold;
}

.smalltext
{
	font-size: 85%;
}

.smallertext
{
	font-size: 75%;
}

.greyheader
{
	color: #666;
	font-weight: bold;
}

.pageheader
{
	color: #91A1BA;
	font-weight: bold;
	font-size: 150%;
}


/*** Redefined h1 tag based on pageheader for SEO ***/
h1
{
	color: #91A1BA;
	font-weight: bold;
	font-size:150%;
	margin-bottom: -14px;
}


/*** Link Styles ***/

A /* default link */
{
    color: #406a82;
	text-decoration: underline;
}

A:hover
{
	color: #406a82;
	text-decoration: none;
}

A.topmenu
{
	color: #406a82;
	text-decoration: none;
	font-size: 85%;
}

A.topmenu:hover
{
	color: #666;
	text-decoration: underline;
	font-size: 85%;
}

A.navbar
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
}

A.navbar:hover
{
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

A.navbaron
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #666;
	font-size: 85%;
}

A.navbaron:hover
{
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	background-color: #666;
}

A.navlink
{
	color: #91A1BA;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
}

A.navlink:hover
{
	color: #91A1BA;
	text-decoration: underline;
	font-weight: bold;
	font-size: 85%;
}

A.hpboxes
{
	display: block;
	width: 100%;
	height:100%;
	text-decoration: none;
	color: #406a82;
	cursor: pointer;
}

A.hide
{
	color: #666666;
	text-decoration: none;
}

A.hideold
{
	color: #406a82;
	text-decoration: none;
}
/*** Right Hand Box Styles ***/

TABLE.rightbox
{
	background-color: #91A1BA;
	border-left: 10px solid #91A1BA;
	border-right: 10px solid #91A1BA;
}

TABLE.rightbox TH
{
	color: #FFF;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}

TABLE.rightbox TD
{
	color: #FFF;
	padding: 3px;
}

TABLE.rightbox A
{
	color: #FFF;
	text-decoration: underline;
}

TABLE.rightbox A:hover
{
	color: #FFF;
	text-decoration: none;
}

TABLE.rightbox A.rhlinks
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

TABLE.rightbox A.rhlinks:hover
{
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

TABLE.rightbox A.rhlinkson
{
	color: #406a82;
	text-decoration: none;
	font-weight: bold;
}

TABLE.rightbox A.rhlinkson:hover
{
	color: #406a82;
	text-decoration: underline;
	font-weight: bold;
}

/*TABLE.rightbox A.rhsection
{
	color: #FFF;
	text-decoration: none;
	font-size: 85%;
}

TABLE.rightbox A.rhsection:hover
{
	color: #FFF;
	text-decoration: underline;
	font-size: 85%;
}

TABLE.rightbox A.rhsectionon
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
}

TABLE.rightbox A.rhsectionon:hover
{
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 85%;
}*/

/*** Form Styles ***/

.textarea
{
	border: 1px solid #666;
	font-size: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	padding-left: 3px;
}

FORM
{
	margin-top: 0px;
	margin-bottom: 0px;
} 

/*** Other ***/

IMG
{
	border: 0px;
}

DIV.hpboxes
{
	float: right;
	width: 50%;
	text-align: right;
	font-weight: bold;
	line-height: 13px;
}

.hp_box_header {

	font-weight:bold; 
	line-height:27px; 
	padding-left:10px;
	color:white; 
	font-size:13px;
}

.hp_box_header a {
	text-decoration:none; 
	color:white; 
}




TD.hpbgimages
{
	font-size: 85%;
	padding: 5px;
	background-position: left top;
	background-repeat: no-repeat;
}

/*********************************************************************************************************/
/* HIDDEN DATE INFO BOXES & LINKS */
/*********************************************************************************************************/

DIV.dateinfo
{
	background-color: #FFF;
	border: 1px solid #666;
	width: 20em;
	max-height: 30em;
	padding: 0.2em;
	visibility: hidden;
	position: absolute;
	overflow: auto;
	z-index: 2;
}

DIV.dateinfo A.close
{
	margin: 0.2em 0 0.2em 0.2em;
	float: right;
	display: block;
}


select
{

    color: #000000;
    background-color: #ffffff;
    border: 1px solid #91a1ba;
}   

.mainselect
{
	
    color: #FFFFFF;
    background-color: #91a1ba;
    border: 3px solid #eaeaea;
}   



.sleeps 
{
    color: #cc9933;
    font-weight: bold;
    font-size: 110%;
    line-height: 200%;
}


h3.cottagetitle_2 
{
	color: #438caf;
	font-size: 14px;
	text-align: left;
	font-weight:bold;
	margin-bottom:-1px;
}

h2.cottagetitle_2  {
	color: #438caf;
	font-size: 15px;
	text-align: left;
	font-weight:bold;
	margin-bottom:-1px;
}

h1.cottagetitle_2  {
	color: #438caf;
	font-size: 16px;
	text-align: left;
	font-weight:bold;
}

.italics
{
    font-style: oblique;
    color: #68a9d0;
}

DIV.hiddeninfo
{
	background-color: #FFF;
	border: 1px solid #666;
	width: 20em;
	max-height: 30em;
	padding: 0.2em;
	visibility: hidden;
	display:none;
	position: absolute;
	overflow: auto;
	z-index: 2;
}
DIV.showninfo
{
    background-color: #FFF;
	border: 1px solid #666;
    position: absolute;
	visibility: visible;
	display:block;
	z-index: 2;
	width: 10em;
	text-align:left;
	padding-left:3px;
}
ul.dates {
	list-style:none;
	padding:2px 0px 0px 2px;
	margin-top:0px;
}

bookedgrey{
background-color: #EAEAEA;
}

.hp_cottages td {
	background-color: #EAEAEA;
}
li.socialMedia {
	margin-top:3px;
	list-style:none; 
	line-height:35px; 
	height:35px; 
	text-indent:37px; 
	font-size:12px;
}
li#facebook {background:url('/images/facebook-32x32.png') no-repeat; }
li#linkedin {background:url('/images/linkedin-32x32.png') no-repeat; }
li#twitter  {background:url('/images/twitter-32x32.png') no-repeat;  }
li#youtube  {background:url('/images/youtube-32x32.png') no-repeat;  }