/*********/
/* 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;
	text-transform: lowercase;
	}
	
body	{
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.2;	
	}

body.nw {
	margin: 15px;
	}
	
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;
	}

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

input, textarea, select, button, .button {
	background: white;
	color: black;
	display: inline;
	}

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

input[type=checkbox], input[type=radio] {
	vertical-align: middle;
	margin: 0 3px;
	}

input[disabled], input[readonly], select[disabled], select[readonly], textarea[disabled], textarea[readonly] {
	color: #777;
	}

acronym {
	text-transform: none;
	}

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

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

h1	{
	padding-bottom: 0.5em;
	font-size: 1.5em;
	font-weight: bold;
	color: #996;
	}
	
h2 	{
	margin-bottom: 0.2em;
	font-size: 1.1em;
	font-weight: bold;   
	color: #777; 
	}

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

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, #ad-pos-1 {
	position: relative;
	width: 1000px;
	margin: 0 auto;	
	padding: 0;
	background: #ffc url(../images/body-back.gif) scroll repeat-y top center;
	}

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

#site-heading {
	position: relative;
	width: 980px;
	height: 93px;
	}

#site-heading a {
	display: block;
	width: 499px; /* image 489px plus 10px offset */
	height: 90px;
	margin-left: 2px;
	text-indent: -5000px;
	background: url(../images/musicalchairs.png) scroll no-repeat 10px 1px;
	}

#site-heading a:focus {
	background-image: url(../images/musicalchairs_focus.png)
	}
	
#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: 93px;
	width: 1000px;
	background: url(../images/body-back.gif); 
	}

#nav 	{
	position: absolute;
	top: 93px;
	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;
	position: relative;
	width: 220px;
	}

#side_text_container {
	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: #555;
	}

#side_container ul.nav li {
	display: block;
	margin: 0.5em 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: #555; /* '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;
	}

#region-links {
	clear: right;
	margin: 1em 0;
	}

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

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

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

.add-link {
	position: absolute;
	right: 10px;
	top: 4em;
	width: 35%;
	text-align: right;
	font-weight: bold;
	}
	
.rss-link {
	position: absolute;
	top: auto;
	right: 10px;
	margin-top: -2em;
	}

.rss-link a {
	display: inline-block;
	margin-top: 0.5em;
	padding-left: 20px;
	background: url(../images/icons/rss-small.png) scroll no-repeat bottom left;
	text-transform: none;
	}


/*
  Accessibility links
  -------------------
*/

ul#skip-to-nav {
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 10px;
	}

a.invisible-till-focus {
	position: absolute;
	top: 0;
	left: -5000px;
	width: 10em;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	padding: 3px 1em;
	background: white;
	}
	
a.invisible-till-focus:focus {
	left: 0;
	}

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

#language_menu {
	position: absolute;
	right: 10px;
	top: 65px;
	}

#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 {
	display: block;
	padding: 0 5px;
	}

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

#nav a:hover span.menu_text, #nav a:active span.menu_text, #nav a:focus span.menu_text, #nav a.highlight span.menu_text { /* for a.highlight see JS */
	text-decoration: underline;
	color: #c36;
	} 

#nav li {
	float: left;
	position: relative;
	display: block;
	height: 2.75em;
	width: 124px;
	padding-top: 0.25em;
	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 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;
	border-bottom: 1px solid #ccc;
	border-right: none;
	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 {
	position: relative;
	clear: both;
	padding-bottom: 10px;
	background: url(../images/foot-back-2.png) scroll no-repeat bottom left;
	line-height: 130%;
	color:#555; 
	}
	
#imprint {
	position: absolute;
	top: 100%;
	clear: both;
	text-align: right;
	background: #fff;
	width: 990px;
	padding: 1px 10px 0px 0px;
	height: 40px;
	font-size: 11px;
	color: #777; 
	text-transform: none;
	}
	
#imprint a {
	color: #777; 
	text-decoration: none;
	}
	
#imprint a:hover {
	text-decoration: none;
	}

#imprint a:active,  #imprint a:focus {
	text-decoration: underline;
	}

#foot_text {
	margin: 0 10px;
	padding-right: 540px;
	border-top: solid 1px #999;
	text-decoration: none;
	}

#foot_text p {
	margin: 0;
	padding: 15px 10px;
	}

#share-container {
	float:right;
	width:430px;
	padding: 30px 0px 0px 0px;	
}

.facebook_share {
	float:left;
	width: 190px;	
}

.twitter_share {
	float:left;
	width: 120px;	
}

