/* ---------------- CMS'S CORE STYLESHEET (*NOT* FROM CONFIGURATOR!) ---------------- */

@import "/scripts/slimbox2/css/slimbox2.css";

@media print
{
	.noprint {display:none;}	
}

/* COLOURS FROM CONFIGURATOR
ast_bodycolor     = #FFFFFF
ast_fontcolor     = #000000
ast_fontcolor_alt = #314659
ast_altbgcolor    = #e1e1e1
ast_contentcolor  = #FFFFFF
*/

body { margin: 0; }

iframe { border: 0; }

p.left-margin-level1 {margin-left: 2em;}

p.left-margin-level2 {margin-left: 4em;}


fieldset {
	margin: 1em 0;
	border: 1px solid #000;
}

#nav_area_cell {width: 150px; }

#ldcms_main #nav_msb_eclectics,
#ldcms_main #nav_msb_myko,
#ldcms_main #nav_msb_mybookings,
#ldcms_main #nav_msb_cert,
#ldcms_main #nav_msb_stats {display: none;}

#content_area_cell {padding: 10px 5px 1em 10px;}

.alert, .error {
	font-size: larger;
	color: #900;
}

.note { font-size: smaller; }

.sefu-component
{
	font-weight: bold;
	text-decoration: underline;
}

dt {
	margin: 2em 0 0.5em 0;
	font-weight: bold;
}

dd {
	margin: 0.5em 0;
}

dl.ldcms-form dt {
	background-color: #FFFFFF;
	color: #FFFFFF;
	padding: 6px;
}

dl.ldcms-form dd {
	font-weight: bold;
	margin: 0.5em 0 ;
}

dl.ldcms-form dd input,
dl.ldcms-form dd textarea {
	font-size: 14px;
	width:100%;
}


table.files-list tr.even { background-color: #eee; }


/* login page & similar page headers */

#login-userlogin h2,
#login-register h2,
#login-forgottenpassword h2,
#diary-day-header h2,
#gamefinder-header h2
{
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding: 0.25em;
}

.content-list-section
{
	margin: 0.5em 0 0 0 ;
	font-size: larger;
}

.content-list-category1 {margin: 0.25em 0 0 2em;}
.content-list-category2 {margin: 0.25em 0 0 4em;}

#gamefinder-join-confirm,
.gamefinder-game-notes {
	margin-left: 2em;
}

#gamefinder-new { font-size: larger; }

#diary_list_venues { margin-bottom: 0.5em; }

/* GAMEFINDER HTML SNIPPETS FOR HELP */

.ldcms-snippet-gamefinder-help,
.ldcms-snippet-gamefinder-add {
font-size: smaller;
width: 350px;
float: right;
margin: 0 0 0 6px;
}


/* LOGGED-IN USER DETAILS AREA */

#user_details
{
	margin: 0;
	padding: 4px 8px;
	border: 2px solid #000;
	background: #fff;
}

#user_details_name,
#user_details_group
{
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
}

#user_details ul
{
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#user_details li
{
	margin: 0;
	padding: 0;
}

#user_details li a
{
	display: block;
	margin: 4px 0;
}

div.page-text-plain {
	text-align: justify;
	margin: 1em 0;
}

/* ADMIN CAQ */

div.caq-content-view-item h3 {
	clear: both;
	margin-top: 1em;
	padding: 6px 0;
	border-width: 2px 0;
	border-style: dashed;
	border-color: #000;
	text-align: center;
}

div#caq-list-link {
	float: right;
}

/* ADMIN USER LISTINGS */

h3.admin-user-list-title {
	margin: 6px 0;
}

p.admin-user-list-count {
	margin: 6px 0;
	text-align:right;
	color: #999;
}

.admin-user-list-group-buttons {
	margin-top: 6px ;
	float:right;
}


/* admin content area */

.admin-sec-cat {
	margin:1em 0 0 0;
	width:100%;
}

.admin-sec-cat table tr:first-child {
	border-bottom-width: 2px;
}

.admin-sec-cat2 {
	margin-left:2%;
	width:98%;
}

.admin-sec-cat-title {
	width: 70%;
}

.admin-sec-catgroup {
	margin-bottom:2em;
}


#payment-confirm-submit,
div.payment-type {
	border-top: 1px dotted #999;
}

input.awaiting-input {
	background-color:#eee;
	color:#888;
	border-color: #000;
}


/* AUTO-COMPLETE */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	/* background: white url('indicator.gif') right center no-repeat; */
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}


#admin-tabs td {
	font-size: x-small;
}

#admin-tabs a:link,
#admin-tabs a:visited,
#admin-tabs a:hover,
#admin-tabs a:active
{
	color: #FFFFFF;
	background-color: #000;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: x-small;
}

.admin-tab-new,
#admin-tabs a:hover {
	color: #C20000;
}

#admin-tabs a:active {
	color: #999;
}

a.admin-icon-help {
	color: #C20000;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: x-small;
}


/* BASIC ADVERT SLOT STYLING */

.cvad
{
	margin: 0;
	padding: 0;
}

.cvad-banner
{
	margin-bottom: 1em;
	text-align: center;
}


/* TABLE WITH HEADING REPLACEMENT */

div.cv-panel { display: block !important; margin-top: 1em; }

#content_area div.cv-panel > h3
{
	display: block !important;
	margin: 0;
	padding: 4px;
	background-color: #FFFFFF;
	color: #314659;
	line-height: normal;
	font-size: 12px;
}

#content_area div.cv-panel > div
{
	margin: 0;
	padding: 4px;
}

/* ADMIN AREA FORM SUBMIT BUTTONS */
.form-buttons { margin: 0.5em 0 ; }

#con-image-preview img
{
	border-width: 0;
	width: 80px;
}



/* CATEGORY PAGES */

table.category2-header {
	margin-top: 1em;
}




/* MORE 'CATEGORY-NAME' LINKS */

table.page-extra {margin-top: 1em;}

div.content_morepages p
{
	text-align: left;
	margin: 0.5em 0 0.25em 0;
	font-weight: bold;
}

