/*------------------------------------------------------------------
San Francisco Symphony /  Global CSS

Author:			George Lopez	<glopez@solutionset.com>

Modified By:	Femy Praseeth	<fpraseeth@solutionset.com> - Nov 5th 07

Methods: 		1. 	CSS FILES ORGANISATION (if more than 1 file needed)
					Abstract 	->	 	Specific (section specific or modules)
					(global.css)		(section/section.css or modules/module.css)
				
				2.	RULES ORGANISATION WITHIN CSS FILES
				 	Should mirror the html document flow:
					General
						Container
							Header
								Nav
							Body
								Layout Setup
									Section Settings (include files)
							Footer
						Hacks
						(other)
--------------------------------------------------------------------*/
/* GENERAL RULES
--------------------------------------------------------------------*/
*
{
	/*overwrite all default browser settings*/
	margin: 0;
	padding: 0; /*global font settings*/
	font-family: Arial,Helvetica,Sans-Serif;
	color: #333333; /*Main text color*/
}
body
{
	background: #c1defe url(../../../images/bg.jpg) 0 0 repeat-x;
	padding: 0;/*
	margin: 0 0 11px;*/
	margin: 0;
	font-size: 11px;
}
#content p {
	font-size: 12px;
	line-height: 18px;
}

/* GLOBAL LINK STYLES - UPDATES BY FEMY PRASEETH
-------------------------------------------------*/
a, a:visited, a:active, a em, a i
{		
	font-family:		Verdana;		
	font-size:			11px;
	font-weight:		normal;
	color:			  #ff6600;
	text-decoration: 	none;
}

a:hover
{
	text-decoration: 	underline;
}

/* GLOBAL TYPOGRAPHY
---------------------------------------------------------------*/
h1
{   font-family:		Universal 47 Light Condensed;
	font-size:			31px;
	font-weight:		normal;
	color:			  #333333;
	
	margin:			 0 0 5px 0;
}
h2, #content h1
{
	font-family:		Times New Roman;		
	font-size:			22px;
	font-weight:		normal;
	color:			  #333333;
	border-bottom:	  solid 1px #cbc8b7;
	margin:			 16px 0 10px 0;
}
h2 em
{
	font-family:		Times New Roman;		
	font-size:			22px;
	font-weight:		normal;
	color:			  #333333;
}
#content h2
{
	margin:			 16px 0 10px 0;
	padding:			0;
}
h3
{   font-family:		Universal 39 Thin Condensed;
	font-size:			16px;
	font-weight:		normal;
	color:			  #333333;
	margin-bottom:		10px;
}
h4
{
	font-family:		Verdana;		
	font-size:			11px;
	font-weight:		bold;
	color:			  #707070;
	
	margin: 0 0 5px 0;
	padding: 0;
}
h4.header
{
	color: #ff6600;
	font-weight: bold;
}
h5 {
	font-family:		Verdana;		
	font-size:			11px;
	font-weight:		bold;
	color:			  #333333;
}
h6 {
	font-family:		Verdana;		
	font-size:			11px;
	font-weight:		bold;
	color:			  #333333;
}
h7 {
	font-family:		Verdana;		
	font-size:			11px;
	font-weight:		bold;
	color:			  #999999;
}
p
{
	font-family:		Verdana;		
	font-size:			11px;
	color:			  #333333;
	margin-bottom:	  10px;
	padding-right:	  10px;
}
h4 a:link,h4 a:visited,h4 a:active {		
	font-family:		Verdana;		
	font-size:			11px;
	line-height:		16px;
	font-weight:		bold;
	color:			  #ff6600;
	text-decoration: 	none;
}
h4 a:hover {
	text-decoration: 	underline;
}

/* SUPPORT AND VOLUNTEERING 
--------------------------------------------------------------*/
.h3_imagery 
{
	margin: 10px 0 5px 0;
}
.h3_imagery img
{
	float: left;
	width: 150px;
	margin: 10px 10px 10px 0;
}
.h3_imagery p
{
   margin: 10px 0 0 0;
}
.clear_float
{
	clear: left;
	margin: 0 0 10px 0;
}

/* MEET THE MUSICIAN
---------------------------------------------------------------*/
.h2_white 
{   font-family:		Times New Roman;		
	font-size:			22px;
	color:			  White; 
	margin:			 -26px 0 5px 12px;
	padding-bottom:	 10px;
}
.intro 
{   font-family:		Times New Roman;		
	font-size:			18px;
	color:			  #333333; 
	margin:			 27px 0 18px 0;  
}
.whiteText 
{   
    background-color: #872175;
    color: White;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    padding: 8px 0 7px 12px;
}
.signature 
{   font-family:		Verdana;	   
	font-style:		 italic; 
	font-size:			10px;
	color:			  #333333;   
	margin:			 18px 0 0 0; 
}

