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

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

/* COLOURS FROM CONFIGURATOR
css_body    = #eff4fa
css_font    = #000000
css_fontalt = #3268A5
css_bgalt   = #eeeeee
css_content = #3268A5
*/


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: #3268A5;
	color: #eff4fa;
	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: #3268A5;
	color: #eff4fa;
	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 ---------------- */

/* Edited with EditCSS */
/**** Imported style sheet lightbox.css ****/

#lightbox{
	background-color:#eff4fa;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/scripts/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/scripts/lightbox/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/scripts/lightbox/overlay.png", sizingMethod="scale");
	}
	


/**** LINK-tag style sheet ldcms_core.css ****/

/* @import "/scripts/lightbox/lightbox.css"; */

#nav_area_cell {width: 150px; }

#content_area_cell {padding: 10px 5px 1em 10px;}


/**** Inline STYLE-tag style sheet ****/

A {color:#C64C28; text-decoration: underline } 
A:Active {color:#C64C28; text-decoration: underline }
A:Visited {color:#C64C28; text-decoration: underline }
A:Hover {color:#009900; text-decoration: underline }

TD {color:#666666;font-size:11px;font-family:Verdana; Arial, Helvetica, san-serif;}

B {font-size:11px;font-family:Verdana; Arial, Helvetica, san-serif;}

P {font-size:11px;font-family:Verdana; Arial, Helvetica, san-serif;}

A.white {color:#ffffff;text-decoration: none;font-size:10px; font-weight: normal; }
A.white:Visited {color:#ffffff;text-decoration: none;font-size:10px; font-weight: normal;}
A.white:Active {color:#ffffff;text-decoration: none;font-size:10px; font-weight: normal;}
A.white:Hover {color:#F8D21F;text-decoration: underline;font-size:10px; font-weight: normal;}

TD.white {color:#f8d21f;font-size:11px;font-family: Verdana; Arial, Helvetica, san-serif; font-weight:bold}

B.white {color:#f8d21f;font-size:11px;font-family:Verdana; Arial, Helvetica, san-serif;}

P.white {color:#f8d21f;font-size:11px;font-family:Verdana; Arial, Helvetica, san-serif;}

a { color: #3268A5; text-decoration: underline }
a:active { color: #3268A5; text-decoration: underline }
a:visited { color: #3268A5; text-decoration: underline }
a:hover { color: #F8D21F; text-decoration: underline }

input { color: #000000; font-weight: normal; font-size: 10px; font-family: Arial. Helvetica }

textarea { color: #000000; font-weight: normal; font-size: 10px; font-family: Verdana; Arial, Helvetica, san-serif; background-color: #ffffff }

select { color: #000000; font-weight: bold; font-size: 9px; font-family: Verdana; Arial, Helvetica, san-serif; background-color: #ffffff }

TD.datebar {color: #F8D21F; font-weight: normal; font-size: 9px; font-family: Verdana; Arial, Helvetica, san-serif; background-color: #3268A5}

B.datebar {color: #F8D21F; font-weight: normal; font-size: 9px; font-family: Verdana; Arial, Helvetica, san-serif; background-color: #3268A5}

.contentAreaNav {background-color: #3268A5; font-family: Verdana; Arial, Helvetica, san-serif; font-size: 9px;}

.contentArea {background-color: #3268A5;
width:200px;
 font-family: Verdana; Arial, Helvetica, san-serif; font-size: 9px;} 




/* Replacement for hard-coded table backgrounds */
.table_header_1 {background-color: #a1a1a1;}
.table_content_1 {background-color: #f1f1f1;}

/* NEW SEMANTICALLY CORRECT HTML NAVIGATION */
/* For class and id selector info see "LDCMS Tech Notes" on ldcmsgolf.co.uk */

#nav {
 margin-top: 12px;
 line-height: 1em;
}

#nav ul {
 margin: 0;
 padding: 0;
}

#nav li {
 list-style: none;
 margin: 0;
 padding: 0;
}

#nav a {color:#ffffff;text-decoration: none;font-size:10px; font-weight: normal; }
#nav a:visited {color:#ffffff;text-decoration: none;font-size:10px; font-weight: normal;}
#nav a:active {color:#ffffff;text-decoration: none;font-size:10px; font-weight: normal;}
#nav a:hover {color:#F8D21F;text-decoration: underline;font-size:10px; font-weight: normal;}

#nav a {
 display: block;
 margin: 8px 0 0 1px;
 padding: 1px 1px 1px 8px;
 text-decoration: none;
}

#nav li ul li a {
 font-size: 9px;
 margin: 0 0 1px 16px;
 padding: 1px 0px 2px 0px;
}

/* NEW CONTENT PAGE HEADERS */
/* For class and id selector info see "LDCMS Tech Notes" on ldcmsgolf.co.uk */

.header {
 background-color: #3268A5;
 padding: 4px;
}

.header h2 {font-size: 1.1em;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: #3268A5;
}

.homepage_content_category a {color:#ffffff;text-decoration: none;font-size:10px; font-weight: normal; }

.homepage_content_category a:visited {color:#ffffff;text-decoration: none;font-size:10px; font-weight: normal;}

.homepage_content_category a:active {color:#ffffff;text-decoration: none;font-size:10px; font-weight: normal;}

.homepage_content_category a:hover {color:#F8D21F;text-decoration: underline;font-size:10px; font-weight: normal;}

.homepage_content_item {margin: 0.75em 0;}

.homepage_content_item h4 {margin: 0.5em 0 0 2px;}

#nav li#nav_home {margin-bottom: 4px; padding-bottom: 4px; border-bottom: 0px dotted #ccc;}

#nav li#nav_logout, #nav li#nav_login {margin-top: 24px; padding-top: 4px; border-top: 0px dotted #ccc;} 



/*TINY MCE EDITOR*/
.defaultSkin table, .defaultSkin tbody, .defaultSkin a, .defaultSkin img, .defaultSkin tr, .defaultSkin div, .defaultSkin td, .defaultSkin iframe, .defaultSkin span, .defaultSkin *, .defaultSkin .mceText 

{
border-top-width: 0pt;
border-right-width: 0pt;
border-bottom-width: 0pt;
border-left-width: 0pt;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-color: -moz-use-text-color;
border-right-color: -moz-use-text-color;
border-bottom-color: -moz-use-text-color;
border-left-color: -moz-use-text-color;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
background-color: #eff4fa;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
white-space: nowrap;
text-decoration: none;
font-weight: normal;
cursor: default;
color: #000000;
vertical-align: baseline;
width: auto;
border-collapse: separate;
text-align: left;
}


#site_search {display: none;}


.text_blue_3268A5 {color: #3268A5;}