/*********/
/* RESET */
/*********/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

form * {
	font-size: inherit;
	font-family: inherit;
	}

/***********/
/* GENERAL */
/***********/

html, body {
	background: white;
	min-height: 100%;
	padding-bottom: 1px;
	}
	
body	{
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333; 	
	}
	
p	{
	margin: 1em 0;
	}
	
ul, ol, dl {
	list-style-type: none;
	}
	
em 	{
	font-style: italic;
	font-weight: normal;
	}
	
strong 	{
	color: #777;
	font-style: normal;
	font-weight: bold;
	}

strong em, em strong {
	color: #777;
	font-style: italic;
	font-weight: bold;
	}	

a:link, a:visited {
	color: #c36;
	text-decoration: none;
	}
	
a:hover, a:active, a:focus {
	color: #c36;
	text-decoration: underline;
	}
	
/* link image borders */	
a:hover img, a:active img, a:focus img { outline: solid 1px #c36; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}

fieldset, .submit {
	border: none;
	margin: 1em 0;
	}

legend, label {
	font-weight: bold;
	color: #656565;
	}
	
legend {
	clear: left;
	}

input, textarea, select, button, .button {
	display: inline;
	}

input[type="hidden"] { display: none !important; }

/*****************/
/* SITE SPECIFIC */
/*****************/

/* 
  Headings
  --------
*/

h1	{
	margin-bottom: 0.5em;
/*	font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 1.5em;
	font-weight: bold;
	color: #996;
	}
	
h1 span#section-image {
	float: left;
	width: 70px;
	margin-bottom: 10px;
	}

h2, h3 	{
	margin-bottom: 0.2em;
	font-size: 1.1em;
	font-weight: bold;   
	color: #777; 
	}

h4, h5 	{
	font-size: 1.1em;
	font-weight: bold;   
	line-height: 30px;
	}

h6	{
	margin: 0.7em 0 0.7em 0;
	font-size: 1.1em;
	font-weight: bold;   
	color: #555; 
	}

/*
 * Main Structural Elements
 * ------------------------
 */

#page_container {
	position: relative;
	width: 1000px;
	margin: 0 auto;	
	padding: 0;
	background: #ffc url(../images/body-back.gif) scroll repeat-y top center;
	}

#head_container {
	width: 980px;
	padding: 0px 10px 0px 10px;
	background: url(../images/body-back.gif);
	}

#site-heading {
	position: relative;
	width: 980px;
	height: 88px;
	padding-top: 2px;
	background: url(../images/musicalchairs.png) scroll no-repeat 10px 0;
	}

#site-heading a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -5000px;
	}
	
#strapline {
	position: relative;
	width: 980px;
	}

#strapline p {
	margin: 0;
	border-top: solid 1px #999;
	padding: 0.5em 10px;
	font-style: italic;
	font-size: 1.1em;
	}

#body_container {
	position: absolute;
	top: 90px;
	width: 1000px;
	background: url(../images/body-back.gif); 
	}

#nav 	{
	position: absolute;
	top: 90px;
	width: 980px;
	background: white;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	margin-left: 10px;
	}

#main_container {
	float: left;
	position: relative;
	width: 734px;
	margin-left: 10px;
	border-right: 1px solid #999;
	}

#text_container {
	padding: 4em 10px 10px 10px;
	line-height: 1.5;
	color: #333;
	}
	
#side_container {
	float: left;
	width: 220px;
	margin-top: 4em;
	padding: 10px;
	line-height: 1.3;
	}
	
#side_container blockquote {
	font-style: italic;
	margin: 0 0 1em 0;
	line-height: 1.4;
	}
#side_container strong {
	color: #656565;
	}

#side_container ul.nav li {
	display: block;
	margin: 1em 0;
	}

/* 
  List based menus other than dropdowns
  -------------------------------------
*/

ul.nav	{
	list-style-type: none;
	}

ul.nav li {
	display: inline-block;
	} 

ul.nav a:link, ul.nav a:visited, ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	text-decoration: none;
	color: #c36;
	}

