/* Start of CMSMS style sheet 'Stoweymoor - Custom' */
/* MAIN CONTENT */
body { 
/*
	background: #000000 url(uploads/images/TopGrad.jpg);
	background-repeat: repeat-x;
*/
	background-color: #99ccff;
	background-image: url(uploads/images/TopGrad.jpg);
	background-repeat: repeat-x;

 }

/* ## LAYOUT ## */
.col_l{
	width:auto;
	padding: 5px;
	float:left;
}

.col_r{
	width:58%;
	padding: 5px;
	float:right;
}
	
.img_l{
	float:left;
	margin:0 5px 5px 0;
}

#main p{
	line-height:1.6em;
	text-align:justify;

}

#main ul li{
	/*list-style: circle outside;*/
	list-style-image: url(uploads/images/bul_boxarrow.png);
	text-align:justify;	
}

#main li{
	padding-bottom:0.6em;
}

/* ## TARIFF TABLE ## */
#main table{
	font-size:inherit;
border:1px solid gray;

}

#main th{
	font-weight:bold;
	background: #E0E0E0;
}

#main tr{
	height:19px;
}

#main td{
	padding:3px;	
}

#main .alt{
	background: #F0F0F0;
}

#main .head{
	background: #E0E0E0;
}

#main .clear{
	clear:both;
}

/* ## CALENDAR ## */
.calendar{
float:left;
margin:10px;
}

#key_wr{	
	width: 100%;
	margin: 25px auto auto auto;
	position:relative;
	left:100px;	
}

#cal_wr {
	position:relative;
	left:50px;
	top:30px;
}

.keys {
	width:22%;
	float:left;
	padding:5px;
	text-align:center;
	display:inline;
	font-size:0.9em;
	border:1px solid #C0C0C0;
	margin-right:1px;
}

/* Maintenance */
.mai{
	background:#C2DFFF;
}

/* Bank Holidays */
.bhol{
	background:#03F3AB;
}

/* School Holidays */
.shol{
	background:#FFE87C;
}

/* Booked */
.boo{
	/*background:#6AFB92;*/
background:#FF7575;
}

/* Available */
.ava{
	background:#F0F0F0;
}

/* ## WEATHER ## */
#weather {
	border:1px dotted #C0C0C0;
	width:160px;
	height:auto;
	text-align:center;
	background:#F8F8F8;
	font-family:arial;
	font-size: 1.0em;
	padding: 5px;
	margin:20px auto 30px auto;
	line-height:1.4em;
}

#where {
	margin-top:5px;
	font-weight:bold;
	color: #294B5F; 
	font-size: 1.2em;	
}

#when {
	font-weight:bold;
	color: iron;
	color:#C0C0C0;		
}

#lines{
	width:95%;
	margin:10px auto auto auto;
	text-align:center;
	color:iron;
	list-style-type:none;	
}

#weather img{
	margin:5px;
	border:1px solid #C0C0C0;
}

#links {
	border:1px dotted #C0C0C0;
	width:160px;
	height:auto;
	text-align:center;
	background:#F8F8F8;
	font-family:arial;
	font-size: 1.0em;
	padding: 5px;
	margin:20px auto 30px auto;
	line-height:1.4em;
}

/* LINKS LIST */
#LinkWr{ }
.LinkImg{margin: 1em 0 1em 0; border: none;}
.LinkTitle { font-weight:bold; color:#385C72;}
.LinkDesc { }
#LinkWr li{ border-bottom:1px dotted #C0C0C0; padding:1em 0 2em 0;}

/* PHOTOS PAGE */
	#gal_wr {margin:20px;}
	.gal_row {float:left; width:100%; margin-bottom:2em;}
	.gal_row img {
		float:left;
		margin-right:20px;
		border:1px solid gray;
		width:156px;
		height:121px;
}

.bookGuests{
width:300px;
height:100px;
position:relative;
left:150px;

}

.txtAgree{font-weight:bold; color:red; text-align:center;}

/* End of 'Stoweymoor - Custom' */