div.content_morepages ul,
#dir-group-list ul
{
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.content_morepages li,
#dir-group-list li
{
	padding: 2px 0 2px 15px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
}

div.content_morepages li
{
	background-image: url(/ldimages/icon_content_view.gif);
}

#dir-group-list li
{
	padding-left: 20px;
	background-image: url(/ldimages/icon_user.gif);
}


ul.plain
{
	list-style: none;
	margin: 0.5em 0;
	padding: 0;
}

ul.plain > li { margin: 0.25em 0; }


.sf-menu { z-index: 9; }
.sf-menu ul { z-index: 99; }
.sf-menu ul ul { z-index: 999; }
.sf-menu ul ul ul { z-index: 9999; }


/* DIARY PAGES */

#diary_header_table {margin-bottom:1em;}

.diary-listing,
.diary-listing td
{
	border: 1px solid #000000 ;
	border-collapse: collapse;
}

.diary-listing {
	margin-top: 1em;
	width: 100%;
}

.diary-listing td {
	padding: 2px;
}

.diary-header-cal {
	padding: 2px;
	border: 1px solid #000000 ;
}

.diary-header-cal td {
	text-align: center;
}

.diary-header-cal .cal_day_null {
	background-color: #FFFFFF;
}

.diary-header-cal .cal_day_free {
	background-color: #fff;
}

.diary-header-cal-manycat .cal_day_event
{
	background-color: #FFFFFF;
	/* background-image: url(/ldimages/cal_px.gif); */
}


.only-show-in-editor-block,
.only-show-in-editor-inline,
.nojq,
body.jq-loaded .jq-not-loaded {
	display: none ;
}

body.mceContentBody .only-show-in-editor-block {
	display: block;
}

body.mceContentBody .only-show-in-editor-inline {
	display: inline;
}

body.mceContentBody .outline-in-editor-thick {
	outline: 4px dashed red;
}

body.mceContentBody .outline-in-editor-thin {
	outline: 1px dotted red;
}

body.mceContentBody .mceNonEditable {
	cursor: not-allowed;
}
body.mceContentBody .mceEditable {
	outline: 1px dashed green;
	cursor: auto;
}
body.mceContentBody .mceEditable:hover {
	outline-style: solid;
}
body.mceContentBody .mceEditable .mceNonEditable {
	outline: 1px dashed red;
}
body.mceContentBody .mceEditable .mceNonEditable:hover {
	outline-style: solid;
	opacity: 0.5;
}



#easy-edit-dialogue > form,
#easy-edit-dialogue > form > div,
#easy-edit-dialogue > form > div > textarea
{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	width: 100% ;
	height: 100% ;
}

#easy-edit-dialogue > form > div > textarea { height: 98%; }

#diary-bulk-edit-wrapper { float: left; }

table#diary-bulk-edit,
table.cv-admin-table {
	empty-cells: show;
	border-collapse: collapse;
	margin-bottom:1em;
}

table#diary-bulk-edit thead,
.cv-admin-table thead { display: table-header-group; }

table#diary-bulk-edit th,
table#diary-bulk-edit td,
.cv-admin-table th,
.cv-admin-table td {
	border: 1px solid #ccc;
	padding: 4px;
}

table#diary-bulk-edit tr,
.cv-admin-table tr {
	background-color: #eee;
}

table#diary-bulk-edit tr.odd,
.cv-admin-table tr:nth-child(odd) {
	background-color: transparent;
}


.page-editlink
{
	display: inline;
	font-weight: normal;
	padding-left: 4px;
}

.page-editlink img {
	border-width:0;
}

/*
.page-title:hover .page-editlink {
	display:inline;
}
*/


.diary-eventdetails {
	background-color: #e1e1e1;
	border: 1px solid black;
	width: 100%;
}

.diary-eventdetails-descrip {
	background-color: #FFFFFF;
}

.cv-box-head {
	background-color: #e1e1e1;
}

td.user-details-form-content-label
{
	white-space: nowrap;
	font-weight: bold;
}


#user-profile-personal { margin-right: 130px; }


#user-profile-pic {
	float: right;
	margin-left: 12px;
	margin-bottom: 4px;
}

#user-profile-pic .cv-box-head {
	display: none;
}

#user-profile-pic div
{
	margin: 0;
	padding: 0;
}

#user-profile-pic img
{
	width: 120px;
	margin: 0;
	padding: 0;
	border-width: 0;
}

#user-profile-email,
#user-profile-dob,
#user-profile-addr {
	margin-top: 1em;
}

form.ldcms-form>div {margin-bottom: 1em;}

form.ldcms-form label
{
	display: block;
	margin: 0;
	font-weight: normal;
}

body.autonl #content_area img { width: 100px ;}



/* ---------------- /css/superfish.css ---------------- */


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	/* background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; */
	/* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	/*background:	url('../images/shadow.png') no-repeat bottom right;*/
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}




/* ---------------- END CORE STYLESHEET, BEGIN STYLESHEET FROM CONFIGURATOR ---------------- */

/* Set up basic styles */
html, body, #content_area_cell {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background:#fff;
}

body.not_administrator {
	background:#314659 url('/files/438/assets/bg.png') top left repeat;
}

/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}




/* Attempt to prevent certain elements re-scaling websites. Key Responsive design tool, too. */
img, table, form, input, textarea, select {
	max-width:100%;
}

/* Make "/status" actually mobile friendly. */
.statusupdate textarea {
	width:auto;
	margin:0;
	width:98%;
	padding:1%;
}


/* Content Area Cell Style */

#content_area_cell {
	padding:0px;
}



/* Font colours, sizes, etc. */
body, p, td, li {
	font-size:14px;
	line-height:1.2em;
	color:#314659;
	font-family:arial, helvetica, sans-serif;
}

p {
	margin:0 0 1em 0;
}

a, a:visited, a:active {
	color:#900;
}
a:hover {
	color:#f00;
}

h1, h2, h3, h4, h5, h6, .page_headers, .PAGE_HEADERS, .header-title b, .sub_headers, .SUB_HEADERS, .header-title, #diary_name b.white, .section-header b.white,  td.white b.white, td[bgcolor="#e1e1e1"] b, .category-page-title.page-title b.page-title a, .category-header .header-title b.white a {
	color:#314659;
	font-weight:normal;
	line-height:1.4em;
	margin:0;
	text-transform:capitalize;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	text-decoration:none;
}
h1 { font-size:2.2em; }
h2, .header-title, .page_headers, .PAGE_HEADERS, #diary_name b.white, .section-header b.white, td.white b.white, td[bgcolor="#e1e1e1"] b, .category-page-title.page-title b.page-title a, .category-header .header-title b.white a { font-size:2.0em; }
h3 { font-size:1.8em; }
h4, .sub_headers, .SUB_HEADERS { font-size:1.6em; }
h5 { font-size:1.4em; }
h6 { font-size:1.2em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .header-title a {
	text-decoration:none;
}

td[bgcolor="#e1e1e1"] b a b {
	font-size:0.5em;
}
.category-header .header-title b.white a {
	font-size:1em !important;
}

.section-header td.white.header-title b {
	font-size:1em;
}

td[bgcolor="#e1e1e1"] {
	background:transparent;
}

.page-morelink a {
	margin-top:10px;
}

.section-header a,  td.white a, td[bgcolor="#e1e1e1"] a, .category-page-title.page-title b.page-title a, .category-header .header-title b.white a {
	text-decoration:none;
}

/* Table Styles */

.table_border_header {
	border:2px solid #32475A;
  border-spacing:0;
  border-collapse:collapse;
}
.table_border_header tr:nth-child(even) {
	background:#eee;
}
.table_border_header tr:nth-child(odd) {
	background:#ddd;
}
.table_border_header tr:hover {
	background:#fff;
}
.table_border_header tr:first-child {
	background:#32475A;
	color:white;
	font-weight:bold;
}
.table_border_header tr:first-child p {
	background:#32475A;
	color:white;
	font-weight:bold;
}
.table_border_header td{
	padding:3px;
}
.table_border_header td p{
	padding:0;
	margin-bottom:0;
}

/* Table Styles NO HEADER */

.table_border {
	border:2px solid #32475A;
  border-spacing:0;
  border-collapse:collapse;
}
.table_border tr:nth-child(even) {
	background:#eee;
}
.table_border tr:nth-child(odd) {
	background:#ddd;
}
.table_border tr:hover {
	background:#fff;
}

.table_border tr:first-child p {
	background:transparent;
	font-weight:bold;
}
.table_border td{
	padding:3px;
}
.table_border td p{
	padding:0;
	margin-bottom:0;
}



/* Members' Side fixes */

#homepage_events_sub4 {
	background-color:transparent;
}
#homepage_events_sub5 {
	border:2px solid #32475A;
  border-spacing:0;
  border-collapse:collapse;
	width:98%;
}
#homepage_events_sub5 tr:nth-child(even) {
	background:##eee;
	border: 1px solid #32475A;
	border-spacing: 0;
	border-collapse: collapse;
}
#homepage_events_sub5 tr:nth-child(odd) {
	background:#ccc;
}
#homepage_events_sub5 tr:hover {
	background:#fff;
}
#homepage_events_sub5 tr:first-child {
	background: #32475A;
	color: white;
	font-weight: normal;
}
#homepage_events_sub5 tr:first-child p {
	background: #32475A;
	color: white;
	font-weight: normal;
}
#homepage_events_header {
	background: #32475A;
	color: white;
	font-weight: normal;
}
#homepage_events_sub5 td{
	padding:3px;
	text-align:left;
}
.ldcms-snippet-gamefinder-help, .ldcms-snippet-gamefinder-add {
	width:600px;
}
.diary-eventdetails-calcol td, .cal_day_free {
	border:1px solid black;
	background:#eee;
}
.diary-eventdetails-calcol table, table.calendar {
  border-spacing:0;
  border-collapse:collapse;
	border:2px solid black;
}
.diary-eventdetails-calcol td.table_content_1, .diary-header-cal .cal_day_null {
	background:#bbb;
}
.diary-eventdetails-calcol td b {
	background:#fff;
	display:block;
	text-align:center;
	width:100%;
height:100%;
}
.diary-eventdetails {
	background:transparent;
}
.cal_day_event { border: 1px solid black; }
.diary-eventdetails-calcol td.cal_day_today, .cal_day_today {
	border:3px solid black;
	background:#fff;
}
#dir-list {
  border-spacing:0;
  border-collapse:collapse;
	width:100%;
	margin-bottom:20px;
}
#dir-list td {
	border:1px solid black;
	padding:3px;
}
#dir-list th {
	border:1px solid black;
	padding:3px;
	background:#999;
	color:white;
}
body.member .homepage_title {
	display:none;
}