.google_share {
	float:left;
	width: 120px;
}

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

.high_text {
	color: black;
}

.bold_text {
	color: #999966;
}

.pale_text {
	color: #999;
}

.grey_text {
	color: #555;
}

.dark_text {
	color: #333;	
}

.country-name, .date, .name, .company-name, .email, .currency-name {
	text-transform: none;
	}

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

.JS {
	display: none !important;
	}

/*
 * Section Home Page (including directories)
 * -----------------
 */

ul#listing-nav {
	line-height: 1.2;
	font-size: 1.1em;
	}

ul#listing-nav li.listing-nav-category {
	margin-top: 2em;
	display: block;
	clear: both;
	}

ul#listing-nav li.listing-nav-category img {
	float: left;
	margin-bottom: 2em;
	}

ul#listing-nav ul.instrument-groups {
	position: relative;
	}

ul#listing-nav li.instrument-group {
	display: block;
	float: left;
	margin-bottom: 2em;
	}

ul#listing-nav ul.instrument-group-nav {
	padding-right: 1.5em;
	}

ul#listing-nav ul.instrument-group-nav li {
	padding: 0.2em 0;
	display: block;
	}

/*ul#listing-nav li.only-group {
	float: none;
	}*/

/*ul#listing-nav ul#category-of li.only-group li { / * Office special case * /
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	}*/

/*ul#listing-nav li.only-group li {
	display: inline-block;
	min-width: 25%;
	}*/

ul#listing-nav.with-images h3, ul#listing-nav.with-images ul.instrument-groups, ul#listing-nav.with-images p {
	margin-left: 145px;
	}

ul#listing-nav li.listing-nav-category.publish {
	font-weight: bold;
	}

.page_info p {
	clear: right; /* clear #results-header-main */
	padding: 7px 0px 10px 0px;
	margin: 0;
	}

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

#image-map-tooltip {
	display: none;
	position: absolute;
	border: solid 1px black;
	padding: 0.4em 1em;
	font-size: 1.1em;
	font-weight: bold;
	background: white;
	color: #777;
	cursor: pointer;
	}

#image-map-tooltip.active {
	display: block;
	}

body#jobs li.listing-nav-category {
	margin: 10px;
	background: #fefe9a url(../images/borders/yellow_black_bl.png) bottom left scroll no-repeat;
	}

body#jobs li.listing-nav-category > a {
	display: block;
	height: 24px;
	margin-bottom: -24px;
	background: transparent url(../images/borders/yellow_black_tl.png) top left scroll no-repeat;
	}

body#jobs li.listing-nav-category div {
	padding-bottom: 24px;
	background: transparent url(../images/borders/yellow_black_br.png) bottom right scroll no-repeat;
	}

body#jobs li.listing-nav-category h3 {
	margin: 0;
	padding: 15px 15px 5px 15px;
	background: transparent url(../images/borders/yellow_black_tr.png) top right scroll no-repeat;
	min-height: 24px;
	}

body#jobs li.listing-nav-category ul.instrument-groups, body#jobs ul#listing-nav p {
	margin: 0;
	padding: 0 15px;
	background: transparent url(../images/borders/black_pixel.png) top right scroll repeat-y;
	}

body#jobs li.listing-nav-category ul.instrument-groups:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

body#jobs ul#listing-nav li.instrument-group {
	margin-bottom: 1em;
	}

body#jobs li#listing-nav-category-vo {
	float: left;
	clear: none;
	width: 205px;
	}

body#jobs li#listing-nav-category-ot {
	float: left;
	clear: none;
	width: 150px;
	}

body#jobs li#listing-nav-category-of {
	float: right;
	clear: none;
	width: 295px;
	margin-bottom: 15px;
	}

body#jobs li#listing-nav-category-search {
	float: left;
	clear: none;
	width: 374px;
	}


/*
 * Directories Home Page
 * ---------------------
 */

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

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

ul.list_dir_menu > li {
	margin-bottom: 2em;
	}

ul.list_dir_menu ul.nav li {
	width: 13em;
	padding: 0.3em 0;
	}

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

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

#home_section_menu {
	width: 720px;
	margin: 30px 0px 0px 0px; 
	}

#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:link, #home_section_menu a:visited {
	color: #c36;
	text-decoration: none;
	}

#home_section_menu a:hover, #home_section_menu a:active, #home_section_menu a:focus {
	color: #c36;
	text-decoration: underline;
	}

#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-rss-link {
	margin-top: 0.5em;
	clear: both;	
	}	

