﻿/* Set default font size and EMs to 12px */
html, body { /* now mozilla is happy! */
	height: 100%;
}
html {
	font-size: 100%;
}
body {
	font-size: 75%;
}
table {
	font-size: 100%;
}
html>body {
	font-size: 12px;
}

/* Page layout */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF url(../images/bg_body.gif) top center repeat-x;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #333;
}
form {
	margin: 0;
}
img {
	margin: 0;
	display: block;
}
a acronym, a abbr, a img {
	border: 0;
}
hr {
	height: 0px;
	border-bottom: 1px solid #ccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.hdn {
	display: none;
}
.s1 {
	font-size: 11px;
}
.s2 {
	font-size: 12px;
}
.s3 {
	font-size: 13px;
}
.s4 {
	font-size: 14px;
}
h1, h3, h4, h5 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #666;
	padding-bottom: 10px;
	line-height: 120%;
}
h1 {
	font-size: 27px;
	padding-bottom:15px;
}
h2 {
	font-size: 21px;
	letter-spacing:1px;
	padding-bottom: 10px;
}

h2 span {
	background:none repeat scroll 0 0 #FFFFFF;
	color:#BA6411;
	font-weight:bold;
	margin-left:15px;
	padding:0 5px;
}

h2 {
	background:url("../images/gold-dot.gif") repeat-x scroll 0 10px transparent;
	font-size:150%;
	margin-bottom:10px;
}

h3 {
	font-size: 18px;
	color:#5c5c5c;
	padding-top:6px;
}
h4, h5 {
	font-size: 14px;
	color:#666;
	padding-top:5px;
	padding-bottom:8px;
}
h5 {
	font-size: 12px;
}
h4 a {
	color:#666;
}
p {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}
a {
	color: #0090d7;
}
a:hover {
	text-decoration: underline;
}
.spacer {
	position: relative;
	margin: 0;
	padding: 0;
	clear: both;
	width: auto;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
.spacer.extra {
	padding: 5px 0 !important;
}
.right {
	float: right;
}
.left {
	float: left;
}
.bold {
	font-weight:bold;
}
ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
ul li {
	margin:0;
	padding:0;
}
#main ul {
	padding-left:10px;
}
#main ul li {
	background:url(../images/bullet_02.gif) 7px left no-repeat;
	padding-left:11px;
	margin-top:3px;
}

.clear
{
	clear: both;	
}

input[type="submit"]
{
	cursor: pointer;
}

input.textbox, input.password, textarea.textarea {
	border:1px solid #999999;
	padding:2px 0 3px 4px;
	width:300px;
}

input, select, textarea {
	font-size:9pt;
}

select.dropdown {
	width:306px;
}

/* +++++++++++++++++++++++++ ELEMENTS/ +++++++++++++++++++++++++ */
#wrapper {
	width: 100%;
	height: 100%;
}
#container {
	width: 998px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background:url(../images/content_bg.png) top left no-repeat;
	overflow:auto;
}

/* +++++++++++++++++++++++++ HEADER/ +++++++++++++++++++++++++ */

#header, #footer {
	display: block;
	clear: both;
	width: 990px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
#logo {
	float: left;
	background:url(../images/faber_music_logo.gif) 0 0 no-repeat;
	width: 226px;
	height:45px;
	margin-left:14px;
	margin-top: 30px;
}
#logo a {
	cursor:pointer;
}
#sitelinks {
	float: right;
	margin-right:6px;
	margin-top:23px;
	height: 63px;
	width: 500px;
	color:#feffff;
}
#top-links {
	text-align: right;
	float:right;
	margin-right: 14px;
	height:63px;
	margin-top:23px;
	width:500px;
}

#top-links ul li {
	background:url("../images/top-links-separator.gif") no-repeat scroll 12px 0;
	line-height:50px;
	padding-left:25px;
}

#top-links li.first {
	background:none repeat scroll 0 0 transparent;
	padding-left:0;
}

#top-links a {
	color:#666666;
	font-size:9pt;
	font-weight: bold;
}

#top-links a:hover {
	color:#BA6411;
}

#select-boxes {
	clear:both;
	padding-top:15px;
	float: right;
}

#header li
{
	display: inline;	
}

#header li a
{
	text-decoration: none;	
}