/* Hide System Elements */

.datebar, #site-motto, #nav_area_cell, .category_header h2, .action_buttons {
	display:none;
}



/* Hide Navigation Elements */

body.logged_out #nav_events, #nav_register, #nav_login, #nav_logout, #nav_area_cell, #nav_contact {
	display:none !important;
}



/* Knockout Tables */

.knockout_border, .KNOCKOUT_BORDER {
	border:1px solid #666;
}

.knockout_header, .KNOCKOUT_HEADER {
	background:#666;
	color:white;
	padding:5px;
}

.knockout_dates td.knockout_rows, .knockout_dates td.KNOCKOUT_ROWS {
	background:#999;
	padding:5px;
	border:0;
}

.knockout_rows, .KNOCKOUT_ROWS {
	border:1px solid #999;
	padding:5px;
	background:#eee;	
}

.knockout_winner {
	border:1px solid #999;
	color:black;
	font-weight:bold;
	font-size:1.5em;
	padding:5px;
	text-align:center;
}

.knockout_border td.knockout_rows:hover, .KNOCKOUT_BORDER td.KNOCKOUT_ROWS:hover {
	background-color:#ddd !important;
	color:black !important;
}

.knockout_border td.knockout_winner:hover, .KNOCKOUT_BORDER td.knockout_winner:hover {
	background-color:#ffc !important;
	color:black !important;
}

.knockout_border tr.knockout_dates td:hover, .KNOCKOUT_BORDER tr.knockout_dates td:hover {
	background-color:#999 !important;
	color:black !important;
}

.knockout_border td, .KNOCKOUT_BORDER td {
	box-shadow:inset 0 0 15px rgba(0,0,0,0.3);
}

#content_area form table {
	background:transparent !important;
}

#login-userlogin h2, #login-register h2, #login-forgottenpassword h2, #diary-day-header h2, #gamefinder-header h2 {
	font-size: 1.7em;
	color: #000000;
}


.ldcms-snippet-login-page {
	float: left;
	width: 45%;
}

#login-register, #login-userlogin {
	float: left;
	width: 45%;
	clear:left;
	margin-bottom:1em;
}

#login-forgottenpassword{
	float: right;
	clear:right;
	width: 45%;
}

body.administrator #content_area_cell td[bgcolor="#000000"], body.administrator #content_area_cell table[bgcolor="#e1e1e1"] tbody > tr > td {
	background:#E1E1E1 !important;
}



/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/* Styles below this line are sepcific to the club's site. */
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/


.description-text {
	padding:0;
}

.description-img {
	display:none;
}

#wrapper {
	width:95%;
	max-width:1200px;
	margin:0 auto;
	background-color:white;
	box-shadow: 0 0 30px black, 0 0 60px black;
}

#header {
	position:relative;
	z-index:99;
}

#headerpics {
	z-index:-1;
}

#logobox {
	position:absolute;
	top:0;
	left:0px;
	width:96%;
	padding:1% 2%;
	background: url('/files/438/assets/logobg.png') top left repeat;
	z-index:999999999;
}

#mobilelogo {
	display:none;
}

#logo {
	display:inline-block;
	margin:0;
	width:65%;
}

#logo img {
	height:100%;
}

#logobox .whitebutton {
	width:30%;
	float:right;
	clear:none;
	margin-top:24px;
}

#navi {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	border-top:1px solid white;
	background:url('/files/438/assets/navbg.png') top left repeat;
	z-index:999999999;
	min-height:32px;
}

#sliderprogress {
	position:absolute;
	top:0;
	left:0;
	height:2px;
	width:0%;
	background:rgba(255, 255, 255, 0.5);
	z-index:9999999999999;
}

#navi ul, #navi ul li, #navi ul li a {
	margin:0;
	padding:0;
	line-height:32px;
	color:white;
	text-shadow:0px 1px black;
	border:0;
	background:transparent;
}

#navi ul {
	padding:0px 30px;
}

#navi ul li a {
	padding:0px 23px;
	transition:0.5s;
	background:transparent;
}

#navi ul li a:hover {
	transition:0s;
	color:yellow;
	background:rgba(0, 0, 0, 0.2);
}

#navi ul li ul {
	top:32px;
	left:0;
	margin:0;
	padding:0;
}

#navi ul li ul li ul {
	top:0px;
	left:200px;
	margin:0;
	padding:0;
}

#navi ul li ul li a {
	transition:0s;
	color:yellow;
	background:rgba(0, 0, 0, 0.8);
	width:151px;
	padding:0 24px;
}

#navi ul li ul li a:hover {
	transition:0s;
	color:yellow;
	background:rgba(0, 0, 0, 0.5);
}

.button, .whitebutton, .page-morelink a {
	border-radius:4px;
	border:1px solid #32475A;
	background:#3B5062 url('/files/438/assets/button.png') top right repeat-x;
	color:white !important;
	text-decoration:none;
	display:block;
	line-height:30px;
	height:auto;
	width:100%;
	text-indent:10px;
	box-shadow: 0px 4px 0px #32475A;
}
.button280 {
	border-radius:4px;
	border:1px solid #32475A;
	background:#3B5062 url('/files/438/assets/button.png') top right repeat-x;
	color:white !important;
	text-decoration:none;
	display:block;
	line-height:30px;
	height:auto;
	width:280px;
	text-indent:10px;
	box-shadow: 0px 4px 0px #32475A;
}