ul.nav a:link span.menu_text, ul.nav a:visited span.menu_text {
	text-decoration: none;
	color: #c36;
	} 

ul.nav a:hover span.menu_text, ul.nav a:active span.menu_text, ul.nav a:focus span.menu_text {
	text-decoration: underline;
	color: #c36;
	} 

ul.listing-nav a:link, ul.listing-nav a:visited, ul.listing-nav a:hover, ul.listing-nav a:active, ul.listing-nav a:focus {
	text-decoration: none;
	color: #656565; /* 'normal' colour */
	}

ul.listing-nav a:link span.menu_text, ul.listing-nav a:visited span.menu_text {
	text-decoration: none;
	color: #c36;
	} 

ul.listing-nav a:hover span.menu_text, ul.listing-nav a:active span.menu_text, ul.listing-nav a:focus span.menu_text {
	text-decoration: underline;
	color: #c36;
	} 

#list-nav {
	width: 715px;
	margin: 1em 0;
	padding: 0;
	}

#related-links p, #related-links ul, #region-links p, #region-links ul {
	display: inline;
	}

#region-links {
	padding-top: 0.6em;
	padding-bottom: 0.2em;
	}

span.menu_totals {
	color: #777 !important;
	}	

/*
  Other menus (non-list based)
  -----------
*/

p.add-link {
	clear: right;
	float: right;
	font-weight: bold;
	}

/* 
  Accessibility and Head menu
  ---------------------------
*/

#head_menu ul {
	position: absolute;
	top: 0;
	right: 10px;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
	background: white;
	line-height: 1.5;
	}

#head_menu li {
	display: inline;
	}

#head_menu li a {
	padding: 0 0.5em;
	border-right: solid 1px black;
	}
	
#head_menu li.last a {
	border-right: none;
	}

#head_menu a.invisible-till-focus {
	position: absolute;
	left: -5000px;
	}
	
#head_menu a.invisible-till-focus:focus {
	position: static;
	}
	
#language_menu {
	position: absolute;
	right: 10px;
	top: 55px;
	}

#language_menu li {
	display: inline;
	padding-right: 10px;
	}

li.active_language img {
	outline: 2px solid #99CCFF
	}

/*
 * Main Dropdown menus
 * -------------------
 */

#nav	{
	line-height: 1.2;
	}

#nav a:link span.menu_text, #nav a:visited span.menu_text {
	text-decoration: none;
	color: #656565; /* 'normal' colour */
	} 

#nav a:hover span.menu_text, #nav a:active span.menu_text, #nav a:focus span.menu_text {
	text-decoration: underline;
	color: #c36;
	} 

#nav li {
	float: left;
	position: relative;
	display: block;
	height: 2.75em;
	width: 124px;
	padding: 0.25em 5px 0 5px;
	border-right: 1px solid #CCC;		
	}
	
#nav li.tab_large > a {
	font-size: 1.1em;
	padding-top: 3px;
	}

#nav li.last {
	width: 160px;
	border: none;
	}

#nav a {
	display: block;
	width: 100%;
	height: 100%;
	}

#nav li li li.active a {
	cursor: default;
	}

#nav ul ul {
	position: absolute;
	top: 100%;
	left: -5000px;
	border: 1px solid #999;
	padding: 0;
	min-width: 100%;
	width: auto;
	background: white;
	z-index: 1000;
	}
	
#nav li.last ul {
	min-width: 100%;
	}

#nav ul li:hover ul {
	left: -1px;
	}

#nav ul li.last:hover ul {
	left: auto;
	right: -1px;
	}

#nav li li {
	float: none;
	padding: 0 5px;
	border-bottom: 1px solid #ccc;
	height: auto;
	line-height: 1.8;
	width: auto;
	white-space: nowrap;
	}
	
#nav li li.last /* override #nav li.last */
	{
	width: auto;
	border: none;
	}

#nav ul ul ul {
	min-width: 120px;
	}

#nav li li li {
	line-height: 1.7;
	}
	
#nav ul li:hover ul ul {
	left: -5000px;
	}
	
#nav ul li:hover ul li:hover ul {
	top: 3px;
	left: 100%;
	margin-left: -3px;
	}
	