/* +++++++++++++++++++++++++ NAVIGATION/ +++++++++++++++++++++++++ */
#masternav {
	margin-top: 15px;
	width:990px;
	float: left;
	height: 36px;
}
#masternav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#masternav ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
#masternav ul li a {
	text-transform:uppercase;
	font-size:12.5px;
	line-height:120%;
	letter-spacing:2px;
	color:#D9E1E8;
	text-decoration: none;
	font-family: Futura Medium;
}
#masternav ul li a span {
	float: left;
	height:26px;
	text-decoration: none;
	cursor: pointer;
	padding-top:9px;
	padding-left:40px;
	padding-right:30px;
	text-align:center;
	background:url(../images/main_nav_line.gif) top left no-repeat;
	vertical-align: middle;
}
#masternav li.home a span {
	background:none;
	padding-left:39px;
	padding-right:38px;
}
#masternav div {
	float:left;
	width:964px;
	height:38px;
	background:url(../images/main_nav_bg.gif) repeat-x 0 0;
}
#masternav .left, #masternav .right {
	height:38px;
	width:13px;
}
#masternav .left {
	background: url(../images/main_nav_left.gif) top left no-repeat;
	float:left;
}
#masternav .right {
	background: url(../images/main_nav_right.gif) top right no-repeat;
	float:right;
}
#masternav a.current, #masternav a:hover {
	color: #FFF;
}
/*
#masternav .fm-store a:hover span, 
#masternav .fm-store a.current span, 
#masternav .home a:hover span, 
#masternav .home a.current span {
	background:url(../images/main_nav_bg_home_hover.gif) 0px 4px no-repeat;
}
#masternav .composers a:hover span, 
#masternav .composers a.current span {
	background:url(../images/main_nav_bg_composer_hover.gif) 0px 4px no-repeat;
}
#masternav .repertoire a:hover span, 
#masternav .repertoire a.current span {
	background:url(../images/main_nav_bg_repertoire_hover.gif) 0px 4px no-repeat;
}
#masternav .publications a:hover span, 
#masternav .publications a.current span {
	background:url(../images/main_nav_bg_publications_hover.gif) 0px 4px no-repeat;
}
#masternav .company a:hover span, 
#masternav .company a.current span {
	background:url(../images/main_nav_bg_company_hover.gif) 0px 4px no-repeat;
}
*/
/* +++++++++++++++++++++++++ /NAVIGATION +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ PAGE STRUCTURE +++++++++++++++++++++++++ */
#content {
	width: 990px;
	height:100%;
	clear: both;
	padding-top: 8px;
	text-align: left;
	margin: 0 auto;
}
#sideright, #sideleft {
	width: 254px;
	margin:0;
	padding:0;
}
#sideright {
	float: right;
	margin-right:0;
	padding-right:24px;
	color:#666;
}
#sideleft {
	float: left;
	padding-left:24px;
}
#center {
	float: left;
}
#main, #promo {
	width: 685px;
	float: left;
	padding-left:24px;
}

#content .topBox
{
	background: url("../images/box_top990.png") no-repeat scroll 0 0 transparent;
	width:990px;
	height:12px;
	opacity:0.7;
}

#content .midBox
{
	background:url("../images/box_mid990.png") repeat scroll 0 0 transparent;
	overflow:hidden;
	padding:0 20px;
	opacity:0.7;
}

#content .buttomBox
{
	background: url("../images/box_bottom990.png") no-repeat scroll 0 0 transparent;
	width:990px;
	height:12px;
	opacity:0.6;
}

/* +++++++++++++++++++++++++ /PAGE STRUCTURE +++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++ FOOTER +++++++++++++++++++++++++ */
#footer {
	float:left;
	margin-left:4px;
	color:#666;
	background: transparent url(../images/footer_bg.png) top center no-repeat;
	margin-top:25px;
}

#footer .inside {
	overflow:auto;
	padding:20px;
}
#footer ul li.last {
	border:none;
	padding-right:0;
}
#footer ul {
	float:right;
	margin:0;
	padding:0;
	margin-left:0px;
}
#footer ul li {
	float:left;
	list-style:none;
	border-right:solid 1px #eaeaea;
	padding-left:10px;
	padding-right:10px;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#copyright {
	float:left;
}
/* +++++++++++++++++++++++++ /FOOTER +++++++++++++++++++++++++ */

input.error, select.error, textarea.error
{
	background-color: #fee;
	border: solid 1px #c66;
}

.popupButton
{
	visibility: hidden;
}