.whitebutton {
	background:#e1e1e1 url('/files/438/assets/whitebutton.png') top right repeat-x;
	border-color:#BBBBBB;
	color:#333333 !important;
	margin-top:15px;
	box-shadow: 0px 4px 0px #AAAAAA;
}

.button:hover, .whitebutton:hover, .button280 {
	background:#3B5062 url('/files/438/assets/button.png') bottom right repeat-x;
}

.whitebutton:hover {
	background:#fff url('/files/438/assets/whitebutton.png') bottom right repeat-x;
	color:#000 !important;
}

#footer {
	background:#131C24 url('/files/438/assets/footerbg.png') bottom right no-repeat;
	padding:0px 30px;
}

#footer:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#footer1 {
	padding:30px;
	width:240px;
	float:left;
	background:#0E151B;
	text-align:center;
}

#footer2 {
	padding:30px;
	float:left;
}

#footer3 {
	padding:30px;
	float:right;
}

#footer p {
	margin:0;
	padding-bottom:1em;
	color:white;
}

#footer h5 {
	color:#FFBF00;
}

#footertable td {
	padding-right:15px;
}

#footer a {
	color:white !important;
	text-decoration:none;
	border:0;
}

#footer a img {
	border:0;
}

#contentwrap {
	padding:0px 30px;
}

body.not_administrator .twocolumn {
	width:100% !important;
}

body.not_administrator .twocolumn > tbody > tr, body.not_administrator .twocolumn > tbody,  body.not_administrator .twocolumn {
	display:block;
}

body.not_administrator .twocolumn > tbody > tr > td:first-child {
	padding-left:30px;
	padding-right:0px;
	padding-top:13px;
}

.twocolumn > tbody > tr > td:first-child {
	padding-right:30px;
	width:810px;
	float:right;
	display:block;
}

.twocolumn > tbody > tr > td:last-child {
	width:280px;
	padding:10px;
	background:#CEC19B;
	float:left;
	display:block;
}

.twocolumn > tbody > tr > td:last-child h4 {
	padding-bottom:8px;
}

.twocolumn > tbody > tr > td:last-child a {
	color:#900;
	text-decoration:none;
}

.twocolumn > tbody > tr > td:last-child a:hover {
	color:#f00;
}

#homepage-content-events {
	display:none;
}

.twocolumn > tbody > tr:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

hr {
	border:0;
	border-bottom:1px solid #314659;
}

.greybox td:nth-child(odd), .twocolumn > tbody > tr > td:last-child td.section-page-title.page-title {
	width:30.9%;
	padding:1.2346% ;
	background:#E4E4E4;
	outline:1px solid #E4E4E4;
	border:1px solid white;
}
body.logged_out.homepage .greybox td:nth-child(odd), body.logged_out.homepage .twocolumn > tbody > tr > td:last-child td.section-page-title.page-title {
	width:48%;
	padding:1.5% ;
	background:#E4E4E4;
	outline:1px solid #E4E4E4;
	border:1px solid white;
}


td.section-page-title.page-title a {
	color:#900;
	text-decoration:none;
}

li.page-title a {
	font-weight:bold;
	text-decoration:none;
}

td.section-page-title.page-title a:hover {
	color:#f00;
}

.twocolumn > tbody > tr > td:last-child td.section-page-title.page-title {
	width:95.9%;
	padding:2%;
	border:1px solid #CEC19B !important;
}

.greybox td:nth-child(odd) img {
	width:100%;
	height:auto;
}

.greybox td:nth-child(odd) h4 {
	border-bottom: 1px solid #314659;
	margin-bottom:10px;
}

.greybox2 > tbody > tr > td:nth-child(odd) {
	width:94.9%;
	padding:2.5% ;
	background:#E4E4E4;
	outline:1px solid #E4E4E4;
	border:1px solid white;
}

.greybox2 > tbody > tr > td:nth-child(odd) img {
	width:100%;
	height:auto;
	float:left;
}

.greybox2 > tbody > tr > td:nth-child(odd) h4 {
	border-bottom: 1px solid #314659;
	margin-bottom:10px;
}

.greybox2 > tbody > tr > td  td:nth-child(1) {
	width:48%;
	padding-right:4%;
}

.greybox2 > tbody > tr > td  td:nth-child(2) {
	width:48%;
}


.page-half-left {
float: left;
width:100%;
margin: 0 0 1em 0 !important;
}

.page-half-right {
float: right;
width:40%;
margin: 0;
}

.page-half-left h2, #aside h2 {
	text-align:left;
	font-size:1.8em;
}

#latest {
width: 70%;
float:left;
margin: 0 auto !important;
padding:0 !important;
text-align: center;
}

#aside {
width: 26%;
float: right;
padding: 1em 0 0 0 !important;
}

#aside img {
	text-align:center;
	margin:0 auto;
	width:80%;
}

.page-thumbnail {
	padding-right:10px;
}

.page-teaserthumb {
	padding-top:10px;
}

.category-pages-list.category1-pages-list.pages-list .page-morelink a {
	width:25%;
	float:right;
	margin-left:5%;
}

body.administrator .map1, body.administrator .map2 {
		display:block;
	}

#newshere {
	display:block;
	height:340px !important ;
	overflow-y:auto;
}
body.homepage #newshere {
	height:340px;
}


#login-forgottenpassword, #login-userlogin {
	width: 45%;
	padding: 1%;
	margin: 1%;
	float: left;
	height: 150px;
	background: #ececec;
	border-radius: 10px;
	border: 1px solid #dbdbdb;
}
#login-register {
	display:none;
}
#login-userlogin h2, #login-register h2, #login-forgottenpassword h2, #diary-day-header h2, #gamefinder-header h2 {
	background-color: transparent;
	font-weight: normal;
	padding: 0.25em;
}
.ldcms-snippet-login-page {
	float: left;
	width: 99%;
	margin: 15px 10px 0px 10px;
}