/* STYLES USED IN MAHLER PROJECT
---------------------------------------------------------------*/
.quotes 
{   font-family:		Verdana;	   
	font-style:		 italic; 
	font-size:			11px;
/*	line-height:		20px; FP */
	color:			  #333333;   
}

/* INDENTATION STYLES 
---------------------------------------------------------------*/
ul, ol
{   
	margin:			 5px 0 5px 0;
	padding-right:	  10px;
}

ul li 
{   list-style-type:	disc;
	font-family:		Verdana;		
	font-size:			11px;
/*	line-height:		16px; */
	font-weight:		normal;
	color:			  #333333;  
	margin:			 0 0 0 12px; 
}

#content ul li 
{   list-style-image:   url(../../../images/bullet.jpg);
}

ul li ul li 
{   list-style-type:	disc;
	font-family:		Verdana;		
	font-size:			11px;
/*	line-height:		16px; */
	font-weight:		normal;
	color:			  #333333;  
}

#content ul li ul li 
{   list-style-image:   url(../../../images/dash.jpg);
}
ul li ul li ul li
{   list-style-image:   url(../../../images/dot.jpg);
/*  line-height:		18px; */
	font-family:		Verdana;		
	font-size:			11px;
	font-weight:		normal;
	color:			  #333333;  
}

ul li a:link, ul li a:visited, ul li a:active
{   list-style-image:   url(../../../images/bullet.jpg);
	font-family:		Verdana;		
	font-size:			11px;
/*	line-height:		16px; */
	font-weight:		normal;
	color:			  #ff6600;  
}
ul li a:hover
{
	text-decoration:	underline;
}
ul li ul li a:link, ul li ul li a:visited, ul li ul li a:active
{   list-style-image:   url(../../../images/dash.jpg);
	font-family:		Verdana;		
	font-size:			11px;
/*	line-height:		16px; */
	font-weight:		normal;
	color:			  #ff6600;  
}
ul li ul li a:hover 
{
	text-decoration:	underline;
}

ul li ul li ul li a:link, ul li ul li ul li a:visited, ul li ul li ul li a:active
{   list-style-image:   url(../../../images/dot.jpg);
 /* line-height:		18px; */
	font-family:		Verdana;		
	font-size:			11px;
	font-weight:		normal;
	color:			  #ff6600;
}

ul li ul li ul li a:hover 
{
	text-decoration:	underline;   
}

ol li {
	font-family:		Verdana;		
	font-size:			11px;
/*	line-height:		18px; */
	font-weight:		normal;
	color:			  #333333;

	margin:			 0 0 0 20px;
}


/* PRESS RELEASE STYLES 
---------------------------------------------------------------*/
.prContent
{
	clear:			  both;
}
.prDate 
{
	clear:			  both;
	font-family:		Verdana;		
	font-size:			10px;
	font-weight:		bold;
	color:			  #333333;
}
.prBody
{
	clear:			  both;
}
.prTitle
{
	float:				left;
	width:				450px;
}
.prTitle h4, .prTitle h4 i, .prTitle h4 em
{	font-family:		Verdana;		
	font-size:			11px;
	line-height:		16px;
	font-weight:		bold;
	color:			  #ff6600;
	text-decoration: 	none;
	text-transform:	 capitalize;
}
.prPhotos
{
	float:				right;
	width:				300px;
}

address
{
	font-style: normal;
}
.caption
{
	color: #999;
	font-size: 10px;
}
.highlight
{
	color: #A80637;
}
.subdued
{
	color: #999;
}
.error
{
	color: #c00;
	font-weight: bold;
}
.errordetail
{
	color: #c00;
}
.success
{
	color: #005300;
	font-weight: bold;
}
.small
{
	font-size: 9px;
	margin-left:10px;
}

/* GENERAL ELEMENTS
--------------------------------*/
img
{
	display: block; /*to avoid IE 3px bug, keep or delete, can be used with .float-left/right*/
	border: 0;
	/*behavior: url(iepngfix.htc);*/
}
img.image_inline
{
	display:inline;
}

hr
{
	margin: 5px 0;
	display: block;
	border: 0;
	height: 1px;
	background-color: #cbc8b7;
	color: #cbc8b7;
}