#nav li.hover3 a:link span.menu_text, #nav li.hover3 a:visited span.menu_text {
	text-decoration: underline;
	color: #c36;
	} /* Third level menu highlighting via JS */

#nav .menu_arrow {
	color: #999;
	}

/*
 * Footer Styles
 * -------------
 */
 
#foot_container {
	clear: both;
	padding-bottom: 50px;
	background: url(../images/foot-back.png) scroll no-repeat bottom left;
	line-height: 130%;
	color:#656565; 
	}

#foot_text {
	padding: 0px 10px;
	background: url(../images/body-back.gif) scroll repeat-y top left;
	text-decoration: none;
	}

#foot_text p {
	margin: 0;
	border-top: solid 1px #999;
	padding: 15px 10px;
	}

/*
 * Text Appearance
 * ---------------
 */

.high_text {
	color: black;
}

.bold_text {
	color: #999966;
}

.pale_text {
	color: #999;
}

.grey_text {
	color: #656565;
}

.dark_text {
	color: #333;	
}

/* 
  Javascript-only
  ---------------
*/

.JS {
	display: none !important;
	}

/*
 * Section Home Page
 * -----------------
 */

ul#list_nav li.list_home_category {
	margin-bottom: 2em;
	display: block;
	clear: left;
	white-space: normal;
	}

ul#list_nav li.list_home_category img {
	margin-bottom: 2em;
	float: left;
	}

ul#list_nav li.list_home_category li {
	margin-right: 1em;
	}

ul#list_nav.with-images h3, ul#list_nav.with-images ul, ul#list_nav.with-images p {
	margin-left: 150px;
	}

ul#list_nav li.list_home_category.publish {
	font-weight: bold;
	}

#jobs-map {
	margin-bottom: 1em;
	}

/*
 * Section List Page
 * -----------------
 */

.page_info {
	clear: right;
	float: left;
	}

.page_info p {
	/* color: #656565; OMR */ 
	padding: 7px 0px 10px 0px;	
	margin: 0;
	}

ul#list_nav {
	font-size: 1.1em;
	}

ul#list_nav ul.nav {
	margin-bottom: 1em;
	line-height: 1.6;
	}

ul#list_nav ul.nav li {
	margin-right: 0.5em;
	}
	
ul#list_nav li.continent-wide {
	display: block;
	margin-top: 1em;
	}

ul.list_dir_menu ul.nav a:link span.menu_text, ul.list_dir_menu ul.nav a:visited span.menu_text {
	text-decoration: none;
	color: #656565; /* 'normal' colour */
	} 

ul.list_dir_menu ul.nav a:hover span.menu_text, ul.list_dir_menu ul.nav a:active span.menu_text, ul.list_dir_menu ul.nav a:focus span.menu_text {
	text-decoration: underline;
	color: #c36;
	} 

#orchestras #text_container ul.nav li, #conservatoires #text_container ul.nav li, #youthorchestras #text_container ul.nav li {
	width: 13em;
	}

body.directory-results ul.landing-link {
	margin: 1em 0;
	}

/*
 * Home Page
 * ---------
 */
 
#section_home {
	padding: 0px 0px 6px 20px;
	line-height: 130%;
	font-size: 13px;
	color: #656565;
}

#home_section_menu {
	width: 720px;
	margin: 30px 0px 0px 0px; 
	text-transform: lowercase;
	}

#home_section_menu h3 {
	font-size: 1.3em;
	}

#home_section_menu a {
	display: block;
	width: 216px;
	height: 108px;
	padding: 6px;
	text-decoration: none;
}

#home_section_menu a:hover {
	text-decoration: none;
}

#home_section_menu ul.nav li {
	display: block;
	}

.home_section_item {
	float: left;
	width: 228px;
	height: 10em;
	text-align: left;
	border: 1px solid #999999;
	padding: 0;
	margin: 0px 10px 10px 0px;
}

.home_section_last {
	float: left;
	width: 228px;
	height: 10em;
	text-align: left;
	border: 1px solid #999999;
	padding: 0;
	margin: 0px 0px 10px 0px;
}

