/* $Id: lc1_classes.css,v 1.5 2010/09/09 14:51:57 pmorrill Exp $ */
/**************************************************
*
* default classes: override (in lc1_layouts.css)
* rather than change this file
*
**************************************************/

/*
   the one and only body tag; the text-align attribute is to
   support older IE browsers that don't know how to handle
   margin: 0px auto
*/
html, body {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px;
	color: #333344;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

p { margin: 0px; margin-top: 10px; }

a { color: #1429aa; text-decoration: none; }
a:hover { color: #818B94; }


h1,.heading1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #553355;
}

h2,.heading2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

h3,.heading3 {
	font-size: 1.1em;
	font-style: italic;
	color: #000000;
	font-weight: bold;
}
h4,.heading4 {
	font-size: 1em;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	margin: 0px;
}

sup { font-size: 0.8em; }

blockquote {
	color: #455C26;
	font-weight: bold;
	text-align: justify;
}

textarea { font-family: Verdana,Arial,Geneva,Helvetica,sans-serif; font-size: 0.8em; }

li { padding: 4px 0px 0px 0px; margin-top: 0px;  }

table { border-spacing: 0px; }
td { text-align: left; padding: 2px; }

a img { border-width: 0px; }


/* several useful classes for td and div elements */
.fw_b { font-weight: bold; }
.lft_d { border-left: 1px solid #ccccdd; }
.alg_r { text-align: right; }
.alg_c,.ctr { text-align: center; }
.flt_r { float: right; }
.flt_l { float: left; }
.valg_t { vertical-align: top; }
.bgd_l td { background-color: #f8f8ff; }
.bgd_ll td { background-color: #e4e4ef; }

/* will apply fadeTo opaque 0 for these */
.hide { visibility: hidden; }

/* hyperlinks with icons are background image */ 
.icon_link { width: 16px; height: 16px; display: inline-block; vertical-align: middle; }
a.edit { background-image: url('/images/copy_edit.gif'); }
a.help_link { background-image: url('/images/help.png'); }
a.help_link_mobile { height: 64px; width: 64px; background-image: url('/images/help_mobile.png'); }
a.qmenu { background-image: url('/images/user_edit.png'); }
a.trans,a.book { background-image: url('/images/book_open.png'); }
a.manage-post,.copy_edit { background-image: url('/images/copy_edit.gif'); }
a.folder { background-image: url('/images/folder.png'); }
a.play { background-image: url('/images/control_play_blue.png'); }
a.manage-page { background-image: url('/images/application_add.png'); }
a.clear,a.close,a.delete { background-image: url('/images/cross.png'); }
a.graph { background-image: url('/images/chart_curve.png'); }
a.spectro { background-image: url('/images/spectrogram_colour.png'); }

/* set cursor to busy with this class - used in ajaxStart / stop */
html.busy, html.busy * { cursor: wait !important; } 

#smedia {
	float: right;
	background-color: #ababab;
	width: auto;
	padding: 4px;
	height: 32px;
	border-radius: 8px;
	margin: 3px 4px;
}
#smedia a { margin: 0px 5px; }
a.youtube { background-image: url('/images/youtube.png'); width: 32px; height: 32px; }
a.twitter { background-image: url('/images/twitter.png'); width: 32px; height: 32px; }
a.facebook { background-image: url('/images/facebook.png'); width: 32px; height: 32px; }


/*
   the one and only body tag; the text-align attribute is to
   support older IE browsers that don't know how to handle
   margin: 0px auto
*/
#page_body { text-align: center; }

/* PAGE CONTENT wrapper div: use if you need centered content */
#page_wrapper,#contact_us_wrapper {
	border: 0px;
	padding: 0px;
	margin: 0px auto;
	width: 100%;
	border:  1px #465248 solid;
	background-color: #ffffff;
	text-align: left;
}

#popup_wrapper {
	margin: 0px auto;
	border: 0px #444400 solid;
	text-align: left;
}

.content-width {
	background-color: #ffffff;
	width: 100%;
	min-width: 600px;
	font-size: 14px;
	border: solid #676789 1px;
	border-width: 0px 1px;
}

#banner {
	height: 100px;
	position: relative;
}

h1.title {
	display: block;
	height: 30px;
	background-color: #78aa78;
	width: auto;
	padding: 10px 15px;
	margin: 0px;
	text-align: right;
	color: #ffffff;
}
/* 
  these are the three principle page content divs
*/
#home_content {
	width: 100%;
	padding: 20px;
	border-left: 0px #0000ff solid;
	float: left;
	line-height: 140%;
	min-height: 500px;
	box-sizing: border-box;
}