/* GLOBAL STYLES
--------------------------------*/
.floatright
{
	float: right;
	display: inline; /*to avoid IE double margin bug*/
	margin: 0;
	padding: 0;
}
.floatleft
{
	float: left;
	display: inline; /*to avoid IE double margin bug*/
	margin: 0;
	padding: 0;
}
.alignright
{
	text-align: right;
}
/*e.g. for accessibility quick links*/
.hide
{
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}

.clear
{
	clear: both;
    height: 0px;
    overflow: hidden;
}
/* BACKGROUND
--------------------------------------------------------------------*/
#background
{
	display: none;/*
	background: url(../../../images/spacer.gif) no-repeat left top;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 1600px;
	height: 582px;
	z-index: 0;*/
}

/* CENTER
--------------------------------------------------------------------*/
#center
{/*
	position: absolute;
	left: 0;
	top: 0;*/
	margin: 0 auto;
	padding: 0;   
	width: 960px;
}

/* TOP NAVIGATION POPUP
--------------------------------------------------------------------*/
#topnavPopup
{
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 643px;
	z-index: 2;
}
#topnavPopup .title
{
	padding-top: 5px;
	padding-left: 8px;
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
	color: White;
}
#topnavPopup .text
{
	padding-left: 8px;
	font-family: Times New Roman;
	font-size: 16px;
	color: White;
}

/* HEADER
--------------------------------------------------------------------*/
#header
{
	margin: 0 11px 0 0;
	padding: 0;
	height: 120px !important;
	z-index: 1;
}
#logo
{
	float: left;
	padding-top: 35px;
	z-index: 3;
}
#welcome
{ 
	float: right;
	width: 600px;
	font-size: 11px;	
	padding-top: 13px;
	text-align: right;
}
#welcome a, #welcome p
{
	text-decoration: none;
	color: #3573b9;
	font-family: Arial, Sans-Serif;
}
	#welcome p
	{
		padding-right: 0;
	}
	#welcome p span 
	{
		padding: 0 10px;
		color: #999;
	}
#welcome a:hover
{
	text-decoration: none;
	color: #ff6600;
}
/* SEARCH */
#search
{
	clear: both;
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
	z-index: 9;
}   
#search div
{   
	float: right;
	padding: 0 0 5px 5px;
	margin: 0;/*
	width: 200px;*/
	height: 26px;
}
#search img
{
	display: inline;
}
#search input.searchbox
{
	float: left;
	display: inline;
	border: 1px solid #aaa;
	width: 160px;
	height: 16px;
	padding: 2px 3px;
	margin-right: 10px;
	color: #666;
}
#featuredText
{
	display: none;/*
	clear: both;
	float: right;
	width: 400px;
	margin: 5px 0 0 0;
	font-weight: bold;
	color: White;*/
}

/* MAIN
--------------------------------------------------------------------*/
#main
{
	background-color: #f1f1e9;
	margin: 0;
	padding: 0;
	z-index: 9;
}
#body
{
	background-color: White;
}
#topnav
{
	position: relative;
	clear: both;/*
	border-bottom: solid 4px #3573b9;*/
	height: 48px;
	margin: 0;
	padding: 0;
}
	#topnav div.noCalFill
	{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 48px;
		margin: 0;
		padding: 0;
		background: #872175;
		z-index: 1;
	}
	#topnav ul 
	{
		position: relative;
		margin: 0;
		padding: 0;
		list-style: none;
		text-transform: uppercase;
		z-index: 2;
	}
		#topnav ul li
		{
			float: left;
			display: block;
			margin: 0;
			padding: 0;
		}
			#topnav a
			{	
				display: block;
				height: 36px;
				padding: 12px 0 0 15px;
				color: #fff;
				background: #872175;
				border-right: 1px solid #973f88;
				border-left: 1px solid #741c65;
				overflow: hidden;
			}
				#topnav a:hover
				{
					text-decoration: none;
					background: #fff;
					color: #872175;
				}
			#topnav li.active,
			#topnav li.active a
			{
				background: #fff;
				color: #872175;
			}
			#topnav li.tickets
			{
				width: 87px;
			}
				#topnav li.tickets a {
					border-left: none;
				}
			#topnav li.support
			{
				width: 100px;
			}
			#topnav li.music
			{
				width: 95px;
			}
			#topnav li.education
			{
				width: 108px;
			}
			#topnav li.media
			{
				width: 84px;
			}
			#topnav li.about
			{
				width: 81px;
			}
			#topnav li.store
			{
				width: 88px;
			}
				#topnav li.store a {
					border-right: none;
				}
	   