#home_jobs_link {
	background: url(../images/section_icons/jobs.gif) scroll no-repeat 160px 80%;
	}
#home_courses_link {
	background: url(../images/section_icons/courses.gif) scroll no-repeat 160px 80%;
	}
#home_competitions_link {
	background: url(../images/section_icons/competitions.gif) scroll no-repeat 160px 80%;
	}
#home_sales_link {
	background: url(../images/section_icons/sales.gif) scroll no-repeat 160px 80%;
	}
#home_directory_link {
	background: url(../images/section_icons/directories.gif) scroll no-repeat 145px 80%;
	}
#home_publish_link {
	background: url(../images/section_icons/publish.gif) scroll no-repeat 180px 80%;
	}

#home_list_directory, #home_list_publish {
	line-height: 130%;
	padding: 6px;
	}

#home_list_directory a, #home_list_publish a {
	display: inline;
	width: auto;
	height: auto;
	padding: 0;
	text-decoration: none;	
	}

#home_list_directory a:hover, #home_list_publish a:hover {
	text-decoration: underline;
	}

/* 
 * Job Adverts
 * -----------
 */

#job-advert {
	margin: 20px 10%;
	}
	
#job-advert h1 {
	text-indent: -5000px;
	height: 0;
	}
	 
#main-logo {
	margin-bottom: 1em;
	}

.richtext-container {
	clear: left;
	font-size: 1.1em;
	}
 
.richtext-container p {
	margin: 0;
	padding-bottom: 1em;
	}
	
.richtext-container ul {
	margin: 0;
	list-style-type: disc;
	padding-left: 40px;
	padding-bottom: 1em;
	}

.richtext-container ol {
	margin: 0;
	list-style-type: decimal;
	padding-left: 40px;
	padding-bottom: 1em;
	}

/*
  Musician CV
  -----------
*/

#musician-cv {
	padding: 15px;
	}

#musician-photo {
	float: right;
	margin-bottom: 10px;
	}

/*
  Misc
  ----
*/

h1 img.flag {
	float: none;
	margin: 0 1em;
	}

li img.flag {
	margin-right: 8px;
	}
	
ul#list_nav .flag {
	margin-right: 8px;
	}

/*********/
/* Lists */
/*********/

#results-header-main {
	float: right;
	width: 640px;					
	}

#results-section-image {
	margin-bottom: 10px;
	}

#sort_form {
	float: left;
	padding-top: 10px;
	}

#sort_form fieldset, #sort_form select, #sort_form label {
	padding: 0;
	margin: 0;	
	}

.page_push {
	clear: both;
	width: 100%;
	height: 0;
	overflow: hidden;
	}

table.results-table {
	table-layout: fixed;
	border-collapse: collapse;
	clear: both;
	margin: 0;
	padding: 0;	
	line-height: 1.3;
	border-bottom: 0px solid #999999;
	width: 715px;
	}

table.results-table tr.highlighted-row {
	background: #FF0;
	color: black;
	}

table.results-table th {
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	text-align: center;
	vertical-align: middle;
	background: #996;
	border-right: 1px solid #FFF;
	/* color: #FFC; OMR */
	}

table.results-table td {
	color: #333;
	text-align: center;
	vertical-align: top;
	border-bottom: 1px solid #999999;
	padding: 0.5em;
	}

table.results-table td.text-cell {
	text-align: left;
	}

table.results-table strong {
	color: #333;
	}

table.results-table img.results_flag {
	padding: 3px 0px 3px 0px;	
	}