/***** SCORE CARD TABS *****/
ul.tabs {
	margin:0 !important;
	padding:0;
}
ul.tabs li {
	list-style:none;
	display:inline;
	border-radius: 4px 4px 0 0;
}
ul.tabs a {
	padding: 5px 12px;
	display:inline-block;
	color:#000;
	text-decoration:none;
	border-radius: 4px 4px 0 0;
	background: #f1f1f1;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
ul.tabs a.white-tab {
	padding: 5px 12px;
	display:inline-block;
	color:#000;
	text-decoration:none;
	border-radius: 4px 4px 0 0;
	background: #f1f1f1;
}
/*
ul.tabs a.white-tab:active {
	background: #f1f1f1;
}
*/
ul.tabs a.white-tab {
	padding: 5px 12px;
	display:inline-block;
	color:#000;
	text-decoration:none;
	border-radius: 4px 4px 0 0;
	background: #f1f1f1;
}
ul.tabs a.white-tab:active {
	background: #cccccc;
}
ul.tabs a.yellow-tab {
	padding: 5px 12px;
	display:inline-block;
	color:#000;
	text-decoration:none;
	border-radius: 4px 4px 0 0;
	background: #ffcc00;
}
ul.tabs a.yellow-tab:active {
	background: #ff9900;
}
ul.tabs a.blue-tab {
	padding: 5px 12px;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	border-radius: 4px 4px 0 0;
	background: #003399;
}
ul.tabs a.blue-tab:active {
	background: #003366;
}
ul.tabs a.red-tab {
	padding: 5px 12px;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	border-radius: 4px 4px 0 0;
	background: #990000;
}
ul.tabs a.red-tab:active {
	padding: 5px 12px;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	border-radius: 4px 4px 0 0;
	background: #660000;
}
/*
ul.tabs a.active {
	background:#003399;
	color:#fff;
	border-top: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	border-left: 1px solid #ECECEC;
}
*/
div#tab1, div#tab2, div#tab3, div#tab4 {
	background-color: white;
	padding: 5px;
	border-radius: 0 5px 5px 5px;
	-webkit-box-shadow: 0px 3px 7px rgba(50, 50, 50, 0.40);
	-moz-box-shadow:  0px 3px 7px rgba(50, 50, 50, 0.40);
	box-shadow:  0px 3px 7px rgba(50, 50, 50, 0.40);
	margin-bottom: 3%;
}
div#tab1 h3, div#tab2 h3, div#tab3 h3, div#tab4 h3 {
	color: #382d2d;
	text-align: center;
	text-transform: capitalize;
}
/************************* WHITE ******************************/
#gradient-style-white {
	font-size: 1em;
	text-align: center;
	border-collapse: collapse;
	width: 100%;
}
#gradient-style-white th {
	font-size: 16px;
	font-weight: normal;
	padding: 4px 8px;
	background: rgb(248, 248, 248);
	border-top: 2px solid rgb(236, 236, 236);
	border-bottom: 1px solid #fff;
	color: rgb(51, 50, 50);
}
#gradient-style-white td {
	padding: 4px 8px;
	border-bottom: 1px solid #fff;
	color: #373737;
	border-top: 1px solid #fff;
	background: rgb(236, 236, 236);
}
#gradient-style-white td.hole-title {
	color: rgb(5, 33, 128);
	font-style: italic;
	text-align: center;
	text-transform: capitalize;
}
#gradient-style-white tfoot tr td {
	background: rgb(230, 230, 230);
	font-size: 12px;
	color: #373737;
}
#gradient-style-white tbody tr:hover td {
	background: rgb(230, 230, 230);
}
/************************* YELLOW******************************/
#gradient-style-yellow {
	font-size: 1em;
	text-align: center;
	border-collapse: collapse;
	width: 100%;
}
#gradient-style-yellow th {
	font-size: 16px;
	font-weight: normal;
	padding: 4px 8px;
	background: rgb(248, 248, 5);
	border-top: 2px solid rgb(236, 236, 236);
	border-bottom: 1px solid #fff;
	color: rgb(51, 50, 50);
}
#gradient-style-yellow td {
	padding: 4px 8px;
	border-bottom: 1px solid #fff;
	color: #373737;
	border-top: 1px solid #fff;
	background: rgb(236, 236, 236);
}
#gradient-style-yellow td.hole-title {
	color: rgb(5, 33, 128);
	font-style: italic;
	text-align: center;
	text-transform: capitalize;
}
#gradient-style-yellow tfoot tr td {
	background: rgb(230, 230, 230);
	font-size: 12px;
	color: #373737;
}
#gradient-style-yellow tbody tr:hover td {
	background: rgb(230, 230, 230);
}
/************************* RED******************************/
#gradient-style-red {
	font-size: 1em;
	text-align: center;
	border-collapse: collapse;
	width: 100%;
}
#gradient-style-red th {
	font-size: 16px;
	font-weight: normal;
	padding: 4px 8px;
	background: rgb(252, 45, 37);
	border-top: 2px solid rgb(236, 236, 236);
	border-bottom: 1px solid #fff;
	color: #ffffff;
}
#gradient-style-red td {
	padding: 4px 8px;
	border-bottom: 1px solid #fff;
	color: #373737;
	border-top: 1px solid #fff;
	background: rgb(236, 236, 236);
}
#gradient-style-red td.hole-title {
	color: rgb(5, 33, 128);
	font-style: italic;
	text-align: center;
	text-transform: capitalize;
}
#gradient-style-red tfoot tr td {
	background: rgb(230, 230, 230);
	font-size: 12px;
	color: #373737;
}
#gradient-style-red tbody tr:hover td {
	background: rgb(230, 230, 230);
}
/************************* BLUE ******************************/
#gradient-style-blue {
	font-size: 1em;
	text-align: center;
	border-collapse: collapse;
	width: 100%;
}
#gradient-style-blue th {
	font-size: 16px;
	font-weight: normal;
	padding: 4px 8px;
	background: rgb(0, 51, 153);
	border-top: 2px solid rgb(236, 236, 236);
	border-bottom: 1px solid #fff;
	color: #ffffff;
}
#gradient-style-blue td {
	padding: 4px 8px;
	border-bottom: 1px solid #fff;
	color: #373737;
	border-top: 1px solid #fff;
	background: rgb(236, 236, 236);
}
#gradient-style-blue td.hole-title {
	color: rgb(5, 33, 128);
	font-style: italic;
	text-align: center;
	text-transform: capitalize;
}
#gradient-style-blue tfoot tr td {
	background: rgb(230, 230, 230);
	font-size: 12px;
	color: #373737;
}
#gradient-style-blue tbody tr:hover td {
	background: rgb(230, 230, 230);
}


/* I DONT RECALL WHY THIS IS HERE. COMMENTED OUT TO FIX NEWS PAGES.
.pages-list {
	display:none;
} */



.homepage #news{
	max-height: 290px;
}
body.section-1050 .twocolumn > tbody > tr > td:last-child {
	height:500px;
}

body.section-1051 p#newshere {
	height: 340px;
}
















@media all and (min-width:1025px) {

	.section-1051 table.greybox2 {
		display: block;
		height: 590px;
	}

}





@media all and (max-width:1300px) {

	#logobox {
	}

	#logo {
		display:inline-block;
		margin:0;
		width:60%;
	}

	#logo img {
	}

	#logobox .whitebutton {

	}

	#wrapper {
		width:1000px
	}
		
	#footer1 {
		height:375px;
	}

	#footer2 {
		float:right;
	}

	#footer3 {
		clear:right;
	}

	.twocolumn > tbody > tr > td:first-child {
		width:610px;
	}

	#navi > ul > li > a {
		padding:0px 10px;
	}
		
	#footer3, #footer2 {
		width:570px;
	}

	.greybox td:nth-child(odd) {
		width:94.5% !important;
		padding:2.5% !important;
		display:block;
		float:left;
		clear:both;
		margin-bottom:1.4em;
	}

	.greybox td:nth-child(even) {
		display:none;
	}

	.page-half-left {
		float: left;
		width:100%;
		margin: 0 0 1em 0 !important;
	}
	.page-half-right {
		float: right;
		width:40%;
		margin: 0;
	}

	#latest {
		width: 70%;
		float:left;
		padding:1em 1.5em 1em 0 !important;
	}
	#aside {
		width: 26%;
		float: right;
		padding: 1em 0 0 0 !important;
	}

}































#menu, .navmenu {
	display:none;
}