/*	
#topnav .menu
{
	margin-left: 4px;
}
#topnav .menuFirst img, #topnav .menu img
{
	display: inline;
}
*/
#mainLeft
{
	background-color: White;
	float: left;
	width: 643px;
	height: auto;
	margin: 0;
	padding: 0;
}
#mainLeft #left
{
	position: relative;
	margin: 0 0 0 11px;
}
#mainRight
{
	background-color: #f1f1e9;
	float: right;
	width: 317px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 1;
}
#pageHeader
{
	clear: both; 
	margin: 24px 0 13px -11px;
	padding: 0;
	border-bottom: solid 1px #cbc8b7;
}
#pageHeader #title
{
	clear: both;
	float: left;
}
#pageHeader #title h1
{
	font-size: 31px;
	line-height: 1em;
	margin-left: 11px;
}

/* FOOTER
--------------------------------------------------------------------*/
#footer
{
	background: #3573b9 url(../../../images/bg-footer.png) right 0 no-repeat; 
	color: White;
	font-size: 10px;
	padding: 35px 15px 20px 35px;
}
#footer a, #footer div 
{
	color: White;
	text-decoration: none;
}
	#footer div.column 
	{
		float: left;
		display: block;
		border-right: 1px solid #4a81c0;
		width: 182px;
		height: 180px;
		margin: 0 30px 30px 0;
	}
		#footer a
		{
			color: #fff;
		}
			#footer a:hover
			{
				text-decoration: underline;
			}
		#footer div.column h2 
		{
			font-family: Arial, Sans-Serif;
			color: #fff;
			font-size: 14px;
			line-height: 15px;
			margin: 0 0 15px;
			padding: 0;
			text-transform: uppercase;
			border: none;
		}
		#footer div.column ul 
		{
			list-style: none;
		}
			#footer div.column ul li 
			{
				color: #fff;
				list-style: none;
				margin: 0 0 10px;
				padding: 0;
				line-height: 16px;
				font-family: Arial, Sans-Serif;
			}
				#footer div.column ul li a
				{
					font-family: Arial, Sans-Serif;
				}
				#footer div.column ul li img
				{
					display: inline;
					margin-right: 5px;
					vertical-align: middle;
				}
	#footer div.copyright
	{
		clear: both;
	}
		#footer div.copyright ul
		{
			list-style: none;
			margin-left: -2px;
		}
			#footer div.copyright ul li
			{
				list-style: none;
				display: inline;
				margin: 0 2px;
				color: #afd3fd;
				font-family: Arial, Sans-Serif;
			}
				#footer div.copyright ul li a
				{
					font-family: Arial, Sans-Serif;
				}

#footerLeft
{
	color: White;
	float: left;
}

#footerRight
{
	color: White;
	float: right;
}
#footer .site
{
	clear: both;
}
.footerBoxOffice
{
	color: White;
	font-size: 12px;
	font-weight: bold;   
}
#debug
{
	background-color: #850d2f;
	color: White;
	font-size: 10px;
}
.loading
{
	clear: both;
	background-color: #ffffcc;
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 0 3px 5px;
}
.loading img
{
	display: inline;
}


/* HOMEPAGE
--------------------------------------------------------------------*/
#homeContent
{
	width: 960px;
}
	#homeContent .homeColumn
	{
		float: left;
		display: block;
		width: 280px;
		margin: 10px 0 20px 30px;
		overflow: hidden;
		font-size: 12px;
	}
		.homeColumn h2
		{
			font-family: Helvetica, Arial, Sans-Serif;
			font-size: 20px;
			margin: 0 0 15px;
			padding: 0;
			border: none;
			text-transform: uppercase;
		}
			.column1 h2
			{
				color: #d9531e;
			}
			.column2 h2
			{
				color: #872175;
			}
			.column3 h2
			{
				color: #c70850;
			}
		.homeColumn a
		{
			color: #3573b9 !important;
			font-family: Arial, Sans-Serif;
			font-size: 12px;
		}
		.homeColumn p
		{
			font-family: Arial, Sans-Serif;
			font-size: 12px;
		}
		.column1 img
		{
			display: inline;
			margin: 0 5px;
			vertical-align: middle;
		}


