/* LAYERS */
/* These should have pretty self-explanatory names */

#toolbarNav
{
	position: absolute;
	left: 73px;
	top: 0px;
	width: 700px;
	height: 27px;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #F22020;
	white-space: nowrap;
	z-index: 7;
}

#homePhotoTable
{
        position:absolute;
        left:81px;
        top:176px;
        width:492px;
        z-index:8;
}

#searchBox
{
	position: absolute;
	left: 500px;
	top: 0px;
	height: 27px;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #F22020;
	white-space: nowrap;
	z-index: 2;
	overflow: visible;
	visibility: visible;
}

#navFirstLevel
{
	position: absolute;
	left: 187px;
	top: 47px;
	white-space: nowrap;
	z-index: 3;
}

#navSecondLevel
{
	position:absolute; 
	left:187px; 
	top:66px; 
	width:587px; 
	height:22px; 
	z-index:5;
}

#BMOPLogoLayerBlack	/* Black logo bar */
{
	position: absolute;
	width: 100%;
	height: 51px;
	left: 0px;
	top: 83px;
	background-color: #000000;
	background-image: url(images/BMOPlogo_blackbg.gif);
	background-position: 71px;
	background-repeat: no-repeat;
	white-space: nowrap;
}

#BMOPLogoLayerRed	/* Red logo bar */
{
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0px;
	top: 107px;
	background-color: #CF1C1C;
	background-image: url(images/BMOPlogo_redbg.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
}

#BMOPLogoLayerGray /* Gray logo bar */
{
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0px;
	top: 107px;
	background-color: #C5C0B6;
	background-image: url(images/BMOPlogo_graybg.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	z-index: 8;
}

#homeTable	/* Main layer for body table and text */
{
	position: absolute;
	left: 73px;
	top: 168px;
	width: 700px;
	z-index: 2;
}

#musiciansTable	/* Used for subtable on Musicians home page */
{
	position: absolute;
	left: 45px;
	top: 57px;
	width: 420px;
	z-index: 10;
}

#footer
{
	position: static;
	left: 0px;
	top: 44px;
	width: 700px;
	height: 17px;
	z-index: 2;
}

#popupHeader
{
	position:absolute;
	left: 0px;
	top: 0px;
	height: 28px;
	width: 100%;
	background-image: url(images/header_popup.gif);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
}

#popupBody
{
	position: absolute;
	left: 72px;
	top: 44px;
	width: 375px;
}

/* TEXT STYLES */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.3em;
	color: #000000;
	background-color: #F0E9D8;
	margin: 0 0 0 0;
	padding: 0;
}

.normalText{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: x-small;	color: #000000;	background-color: #F0E9D8;	margin: 0 0 0 0;	padding: 0;}
.parFormShaded
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1em;
	color: #AAAAAA;
	background-color: #F0E9D8;
	margin: 0 0 0 0;
	padding: 0;
}
.parBoldForm
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	line-height: 1em;
	color: #000000;
	background-color: #F0E9D8;
	margin: 0 0 0 0;
	padding: 0;
}
.parForm
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1em;
	color: #000000;
	background-color: #F0E9D8;
	margin: 0 0 0 0;
	padding: 0;
}

a.topnav:link, a.topnav:visited, a.topnav:active
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
	letter-spacing: 0.1em;
}
a.topnav:hover
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
	letter-spacing: 0.1em;
}

a:link
{
	color: #FF3333;
	text-decoration: none;
}

a:visited
{
	color: #FF3333;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

a:active
{
	color: #000000;
	text-decoration: none;
}

.formText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	background-color: #F0E9D8;
}

a.formText:link
{
	color: #FF3333;
	text-decoration: none;
}

a.formText:visited
{
	color: #FF3333;
	text-decoration: none;
}

a.formText:hover
{
	color: #000000;
	text-decoration: none;
}

a.formText:active
{
	color: #000000;
	text-decoration: none;
}

.formTextGray /* USED ONLY FOR SEARCH BOX */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	background-color: #F0E9D8;
}