#home-rss-link a {
	float: left;
	display: block;
	height: 16px;
	padding-left: 20px;
	background: url(../images/icons/rss-small.png) scroll no-repeat top left;	
	padding-top: 0;
	}

#home-rss-link p {
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 0;
	}	

/*
 * Richtext
 * --------
 */

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

/* 
 * Job Adverts and Musician CVs
 * ----------------------------
 */

#richtext-advert {
	margin: 20px auto;
	width: 700px;
	text-transform: none;
	}
	
#job-advert h1 {
	text-indent: -5000px;
	height: 0;
	}
	 
#main-logo {
	margin-bottom: 1em;
	}

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

/*
  Misc
  ----
*/

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

li span.flag {
	display: inline-block;
	height: 11px;
	width: 16px;
	margin-right: 8px;
	}
	
/*
 * Lists
 * -----
 */

#results-header-main {
	position: relative;
	float: right;
	width: 630px;
	margin-bottom: 1em;
	}

#results-header-main h1 {
	display: inline-block;
	}

#sort_form {
	clear: right; /* #results-header-main */
	/* margin-left: 84px; */
	}

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

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

table.results-table tr.highlighted-row {
	background: #FF6;
	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;	
	}

/*
 * Table Columns
 * -------------
 */

/* generic columns */

.posted_col	{ width: 59px; border-right: 1px solid #CCC; }
.type_col	{ width: 50px; border-right: 1px solid #CCC; }
.location_col	{ width: 109px; 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; }

.gallery img {
	margin: 10px;
	border: solid 1px #444;
	}

.gallery a:hover img, .gallery a:active img, .gallery a:focus img {
	outline: none !important;
	border-color: #c36;
	}

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.towncity_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, body#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;
	}

/* Stolen listings */

body#stolen-add-confirm h2 {
	color: black;
	}

body#friendly_url_result.stolen #results-header-main {
	float: none;
	width: 100%;
	}

ul#stolen-listing li {
	float: left;
	width: 712px;
	margin: 1em 0 2em 0;
	border: solid 1px black;
	background: #ff9;
	}

ul#stolen-listing li.highlighted-row {
	background: #ff0;
	}

ul#stolen-listing li h3 {
	background: #996;
	color: black;
	padding: 1em 15px;
	}

ul#stolen-listing li p.when-where {
	margin: 15px 1em;
	font-weight: bold;
	}

ul#stolen-listing li div {
	float: left;
	padding: 1em 15px;
	border-top: solid 1px #ccc;
	}

ul#stolen-listing li .st-information, ul#stolen-listing li .st-contact-info {
	width: 270px;
	border-right: solid 1px #ccc;
	clear: left;
	}

ul#stolen-listing li .st-description, ul#stolen-listing li .gallery {
	margin-left: -1px;
	width: 381px;
	border-left: solid 1px #ccc;
	}

ul#stolen-listing li .posted-date {
	float: none;
	margin: 1em 0;
	border: none;
	padding: 0;
	font-weight: bold;
	color: #777;
	}

/* No text-transforms */

table.results-table td.location_col,
table#jobs-results-table td.jobs_company_col, table#jobs-results-table td.jobs_details_col a,
table#courses-results-table td.course_details_col, table#competitions-results-table td.competition_details_col,
table#sales-results-table td.sale_details_col, table#sales-results-table td.sale_phone_col,
body.sales #lbCaption,
table#orchestras-results-table td.orchestra_col, 
table#conservatoires-results-table td.conservatoire_col,
table#youthorchs-results-table td.youth_col,
p.when-where, .st-information p, .st-description p, .st-contact-info p
	{
	text-transform: none;
	}

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

form > div, form fieldset > div, .add_area > * {
	margin: 1em 0;
	}

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

input.short_text {
	width: 210px;
	}

input.cash_text {
	width: 105px;
	}
	
input.date {
	width: 6em;
	}
	
input.checkbox {
	vertical-align: middle;
	}

.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: 400px;
	}

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

.add_area .submit img.ajax-loader {
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	width: 32px;
	}

.add_area .submit p {
	margin-top: 1.5em;
	text-align: left;
	}

.add_area .richtext-container {
	margin-top: 1em;
	font-size: 1em;
	}

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

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

#add_form strong {
	color: #555; 
	}

#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: #555;
	}
	
#add_form .add-categories label, #add_form .add-categories label * {
	vertical-align: bottom;
	}
	
#add_form .add-categories label:hover {
	color: black;
	}