/* SECONDARY PAGES
==================================================================*/
#backlink 
{
	position: absolute;/*
	left: 643px;
	top: 220px;*/
	right: 10px;
	top: 10px;
	width: 317px;
	text-align: right;
	z-index: 2;
}
#backlink a:link, #backlink a:visited
{
	color: #ff6600;
	font-size: 10px;
	font-weight: bold;
	margin-right: 11px;
}
#secondary #pageHeader
{
	clear: both;
	margin: 0 0 0 -11px;
	padding: 24px 0 0;
	border-bottom: solid 1px #cbc8b7;
}
#secondary #pageHeader #title 
{
	clear: both;
	float: left;
}
#secondary #pageHeader #title h1
{
	font-size: 31px;
	line-height: 1em; 
	margin-left: 11px;
}
#secondary #pageHeader #buttons
{
	float: right;
	width: 70px;
}
#secondary #pageHeader #buttons img
{
	display: inline;
}
#secondary #nav
{
	clear: both;
	float: left;
	width: 150px;
}
#secondary #nav img
{
	margin: 10px 0 0 0;
	display: inline; 
}
#secondary #content
{
	float: right;
	width: 471px;
	overflow:hidden;
}
.subscriptions
{
	margin: 8px 8px 0 0;
}
#timer
{
	background-color: #ff6600;
	color: White;
	font-size: 11px;
	font-weight: bold;
	margin: 8px 0;
	padding: 5px;
}
#timer span
{
	color: Black;
	font-size: 11px;
	font-weight: bold;
}

#secondary #contentRight 
{
	background:#fff !important;		
}


/* MERCHANDISE
======================================*/
#merchandise .item
{
	margin-bottom:		20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cbc8b7;
}
#merchandise .item #image
{
	display: inline;
	float: left;
	margin: 0 8px 0 0;
}
#merchandise .price
{
	margin-bottom: 0;
	font-weight: bold;
}

/* ESTORE
======================================*/
.eStoreHeader
{
	font-weight: bold;
	margin-bottom: 5px;
}
.eStoreThumb
{
	float: left;
}
.eStoreContent
{
	float: left;
	margin: 10px 0 0 5px;
}

/* Modal Popup Control
================================================================*/