.posted_col	{ width: 59px; border-right: 1px solid #CCC; }
.type_col	{ width: 50px; border-right: 1px solid #CCC; }
.location_col	{ width: 89px; border-right: 1px solid #CCC; }
.action_col	{ width: 64px; }
.moreinfo_col	{ width: 64px; }

.location_col img {
	margin: 2px 0;
	}

.moreinfo_col a, .moreinfo_col span.dummy-link {
	display: block;
	margin: 0.3em 0;
	}

/* co/cp/jo/sa listings */

.jobs_company_col	{ width: auto; border-right: 1px solid #CCC; }
.jobs_details_col	{ width: auto; border-right: 1px solid #CCC; }
.jobs_closing_col	{ width: 59px; }

.course_details_col	{ width: auto; border-right: 1px solid #CCC; }
.course_dates_col	{ width: 99px; border-right: 1px solid #CCC; }

.competition_details_col	{ width: auto; border-right: 1px solid #CCC; }
.competition_dates_col		{ width: 99px; border-right: 1px solid #CCC; }

.sale_details_col	{ width: auto; border-right: 1px solid #CCC; }
.sale_phone_col		{ width: 99px; border-right: 1px solid #CCC; }
.sale_price_col		{ width: 89px; border-right: 1px solid #CCC; }

table#jobs-results-table .posted-date
	{
	font-size: 0.917em;
	}

/* Directory Listings */

.types_col			{ width: 64px; border-right: 1px solid #CCC; }
.orchestra_col			{ width: auto; border-right: 1px solid #CCC; }
.conservatoire_col, .youth_col	{ width: auto; border-right: 1px solid #CCC; }
.website_col			{ width: 89px; }

body.directory-results td.more_info, body.directory-results td.website_col {
	text-transform: lowercase;
	}

body.directory-results td.more_info {
	text-align: left;
	}

table#orchestras-results-table td.location_col, table#conservatoires-results-table td.location_col {
	text-align: left;
	}

table#orchestras-results-table .more_info {
	width: 200px;
	}

.musicians_name_col	{ width: 300px; }
table#musicians-results-table .moreinfo_col { width: auto; }

.musicians_name_col, #musician-CV h1 {
	text-transform: capitalize;
	}

/* Tooltips */

.jobtype-icon {
	position: relative; /* define as CB (cannot do this with the <td> - see W3C) */
	}

.tooltip {
	display: none;
	}

td:hover .tooltip {
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	background: white;
	border: solid 1px black;
	padding: 0.4em;
	}

/*********/
/* Forms */
/*********/

input.long_text, textarea {
	width: 420px;
	}

input.short_text {
	width: 210px;
	}

input.cash_text {
	width: 105px;
	}
	
input.date {
	width: 6em;
	}

.add_area, .add_print_area, .invoice-print-area {
	width: 435px;
	margin-bottom: 15px; 
	padding: 0 15px; 
	border: 1px solid #999;
	}
	
.add_area:after, .add_print_area:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.add_area select {
	max-width: 435px;
	}

.add_area .submit {
	text-align: right;
	}

.add_print_area {
	padding-top: 1em;
	padding-bottom: 1em;
	background: white;
	}

.add_print_area p {
	margin: 0;
	}
	
#add_menu p {
	padding: 0px 0px 10px 0px; 
	color: #999; 
	}

.invoice-print-area {
	background: white;
	}

.invoice-print-area .pdf-link {
	margin: 1em 0;
	}

body#invoice-view .invoice-print-area .pdf-link {
	position: absolute;
	left: -5000px;
	}

#add_form {
	clear: left;
	padding-top: 1em;
	}

#add_form strong {
	color: #656565; 
	}

#add_form .add-categories label {	
	float: left;
	padding: 0.3em 0.5em 0.3em 0;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;   
	color: #656565;
	}
	
#add_form .add-categories label, #add_form .add-categories label * {
	vertical-align: bottom;
	}
	
#add_form .add-categories label:hover {
	color: black;
	}
	
#pay_next {
	float: right;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#advert_rates, #invoice-update-form {
	position: absolute;
	top: auto;
	left: 487px;
	width: 205px;
	margin-top: 30px;
	border: 1px solid #999;
	padding: 0 15px; 
	line-height: 1.5;
	}

#advert_rates strong {
	color: #656565;	
	}

#musician_options input {
	float: left;
	}

#musician_options label {
	display: block;
	margin-left: 25px;
	}

fieldset#job-info-format-options * {
	vertical-align: top;
	}

fieldset#job-info-format-options label {
	display: block;
	}

#job_pdf {
	height: 21px;	
	}

#job_logo {
	height: 21px;	
	}