#add_form .add-categories label.check-all {
	clear: left;
	float: none;
	font-style: italic;
	}

#add_form .add-categories > label.check-all {
	display: block;
	padding-bottom: 1em;
	}

#add_form .add-categories .categories {
	clear: left;
	padding: 1em 0;
	}

#add_form .add-categories h6 { /* add advert */
	clear: left;
	margin: 0;
	padding-top: 1em;
	}

span#invoice_price img.ajax-loader {
	display: none;
	}

#pay_next {
	float: right;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

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

.payment-confirm-area legend {
	font-weight: normal;
	}

#tandcs {
	overflow: hidden;
	}

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

body#stolen-add-confirm #advert_rates {
	margin-top: 0;
	}

#advert_rates strong {
	color: #555;	
	}

select.currency-dropdown, select.currency-dropdown option, select.country-dropdown, select.country-dropdown option, select.region-dropdown, select.region-dropdown option, select.state-dropdown, select.state-dropdown option,
select#job_company, select#job_company option, input, textarea {
	text-transform: none !important;
	}

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

.bank-details p {
	text-transform: none !important;
	}

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

img.warning-icon {
	vertical-align: middle;
	margin-left: 14px;
	}

span.label-note {
	font-weight: normal;
	font-style: italic;
	}

/* Jobs */

fieldset#job-category-radio label {
	font-weight: normal;
	color: black;
	}

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

#job-categories-dynamic {
	position: relative;
	}

#job-categories-dynamic .ajax-loader {
	position: absolute;
	right: 10px;
	bottom: 10px;
	}

/* Photos/Graphics */

.image-input {
	position: relative;
	padding-left: 75px;
	min-height: 75px;
	}

.image-input button.image-delete {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	border: outset 2px #f00;
	background: white url(../images/icons/delete.png) no-repeat center center;
	text-indent: -5000px;
	}

.image-input img {
	position: absolute;
	top: 0;
	left: 0;
	}

/* Flash */

.flash-value object {
	margin-bottom: 1em;
	}

/* Musicians */

#musician_options input {
	float: left;
	}

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

/* Invoices */

.invoice-print-area {
	background: white;
	text-transform: none;
	}

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

.invoice-nav ul.nav {
	margin-left: -0.5em;
	}

.invoice-nav a {
	border-right: solid 1px #777;
	padding: 0 0.5em;
	}

.invoice-nav li.last a {
	border: none;
	}

a#email-reminder-sent {
	color: #555;
	cursor: default;
	}

body#invoice-pay form#worldpay-form {
	font-size: 1.1em;
	}

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

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

.notice { color: black; }

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

p.sent-message {
	clear: left;
	padding: 1em 0;
	}

span.persons-name {
	text-transform: none;
	}

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

#enquiry-captcha {
	margin: 1em 0;
	}

#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;
	text-transform: none;
}	
#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:visited {
	color: #333; 
	text-decoration: none;
}
a.news_item_head:hover, a.news_item_head:active, a.news_item_head:focus {
	color: #333; 
	text-decoration: underline;
}
	
a.news_item_show:link, a.news_item_show:visited {
	font-size: 1.1em;
	color: #990;
	text-decoration: none;
}
a.news_item_show:hover, a.news_item_show:active, a.news_item_show:focus {
	color: #990;
	text-decoration: underline;
}	
		
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 h2 {
	font-size: 1em;
	color: #996;
	}

#news_side p.news-story {
	text-transform: none;
	}

#news_side strong {
	color: inherit;
	}

#news_list {
	width: 700px;
	text-align: left;
	}
	
#news_list p {
	margin: 0;
	padding: 0;
	}

#news_list .news_item {
	text-transform: none;
	}

.news_time {
	text-transform: lowercase;
	}

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

a.news_head_link:link, a.news_head_link:visited {
	color: #777;
	text-decoration: none;
	}

a.news_head_link:hover, a.news_head_link:active, a.news_head_link:focus {
	color: #777;
	text-decoration: underline;
	}

a.news_side_link:link, a.news_side_link:visited {
	font-weight: bold;
	color: #777;
	text-decoration: none;
	}

a.news_side_link:hover, a.news_side_link:active, a.news_side_link:focus {
	color: #777;
	text-decoration: underline;
	}

.news_date {
	color: #777;
	font-weight: normal;
	}

.news_time {
	color: #996;
	}

/*
  Feed page (RSS)
  ---------
*/

body#feeds h2 {
	padding: 1em 0 0 0;
	clear: left;
	}