.modalBackground 
{
	background-color:Gray;
	filter: alpha(opacity:70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border: solid 1px Gray;
	padding: 8px;
	width: 250px;
}


/* ERROR POPUP STYLING
   Provides styling for the ASP.Net AJAX 'ValidatorCallout' Control,
   which pops up a message box on validation errors
--------------------------------------------------------------------*/
.VCEPopupContainer {
	width:				157px;
}
.VCEArrowContainer {
	background:		 url(../i/vldPopupArrow.png) no-repeat;
	float:				left;
	width:				9px;
	height:				30px;
}
.VCEMessageContainer {
	background:		 url(../i/vldPopupBG.png) repeat-y;
	width:				157px;
}
.VCEMessage {
	width:				126px;
	padding:			1px;
	padding-right:		12px;
	margin-left:		15px;
}
.VCETop {
	background:		 url(../i/vldPopupTop.png) no-repeat;
	height:				17px;
}
.VCEBottom 
{
	background:		 url(../i/vldPopupBottom.png) no-repeat;
	height:				18px;
}
.VCEMessage p {
	color:				white;
	font-size:			11px;
	text-align:			left;
	line-height:		13px;
}
.VCEMessage h1 {
	color:				white;
	font-size:			12px;
	text-align:			left;
	font-weight:		bold;
	margin-bottom:	  3px;
}

/* Message Box 
--------------------------------*/

.errorsummary,
.infosummary,
.successsummary,
.validationerrorsummary
{
	padding:			15px;
	margin-bottom:		10px;
	font-family:		Verdana;
	color:			  #FFC68C;
	background-color:   #f1f1e9;
	border:			 1px solid #ff6600;
}

.validationerrorsummary {
	margin:10px;
	clear:both
}

.errorsummary .headermsg,
.infosummary .headermsg,
.successsummary .headermsg,
.validationerrorsummary .headermsg
{
	font-size:			14px;
	font-weight:		bold;
	color:			  #ff6600;
}

.errorsummary p,
.infosummary p,
.successsummary p,
.validationerrorsummary p,
.validationerrorsummary ul li
{
	font-size:		  11px;
	font-weight:		normal;
	color:			  #000;
}

/* fp added for issue in tracker */ 
/*
.errorsummary a,.errorsummary a:visited, .errorsummary a:active,
.infosummary a,.infosummary a:visited, .infosummary a:active,
.successsummary a,.successsummary a:visited, .successsummary a:active,
.validationerrorsummary a,.validationerrorsummary a:visited, .validationerrorsummary a:active
{		
	color:			  Black;
	text-decoration: 	none;
}

.errorsummary a:hover,
.infosummary a:hover,
.successsummary a:hover,
.validationerrorsummary a:hover 
{
	text-decoration: 	underline;
}

.error_box 
{
	border: solid 1px #ff6600;
	background: #ff6600;
	color: White;
	font-size: 11px;
}
*/
.error_highlight 
{
	border: solid 1px #ff6600 !important;
	color: #ff6600;
}

/* DEBUG BOX TAGS
======================================*/
.dbugBug
{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 200 !important;
}
.dbugContainer 
{
	border: solid 1px #cccccc;
	background-color: Silver;
	width: 450px;
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 200 !important;
	opacity: 0.9;
	filter: alpha(opacity=90);
	display: none;
}
.dbugHeader 
{
	background-color: Black;
	color: White;
	padding: 5px;
	height: 20px;
	cursor: pointer;
}
.dbugBody 
{
	color: Black;
	height: 280px;
	padding: 5px;
	overflow: auto;
}

/* PRESS ROOM
-----------------------------------------------------------------*/
.publicityPhoto
{
	clear: both;
	margin: 10px 0;
}
.publicityPhoto img
{
	float: left;
	display: block;
	margin-right: 8px;
}
.publicityPhoto .meta
{
	display: block;
	float: left;
	margin-right: 8px;
	width: 192px;
}
.publicityPhoto .meta div
{
	background-color: #f1f1e9;
	padding: 5px;
}
.publicityPhoto .meta label
{
	font-weight: bold;
	text-transform: uppercase;
}
.publicityPhoto .meta a:link, .publicityPhoto .meta a:visited
{
	color: #ff6600;
	font-weight: bold;
}
.publicityPhoto h4
{
	color: #ff6600;
}

.thumb
{
	float: left;
	width: 90px;
	height: 120px;
	margin: 0 10px 10px 0;
	text-align: center;
}
.thumb .img
{
	width: 90px;
	height: 90px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.thumb .download
{
}

/* My SFS Table Elements 
-----------------------------------------------------------------*/
#mysfs tr h4
{
	padding: 10px 0 0px 0;
}

#InviteAFriend 
{
	margin:10px 0;
	padding:10px 10px;
	background-color:#ddd;
}

/* Auditions Youth Form 
-------------------------------------------------------------------*/
#school_music_instructor_program 
{
	padding:7px 0;
}
#school_music_instructor_program label 
{
	padding-top:0px;
}
.youth 
{   
	width:450px;
	margin:10px 0;
}
.youth p 
{
	font-weight:bold;
	font-family:Arial,Helvetica,Sans-Serif;
}
.youth_text
{
	margin-left:175px;
	width:200px;
}

/*** CART NAV ***/
#CartNav
{
	height: 63px;
	background-color: #f1f1e9;
	text-align: center;
	margin: 0 auto 8px auto;
}
#CartNav .spacer
{
	float: left;
	width: 170px;
	height: 63px;
}
#CartNav li
{
	float: left;
	list-style-type: none;
	font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
	padding: 7px;
	color: #cccccc;
	text-align: center;
	width: 50px;
}
#CartNav .step
{
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	color: #FFC68C;
	font-weight: bold;
}
#CartNav li.selected .step
{
	color: #ff6600;
}
#CartNav li.selected
{
	color: #333333;
}

/*** SUBSCRIPTION NAV ***/
#subscriptionNav
{
	height: 70px;
	background-color: #f1f1e9;
	text-align: center;
	width:621px;
}
#subscriptionNav .spacer
{
	float: left;
	width: 20px;
	height: 63px;
}
#subscriptionNav li
{
	float: left;
	display:inline;
	list-style-type: none;
	font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
	padding: 5px 0 0;
	color: #cccccc;
	text-align: center;
	width: 50px;
	margin:3px 0 0 33px;
}
#subscriptionNav .step
{
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	color: #FFC68C;
	font-weight: bold;
	margin-bottom:5px;
}
#subscriptionNav li.selected .step
{
	color: #ff6600;
}
#subscriptionNav li.selected
{
	color: #333333;
}

/* CSS HACKS
--------------------------------------------------------------------*/

/* clearfix (already applied on #body)
--------------------------------*/
.clearfix:after, #body:after
{
	content: ".";
	display: block;
	height: 0;
	line-height: 0px; /* RB - Added */
	clear: both;
	visibility: hidden;
}

.clearfix, #body
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix, * html # body
{
	height: 1%;
}
.clearfix, #body
{
	display: block;
}
/* End hide from IE-mac */

.error_ {
	color: red !important;
}

.clear {
	clear:both;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
}

div#combo_box {
	background-color:#F1F1E9;
	border:1px solid #FF6600;
	color:#FFC68C;
	font-family:Verdana;
	margin-bottom:10px;
	padding:15px;
	zoom: 1;
}
	div#combo_box div.wrapper div.infosummary {
		float:left;
		width:270px;
		margin-right:10px;
		border: none;
		padding-left: 15px;
		margin-left: 0px;
	}
	div#combo_box div.infosummary {
		float:left;
		width:250px;
		background: none !important;
		border: none;
		border-left:1px dotted #666;
		padding-left: 25px;
		margin-left: -10px;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 0;
		
	}
	
