/* Heythrop - CSS Document */
/* version 2 enabled */
*
{
	font-family: sans-serif;
}

body
{
	margin-top: 0px;
	background-color:#000000;
	background-image:url(HY_bg.jpg);
	background-repeat:repeat-x;
}

h1
{
	font-weight: bold;
	font-size: 12px;
}

h2
{
	font-weight: normal;
	font-size: 12px;
}

li
{
	font-size:12px;
}


p
{
	font-size:12px;
}

p#coded
{
	font-family: monospace;
	background: #333333;
	padding: 3px;
	margin-left: 20px;
	margin-right: 20px;
}

p#t_title
{
	font-style:italic;
	font-weight:bold;
	font-size:12px;
}

p#message
{
	font-style:italic;
	font-size: 12px;
}

p#t_rows
{
}

/* basic layout */
.main_frame
{
	/*background-image:url("/client_resources/basic_wallpaper.jpg"); */
	background-color:#FFFFFF;
	width: 900px;
	margin-left: auto;
	margin-right:auto;
	border: 0px solid black;
}

.main_head
{
}

.main_body
{
	padding-top: 15px;
}

.main_frame_top
{
	text-align: right;
	font-size:9px;
	font-style:italic;
	color:#0099FF;
	padding-right: 10px;
}

.main_frame_left
{
	float: left;
	width: 118px;
}

.main_frame_right
{
}

.main_footer
{
	height: 28px;
	background: #FFFFFF;
	clear: left;
}

/* calendars */
.cal_box
{
	border:1px solid black;
	background:#CCCCCC;
	padding:0;
}

.cal_month
{
	font-weight:bold;
	font-size:12px;
	border-bottom:1px solid black;
}

.cal_wday
{
	font-style:italic;
	font-size:9px;
	border-bottom:1px solid black;
}

.cal_mdaya
{
	vertical-align:top;
	text-align: center;
	font-size:12px;
	background-color:#339966;
	border: 1px solid #CCCCCC;
	padding-left:3px;
	padding-right:3px;
}

.cal_mdaya a
{
	color:#FFFFFF;
	text-decoration:none;
}

.cal_mdaya a:hover
{
	display:block;
	color:#000000;
	background:#FFFFFF;
}

.cal_mdayu
{
	color:#000000;
	text-align: center;
	font-size:12px;
	padding-left:3px;
	padding-right:3px;
}

/* tables */
.d_title
{
	font-style:italic;
	font-weight:bold;
	font-size:12px;
}

.d_rows
{
	font-size:10px;
}

/* show or hide div baoxes with javascript */
.showcontent
{
	display:block;
}

.hidecontent
{
	display:none;
}

/* itemised details on confirm page */
.details_title
{
	background-color:#0099CC;
	font-size: 10px;
}

.details_fill
{
	background-color:#99CCFF;
	font-size: 10px;
}

.details_total
{
	background-color:#66CCCC;
	font-size: 10px;
}

.details_topay
{
	background-color:#0099CC;
	font-size: 12px;
}


/* Navigation bar on right */
ul#left_nav
{
	margin: 0;
	padding: 0;
	width: 120px;
	/*border-bottom: 1px solid #000000; */ /* need this to stop double thickness */
	background:#FFFFFF;
}

ul#left_nav li
{
	list-style: none;
	color: #000000;
	font-size:10px;
}

ul#left_nav li a
{
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 5px;
	/*border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0;*/ /* need this to stop double thickness */
}

ul#left_nav li a:hover
{
	display: block;
	text-decoration: none;
	color:#FFFFFF;
	padding: 5px;
	border-bottom: 0;
	background-color:#1F1F1F;
}

/* Promotion box */
.promotion_box
{
	background-color:#FFCC33;
	font-size: 10px;
	border: 1px solid #FF9900;
	padding-top: 2px;
	padding-bottom: 2px;
}

.promotion_text
{
	font-size: 10px;
}

/* Breadcrumbs */
.breadcrumbs
{
	padding-left: 10px;
	font-size: 9px;
}

.breadcrumbs a
{
	color:#0066FF;
	text-decoration:none;
}

.breadcrumbs a:visited
{
	color:#0066FF;
	text-decoration:none;
}

/* making booking options */
.click_option {
	background-color:#3399FF;
	font-size:12px;
	padding: 5px;
	width: 300px;
}

.click_option a
{
	color:#000000;
	text-decoration:none;
}

.click_option a:hover
{
	display:block;
	color:#000000;
	background:#FFFFFF;
}


/* onscreen error box */
.error {
	margin-left: 150px;
	margin-right: 150px;
	margin-top: 35px;
	margin-bottom: 35px;
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
	font-size: 10px;
	font-family: sans-serif;
	border: 1px solid #FF0000;
	background-color:#FFCCCC;
	background-image:url(/online/images/icon_warning.png);
	background-repeat: no-repeat;
	background-position: top left;
}

/* questionnaire */
.quest_box
{
	border:0px solid black;
	padding:10px;
	text-align:center;
	font-size:12px;
	width:350px;
	margin:auto;
}

/* Dynamic Page content */
.dyn_content_header
{
	text-align:center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.dyn_content_footer
{
}

/* ===========================================================================================*/
/* the div that holds the date picker calendar */
.dpDiv {
	}
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}
/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
/* ===========================================================================================*/

/* FINDSITE PAGE =============================================================================*/
.fs_button_price {
	font-size:10px;
}

.fs_button_form_basic {
	font-size:10px;
}

.fs_cell_title {
	border-bottom: 1px #8A8A8A solid;
	border-left: 1px #8A8A8A dotted;
	background-color:#C6DADB;
	text-align: center;
	font-size: 10px;
	padding:2px;
}

.fs_cell_sitename {
	border-bottom: 1px #8A8A8A dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 10px;
	color: #404040;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 0px;
}

.fs_cell_available {
	border-bottom: 1px #8A8A8A dotted;
	border-left: 1px #8A8A8A dotted;
	text-align: center;
	font-size: 10px;
	color: #404040;
	background-color: #BFF1BC;
	padding-top: 10px;
	padding-bottom: 1px;
	vertical-align:top;
}

.fs_cell_available_over {
	border-bottom: 1px #8A8A8A dotted;
	border-left: 1px #8A8A8A dotted;
	text-align: center;
	font-size: 10px;
	color: #404040;
	background-color: #BFF1BC;
	padding-top: 10px;
	padding-bottom: 1px;
	vertical-align:top;
	font-weight:bold;
	background-color: #7DC07D;
}

.fs_cell_empty {
	border-bottom: 1px #8A8A8A dotted;
	border-left: 1px #8A8A8A dotted;
	text-align: center;
	font-size: 10px;
	color: #404040;
	padding: 2px;
	vertical-align:top;
}

.fs_sitename_look {
	font-weight:bold;
}

.fs_sitename_look a {
	font-weight:bold;
	text-decoration:none;
	color:#32507C;
}

.fs_activity_look {
}

.fs_row_normal {
	background-color:#FFFFFF;
}

.fs_row_hlt {
	background-color: #E9F1F9;
}

.fs_adbox {
	display: none;
	font-size:9px;
}

.fs_adbox a {
	text-decoration:none;
	color:#336699;
}
/* ===========================================================================================*/

