/* Stylesheet */
body {
	margin: none;
	padding: none;
	font: 14px Arial, Helvetica, sans-serif;
	font-family: sans-serif;
	max-width: 100%;
}
p {
	font-size: normal;
	color: black;
	margin: none;
}
h1,
.edit_title {
	font-size: large;
	margin: none;
	padding: none;
	line-height: 0;
}
.edit_title {
	font-weight: bold;
}
label {
	margin-left: 5px;
}
#logo_area {
	left: 0;
	top: 0;
	margin: none;
	padding: 80px 0 0 2%;
	font-size: 36pt;
	color: white;
	border: none;
	width: 98%;
	height: 70px;
	background-image: url('golfbg.jpg');
}
#logo_area p {
	padding: none;
	margin: none;
	font-size: 36pt;
	color: white;
	text-align: left;
}
#map {
	margin: 0 auto;
	width: 50%;
}

/* These styles for the tab strip */
ul#tab_strip {
	width: 100%;
	margin: 10px 2% 0 4%;
	padding: 0px;
	background: none;
	border: 0px;
	height: 41px;
	list-style: none;
}
#tab_strip li {
	height: 32px;
	margin: 8px 2px 0 2px;
	padding: 0 10px 0 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	float: left;
	border: thin solid #595F23;
	line-height: 32px;
}
#tab_strip li img {
	float: left;
	margin: 4px 8px 0px 8px;
}
.notsel {
	background: white;
}
.notsel:hover {
	background: #FFFFDD;
}
.selected {
	background: #595F23;
	color: white;
}

/* These styles for the main content layout*/
#content_main {
	margin: 0 2% 0 2%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: white;
}
#content_main p,
#content_main h2,
#content_main h3 {
	padding: 0 10px 0 10px;
}
.title_area {
	margin: none;
	padding: none;
}
.tips {
	margin: none;
	padding: 5px 0 5px 10px;
}
#page_title {
	margin: none;
	padding: 10px;
	font-size: large;
	font-weight: bold;
}
.save_changes {
	margin-left: 25px;
	border: 1px solid red;
}
.arrows {
	width: 100%;
	border: none;
	margin: 20px 0 20px 0;
/*	min-height: 50px; */
	height: 57px;
}
.arr_left {
	width: 25%;
	float: left;
}
.arr_right {
	width: 25%;
	float: right;
}
.cn_box {
	border: none;
	width: 500px;
	float: right;
	margin: 20px 0 0 0;
}
.cn_pic {
	float: right;
	padding: 5px 20px 0 20px;
}
.cn_caption {
	clear: both; 
	font-size: small;
	text-align: right;
	font-style: italic;
	padding: 0 20px 20px 0;
}
#loading_throbber {
	float: right;
}
.throbber_img {
	margin: 0 20px 0 0;
}

/* These styles for getting tables to look nice */
.bodytable {
	width: 50%;
	margin: 2em auto;
}
.tbl_icon,
td img {
	vertical-align: middle;
	text-align: center;
}
.month {
	width: 33%;
	border: none;
	float: left;
	padding: none;
}
.month table {
	margin: 0 auto;
}
.month th {
	color: white;
	width: 30px;
	height: 30px;
	text-align: center;
}
caption {
	text-align: center;
	font-size: small;
}
.month td {
	width: 30px;
	height: 30px;
	text-align: center;
}
.mid {
	text-align: center;
}
.tab_info {
	border: 0;
	padding: 0;
}

/* Colours */
body,
.alt {
	background: #A2B964;
}
table,
#content_main,
.dock-item2 span,
input,
.tab,
.br {
	border: 1px solid #595F23;
}
.red_bg {
	background: #E15417;
}
.green_bg {
	background: #A2B964;
}
.highlighted_text {
	color: #702941;
}
h1,
.dark,
#page_title,
thead,
tfoot,
th,
.edit_title {
	background: #595F23;
	color: #FFFFFF;
}
.yellow_background,
fieldset,
.tips,
.dock-item2 span,
#login_box {
	background: #FCF141;
}
.white_bg {
	background: white;
}

/* Links */
a img {
	border: none;
}
a.icons:link,
a.icons:visited,
a.icons:active,
a.icons img {
	text-decoration: none;
	color: #6C7B8E;
}
a.icons:hover {
	text-decoration: none;
	color: red;
}
a.selicons:link,
a.selicons:visited,
a.selicons:active,
a.selicons:hover {
	text-decoration: none;
	color: white;
}
a.icons img {
	border: none;
}

/* These styles for the login box*/
#login_box {
	min-width: 100px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#language_box {
	float: right;
	margin: 20px;
	min-width: 100px;
}
.labels {
	text-align: right;
	width: 35%;
}
.fields {
	width: 65%;
}
fieldset span {
	font-size: x-small;
	margin: 0 0 0 1em;
}


/* This style for flag icons on the language bar */
.flags {
	border: none;
	padding: 0 5px 0 5px;
}
#lang_bar {
	margin: 10px 0 10px 10px;
	font-size: small;
}

/* This style to stop forms getting too big */
fieldset {
	max-width: 35%;
	margin: 20px auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
fieldset table {
	border: none;
	padding: none;
	margin: none;
	width: 100%;
}
.bigger {
	max-width: 75%;
}

/* This for the picture gallery */
#tn_strip {
	width: 75%;
	margin: 5% auto;
}
.tn_image {
	margin: 5px;
	padding: 5px;
	text-align: center;
	float: left;
	height: 60px;
}
.tn_image img {
	margin: 0 auto;
}
#fi_disp {
	width: 65%;
/*	margin: 0 auto; */
	float: left;
	text-align: center;
}
#fi_disp img {
	max-width: 600px;
}
.gal_tbl {
	width: 85%;
	margin: 10px auto;
	border: none;
}
.thumbn {
	width: auto;
	height: auto;
}
.gal_tbl_1 {
	width: 10%;
	text-align: center;
}
.gal_tbl_2 {
	width: 30%;
	text-align: center;
}
.gal_tbl_3 {
	width: 50%;
	text-align: center;
}
.gal_tbl_4 {
	width: 10%;
	text-align: center;
}
.gal_tbl td {
	text-align: center;
}
