/*
 * Font family definition(s) [INHERITED: yes]
 */
body, #submit_button, #book_button, #reset_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input, textarea, select, option {
	font-family: Courier, monospace;
}

/*
 * Font size definition(s) [INHERITED: yes all]
 */
body, table, form, input, textarea, select, option, p {
	font-size: 10pt;
	line-height: 1em;
}
h1, h2, h3 {
	font-weight: 100; 
	line-height: 1em; 
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 16pt;
}
tr.ml_head h2, tr.bk_head h2 {
	font-weight: 900;
}
h3 {
	font-size: 12pt;
}
p.block_quote, p.author {
	font-size-adjust: 0.7;
	font-style: italic;
}
p.author {
    font-weight: 900;
	line-height: 1em;
}
.highlight p, .highlight ul {
    font-weight: 900;
	line-height: 1em;
	font-size: 12pt;
}
p.pull_quote_right, p.pull_quote_left, span.pull_quote_right, span.pull_quote_left {
	font-size: 14pt;
	line-height: 1em;
}
span.pull_quote_author {
	font-size: 75%;
	text-align: left;
	line-height: 1.8em;
}
#menu td a.menu {
	font-size: 11pt;
	font-weight: 900; 
/*	line-height: 20px; */
	text-align: center;
	vertical-align: baseline;
}
p.outstanding, tr.tt_head, td.ct_field {
    font-weight: 900;
}
p.secure_alert {
    font-weight: 100;
	line-height: 1em;
	font-size: 12pt;
	text-align: center;
}

/*
 * Color definition(s) [INHERITED: color only]
 */
body, #left, #sitetitle h1, #centre, h1, h2, h3, p {
/*	color: #404560;*/
	color: #666666;
	background-color: transparent;
	background-image: none;
}
body {
	background-color: #FFFFFF;
	background-image: none;
}
table.timetable, table.mail_list, table.contact, table.booking, form, .highlight {
	background-color: #F7FFDD;
	background-image: none;
}
#sitetitle, #sitenav, #pagetitle {
	color: #9933CC;
	background-color: #FFFFFF;
}
#sitenav p.sitenav a:hover {
	color: #FF9900;
}
#menu td a.menu {
	color: #666666;
	background-color: transparent;
	background-image: none;
}
#sitetitle h1 {
	color: #660066;
}
h1 { 
	color: #9933CC;
} 
h2, #menu td a:hover {
	color: #CC33CC;
}
tr.ml_head h2, tr.bk_head h2 {
	color: #CC33CC;
	background-color: #E4FF88;
	background-image: none;
}
h3 {
	color: #FF33CC;
}
p.pull_quote_right, p.pull_quote_left, span.pull_quote_right, span.pull_quote_left {
	color: #99CC00;
}
p.outstanding, span.required {
    color: #FF0000;
}
p.secure_alert {
	color: #6633CC;
	background-color: #E8DFFF;
	background-image: none;
}

/*
 * List style definition(s) [INHERITED: yes]
 */
ol, ul {
}
li {
}

/*
 * Positional definition(s) [INHERITED: text-align only]
 */
body, div, #menu, #left, #centre, table, tr, td, td.tt_start, form, fieldset, h1, h2, h3, p, a {
	margin: 0px;
	border: 0px;
	padding: 0px; 
	width: auto;
	height: auto;
	top: 0px;
	left: 0px;
	vertical-align: top;
}
#left {
	display: none; 
}
#centre {
	position: relative; 
	left: 0; 
	top: 0;
	width: auto; 
	z-index: 0;
	text-align: justify; 
}
#sitetitle {
	display: none; 
}
#sitenav {
	display: none; 
}
#centre a.logo, #centre img {
	display: block;
	margin: 0;
	border: 0;
	padding: 0; 
}
#content {
	position: relative; 
	top: 0;
	padding: 10; 
	z-index: 0;
}
#pagetitle {
	display: none; 
}
#scroll_fade {
	display: none; 
}
#content img.photo_float_left, #content img.photo_float_right {
	display: block; 
	padding: 0;
	z-index: 0;
}
#content img.photo_float_right {
	float: right;
	margin-left: 10;
}
#content img.photo_float_left {
	float: left;
	margin-right: 10;
}
#content img.photo {
	float: none;
	vertical-align: middle;
}
#content img.photo_retreat {
	float: none;
	vertical-align: middle;
	margin-bottom: 5px;
	border: 5px solid #99dd00;
}
#centre p {
	margin-bottom: 1em; 
}
p.block_quote, p.author {
    margin: 0 40;
}
p.author {
    text-align: right;
}
.highlight {
    margin: 10;
    padding: 10 10 5;
}
p.outstanding {
    display: none;
}
p.secure_alert {
    padding: 10;
}
span.pull_quote_right, span.pull_quote_left {
	display: block;
	padding: 10;
	width: 250;
	border-top: 1 solid #000000;
	border-bottom: 1 solid #000000;
}
span.pull_quote_right {
    float: right;
	margin-left: 20;
}
span.pull_quote_left  {
    float: left;
	margin-right: 20;
}
h1, p.author {
	margin-top: 0;
}
h2, h3 {
	margin-top: auto; 
}
li {
	margin-bottom: 5;
}
table.timetable, table.photos, table.mail_list, table.contact, table.booking {
	table-layout: auto;
/*	margin: 0 10 20;
	padding: 0;
	width: auto;
	border: 0;*/
}
table.mail_list, table.booking {
	margin: 0 10;
/*	padding: 10px;*/
}
td.tt_start, td.tt_end, td.tt_act, td.ct_field, td.ct_value {
	padding: 2 5;
	text-align: right; 
	vertical-align: top;
}
td.tt_start {
	width: 13%;
}
td.tt_end {
	width: 13%;
}
td.tt_act {
	width: 74%;
	text-align: left; 
}
tr.photos, td.photos {
	text-align: center;
	vertical-align: middle;
	padding-bottom: 30;
	width: auto;
	border: 0px;
}
td.ml_interests input, td.ml_interests p, td.bk_confirm input, td.bk_confirm p , td.bk_confirm a {
	vertical-align: middle;
}
td.ct_field {
	width: 10%;
	text-align: right;
}
td.ct_value {
	width: 90%;
	text-align: left;
	vertical-align: top;
}
td.bk_phone, td.ml_interests, td.bk_confirm {
	text-align: left;
	vertical-align: text-top;
}
td.bk_diet p {
	text-align: right;
}
tr.ml_head h2, tr.bk_head h2 {
	padding: 0 10;
	text-align: center;
}

/*
 * Link definition(s) [INHERITED: color only]
 */
a:link {
	color: #990099;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #6633CC;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	color: #9900FF;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #FFCC66;
	background-color: transparent;
	text-decoration: none;
}
#content a:hover {
	color: #FF33CC;
	background-color: transparent;
	text-decoration: none;
}