@media all and (max-width:1024px) {

	#mobilelogo {
		display:block;
	}

	#logo img {
		height:auto;
	}

	#desktoplogo {
		display:none;
	}

	#wrapper {
		width:90%;
	}

	#footer {
		padding:0;
	}
		
	#footer1, #footer2, #footer3 {
		clear:both;
		width:95%;
		padding:2.5%;
		height:auto;
	}

	#contentwrap {
		padding:0px 10px;
	}

	body.not_administrator .twocolumn > tbody > tr > td:first-child, .twocolumn > tbody > tr > td:last-child {
		width:95% !important;
		padding:2.5%;
		float:none;
		display:block;
		margin:0 0 1em;
	}

	#homepage-content-events {
		display:none;
	}

	.twocolumn > tbody > tr:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	#logobox {
		height:auto;
		width:85%;
		padding:30px 12.5% 30px 2.5%;
		background:transparent;
	}

	#logo {
		width:30%;
		float:left;
		margin:0;
	}

	#logobox:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
	}

	.whitebutton {
		width:200px;
		margin-right:0%;
		position:absolute;
		bottom:34px;
		right:55px;
	}

	#navi > ul > li > a {
		padding:0px 5px;
	}

#menu {
		background:transparent;
		display:block;
		border:0;
		color:white;
		font-size:16px;
		color:black;
		padding: 0em 0.5em;
		width:auto;
		cursor:pointer;
		line-height:40px;
		color:white;
	}

	#menu:hover {
		color:yellow;
	}

	#navi {
		width:100%;
		position:static;
	}

	#navi:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	#navi ul, #navi ul li ul {
		display:none !important;
		width:100%;
		position:static;
		left:0;
		top:0;
		margin:0;
		padding:0;
	}

	#navi ul.active, #navi ul li ul.active {
		display:block !important;
		visibility:visible !important;
	}

	#navi ul li {
		max-height: 0 !important;
		-webkit-transition: max-height 0.8s;
		-moz-transition: max-height 0.8s;
		transition: max-height 0.8s;
	}

	#navi ul.active li {
		max-height: 800px !important;
	}

	#navi ul li, #navi ul li a, #navi ul li ul li, #navi ul li ul li a {
		width:100%;
		display:block;
		float:left;
		clear:both;
		padding:0;
		line-height:40px;
		border-radius: 0 !important;
	}

	#navi ul li a, #navi ul li ul li a {
		text-indent:10px;
		background:transparent;
		transition:0.25s;
	}

	#navi ul li ul li a, #navi ul li ul li a:hover {
		background:transparent;
		text-indent:25px;
		font-weight:bold !important;
	}

	#navi ul li ul li a:hover {
		text-indent:40px !important;
		background:rgba(255, 255, 255, 0.4) !important;
		transition:0.25s !important;
	}

	#navi ul li a:hover, #navi ul li ul li a:hover {
		text-indent:10px;
		background:rgba(255, 255, 255, 0.15);
		color:white;
		font-weight:bold;
		transition:0;
	}

	#navi ul li ul li a:hover {
		color:black;
	}

	.navmenu {
		display:block;
		width:40px;
		height:40px;
		position:absolute;
		top:0;
		right:0;
		background:url('/files/488/assets/navdrop.png') top left no-repeat;
		cursor:pointer;
		transition:0.5s all;
	}

	.navmenu.clicked {
		background-position:bottom left;
	}

	#login-forgottenpassword, #login-userlogin {
		width: 93%;
		padding: 2%;
		margin: 0% 0 20px 8px;
		float: left;
		height: auto;
		background: #ececec;
		border-radius: 10px;
		border: 1px solid #dbdbdb;
	}
	#login-userlogin form td input, #login-forgottenpassword td input {
	display: block;
	width: 90%;
	margin: 0 auto;
	}

}

























@media all and (min-width:601px) {

	.map1 {
		display:block;
	}
	body.not_administrator .map2 {
		display:none;
	}

}







@media all and (max-width:600px) {

		#dir-list th {
			display:none !important;
		}

		#dir-list td {
			border:0px;
		}

		#dir-list tbody >tr > td:first-child {
			width:100%;
			display:block;
			border:0px;
		}
		#dir-list td:nth-child(2), #dir-list td:nth-child(3) {
			width:40%;
			border:0px;
		}
		#dir-list td:nth-child(4), #dir-list td:nth-child(5) {
			display:none;
		}

		#dir-list-text {
			display:none;
		}

	.tablesplit td {
		display:block;
		width:100% !important;
		padding:0px;
		margin:5px;
	}

	.tablesplit td:nth-child(2) {
		display:none;
	}


	#logobox .whitebutton {
		width:100%;
		float:none;
	}

	#logo img, #logo {
		margin:0 auto;
		width:90%;
		display:block;
	}

	#logo img#desktoplogo {
		display:none;
	}

	#login-userlogin td, #login-register td, #login-forgottenpassword td {
		display:block;
		float:left;
		width:100%;
	}

	.map1 {
		display:none;
	}
	body.not_administrator .map1 {
		display:none;
	}
	body.not_administrator .map2 {
		display:block;
	}

	.category-pages-list.category1-pages-list.pages-list .page-morelink a {
		width:100%;
		margin:10px 0 0 0;
	}

	#logo, .whitebutton {
		clear:both;
		float:none;
		width:75%;
		margin:15px auto;
		position:static;
	}

	.greybox2 > tbody > tr > td  td:nth-child(1), .greybox2 > tbody > tr > td  td:nth-child(2) {
		width:100%;
		padding:0;
		display:block;
	}

	#footer table td {
		display:block;
		float:left;
		clear:both;
		width:100%;
	}

	.greybox2 > tbody > tr > td:nth-child(odd) img {
		float:none;
	}

	#footer table td p {
		padding:0 0 0em;
		margin:0;
	}

	#footer table td:last-child {
		display:block;
		padding-bottom:1em;
	}

	#logobox {
		position:static;
		margin:0 auto;
		width:80%;
		padding:0px 10% 10px;
		background: url('/files/438/assets/logobg.png') top left repeat;
	}

	#logo {
		max-width:300px;
		margin:0 auto;
		padding-top:15px;
	}

	.litebox-overlay .litebox-inline-html {
		width: 90% !important;
	}
}






/* REQUIRED for core functionality */

.responsive-tabs div { padding: 1em 0 0 0 !important;}

.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: inline; cursor:pointer;}


@media (max-width: 767px) {
	.responsive-tabs__list { display: none;}
	.responsive-tabs__heading { display: block; cursor: pointer; margin-bottom: .7em !important;}
	.responsive-tabs__panel--closed-accordion-only { display: none;}

	#aside, #latest {
		width:100%;
		float:none;
	}
}

@media (min-width: 768px) {
	.responsive-tabs__panel--closed-accordion-only { display: block !important;}
.responsive-tabs p span.h-color-blue { background-color: rgb(6, 31, 160); width:50px; height:60px; display: inline-block; border-radius:50%; line-height: 3em;}
.responsive-tabs p span.h-color-white { background-color: rgb(176, 177, 177); width:50px; height:60px; display: inline-block; border-radius:50%; line-height: 3em;}
.responsive-tabs p span.h-color-yellow { background-color: rgb(243, 243, 2); width:50px; height:60px; display: inline-block; border-radius:50%; line-height: 3em;}
.responsive-tabs p span.h-color-red { background-color: rgb(248, 6, 6); width:50px; height:60px; display: inline-block; border-radius:50%; line-height: 3em;}
}