#job_text_input, #musician_cv_input {
	margin: 1em 0;
	}

#job_text_input {
	height: 0;
	visibility: hidden;
	overflow: hidden;
	}

option.menu_subhead {
	background: #FFC;
	font-weight: bold;
	}

.pay_button {
	margin: 5px 0px 0px 0px;	
	}

.login	{
	float: right;
	margin: 0 20px 10px 0;
	}

/*********/
/* Dates */
/*********/

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	/* background-color: #ece9d8; */
	background-color: #FFF;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #FFC;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #FFC;
	font-weight: bold;
	}

/*************************/
/* Own Forms & recaptcha */
/*************************/

/*
  Search form
  -----------
*/

#search * {
	font-size: 100%;
	font-family: inherit;
	}

#search div {
	margin: 1em 0;
	clear: left;
	}
	
#search label {
	float: left;
	width: 310px;
	margin-bottom: 1em;
	text-align: right;
	font-weight: bold;
	}
	
#search input, #search select {
	display: inline;
	margin-left: 15px;
	}
	
#search_terms { 
	width: 220px;
	}

#search .submit input { margin-left: 325px; } /* label width + 'normal' input margin */
	
#search .submit .button {
	padding: 0.15em 1em;
	width: auto;
	}

/*
  Enquiry forms
  -------------
*/

#enquiry {
	background: #ffc;
	margin: 15px 140px 0 0;
	border: solid 1px #999;
	padding: 10px;
	}

#enquiry * {
	font-size: 100%;
	font-family: inherit;
	}

#enquiry div {
	margin: 1em 0;
	clear: left;
	}
	
#enquiry label {
	float: left;
	width: 110px;
	margin-bottom: 1em;
	text-align: right;
	font-weight: bold;
	}
	
#enquiry input, #enquiry textarea, #enquiry select {
	display: inline;
	margin-left: 15px;
	}
#enquiry input { 
	width: 220px;
	}
#enquiry textarea {
	width: 290px;
	}

#enquiry .submit input { margin-left: 125px; } /* label width + 'normal' input margin */
	
#enquiry .submit .button {
	padding: 0.15em 1em;
	width: auto;
	}

#enquiry p { /* notes */
		clear: left;
	margin: 1em 0 1em 125px;
	}

.error { color: #600; }

#enquiry p.error { margin: 0.1em 0 0.5em 125px; }

#sent-message {
	clear: left;
	padding: 10px 0;
	}

/*
  reCaptcha
  ---------
*/

#recaptcha-div, #recaptcha-div div {
	margin: 0 !important;
	float: none !important;
	clear: none !important;
	line-height: 1 !important;
	}
	
#enquiry #recaptcha-div { /* Contact form */
	margin-left: 125px !important; /* <<<< Site specific */
	}
#recaptcha-div { /* Invoice form */
	margin-left: 0 !important; /* <<<< Site specific */
	}
	
#enquiry-captcha label {
	margin-top: 72px !important;
	}
#recaptcha-div {
	position: relative !important; /* define as CB */
	width: 456px !important; /* !!!! */
	background: transparent url(../captcha/logo.gif) scroll no-repeat 360px 15px !important;
	}
#recaptcha-div #recaptcha_image {
	border: solid 1px black !important;
	height: 57px !important;
	width: 300px !important;
	background: white !important;
	}
.recaptcha_audio_cant_hear_link {
	padding-left: 1.5em !important;
	font-weight: bold !important;
	}
#recaptcha-controls {
	position: absolute !important;
	top: 1px !important;
	left: 320px !important;
	}
#recaptcha-controls a:link, #recaptcha-controls a:visited {
	display: block !important;
	margin-bottom: 5px !important;
	width: 25px !important;
	}
#recaptcha-controls a img {
	outline: none !important;
	border: none !important;
	}
#recaptcha-controls a:focus, #recaptcha-controls a:active, #recaptcha-controls a:hover {
	outline: solid 2px #F00 !important;
	}
#recaptcha-controls img {
		display: block !important;
		}
#recaptcha-div #recaptcha_response_field {
	margin: 10px 0 0 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
 	width: 300px !important;
	}
	
