@import "/scripts/slimbox2/css/slimbox2.css";

@media print
{
	.noprint {display:none;}	
}

/* COLOURS FROM CONFIGURATOR
css_body    = #FFFFFF
css_font    = #000000
css_fontalt = #6C1B72
css_bgalt   = #FEF3B0
css_content = #FFFFFF
*/


p.left-margin-level1 {margin-left: 2em;}

p.left-margin-level2 {margin-left: 4em;}


fieldset {margin: 1em 0;}

#nav_area_cell {width: 150px; }

#content_area_cell {padding: 10px 5px 1em 10px;}

.alert, .error {
	font-size: larger;
	color: #900;
}

dl.ldcms-form dt {
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	margin: 2em 0 0.5em 0;
	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%;
}


/* 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;
}


#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;
}

.cvad
{
	margin: 0;
	padding: 0;
}

.cvad img
{
	border-width: 0;
	margin: 0;
	padding: 0;
}

.cvad-banner
{
	margin-bottom: 1em;
	text-align: left;
}

td.cvad-skyscraper-slot { vertical-align: top; }

.cvad-skyscraper
{
	margin: 0 6px;
	text-align: center;
}

.cvad-skyscraper-slot { background-color: transparent; }



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

body {
margin: 0;
padding: 0;
font-family: arial, helvetica, sans-serif;
font-size: 76%;/* font sizing in ems. if you want to change anything, just change this.*/ }

#content {
margin: 0em;
padding: 0em 0em 0em 0em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. i'll, uh, write about that somewhere. it was hard to figure out what was causing it, so i want this note here to remind me. */
} /*the following classes are to demonstrate better line heights for narrow columns*/ 
.narrow1{
width: 50%;
line-height: 1.2em;
}
.narrow2{
width: 50%;
line-height: 1.4em;
} /*typography*/

/*navigation links*/
a.white {
text-decoration: none;
font-weight: bold;
color: #000000;
font-size: 0.95em;
text-decoration: none;
margin: 0.8em; 
}
a.white :link {
}
a.white :visited {
}
a.white :active {
}
a.white :hover {
color: #0085C2;
} /*links*/
a {
text-decoration: none;
font-weight: normal;
color: #C0722F;
font-size: 1em;
text-decoration: none;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
} /*headers 1 - 6*/
h1 {
font-size: 2.0em;
font-weight: normal;
margin-top: 0em;
margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are 

beyound summary in a simple comment.*/
}
h2 {
font-size: 1.7em;
font-weight: normal;
}
h3 {
font-size: 1.4em;
font-weight: normal;
}
h4 {
font-size: 0.95em;
font-weight: bold;
}
h5 {
font-size: 1.0em;
font-weight: bold;
}
h6 {
font-size: 0.97em;
font-weight: bold;
}

/*image*/
img {
border: 0;}

/*bullets, underlined*/
ol, ul, li {/*
list-style: none;*/
font-size: 1em;
margin-top: 0.2em;
margin-bottom: 0.1em; 
}

/*table data*/
td {
font-size: 0.95em;
font-weight: normal;
}

/*table data white*/
td.white {
font-size: 0.95em;
color: #0085C2;
font-weight: bold;
}

/*paragraph*/
p {
font-size: 0.95em;
line-height: 1.5em;
}

/*paragraph white*/
p.white {
font-size: 0.95em;
color: #0085C2;
line-height: 1.5em; 
}

/*bold text*/
strong, b {
font-size:0.95em;
font-weight: bold;
}

/*bold white text*/
b.white {
font-size: 0.95em;
color: #ffffff;
font-weight: bold;
}

/*bullets text*/
li > p {
margin-top: 1em;
}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into 

overflow pretty quick. prior moz and net are okay.*/
font-family: monospace;
font-size: 1.0em;
}

/*form text fields*/
textarea {
font-size: 0.95em;
font-weight: normal;
}

/*select menu*/
select {
font-size: 0.95em;
color: #6C1B72;
font-weight: bold;
}

/*datebar aligned right*/
TD.datebar {
font-family: arial, helvetica, sans-serif;
font-size: 0.82em;
color: #000000;
font-weight: normal;
background-color: #FEF3B0;
}

/*datebar aligned left*/
B.datebar {
font-family: arial, helvetica, sans-serif;
font-size: 0.82em;
color: #000000;
font-weight: normal;
background-color: #FEF3B0;
}

/*navigation 1*/
.contentAreaNav {
color: #0085C2;
background-color: #FEF3B0;
font-size: 0.95em; 
margin-top: 10px; width: 200px;
}

/*navigation 2*/
.contentArea {
color: #0085C2;
background-color: #FEF3B0;
font-size: 0.95em; 
margin-top: 10px; width: 200px;
}


/*footer links*/
.footerLinks {
color: #0085C2;
text-decoration: none;
font-weight: bold; 
font-size: 0.9em; 
}