/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs-wrapper { 
	clear: both;
	zoom: 1; 

}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus { outline: 1px solid #ccc;  }

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { outline: none !important;}

.responsive-tabs__list { font-size: .8em; margin: 2em 0 0 0 !important; padding: 0 !important;border-bottom: 1px solid #ddd !important; padding-bottom:9px !important; line-height: .9em;}
.responsive-tabs__list__item { background: #eee; padding: 10px 15px !important; display: inline-block; margin: 0 .5em .7em 0 !important; border-top-left-radius: 5px; border-top-right-radius: 5px;border: 1px solid #ddd; }
.responsive-tabs__list__item:hover {background: #efefef }
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {  background: #fff; border-bottom-color: #fff;}

.responsive-tabs__panel { margin-bottom: 50px !important;}

.responsive-tabs p span { margin-right: 2em; font-weight: bold;}
.responsive-tabs p span.h-color-blue { background-color: rgb(6, 31, 160); width:50px; height:50px; display: inline-block; border-radius:50%; line-height: 3em;}
.responsive-tabs p span.h-color-white { background-color: rgb(176, 177, 177); width:50px; height:50px; display: inline-block; border-radius:50%; line-height: 3em;}
.responsive-tabs p span.h-color-yellow { background-color: rgb(243, 243, 2); width:50px; height:50px; display: inline-block; border-radius:50%; line-height: 3em;}
.responsive-tabs p span.h-color-red { background-color: rgb(248, 6, 6); width:50px; height:50px; display: inline-block; border-radius:50%; line-height: 3em;}

@media (max-width: 767px) {
	.responsive-tabs__heading { 
		padding: 0.5em !important;
		border-radius: 5px; 
		border: 1px solid #ccc !important;
		background: #efefef;
		position: relative;
	}

	.responsive-tabs__heading:after {
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #000;
	}
	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover { background-color: #f7f5f5;}
	.responsive-tabs__heading--active { background: #fff;}
	.responsive-tabs__heading--active:after {
		border-bottom: 10px solid #000;
		border-top:0;
	 }

.responsive-tabs p span { margin-right !important; 1em; font-weight: bold;}
.responsive-tabs p span.h-color-blue { background-color: rgb(6, 31, 160); width:50px; height:50px; display: inline-block; border-radius:50%; line-height: 3em;}
.responsive-tabs p span.h-color-white { background-color: rgb(176, 177, 177); width:50px; height:50px; display: inline-block; border-radius:50%; line-height: 3em;}
.responsive-tabs p span.h-color-yellow { background-color: rgb(243, 243, 2); width:50px; height:50px; display: inline-block; border-radius:50%; line-height: 3em;}
.responsive-tabs p span.h-color-red { background-color: rgb(248, 6, 6); width:50px; height:50px; display: inline-block; border-radius:50%; line-height: 3em;}
}

/* END - Optional - Basic Skin */

.fullwidthimage {
display: block;
float: none;
margin: 0 auto 1em  !important;
width: 98%;
min-width: 200px;
padding: 1% !important;
-webkit-box-shadow: 0px 4px 8px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 4px 8px rgba(50, 50, 50, 0.75);
box-shadow: 0px 4px 8px rgba(50, 50, 50, 0.75);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
body.not_administrator .description-img {
display: none;
}


/*Added to make this appear in style dropdown*/
.scorecardlink {
	font-size:1em;
	display: block;
	width: 100%;
}

.scorecardlink:hover {
	color: #ff0000;
	transition: 0s;
}




body.section-1059.category-__ #header,
body.section-1059.category-__ #footer
{
display: none;
}
body.section-1059.category-__ .page_header {
	text-align:center;
	line-height:40px;
}



.litebox-overlay .litebox-inline-html {
	padding:2.5% !important;
	width:95% !important;
}
body.logged_out .no-display {
	display:none;
}
#menuone, #menutwo, #menuthree {
	width:100%
}



#diary_here
{
height: 250px;
overflow-y: scroll;
display: block;
overflow-x: hidden;
}
#diary_here img {
	width: 16px !important;
	height: 15px !important;
}


.cv-box-head {
	background-color: #e1e1e1;
	margin: 10px 0px;
	padding: 0px 10px;
	width:100%;
	display:block;
}
#user-profile-personal {
	margin-right:20px;
}	
.cv-box-cont {
	padding:10px;
}	
















body.administrator .email-surround {
	max-width: 600px !important;
}
table.email-outer {
	width: 100%
}
table.email-header {

}
table.email-content {
	max-width: 600px !important;
	padding: 15px;
}
table.email-footer {
	background-color: #596b79;
}
table.email-footer p {
	color: white !important;
}
table.email-footer p a {
	color: #ffffff !important;
}



.email-img-align-left {
	float: left;
	width: 40%;
	margin: 0px 15px 10px 0px  !important;
	padding: 1px !important;
	border: 3px solid #cccccc !important;
	display:block;
}
body.administrator .email-img-fullwidth {
	max-width: 560px !important;
}
.email-img-fullwidth {
	float: none;
	width: 100%;
	margin: 0px 0px 10px 0px  !important;
	padding: 1px !important;
	border: 3px solid #cccccc !important;
	display:block;
}



@media (min-width: 320px) and (max-width: 600px) {

.email-surround {
	max-width: 600px;
	min-width: 320px;
	width: 100% !important;
}

	table.email-outer {
		width: 100%;
		display: block;
	}
	table.email-header {
		width: auto;
	}
	table.email-content p {
		font-size: 14px  !important;
	}
	table.email-footer p {
		color: white !important;
		font-size: 12px  !important;
	}

	.email-img-align-left {
		float: none;
		width: 98%;
		margin: 0px 0px 10px 0px  !important;
		padding: 1px !important;
		border: 3px solid #cccccc !important;
		display:block;
	}
	.email-img-fullwidth {
		float: none;
		width: 98%;
		margin: 0px 0px 10px 0px  !important;
		padding: 1px !important;
		border: 3px solid #cccccc !important;
		display:block;
	}

.button280 {
	border-radius:4px;
	border:1px solid #32475A;
	background:#3B5062 url('/files/438/assets/button.png') top right repeat-x;
	color:white !important;
	text-decoration:none;
	display:block;
	line-height:30px;
	height:auto;
	width:100%;
	text-indent:10px;
	box-shadow: 0px 4px 0px #32475A;
}

}


/*styles for the responsive diary*/

.topdiary1menu.button,
.topdiary3 .collapse-toggle a,
h3.collapse-toggle a
{
	display: block;
	border-radius: 4px;
	border: 1px solid #32475A;
	background: url("/files/438/assets/button.png") repeat-x scroll right top;
	color: #fff !important;
	text-decoration: none;
	display: block;
	line-height: 30px;
	height: auto;
	width: 100%;
	text-indent: 10px;
	box-shadow: 0px 4px 0px #32475A;
}
.topdiary1menu.button,
.topdiary3 .collapse-toggle a {
	cursor: pointer;
}
.topdiary3 .collapse-toggle a span.collapse-arrow {
	display: none;
}
#content_area .topdiary3 div.cv-panel > h3 {
	display: block !important;
	margin: 0;
	padding: 0px;
	background-color: transparent; 
}
.topdiary3 .ldcms-snippet-diary-help {

} 
#diary_list_calendars b.white, #diary_name b.white {
	display:none;
}
#diary_name {
	border-bottom: 0px !important;
}
span.collapse-arrow {
	display: none;
}



@media all and (max-width:768px) {
	.diary-eventdetails-calcol table, table.calendar {
    		border-spacing: 0px;
    		border-collapse: collapse;
 		margin: 10px auto !important;
	}
	td.topdiary2 form:nth-child(2) div:first-child{
		margin: 0 auto!important;
		display: block;
		text-align: center
	}
	.topdiary1menu.button {
		width: 100% !important;
	}

	.ldcms-snippet-diary-help h5 {
		margin-top:10px !important;
	}
	.diary-listing, .diary-listing td, .diary-listing tr {
		border:0;
	}
	.diary-listing tr {
		border-bottom: 1px solid grey;
	}
	tr.table_content_1.diary-listing-date {
		background-color: #e7f0ff;
		color: #0D3491;
		font-size: 14px;
	}
	.diary-listing tr a {

	}
	.diary-listing tr a:hover {

	}
	.diary-listing .diary-listing-date {

	}
	.diary-listing tr:hover {

	}
	.diary-listing .diary-listing-header {
		display:none;
	}
	.diary-listing td {
		display:block;
		float:left;
	}
	.diary-listing tr {
		width:100%;
		content:"";
		display:table;
		clear:both;
	}
	.diary-listing .diary-listing-event td:first-child {
		display:none;
	}
	.diary-eventdetails-calcol { 
		display:none; 
	}
	#diary_content >table:first-child > tbody > tr:first-child > td {
		display:block;
		float:left;
		width:100%;
		content:"";
		display:table;
		clear:both;
	}
	.topdiary1 {
		width: 91% !important;
		float: none;
		margin: 0px auto;
	}
	#diary-header-cal-nav-prev {
		float: left;
		line-height: 40px;
		margin: 7px;
	}
	#diary-header-cal-nav-next {
		float: right;
		line-height: 40px;
		margin: 7px;
	}
	input[value="Show"], input [value="Go"] {
		width:100px;
	}
	.diary-listing { 
		font-size:12px !important; 
	}
	td.diary_cals_print {
		float: right;
		right: 50px;
		position: absolute;
	}

}