/*** Program Notes Larger Font Style ***/	
.large-print-edition
{
color:#333333;
font-family:Arial,Helvetica,Sans-Serif;
font-size:14px;
line-height:20px;
}

/*** Print at Home styles ***/
#content div.messagebox {
	background-color: #fdf7e7;
	border: 1px solid #d5d4cf;
	padding: 20px;
}
	#content div.messagebox div.innerbox {
		background-color: #ffffff;
		border: 1px solid #d5d4cf;
		padding: 10px;
	}
		#content div.messagebox div.innerbox h3 {
			font-family: Times New Roman;
			font-size: 18px;
			margin: 0 0 8px 0;
			border: 0;
		}
		#content div.messagebox div.innerbox ul.linklist {
			list-style: none;
			margin: 0;
		}
			#content div.messagebox div.innerbox ul.linklist li {
				list-style: none;
				margin: 0;
				line-height: 1.5em;
			}
/*** /Print at Home styles ***/


fieldset div.form_fix
{
	padding-top:9px;
} 


/* Subscription Select Series link */

ul#subscription_select_sidebar{
 list-style:none;
 float:left;
 width:155px;
 padding:0;
 margin:3px 4px 0;
}

	ul#subscription_select_sidebar h3{
	 margin-bottom:5px;
	}

	ul#subscription_select_sidebar li{
	height:40px;
	width:153px;
	margin:0 0 5px 0;
	list-style-type:none;	
	}
	
	ul#subscription_select_sidebar li a{
	height:40px;
	width:153px;
	background:url(../../../images/sidebar_links.png) no-repeat left -50px;	
	display:block;
	vertical-align:middle;
	text-decoration:none;
	color:#850d30;
	}
  
	ul#subscription_select_sidebar li a.active{
	background:#850d30 url(../../../images/sidebar_links.png) no-repeat left top;
	color:#ed801f;	
	}
	
	ul#subscription_select_sidebar li a.active span.text{
	color:#000000;	
	}
	
	ul#subscription_select_sidebar li a:hover{
   
	background:url(../../../images/sidebar_links.png) no-repeat left top;
	color:#ed801f;
	cursor:pointer;
	}
	
	ul#subscription_select_sidebar li a:hover span.text{
	color:#000000;	
	cursor:pointer;
	}
	
	ul#subscription_select_sidebar li a span.text{
	vertical-align:middle;
	display:inline-block;
	padding:0 10px;
	color:#ff7a00;
	}
	
	ul#subscription_select_sidebar li a span.shim{
	vertical-align:middle;
	display:inline-block;
	height:100%;
	}


/*** End of Subscription Select Series link ***/