.relatedLinkHome /* Despite name, used throughout for related links */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	padding-bottom: 1.5em;
	padding-right: 0.5em;
}
.relatedLinkHomeBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #333333;
	padding-bottom: 1.5em;
	padding-right: 0.5em;
	font-weight: bold;
	background-color: #F0E9D8;
}

.editBackground
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	background-color: #FFEFE2;
	padding-bottom: 1.5em;
	padding-right: 0.5em;
}

.concertCredits
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	padding-bottom: 1.5em;
	padding-right: 0.5em;
}

.blackLinkTextForm
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	text-decoration: underline;
	background-color: #F0E9D8;
}

.blackLinkText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	text-decoration: underline;
}

a.blackLinkText:link
{
	color: #000000;
	text-decoration: underline;
}

a.blackLinkText:visited
{
	color: #000000;
	text-decoration: underline;
}

a.blackLinkText:hover
{
	color: #000000;
	text-decoration: none;
}

a.blackLinkText:active
{
	color: #000000;
	text-decoration: none;
}


font.blackLinkText{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 1.0em;	color: #000000;	text-decoration: underline;}font.blackLinkText a:link{	color: #000000;	text-decoration: underline;}font.blackLinkText a:visited{	color: #000000;	text-decoration: underline;}font.blackLinkText a:hover{	color: #000000;	text-decoration: none;}font.blackLinkText a:active{	color: #000000;	text-decoration: none;}




.blackLeadedText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 2.0em;
	color: #000000;
	margin: 0 0 0.5em 0;
}

.footerText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
}

a.footerText:link
{
	color: #FF3333;
	text-decoration: none;
}

a.footerText:visited
{
	color: #FF3333;
	text-decoration: none;
}

a.footerText:hover
{
	color: #333333;
	text-decoration: none;
}

a.footerText:active
{
	color: #333333;
	text-decoration: none;
}

a.listenIcon:link	/* CSS hack to do listen icon rollovers without JavaScript */
{
	text-decoration: none;
	background-image: url(images/listen_icon_sm.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	vertical-align: 40%;
}

a.listenIcon:visited
{
	text-decoration: none;
	background-image: url(images/listen_icon_sm.gif);
	background-repeat: no-repeat;
}

a.listenIcon:hover
{
	text-decoration: none;
	background-image: url(images/listen_icon_sm_k.gif);
	background-repeat: no-repeat;
}

a.listenIcon:active
{
	text-decoration: none;
	background-image: url(images/listen_icon_sm_k.gif);
	background-repeat: no-repeat;
}

/* HEADER STYLES */
.headerRed
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2em;
	color: #FF3333;
}

a.headerRed:link
{
	color: #FF3333;
	text-decoration: none;
}

a.headerRed:visited
{
	color: #FF3333;
	text-decoration: none;
}

a.headerRed:hover
{
	color: #000000;
	text-decoration: none;
}

a.headerRed:active
{
	color: #000000;
	text-decoration: none;
}

.headerRedSmallForm
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	color: #FF3333;
	background-color: #F0E9D8;
}

.headerRedSmall
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	color: #FF3333;
}

a.headerRedSmall:link
{
	color: #FF3333;
	text-decoration: none;
}

a.headerRedSmall:visited
{
	color: #FF3333;
	text-decoration: none;
}

a.headerRedSmall:hover
{
	color: #000000;
	text-decoration: none;
}

a.headerRedSmall:active
{
	color: #000000;
	text-decoration: none;
}

.headerBlack
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bolder;
	line-height: 1.2em;
	color: #000000;
}
.headerBlackForm
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	line-height: 1.2em;
	color: #000000;
	background-color: #F0E9D8;
}

.headerBlackSmall
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

.headerGray
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bolder;
	color: #999999;
	letter-spacing: 0.1em;
}

.headerGraySmall
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #999999;
}
.headerGraySpecial
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #999999;
}


/* TABLE STYLES */
table, tr, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
}

.tableBorderGray
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	border: 1px solid #C5C0B6;
}

.tableBorderGrayLeft
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	border-left: 1px solid #C5C0B6;
}

.tableBorderGrayRight
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	border-right: 1px solid #C5C0B6;
}

.tableBorderGrayTop
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	border-top: 1px solid #C5C0B6;
}