/*quotes*/
.quote_text { 
font-size: 0.9em; 
line-height: 1.25em; 
font-weight: normal; 
color: #000000; 
text-decoration: none; 
background-color: #FEF3B1; 
text-align: left; 
vertical-align: top}

/*quotes_footer_name*/
.quote_footer_name { 
font-family: verdana; 
font-size: 0.75em; 
}

/*page header - conferences*/
.page_header_conferences { 
font-size: 1.5em; 
line-height: 1.25em;
font-weight: normal; 
color: #0085C2; 
text-decoration: none; 
font-family: Book Antiqua, Times New Roman; 
}

/*page header - general - gold*/
.page_header_gold { 
font-size: 1.5em; 
line-height: 1.25em; 
font-weight: normal; 
color: #847248; 
text-decoration: none;
font-family: Book Antiqua, Times New Roman; 
}

/*page header - general - black*/
.page_header_black { 
font-size: 1.5em; 
line-height: 1.25em; 
font-weight: normal; 
color: #000000; 
text-decoration: none; 
font-family: Book Antiqua, Times New Roman; 
}

/*page header - weddings*/
.page_header_weddings { 
font-size: 1.5em; 
line-height: 1.25em; 
font-weight: normal; 
color: #6C1B72; 
text-decoration: none; 
font-family: Book Antiqua, Times New Roman; 
}

/*page header - corporate golf*/
.page_header_corporate_golf { 
font-size: 1.5em; 
line-height: 1.25em; 
font-weight: normal; 
color: #008193; 
text-decoration: none; 
font-family: Book Antiqua, Times New Roman; 
}

/*page header - special occassions*/
.page_header_special_occassions { 
font-size: 1.5em; 
line-height: 1.25em; 
font-weight: normal; 
color: #C0722F; 
text-decoration: none; 
font-family: Book Antiqua, Times New Roman; 
}

/*page header - membership*/
.page_header_membership { 
font-size: 1.5em; 
line-height: 1.25em; 
font-weight: normal; 
color: #003B6F; 
text-decoration: none; 
font-family: Book Antiqua, Times New Roman; 
}

/* New HTML list navigation menu */

#nav {margin-top: 6px; line-height: 1em;}

#nav ul { margin: 0; padding: 0;}

#nav li {list-style: none; margin: 0; padding: 0;}

#nav ul li a {
 margin: 8px 0 0 1px;
 font-weight: bold;
 white-space: normal;
 padding: 1px 1px 1px 12px;
 display: block;
 color: #000000;
 text-decoration: none;
 height: 16px;
 /* border: 1px solid #ccc; */
}

#nav li ul li a {
 font-size: smaller;
 height: auto;
 margin: 0 0 1px 30px;
 padding: 1px 0px 2px 0px;
background-image: none;
}

#nav li a.nav_active {color: #0085C2;}

/* #nav li#nav_home {margin-bottom: 4px; padding-bottom: 4px; border-bottom: 1px dotted #ccc;} */

/*#nav li#nav_logout, #nav li#nav_login {margin-top: 4px; padding-top: 4px; border-top: 1px dotted #ccc;} */


/* Hide site search */
#site_search {display: none;}

/* Hide nav menu items when not logged in */
.nav_logged_out #nav_contact,
.nav_logged_out #nav_login,
.nav_logged_out #nav_register,
.nav_logged_out #nav_events
{
display: none;
}


/* Table text */
.table_text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.7em; text-decoration: none; line-height: 1.2em}


/* Replacement for hard-coded table backgrounds */
.table_header_1 {background-color: #BBE4B8;}
.table_content_1 {background-color: #BBE4B8;}


/* NEW CONTENT PAGE HEADERS */
/* For class and id selector info see "LDCMS Tech Notes" on ldcmsgolf.co.uk */

.header {
 background-color: #FFFFFF;
 padding: 4px;
}

.header h2 {font-size: 1.1em;margin: 0;}

.header a {
 color: #FFFFFF;
 text-decoration: none;
}

.header .action_buttons {float: right;}

.header .action_buttons {vertical-align: middle;}

ul.related {
 margin: 1em 0;
 padding: 0;
}

ul.related li {
 list-style: none;
 display: inline;
 margin: 0;
 padding: 0;
 margin-right: 1em;
 white-space: nowrap;
}

ul.related .file_size {font-size: smaller;}

/* HOME PAGE CONTENT */

.homepage_content_category {
 margin: 0 0 0.5em 0;
 font-size: 1em;
 padding: 4px;
 background-color: #FFFFFF;
}

.homepage_content_category a:link {
 color: #FFFFFF;
 text-decoration: none;
}

.homepage_content_category a:visited {color: #FFFFFF;}

.homepage_content_category a:hover {color: #FFFFFF;}

.homepage_content_category a:active {color: #FFFFFF;}

.homepage_content_item {margin: 0.75em 0;}

.homepage_content_item h4 {margin: 0.5em 0 0 2px;}