#subpage_content,#content,#forum_content,#contact_us_content,#search_content {
	padding: 0px;
	border: 0px #0000ff solid;
	float: left;
	width: 100%;
	min-height: 500px;
}

#home_content .posting,#subpage_content .posting,#registration_content .posting {
	border: 0px #666666 solid;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	background-color: transparent;
	clear: both;
}

#home_content .disabled_posting,#subpage_content .disabled_posting {
	border: 1px #883333 solid;
	margin: 0px;
	padding: 0px;
	background-color: #cc8877;
	color: #21522c;
	clear: both;
}

#home_content .posting img,#subpage_content .posting img, #home_content .disabled_posting img,#subpage_content .disabled_posting img {
 	margin: 5px;
}

.clickable:hover { cursor: pointer; }

#popup_content {
	border: 0px #884444 solid;
	margin: 0px;
	background-color: #ffffff;
	padding: 20px;
	text-align: left;
}
/*
*  If using breadcrumbs:
*/
#crumbs {
	font-weight: bold;
	font-size: 0.8em;
	padding: 10px;
	color: #444444;
	box-sizing: border-box;
}

#user {
	font-weight: bold;
	font-size: 0.8em;
	height: 14px;
	width: 30%;
	padding: 10px;
	border: 0px #333333 solid;
	color: #444444;
	float: right;
	text-align: right;
}

#crumbs a:link, #crumbs a:visited, #crumbs a:active,#user a:link, #user a:visited, #user a:active {
	font-weight: bold;
	text-decoration: none;
	color: #4b6a87;
}

#crumbs a:hover,#user a:hover { color: #8A9EB1; }

.choice_text {
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 0.9em;
	color: #666666;
}

.search_str {
	color: #880000;
	font-weight: bold;
}

/* Obligatory fields in input forms: apply to asterix */
.required,.disabled,.empty { color: #880000; font-weight: bold; }
.error-label,label.error-label { color: #aa3434; font-weight: normal; }

.empty { color: #000000; }

input.disable {
	background-color: #eeeeee;
}

.keyname {
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	color: #880000;
}

form.thin_search {
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	height: 15px;
	text-align: left;
	vertical-align: middle;
	width: 120px;
	padding: 0px 0px 0px 0px;
}

input.form_search {
	margin: 0px;
	border-color: #aaaaaa;
	border-style: solid;
	border-width: 1px;
	width: 100%;
	height: 15px;
	vertical-align: top;
	background-color: #FFFfff;
	padding: 0px 0px 0px 0px;
}

.nav_text {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}
#public_form .nav_text {
	font-size: 1em;
	font-weight: normal;
	color: #000000;
}
#subpage_content #loginForm table { background-color: transparent; }
#subpage_content #loginForm table td { background-color: transparent; }
#public_form.mobile table { width: auto; margin: 0px auto; }
#public_form.mobile table td { font-size: 0.8em; padding-top: 10px; }
form.mobile input { font-size: 1.3em; }
.nav_text a:link,.nav_text a:visited,.nav_text a:active,
a.nav_link:link, a.nav_link:visited, a.nav_link:active {
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	color: #4b6a87;
}
.nav_text a:link,.nav_text a:visited,.nav_text a:active { font-size: 1em; }

.nav_text a:hover,a.nav_link:hover { color: #8A9EB1; }

.instruction {
	font-weight: bold;
	color: #000000;
}

#map { margin: 0px auto; border: #444444 solid 1px; }

div.notice,p.notice {
	background-color: #eeeeee;
	border: 1px solid #555555;
	color: #000000;
	padding: 4px;
	margin: 5px;
	width: auto;
	font-size: 1.1em;
}

div.notice p { margin: 0px 0px 4px; }
div.notice .posting,p.notice .posting {
	margin: 0px;
	padding: 0px;
}
div.sep {
	background-color: #FAD637;
	height: 1px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 0px;
}

table.public_edit {
	margin: 0px auto;
	width: 98%;
}

table.public_edit td { padding: 5px }
table.public_edit td.buttons { text-align: center }

/***********************************************************
 *
 * site map
 *
 ***********************************************************/
#sitemap ul {
	list-style: none;
	padding-left: 15px;
	margin-top: 0px;
}
#sitemap a {
	color: #659B09;
}
#sitemap a:hover {
	color: #999999;
}
#sitemap ul a {
	color: #F76728;
}