/* 
  Help text
  ---------
*/

p#recaptcha-refresh-help {
	position: absolute;
	top: 0;
	left: 0px;
	width: 300px;
	margin: 0 0 0 30px;
	border: solid 1px black;
	padding: 2px 2px 2px 1em;
	background: white;
	}
	
p#recaptcha-refresh-help span {
	position: absolute;
	top: 0;
	left: 0;
	}

/*
  News
  ----
*/

/* CSS for Musicalchairs News Admin (mcna) */
#wide_container {
	position: relative;
	width: 980px;
	border-top: 1px solid #999;
}
#mcna_container p {
	margin: 0;
	padding: 5px 0px 5px 0px;
}		
.mcna_column {
	float: left;
	margin: 20px 0px 20px 20px;
}
#mcna_display {
	width: 450px;
	float: left;
	margin: 20px 0px 20px 20px;
}	
#mcna_display p {
	margin: 0;
	padding: 5px 0px 10px 0px;			
}
#mcna_suggest, #mcna_publish {
	width: 448px;
	height: 448px;;
	overflow: scroll;
	border: 1px solid #666;
	padding: 0;
	background: #fff; 
}	
#mcna_suggest p, #mcna_publish p {
	margin: 0;
	padding: 5px 10px 5px 5px;
}	
#mcna_suggest_form, #mcna_publish_form {
	margin: 10px 0px 0px 0px;
	padding: 0; 
}	
#mcna_suggest_form p, #mcna_publish_form p {
	margin: 0;
	padding: 0px 0px 5px 0px;
}			
.news_item_note {
	color: #666;	
}		
a.news_item_head:link, a.news_item_head:hover, a.news_item_head:visited {
	color: #333; 
	text-decoration: none;
}
a.news_item_show:link, a.news_item_show:hover, a.news_item_show:visited {
	font-size: 1.1em;
	color: #990;
	text-decoration: none;
}		
a.news_item_info {
	position: relative; /*this is the key*/
	z-index: 1; 
	color:#333;
	text-decoration: none;
	}
a.news_item_info:hover{
	z-index: 2; 
}
a.news_item_info span{
	display: none;
	z-index: 3; 
}
a.news_item_info:hover span{ /*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: 15px; 
	left: 45px; 
	width: 320px;
	border: 1px solid #666;
	background-color: #ffc;
	padding: 3px 5px 3px 5px; 
	color: #333;
	font-weight: normal;;
}		
.news_feed_item {
	border-bottom: 1px solid #999;
	padding: 5px 10px 5px 5px;	
}
.news_item_task {
	float: right;
}	
i {
	background: #FCC;	
	font-style: normal;
}
#mcna_news_edit {
	position: absolute;
	z-index: 2;
	width: 480px;
	height: 320px;
	visibility: hidden;   
	border: solid 1px #999;
	background: #FFC;				
}
#mcna_edit_form {
	padding: 25px;	
}
#mcna_edit_form p {
	margin: 0;
	padding: 0px 0px 5px 0px;	
}
/* CSS for Musicalchairs Front End */
/* main_container 734px; */
#news_side {
	text-align: left;
}
#news_side p {
	margin: 0;
	padding: 0px 0px 10px 0px;
}
#news_side strong { /* TS */
	color: #996;
	}
#news_list {
	width: 700px;
	text-align: left;
}
#news_list p {
	margin: 0;
	padding: 0;
}
.news_item {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
.news_line {
	width: 700px; 
	border-bottom: 1px solid #777;
	margin: 5px 0px 10px 0px;
}
.news_head {
	font-size: 1.34em;
	font-weight: bold;
	color: #996;
}
.news_side {
	font-weight: bold;
	color: #996;
}
a.news_head_link:link, a.news_head_link:hover, a.news_head_link:visited {
	color: #777;
	text-decoration: none;
}
a.news_side_link:link, a.news_side_link:hover, a.news_side_link:visited {
	font-weight: bold;
	color: #777;
	text-decoration: none;
}
.news_date {
	color: #777;
	font-weight: normal;
}
.news_time {
	color: #996;
}