.modalBackground
{
	background-color: #999;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalBackgroundError
{
	background-color: #999;
	filter:alpha(opacity=70);
	opacity:0.7;
}

div.error
{
	color: #c00;
	border: solid 1px #c66;
	width: 400px;
	background-color: #fee;
}

div.error div.title
{
	cursor: move;
	background-color:#fcc;
	padding: 5px;
	color: #900;
	font-weight: bold;
}
div.error p
{
	padding: 5px;
}

div.dialogue
{
	color: #333;
	border: solid 1px #333;
	width: 400px;
	background-color: #eee;	
}

div.dialogue div.title
{
	cursor: move;
	background-color:#ddd;
	padding: 5px;
	color: #000;
	font-weight: bold;
}

div.dialogue p
{
	padding: 5px;
}

div.dialogue p.button, div.error p.button
{
	text-align: center;
}

em.postcont
{
	display: block;
}

/*
dt.auto
{
	font-style: italic;
}
*/

/* start form rules */
fieldset
{
	border-color: #ba6411;
	border-style: solid none none none;
	border-width: 1px 0 0 0;
	padding: 10px;
}

fieldset legend
{
	font-size: 150%;
	font-weight: bold;
	color: #ba6411;
	padding: 0 5px;
}

fieldset div
{
	clear: left;
	display: block;
	width: 620px;
	/* height: expression('1%'); */
	margin: 5px 0 0 0;
	padding: 1px 3px;
}

/* fix calendar */
.ajax__calendar
{
	position: absolute;
}
.ajax__calendar, 
.ajax__calendar div
{
	clear: none;
	padding: 0;
	margin: 0;
	width: 170px;
}

.ajax__calendar .ajax__calendar_header, 
.ajax__calendar .ajax__calendar_header div, 
.ajax__calendar td div
{
	width: auto;
}

.ajax__calendar .ajax__calendar_header div .ajax__calendar_prev, 
.ajax__calendar .ajax__calendar_header div .ajax__calendar_next
{
	width: 15px;
}

.ajax__calendar .ajax__calendar_header
{
	margin-top: 5px;
}

.ajax__calendar .ajax__calendar_today
{	
	padding: 4px 0;
}

.ajax__calendar .ajax__calendar_month, 
.ajax__calendar .ajax__calendar_year
{
	width: 40px;
}

.ajax__calendar .ajax__calendar_days td div
{
	padding: 0 4px;
}
/* fix calendar end */

fieldset div label
{
	display: block;
	float: left;
	width: 250px;
	padding: 3px 10px;
	margin: 0 15px 5px 0;
	text-align: right;
}

label.mandatory
{
	background: url(../images/mandatory-field.gif) no-repeat right 3px;
}

fieldset.submit
{
	padding-left: 177px;
}

fieldset div fieldset
{
	clear: none;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	margin: 0 0 0 144px;
	padding: 0 10px 10px 10px;
	width: 284px;
}

fieldset div fieldset.nolegend
{
	padding-top: 10px;
}

fieldset div fieldset.nolegend legend
{
	display: none;
}

fieldset div fieldset legend
{
	font-size: 100%;
	padding: 0 3px 0 9px;
	margin: 0 0 5px 0;
}

fieldset div fieldset label
{
	float: none;
	display: inline;
	width: 200px;
	/* height: expression('1%'); */
	padding: 0;
	margin: 0 0 5px 0;
	text-align: left;
	width: auto;
}

/* end form rules */

/* song table rules */
table.song
{
	width: 100%;
	border: solid 1px #ccc;
}

table.song th, .song td
{
	padding: 5px;
	vertical-align: top;
}

table.song th
{
	text-align: left;
}

table.song td
{
	border-top: solid 1px #ccc;
}

table.song .functions
{
	font-weight: normal;
	text-align: right;
	width: 100px;
}
table.song .functions a
{
	display: block;
}


fieldset.song div
{
	width: auto;
	margin: 10px 0;
}

table.song div
{
	clear: none;
	width: auto;
	margin: 0;
	padding: 0;
}

table.song label
{
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	display: inline;
	padding-right: 0.2em;
}


table.song tr.selected label
{
	display: inline;
	padding-right: 1em;
}

table.song tr.selected input.textbox, table.song tr.selected select, table.song tr.selected textarea
{
	margin: 3px 0;
}

table.song .documents
{
	width: 205px;
}

table.song .use
{
	width: 220px;
}

table.song .textbox, table.song .dropdown
{
	width: auto;
}
/* end song table rules */


/* performance table rules */

table.performances
{
	width: 100%;
	border: solid 1px #ccc;
}

table.performances th.table, table.performances td.table
{
	padding: 5px;
	vertical-align: top;
}

table.performances th.table
{
	text-align: left;
}

table.performances td.table
{
	border-top: solid 1px #ccc;
	white-space: nowrap;
}

table.performances .functions.table
{
	font-weight: normal;
	text-align: right;
	width: 100px;
}
table.performances .functions.table a
{
	display: block;
}


table.performances tr.selected input.textbox, table.performances tr.selected select, table.performances tr.selected textarea
{
	margin: 3px 0;
}
/* end performance table rules */

dl.form
{
}

dl.form dt
{
}

dl.form dd, dl.display dd
{
	margin: 0 0 5px 130px;
	padding: 0;
}

dl.display dd
{
	line-height: 18px;
	height: 18px;
}

dl.form dt label, dl.display dt label
{
	float: left;
	line-height: 17px;
}

dl.wide dd
{
	margin-left: 175px;
}

div.address
{
	float: left;
	border: solid 1px #999;
	background-color: #ccc;
	padding: 10px;
	margin: 10px 10px 0 0;
	width: 300px;
}


/* form styling */


/* summary styling */

fieldset.summary div
{
	clear: left;
	display: block;
	margin: 0;
	padding: 4px 0;
}

fieldset.summary div label
{
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin: 0;
	padding: 0;
}

fieldset.summary div p
{
	margin: 0;
	padding: 0;
	margin-left: 105px;
}
/*
#summaryUser
{
	float: right;
	margin-left: 25px;
}
#summaryUser div
{
	width: 300px;
}

#summaryDetails
{
	clear: left;
}

#summaryDetails div
{
	width: 435px;
}
*/

#summaryUser div label, #summaryDetails div label
{
	width: 205px;
}

#summaryUser div p, #summaryDetails div p
{
	margin-left: 210px;
}

#summarySongs, #summaryPerformances
{
	clear: both;
}

#summarySongs table, #summaryPerformances table
{
	margin-top: 8px;
}

/* front page rules */
.fp
{
	margin-bottom: 20px; 
}

.fp p, .fp li
{
	padding: 3px 15px;
	font-size: 110%;
}

.fp a
{
	font-weight: bold;
	color: #ba6411;
	text-decoration: none;
	border-bottom: dotted 1px #ba6411;
}

.fp a:hover
{
	border-bottom-style: solid;
}

/* requests rules */

.requests
{
	width: 100%;
	border: solid 1px #ccc;
}

.requests th, .requests td
{
	padding: 5px;
	vertical-align: top;
}

.requests th
{
	text-align: left;
	background: #ddd;
}

.requests td
{
	border-top: solid 1px #ccc;
}

.requests .alt td
{
	background: #eee;
}


.requests .functions
{
	text-align: right;
	white-space: nowrap;
}

.requests a
{
	color: #333;
	text-decoration: none;
	border-bottom: dotted 1px #333;
}
.requests a:hover
{
	color: #ba6411;
	border-bottom: solid 1px #ba6411;
}

.requests .temp
{
	color: #ccc;
	border: none;
}
.requests .temp:hover
{
	color: #666;
	border: none;
}

.faq
{
}

.faq .head, .faq .selectedHead
{
	cursor: pointer;
	color: #fff;
	border: solid 1px #dc7c16;
	padding: 5px 5px 5px 17px;
	margin-top: 10px;
	background-color: #dc7c16;
}

.faq .head h3
{
	font-size: 125%;
}

.faq .content
{
	border: solid 1px #dc7c16;
	border-top: none;
}

.faq .content dl
{
	padding: 5px 15px 10px 17px;
}

.faq .content dl dt
{
	color: #ba6411;
	font-weight: bold;
	padding: 5px 0;
}

.faq .content dl dd
{
}


.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=85);
	MozOpacity: 0.85;
	opacity: 0.85;
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
	background-color: white;
	position: absolute;
	top: 30%;
	left: 40%;
	font-size: 125%;
	cursor: default;
	
	background: url('../images/ajax-loader-large.gif') no-repeat 0 0;
	height: 32px;
	padding: 8px 0 0 38px;
}

.updateProgress2
{
	background-color: #fff;
	filter: alpha(opacity=85);
	MozOpacity: 0.85;
	opacity: 0.85;
	padding: 0px;
	margin: 0px;
}
.updateProgress2 div
{
	background-color: white;
	position: absolute;
	top: 40%;
	left: 30%;
	font-size: 100%;
	display: block;
	cursor: default;	
	padding: 1px 0 0 21px;
	background: url('../images/ajax-loader.gif') no-repeat 0 0;
	height: 16px;
}

#sub-nav
{
	width: 100%;
	background-color: #b2b994;
	height: 23px;
	margin-bottom: 5px;
}

#help-link
{
	padding: 4px 0 0 38px;
	color: #3d3e3b;
	background: #b2b994 url(../images/help.gif) no-repeat 0 0;
	display: block;
	height: 18px;
	width: 46px;
	text-decoration: none;
	font-weight: bold;
	float: right;
}

#help-link:hover
{
	color: #000;
	text-decoration: none;
	background-position: 0 -23px;
}