li.rss_column {
	float: left;
	width: 150px;	
	}

ul.other-feeds li.rss_column {
	float: none;
	width: auto;
	}

#rss_feeds a {
	position: relative; /* For graphs */
	display: block;
	padding-left: 20px;
	height: 22px;
	background-image: url(../images/icons/rss-small.png);
	background-repeat: no-repeat;
	}
	
#rss_feeds img.graph {
	position: absolute;
	z-index: 10000;
	left: -5000px;
	top: 200%;
	}

#rss_feeds a:hover img.graph, #rss_feeds a:focus img.graph {
	left: 20px;
	}

/*
  Specific search forms (jobs etc)
  ---------------------
*/

form.search-form div {
	margin: 1em 0;
	clear: left;
	}
	
form.search-form label {
	float: left;
	width: 310px;
	margin-bottom: 1em;
	text-align: right;
	font-weight: bold;
	}
	
form.search-form input, form.search-form select {
	display: inline;
	margin-left: 15px;
	}
	
form.search-form .submit input { margin-left: 325px; } /* label width + 'normal' input margin */
	
form.search-form .submit .button {
	padding: 0.15em 1em;
	width: auto;
	}

#search_terms { 
	width: 310px;
	}
 

/* 
 * Site-wide search
 * ----------------
 */

#search_form {
	position: absolute;
	right: 20px;
	top: 28px;	
	}

#search_q {
	width: 220px;
	padding: 2px 0px 2px 1px;
	font-size: 1.17em;
	font-weight: bold;
	color: #777;
	}

#search_q.inactive {
	color: #C1C1C1;
	}

.matched_keywords {
	font-weight:bold;
	}
	
.result_title {
	margin:0;padding:0;
	}

.result_title_link:hover {
	text-decoration:none;
	}

.result_title_text {
	font-size:15px;text-decoration:underline;
	}
	
.result_url {
	margin:0;padding:0;
	}
	
.result_url_text {
	font-size:11px;color:#996;
	}
	
.result_url_link:hover {
	text-decoration:none;
	}
	
.result_info {
	color:#777;margin:0;padding:0px 0px 20px 0px;
	}
	
.result_snippet {
	color:#777;margin:0;padding:0;
	}
	
.result_subheading {
	margin:0;padding:0px 0px 15px 0px;
	}
	
#search_updated {
	float:right;text-align:right;color:#999;padding-top:4px;
	}
	
#search_results {
	margin:0;padding: 9px 0px 0px 0px;
	}	
	
#smc_news a:hover, #smc_news a:focus, #smc_list a:hover, #smc_list a:focus {
	text-decoration: none;
	}

#smc_news p {
	padding-right: 20px;
	}
	
.smc_news_link {
	font-size: 11px;
	color: #996;
	}
	
.smc_news_date {
	font-size: 11px;
	color: #777;
	}
	
.smc_description {
	color: #777;
	padding-top:10px;
	}

#switch_search {
	float:right;
	padding-right:10px;
	}

.smc_foot_link {
	font-size: 10px;
	color: #996;
	}

#smc_form {
    margin: 0;
	padding: 0px 0px 10px 0px;
}

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

.ads-container {
	position: relative;
	clear: both;
	}

.ads-container .ad-container {
	position: absolute;
	left: -5000px;
	width: 100%;
	}

.ads-container .active-ad {
	position: relative;
	left: 0;
	}

.ad-container {
	position: relative;
	overflow: hidden;
	text-transform: none;
	cursor: pointer;
	}

#ad-pos-1 .ad-container, #ad-pos-2 .ad-container {
	width: 1000px;
	background: #ffc url(../images/body-back.gif) scroll repeat-y top center;
	}

#ad-pos-1 .advert-content {
	border-bottom: solid 2px black;
	}

#ad-pos-2 .advert-content {
	border-top: solid 2px black;
	border-bottom: solid 2px black;
	}

#ad-pos-3 .ad-container {
	margin: 10px 0 0 0;
	}

.ad-type-2 *, .ad-type-3 object {
	display: block;
	}

.ad-type-2 img {
	outline: none !important;
	}

.ad-type-1 .richtext-container, .ad-type-1 .text-image-container {
	padding: 10px 10px 0;
	}

#ad-pos-1 .advert-content, #ad-pos-2 .advert-content {
	margin: 0 10px;
	}

.advert-read-more {
	margin-top: -1em;
	padding: 0 0.5em 0.5em 0;
	text-align: right;
	text-transform: lowercase;
	}


