* {
	margin:0;
	padding:0;
}

body {
	font-size: 100%; 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
	background: #504863;/* #6D687E; */
	color: #b5b1be;
	text-align: center;
	}
	
.clear {clear: both;}

.l {float: left;}

.r {float: right;}

ul {
	list-style: none; 
	list-style-image: none;
	}

ul li {
	/*padding: 5px 20px 5px 0px;*/
	color:#60677e;
	font-size:12px;
/*	line-height: 20px;*/
}
	
a {
	text-decoration: none; 
	color: #B5B1BE;
	}
	
a:hover {text-decoration: underline;}

a.golf {
/*	padding:0 5px;*/
	color:#263B80;
	/*background: #fff;*/
	font-weight: bold;
	text-decoration:underline;
}


img {
	border:0;
}

p {
	padding: 18px 10px;
	font-family: Verdana, Arial, san-serif;
	font-size: 11px;
	line-height: 19px;
	text-align: left;
}

.container_12 .grid_5 {
	width:420px;
}

.header	{
	padding: 0px 0px 0px 0px;
}

.footer {
	height: 100px;
}

.purple {
	background: #453d59;
}

.belfast {
	margin-left: 20px;
	padding: 15px;
}

.dublin {
	padding: 15px;
}

.booking_b {
	background: #66597e;
	height: 100px;
	padding-left:20px;
	padding-top:10px;
	z-index:997;
}

.booking_b select, .booking_d select  {
	padding:2px;
	font-size: 12px;

}

.booking_d {
	background: #766b8b;
	height: 100px;	
	padding-left:20px;
	padding-top:10px;
	z-index:998;
}


.booking_b p, .booking_d p {
	padding: 0px 0px;
	font-family: Verdana, Arial, san-serif;
	font-size: 11px;
	line-height: 19px;
	text-align: left;
	color:#fff;
}

#dublinimage img, #belfastimage img {
	display:none;
}
.logo_box {
	display:block;
	width:420px;
	background:#504863;
	height:83px;
	margin:0px 0px 20px 0px;
}
.logo_box_l {
	padding:15px 0px 0px 0px;
	width:290px;
	text-align:center;
	float:left;
}
.logo_box_r {
	width:130px;
	text-align:right;
	float:right;
}

.searchbox-wrapper {
 	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	padding:0 0 10px 65px;
	width:267px;
 }

.searchbox-wrapper div.arr, .searchbox-wrapper div.arr-dates {
	padding-bottom:8px;
	text-align: left;
}

.searchbox-wrapper div.bookbutton {
	margin-top:9px;
	text-align: right;
	margin-right:90px;
}

.searchbox-wrapper div.arr {
	float:left;
	margin-right:5px;
	padding-top:5px;
}


/**** CALENDAR *******/

/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 10000;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
	color:#000000;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #ACD6F5;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}