.editlink:hover { cursor: pointer; }

.quarterline { line-height: 25%; }
.halfline { line-height: 50%; }

#err_msg {
	margin: 0px 10px 0px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	color: #880000;
}
/* table for displaying public forms lists */
#public_form {
	margin: 0px auto;
	border: 0px solid #aaaaaa;
	width: auto;
	text-align: left;
	table-layout: fixed;
}

#public_form td {
	background-color: transparent;
	text-align: left;
	vertical-align: top;
	padding: 4px;
}
#public_form td.buttons { text-align: center; padding-top: 10px; }

.match {
	color: #aa4545;
	font-weight: bold;
}
.page_num {
	float: left;
	font-weight: bold;
	margin: 3px;
}

.pagination {
	float: right;
	font-weight: bold;
	margin: 3px;
}

.lpaginate {
	width: 200px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding-left: 0px;
	padding-top: 15px;
	margin-left: 10px;
	float: left;
}

.lnavigate {
	width: auto;
	float: right;
	margin-right: 10px;
}

.lnavigate li {
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	list-style: none;
	float: left;
	color: #ffffff;
	height: 16px;
	width: 20px;
	padding-top: 0px;
	background-color: #343456;
	cursor: pointer;
	text-align: center;
	margin-left: 10px;
	border: #999999 1px solid;
}

.lnavigate li.selected {
	background-color: #aabbaa;	
	cursor: default;
	border: #999999 1px solid;
	color: #ffffff;
}

textarea.mceEditor {
	font-family: Arial;
}


#contact_us td {
	padding: 5px;
	padding-left: 40px;
	padding-right: 40px;
	color: #444444;
}

#contact_us td em {
	font-style: normal;
	font-weight: bold;
}

#contact_us td input {
	margin-bottom: 5px;
	border: inset 2px #A4A4A4;
}

#contact_us td textarea {
	margin-bottom: 5px;
	border: inset 2px #A4A4A4;
}

#contact_us td .button {
	color: #1D651B;
	background-color: #E8F3E2;
	border: 2px solid #D9E6D2;
	font-weight: bold;
}

.nobr { white-space: nowrap; }

.gallery_image {
	margin: 0px auto;
	text-align: center;
	width: auto;
	height: auto;
	overflow: hidden;
}
.gallery_image .piclinks {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}

.gallery_tnail {
	float: left;
	padding-left: 10px;
	margin-top: 15px;
	width: 120px;
	height: 110px;
	text-align: center;
	border-top: 0px solid #888867;
	padding-top: 5px;
}

.gallery_tnail img { border: 1px solid #454545; }

/*******************************************
 *
 * The default site tag cloud
 *
********************************************/
.tag_cloud {
	width: 50%;
	height: auto;
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #888888;
}
.tag_cloud a:link,.tag_cloud a:visited { color: #454545; text-decoration: none; }
.tag_cloud a:hover { color: #ababab; text-decoration: underline; }

/*******************************************
 *
 * List of record data - lighter treatment
 *
********************************************/
.record_list { background-color: #ffffff; width: 100%; font-family: arial, sans-serif; font-size: 1.1em; border-spacing: 0px; border-collapse: collapse; }
.record_list td,.record_list th { padding: 4px; vertical-align: middle; padding-left: 10px; border-bottom: 2px solid #ccccee; }
.record_list td.valg_t { vertical-align: top; }
.record_list th { border-top: 2px solid #ccccee; }
.record_list .rsp { border-bottom: 1px solid #ccccee; }
.record_list td img { padding: 0px 5px; border-width: 0px; }
.record_list p { margin: 5px 0px 0px 7px; }
.record_list .divide td { height: 0px; border-bottom: 2px solid #ccccee; padding: 0px; }
.record_list caption { vertical-align: bottom; padding: 0px; color: transparent; height: 1px; }

.input-error { background-color: Yellow; }

/***********************************************************
 *
 * some styling for links that want to look like buttons
 *
 **********************************************************/
a.btn-gr:link,a.btn-gr:visited,a.btn-gr:active {
	display: block;
	width: 80%;
	max-width: 200px;
	margin: 8px auto;
	border-radius: 5px;
	border: 1px solid #888888;
	padding: 3px;
	color: #333333;
	font-weight: bold;
	background-color: #D8D8D8;
	text-decoration: none;
}
a.btn-gr:hover,a.btn-gr:focus { background-color: #F0F0F0; }

/*******************************************************
 *
 * hp
 ******************************************************/
.frmhp { display: none; }