/*** Select Subscription Package link ***/

   .select-package-wrapper
	{
		width: 455px;
		float:left;
		margin-top:3px;
	}
	
	#staticTabNav 
	{
	  	margin-bottom:10px;
	}
	
	#staticTabNav ul
	{
		list-style: none;
		float:left;
		border-bottom: solid 2px #ff7a00;
		margin: 0;
		padding: 0;
	}
	#staticTabNav ul li
	{
		float: left;
		margin: 0 4px 0 0;
		list-style-type: none;
		display: inline;
	}
	#staticTabNav ul li.last
	{
		margin: 0;
	}
	#staticTabNav ul li a
	{
		display: block;
		height: 20px;
		width: 85px;
		float: left;
		background: #f4f3ed;
		text-decoration: none;
		border: solid 1px #d5d1c3;
		border-bottom: none;
		text-align: center;
		font-weight: bold;
		color:#ff7a00;
	}
	
	#staticTabNav ul li a:hover
	{
		background: #ff7a00;
		border: solid 1px #ff7a00;
		border-bottom: none;
		cursor:pointer;  
		
	}
	
	#staticTabNav ul li a:hover span.text
	{
		color:#000000; 
		cursor:pointer;   
	}
	
	#staticTabNav ul li a.active
	{
		background: #ff7a00;
		border: solid 1px #ff7a00;
		border-bottom: none;
	}
	
	#staticTabNav ul li a.active span.text
	{
		color:#000000;
	}
	
	#staticTabNav ul li a span.text
	{
		vertical-align: middle;
		display: inline-block;
		padding: 0 10px;
		color:#ff7a00;
		
	}
	#staticTabNav ul li a span.shim
	{
		vertical-align: middle;
		display: inline-block;
		height: 100%;
	}
	
	#staticTabPanels a.uxPackageLink{
		border:1px solid #cbc8b7;
		background:#ff6600;
		font-size:12px;
		font-weight:bold;
		padding:4px 20px;
		display:block;
		text-transform:uppercase;
		color:#ffffff;	
		width:50px;
		text-decoration:none;
		float:right;
	}
	
	
	#staticTabPanels h3{margin-bottom:10px;font:bold 13px/13px Verdana;padding-top:10px;}
	#staticTabPanels input.submit{float:right;margin:0;}
	#staticTabPanels dl{width:455px;overflow:hidden;border-bottom:solid 1px #000000;margin-bottom:10px;padding-bottom:15px;}
	#staticTabPanels dt{width:235px;display:inline;float:left;margin:0 5px 5px 0;}
	#staticTabPanels dd{width:150px;float:right;padding-left:5px;}
	
	
/*** End of Select Subscription Package link ***/

/*** New window popups ***/

#new_window_popup{
	margin:0;
	background:#ffffff;
	padding:5px;
	}
	
#new_window_popup.duplicates .infosummary{
	width:203px;
	}

#new_window_popup.patronid .infosummary{
	width:250px;
	}




/*** End of New window popups ***/

/*** End of Quickview popup ***/
#popup_container{
	position:absolute;
	top:0px;
	left:0px;
	}

	#popup_container div.top{
	background:url(../../../images/sfs_popup_top.png) no-repeat;
	width:506px;
	height:18px;	
	}
	
	#popup_container div.body{
	background:url(../../../images/sfs_popup_middle.png) repeat-y;
	width:506px;
	}
	
	#popup_container div.bottom{
	background:url(../../../images/sfs_popup_bottom.png) no-repeat;
	width:506px;
	height:18px;	
	}
	
	#popup_container div.body div.body_inner{
	padding:3px 23px 15px;
	}
	
	#popup_container div.arrow_container{
	width:23px;
	height:14px;
	position:absolute;
	top:0;
	left:0;
	}
	
	
	#popup_container div.arrow{
	background:url(../../../images/sfs_popup_arrow.png) no-repeat;
	width:23px;
	height:14px;
	}
	
	#popup_container div.close
	{
		position:absolute;
		top:13px;
		right:21px;
		cursor:pointer;
		display:block;
		color:#FF6600;
		}

/*** Quickview popup ***/

/*** Subscriptions Welcome Page ***/

#secondary #nav_subscription{
	float:left;
	overflow:hidden;
	margin-right:20px;
	display:inline;
	}
	
/*** End of Subscriptions Welcome Page ***/


/*** Cart Page ***/

a.view_hide_alternates{
	text-decoration:none;
	margin:0 10px;
	}

/*** End of Cart Page ***/

/*** New header for subscription path ***/

#header #exit_subscription_link{
	padding-top:17px;
	text-align:right;
	}

/*** End of New header for subscription path ***/

a.view_hide_alternates
{
	outline:none;
	}
	
.eventListingLink a{
		border:1px solid #FF7A00;
		background:#FFFFFF;
		font-size:12px;
		font-weight:bold;
		padding:4px 10px;
		display:block;
		text-transform:uppercase;
		color:#FF7A00;	
		width:50px;
		text-decoration:none;
		float:right;
	}

input[disabled="disabled"]{
	color:GrayText;
}

#commentsSection{
	padding:0 0 0 5px;
	}
/*.bowHdrLarge {
	color: #fff;
	display: block;
	font-size: 20px;
	margin: 30px 35px 10px;
	text-transform: uppercase;
}
	.bowHdrLarge * {
		color: #fff;
	}
.bowHdrSmall {
	color: #4490e5;
	display: block;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 35px 10px;
}
	.bowHdrSmall * {
		color: #4490e5;
	}
.bowText {
	color: #fff;
	display: block;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 15px;
	margin: 0 35px 10px;
}
	.bowText * {
		color: #fff;
	}*/