.page-morelink a {
  width: 100px;
}
.button.brs-visitor {
	display: none;
}
.button.opens {
	margin-top: -10px;
}



#brs-tee-times {
  display: block !important
  width: 100% !important;
}
.brs-table-left {
  width: auto !important;
  text-align: left;
  display: block:
  outline: 0px !important;
  border: 0px !important;
  line-height: 24px;
  height: 24px; 
	font-size: 12px;
}
.brs-table-right {
  width: auto !important;
  text-align: right;
  outline: 0px !important;
  border: 0px !important;
  height: 30px; 
  display: block;
	font-size: 12px;
}
body.member.homepage #content_area_cell #newshere {
  max-height: 475px !important;
  height: 475px !important;
  overflow: auto;
}

form.cv-responsive {
	width: 495px;
}
form.cv-responsive label {
	padding: 10px 0;
}
form.cv-responsive fieldset {
	margin-bottom: 10px;
}
form.cv-responsive input,
form.cv-responsive select {
	display: block;
}
form.cv-responsive input[type="checkbox"] {
	float: left;
	margin-right: 10px;
}


/** SOCIETY ENQUIRY FORM **/
form.cv-responsive {
  width: 100% !important;
}
fieldset {
  width: auto;
  background: #f1f1f1
}
label,
textarea {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}



.directory-main-table td.white b {
	font-size: 24px;
	text-transform: captialize;
	font-weight: normal;
}





@media only screen and (max-width: 600px) {


/*** USER DETAIL UPDATE PAGE ***/
	.cv-box {
		width: 100%;
	}
	.cv-box-cont {
		width: 100%;
	}
	.user-details-form-content th {
		font-size: 12px;
		text-align: right;
	}
	.user-details-form-content  th:first-child, .user-details-form-content  th:nth-child(2) {
		display: none;
	}
	h3.cv-box-head {
		font-size: 14px;
		font-weight: bold;
		width: 100%;
		display: block;
	}
	.user-details-form-content td {
		font-size: 12px;
	}
		.user-details-form-content  td:first-child  {
		display: block;
		width: 100%;
		border-top: 1px solid #ccc;
	}
	.user-details-form-content  td:nth-child(2)  {
		display: block;
		width: 85%;
		float: left; 
	}
	.user-details-form-content  td:nth-child(3)  {
		display: block;
		width: 10%;
		float: left; 
	}
	.user-details-form-content input, .user-details-form-content textarea {
		max-width: 100%;
	}
	.cv-box-cont textarea#user-text {
		width: 95%;
		display: block;
	}
	#user-email-optout-row > td > label > input#user-email-optout  {
		width: 6%;
		display: block;
		float: left;
	}
	.user-details-form-content input, .user-details-form-content textarea {
		display: block;
		width: 85%;
	}
/*** END USER DETAIL UPDATE PAGE ***/

/*** DIRECTORY SEARCH PAGE ***/
	.directory-main-table td {
		display: block;
		width: 100% !important;
	}
	.directory-main-table td.white b {
		font-size: 24px;
		text-transform: uppercase;
		font-weight: normal;
	}	
	.directory-main-table input {
		display: block;
		width: 95%;
	}
/*** END SEARCH DIRECTORY PAGE ***/


/*** DIRECTORY LISTING PAGE ***/

	#dir-list td {
		display: block !important;
		width: 100% !important;
		text-align: left;
		font-weight: normal;
		border: 0px;
	}
	#dir-list tr:first-child {
		display:none;
	}
	#dir-list .dir-list-fname {
		display: block !important;
		width: auto !important;
		float: left;
	}
	#dir-list .dir-list-lname {
		display: block !important;
	}
	#dir-list .dir-list-mobile {
		border-bottom: 1px solid grey;
	}
	#dir-list td:first-child:before {
		content: 'Email:';
		margin-right: 10px;
		font-weight: bold;
		color: #000;
	}
	#dir-list .dir-list-fname:before {
		content: 'Name:';
		margin-right: 10px;
		font-weight: bold;
		color: #000;
	}
	#dir-list .dir-list-fname {
		text-transform: capitalize;
	}
/*
	#dir-list .dir-list-lname:before {
		content: 'Last Name:';
		margin-right: 10px;
		font-weight: bold;
		color: #000;
	}
*/
	#dir-list .dir-list-lname {
		text-transform: capitalize;
	}
	#dir-list .dir-list-company:before {
		content: 'Company:';
		margin-right: 10px;
		font-weight: bold;
		color: #000;
	}
	#dir-list .dir-list-phone:before {
		content: 'Telephone:';
		margin-right: 10px;
		font-weight: bold;
		color: #000;
	}
	#dir-list .dir-list-mobile:before {
		content: 'Mobile:';
		margin-right: 10px;
		font-weight: bold;
		color: #000;
	}
}
/*** END OF DIRECTORY LISTING PAGE ***/

/*** USER PERSONAL DETAIL PAGE ***/
	#user-profile-personal {
		margin-right: 0px;
	}
	h3.cv-box-head {
		padding: 5px 0px 5px 5px !important;
	}
	h2#user-profile-name {
		margin-bottom: 5px !important;
	}
	h3#user-profile-group {
		font-size:20px;
	}
	h3#user-profile-group:before {
		content: "Group:";
		margin-right: 10px;
		font-size: 20px !important;
	}
	#user-profile .cv-box {
		width: auto;
	}
	#user-profile h3.cv-box-head {
		padding: 0px !important;
	}
	#user-profile-personal {
		margin-right: 0px !important;
	}
/*** END OF USER PERSONAL DETAIL PAGE ***/

ul.related {
	padding: 0;
	list-style: none;
}


