/***************************************CONTROLS */



.Footer
{
	background: #ebebeb none repeat scroll 0 0;
	border-top: 2px solid #006699;
	clear: both;
	font-size: 10px;
	padding: 15px 0px;
	width: 100%;
}

.Footer .Contact
{
	float: left;
	width: 320px;
}

.Footer .Contact .Links,
.Footer .Contact .Description
{
	margin-bottom: 12px;
}

.Footer .Sponsors
{
	float: left;
	margin-left: 25px;
}

.Header
{
    padding-top: 13px;
}

.MainMenu
{
    font-size: 12px;
    font-family: Verdana;
    margin-bottom: 2px;
}

.MainMenu .Item, .MainMenu .Item a
{
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
    text-decoration: none;
    float: left;
}

.MainMenu .Item .LeftCorner
{
    background-image: url(../Images/Controls/Main-Menu-Left.gif);
    background-repeat: no-repeat;
    float: left;
    height: 24px;
    width: 8px;
}

.MainMenu .Item .Body
{
    background-image: url(../Images/Controls/Main-Menu-Body.gif);
    background-repeat: repeat-x;
    float: left;
    height: 21px;
    padding-top: 3px;
    text-align: center;
    display: block;
}

.MainMenu .Item .RightCorner
{
    background-image: url(../Images/Controls/Main-Menu-Right.gif);
    background-repeat: no-repeat;
    float: left;
    height: 24px;
    width: 8px;
    margin-right: 2px;
}

.MainMenu .ItemSel, .MainMenu .ItemSel a
{
    color: #003399;
}

.MainMenu .ItemSel .LeftCorner
{
    background-image: url(../Images/Controls/Main-Menu-Left-Sel.gif);
}

.MainMenu .ItemSel .Body
{
    background-image: url(../Images/Controls/Main-Menu-Body-Sel.gif);
}

.MainMenu .ItemSel .RightCorner
{
    background-image: url(../Images/Controls/Main-Menu-Right-Sel.gif);
}

.SectionHeading h1
{
	color: #5c5c5c;
	font-size: 18px;
	margin-bottom: 30px;
	margin-left: 180px;
	margin-top: 0px;
}

.SectionSubmenu
{
	border-top: solid 1px #dcdbda;
	margin-bottom: 25px;
	width: 150px;
}

.SectionSubmenu ul
{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

.SectionSubmenu ul li
{
	border-bottom: solid 1px #dcdbda;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.SectionSubmenu li.Placeholder
{
	border: none;
}

.SectionSubmenu li.Folder
{
	color: #5c5c5c;
	font-weight: bold;
	margin-top: 24px;
	padding: 4px 2px;
}

.SectionSubmenu li.Folder:first-child
{
	margin-top: 0px;
}

.SectionSubmenu a, .SectionSubmenu a:hover, .SectionSubmenu a:visited,
.MainMenu a,.MainMenu a:hover,.MainMenu a:visited
{
    border-bottom:none !important;
}

.SectionSubmenu a
{
	background-color: #ffffff;
	color: #006699;
	display: block;
	padding: 4px 2px;
	text-decoration: none;
}

.SectionSubmenu a:hover
{
	background-color: #F3CB58;

}

.SectionSubmenu a.Selected
{
	background-color: #ffffff;
	color: #5C5C5C;
	font-weight: bold;
}

.SectionSubmenu li.Level1
{
}

.SectionSubmenu li.Level2
{
	padding: 4px 2px 4px 15px;
}

.SectionSubmenu li img.Icon
{
	border: none;
	float: left;
	margin-right: 5px;
	max-width: 17px;
}

#dialogWindow
{
    padding:10px 40px;
    text-align:center;
}

#dialogWindow .Loading
{
    background: transparent url(../Images/ajax-loader.gif) no-repeat center center;
    width:570px;
    height:450px;
    margin-bottom:20px;
}

#dialogWindow .imageDisplay
{
    width:570px;
    height:450px;
    margin-bottom:20px;
}

#dialogWindow img
{
    max-width:570px;
    max-height:450px; 
}

#dialogWindow .noImages
{
    font-size:15px;
}

#dialogWindow .imagePager
{
    margin-top:10px;
}

#dialogWindow .pageBack,
#dialogWindow .pageForward
{
    width:9px;
    height: 17px;
    display:inline-block;
    vertical-align:top;
    
}
#dialogWindow .imageCount
{
    margin-left:5px;
}

#dialogWindow .totalCount
{
    margin-right:5px;
}

#dialogWindow .pageBack.Visible
{
    background: transparent url(../Images/Icons/PageArrowLeft.png) no-repeat;
    
    
}

#dialogWindow .pageForward.Visible
{
    background: transparent url(../Images/Icons/PageArrowRight.png) no-repeat;
     
}

#dialogWindow .imageDescription
{
    font-size:11px;
    font-family:Verdana;
    text-align:left;
    margin-bottom:20px;
    min-height:40px;
}

/***************************************DEFAULT */

/*
Should contain all Default Styles that are used in the HTML Editor in Agility
This Sytle Sheet should be uploaded to Agility and used as the Editor Style when completed.
*/

body 
{
	color: #555555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

* 
{
	-moz-outline-style: none; 	
	outline-syle: none;
	outline-width: 0px;
	outline-color: -moz-use-text-color;
}

form
{
	margin: 0px;
	padding: 0px;
}

input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cccccc;
	background-color: #f4f4f4; 
}

input.buttons
{
	background-color: #006699;
	border: 1px solid #b5b6b5;
	color: #ffffff; 
	font-size : 10px;
	font-weight: bold;
	overflow: visible;
	padding: 1px;
}

select
{
	font-size: 9px;
}

.Left 
{
	float: left;
}

.Right 
{
	float: right;	
}

.Clear 
{
	clear: both;
}

.Zero 
{
	font-size: 0px;
}

.NoDisplay 
{
	display: none;
}

/* container for any page where a right panel (miniCal/Quicklinks) is displayed*/
#centerContent
{
	border-left: 1px solid #DBDBDB;
	float: left;
	line-height: 16px;
	margin-bottom: 25px;
	margin-left: 9px;
	padding: 0px 0px 0px 20px;
	position: relative;
	width: 391px;
}


/****************************
 * Links
 ***************************/

a:link, a:visited
{
	color: #555555;
	text-decoration: none;
}

a:hover
{   text-decoration: none;
	/*text-decoration: underline;*/
}

a.btn:link, a.btn:visited, a.btn:hover
{
	background-color: #555555;
	border: 1px solid #b5b6b5;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
}

a.heading:link, a.heading:visited
{
	color: #555555;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

a.heading:hover
{
	text-decoration: underline;
}

a.iconEmail, a.iconListen, a.iconNotes, a.iconAddCal, .iconCBC, .iconTakeNote
{
	/*common icon link properties*/
	background-position: left ;
	background-repeat: no-repeat;
	font-size: 9px;
	padding-left: 15px; 
	white-space: nowrap;
}

a.iconEmail 
{
	/* display icon next to link  */
	background-image: url(/ecms.aspx/Icons/Default/email.gif);
	font-size: inherit;
}

a.iconListen
{
	/* display icon next to link  */
	background-image: url(/ecms.aspx/Icons/Default/listen.gif);
}

a.iconNotes 
{
	/* display icon next to link  */
	background-image: url(/ecms.aspx/Icons/Default/notes.gif);
}

a.iconAddCal 
{
	/* display icon next to link  */
	background-image: url(/ecms.aspx/Icons/Default/addCal.gif);
}

.iconCBC 
{
	/* display icon next to link  */
	background-image: url(/ecms.aspx/Icons/Default/cbc.gif);
	font-style: italic;
}

.iconTakeNote 
{
	/* display icon next to link  */
	background-image: url(/ecms.aspx/Icons/Default/takeNote.gif);
	font-style: italic;
}

.iconCBC, .iconTakeNote 
{
	background-position: top left;
	display: inline;
	font-size: inherit;
	white-space: normal;
}

a.subNav
{
	border-bottom: 1px solid #DCDBDA;
	clear: right;
	color: #555555;
	display: block;
	padding: 4px 2px;
	text-decoration: none;
}

a.subNav:hover
{
	background-color: #F3CB58;
	border-bottom: 1px solid #DCDBDA;
	clear: right;
	color: #184293;
	display: block;
	padding: 4px 2px;
	text-decoration: none;
}

a.subNavOn, a.subNavOn:hover
{
	border-bottom: 1px solid #DCDBDA;
	clear: right;
	color: #5C5C5C;
	display: block;
	font-weight: bold;
	padding: 4px 2px;
	text-decoration: none;
}

a.tertiaryNav:link, a.tertiaryNav:visited
{
	border-bottom: 1px solid #DCDBDA;
	clear: right;
	color: #006699;
	display: block;
	padding: 4px 2px 4px 15px;
	text-decoration: none;
}

a.tertiaryNav:hover
{
	background-color: #F3CB58;
	border-bottom: 1px solid #DCDBDA;
	clear: right;
	color: #184293;
	display: block;
	padding: 4px 2px 4px 15px;
	text-decoration: none;
}

a.tertiaryNavOn:link, a.tertiaryNavOn:visited, a.tertiaryNavOn:hover
{
	border-bottom: 1px solid #DCDBDA;
	clear: right;
	color: #5C5C5C;
	display: block;
	font-weight: bold;
	padding: 4px 2px 4px 15px;
	text-decoration: none;
}


/****************************
 * Headers
 ***************************/

h1 { font-size: 15px; }
h2 { font-size: 12px; }
h3 { font-size: 11px; }

h1, h2, h3
{
	font-weight: bold;
	margin: 1.75em 0 1.5em 0;
}

div h1
{
	margin: 0 0 1.5em 0;
}

h1.eventTitle 
{
	/*Concert Calendar Event Titles*/
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


/****************************
 * Tables
 ***************************/

table.singleColCentred
{
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-size: 9px;
	margin-left: 5px;
	margin-bottom: 20px;
	text-align: center;
	width: 100px;
}

td.singleCol
{
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding-top: 5px;
}

table.singleColLeft
{ 
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin-bottom: 20px;
	margin-left: 5px;
	font-size: 9px;
	width: 100px;
}

td.singleColLeft
{
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 5px;
}

table.singleColSupport
{ 
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin-bottom: 20px;
	margin-left: 5px;
	font-size: 9px;
	width: 150px;
}

td.singleColSupport
{
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 5px;
}

td.HorDivider
{
	background: url(/ecms.aspx/divider.gif);
	background-position: center;
	background-repeat: repeat-x;
	height: 60px;
}

table.rehearsal, table.taxLaw
{
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-size: 9px;
	width: 100%;
}

tr.tr0 td
{
	/*to alternate table row colours - white/light grey */
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

tr.tr1 td
{
	/*to alternate table row colours - white/light grey */
	background-color: #f7f7f7;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}


/****************************
 * Standard
 ***************************/

blockquote, pre
{
	padding: 0.25em 30px;
}

blockquote
{
	background: url(/ecms.aspx/quote.gif) no-repeat 6px 0.25em;
	font-style: italic;
	margin: 1em 0;
}

hr
{
	background: #dddddd;
	border: 0;
	color: #dddddd;
	height: 1px;
	margin: 1.5em 0;
}	

ul
{
	list-style-image: url(/ecms.aspx/bullet.gif);
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

ol
{
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

li
{
	line-height: 1.3em;
	margin-left: -6px;
	padding-top: .25em;
}


/****************************
 * Special Elements
 ***************************/

div.caption
{
	border: 1px silver solid;
	float: right;
	margin: 0.6em;
	padding: 0.4em;
	text-align: center;
}

div.caption p
{
	font-size: smaller;
	font-style: italic;
	margin: .25em;
	text-indent: 0;
}

div.greyBgrnd 
{
	/*use for text that requires a simple grey background, for hilight*/
	background: #f7f7f7;
	border: 1px solid #999;
	padding: 8px;
}

div.legend
{
	background: #EFEFEF;
	border: 1px solid #B5B5B5;
	float: right;
	font-size: .8em;
	margin-bottom: -20px;
	margin-top: 20px;
	padding: 2px;
}

div.IDseason 
{
	/*Identify season in calendar_perform.cfm*/
	background: #F7F7F7;
	border-bottom: 1px solid #999;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 3px;
}

img.img-border, img.img-calendar-perform
{
	border: 1px solid #006699;
}

img.img-calendar-perform
{
	float: right;
	margin: 0 28px;
}

/****************************
 * Text Formatting
 ***************************/

.miceType 
{
	/*reduce text size by 1*/
	font-size: 10px;
}

.lrgType 
{
	/*increase text size by 1*/
	font-size: 12px;
}



/***************************************LAYOUT */


body
{
	background-color: #ebebeb;
}

#TopLevelContainer
{
	background-color: #ffffff;
	padding-top: 21px;
}

#TopLevel
{
    margin-top: 0px;
    min-height: 1px;
    min-width: 770px;
}

.TopLevelCentered
{
    margin-left: auto;
    margin-right: auto;
    width: 770px;
}

.TopLevelBanner
{
	background-image: url(/Images/Banner-Strip.jpg);
	background-repeat: repeat-x;
	height: 160px;
	margin-bottom: 25px;
	width: 100%;
}

#HomeTemplate
{
}

#HomeTemplate .LeftContentZone
{
    float: left;
    width: 590px;
}

#HomeTemplate .RightContentZone
{
    float: right;
    width: 170px;
}

.CalendarTemplate
{
	padding-bottom: 16px;
}

.CalendarTemplate .MenuContentZone,
.DefaultTemplate .LeftContentZone,
.EventTemplate .LeftContentZone,
.TSoundCheckTemplate .LeftContentZone,
.TSoundCheckHomeTemplate .LeftContentZone
{
    float: left;
    width: 150px;
}

.EventTemplate .MainContentZone,
.TSoundCheckTemplate .MainContentZone
{
    border-left: 1px solid #dbdbdb;
    float: left;
    line-height: 16px;
    margin-left: 9px;
    padding-left: 20px;
    width: 561px;
}

.CalendarTemplate .MainContentZone
{
    border-left: 1px solid #dbdbdb;
    float: left;
    margin-left: 9px;
    padding-left: 20px;
    width: 590px;
}

.CalendarTemplate .LeftContentZone
{
	float: left;
    width: 391px;
}

.CalendarTemplate .RightContentZone
{
    float: right;
    width: 170px;
}

.CalendarTemplate .BottomContentZone
{
    width: 590px;
}

.DefaultTemplate, .EventTemplate, .TSoundCheckTemplate
{
	padding-bottom: 16px;
}

.DefaultTemplate .CenterContentZone
{
    border-left: 1px solid #dbdbdb;
    float: left;
    line-height: 16px;
    margin-left: 9px;
    padding-left: 20px;
    width: 391px;
}

.DefaultTemplate .RightContentZone
{
    float: right;
    width: 170px;
}

.PrintNotesTemplate
{
}

.PrintNotesTemplate .MainContentZone
{
}

.ContentZone
{
    float: left;
    width: 770px;
    min-height: 100px;
}

.ErrorTemplate
{
    padding: 40px;
}

.TSoundCheckHomeTemplate .LeftColumnZone
{ float:left;
  width:310px;
}

.TSoundCheckHomeTemplate .RightColumnZone
{ float:right;
  width:310px;
}



/***************************************MODULES */


.AddThis h1
{
	float: left;
	margin-bottom: 0px;
}

.AddThis .addthis_button
{
	float: right;
}

.Blog
{
	margin-bottom: 25px;
}

.Blog p
{
    margin: 0px;
    margin-bottom: 13px;
}

.Blog h2
{
    margin-top: 2px;
    margin-bottom: 2px;
}

.Blog .Divider
{
    height: 1px;
    background-color: #c8c8c8;
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
}

.Blog .AttachedImage
{
    margin-right: 8px;
    margin-bottom: 8px;
}

.Blog .Pager
{
    clear:both;
    padding:10px;
    text-align: right;
}

.Blog .CommentsContainer
{
    background: #f5f5f5;
    border-top: 1px #c8c8c8 solid;
    padding: 15px;
}

.Blog .CommentsContainer .CommentBox
{
    width: 355px;
}

.Blog .CommentsContainer .CommentThanks
{
    padding-bottom: 10px;
}

.Blog .CommentsContainer .CommentForm label
{
    display: block;
    width: 110px;
    float: left;
}

.Blog .FieldRow
{
    padding-bottom: 7px;
}

.Blog .NameBox
{
    width: 200px;
    float: left;
}

.Blog .CommentBox
{
    width: 410px;
    float: left;
}

.Blog .SubmitComment
{
    float: right;
    padding: 3px;
}

.Blog .Comment
{
    padding-bottom: 10px;
}

.Blog .CommentHeader
{
    font-weight: bold;
}

.BlogSidebar .Title
{
    color: #030303;
    font-size: 17px;
    margin-bottom: 5px;
}

.BlogSidebar .List
{
    padding-left: 10px;
}

.BlogSidebar .List a.Post
{
	display: block;
	margin-bottom: 7px;
}

.BlogSidebar .Divider
{
    height: 1px;
    background-color: #c8c8c8;
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ContactUs
{
	margin-bottom: 20px;
}

.ContactUs .FieldRow
{
	clear: both;
}

.ContactUs .FieldLabel
{
	float: left;
	margin-right: 7px;
	padding: 5px;
	text-align: right;
	width: 92px;
}

.ContactUs .FieldInput
{
	float: left;
	padding: 5px;
	width: 265px;
}

.ContactUs .Send
{
	margin-top: 12px;
}

.EventDetails
{
	margin-bottom: 30px;
}

.EventDetails .RelatedEvents
{
	font-weight: bold;
	text-align: right;
}

.EventDetails ul.PerformanceDates
{
	list-style: none;
	margin-bottom: 20px;
	padding: 0px;
}

.EventDetails ul.PerformanceDates li
{
	margin: 0px 0px 3px;
	padding: 0px;
}

.EventDetails .Artist
{
	clear: right;
	float: right;
}

.EventDetails .Artist img
{
	float: none;
}

.EventDetails .Artist .Details
{
	font-size: 10px;
	margin: 0 28px;	
}

.EventDetails .Members ul
{
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.EventDetails .Members li
{
	margin-left: 0px;
}

.EventDetails table.Pieces
{
    margin-bottom: 16px;
}

.EventDetails .RelatedSeries
{
    padding-bottom: 10px;
    border-top: solid 1px #DBDBDB;
}

.EventDetails .RelatedSeries ul
{
	list-style: none;
	padding: 0px;
}

.EventDetails .RelatedSeries ul li
{
	margin: 0px 0px 3px;
	padding: 0px;
}

.EventDetails .Sponsors .Item
{
	float: left;
	width: 275px;
}

.EventDetails .Separator
{
	width: 16px;
}

.FAQs
{
	margin-bottom: 25px;
}

.FAQs .QuickLinks
{
	margin-bottom: 40px;
}

.FAQs hr
{
	background: #dddddd none repeat scroll 0 0;
	border: 0 none;
	color: #dddddd;
	height: 1px;
	margin: 1.5em 0;
}

.FeatureBox
{
	margin-bottom: 20px;
	width: 560px;
}

.FeatureBox .Tabs
{
	margin-bottom: 2px;
}

.FeatureBox .Tabs .Tab
{
	background-repeat: no-repeat;
	color: #ffffff;
	cursor: pointer;
	float: left;
	height: 18px;
	margin-right: 1px;
	padding-top: 4px;
	text-align: center;
	visibility: hidden;
	width: 186px;
}

.FeatureBox .Item
{
	display: none;
	height: 216px;
	overflow: hidden;
}

.FeatureBox .Item .Image
{
	float: left;
	height: 216px;
	width: 246px;
	overflow: hidden;
}

.FeatureBox .Item .Content
{
	background-color: #ffffff;
	float: left;
	height: 172px;
	padding: 22px 25px;
	width: 264px;
}

.FeatureBox .Item .Content .Top
{
	height: 150px;
	overflow: hidden;
}

.FeatureBox .Item .Content .Title
{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}

.FeatureBox .Item .Content .Divider
{
	border-top: solid 1px #a7a49b;
	height: 16px;
	margin-top: 8px;
}

.FeatureBox .Item .Content .DateDesc
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.FeatureBox .Item .Content .Desc
{
	color: #e3e2e0;
	font-size: 12px;
}

.FeatureList
{
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 30px;
}

.FeatureList h1
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.FeatureList .Item
{
	background-color: #ededed;
	color: #000000;
	float: left;
	height: 195px;
	width: 181px;
}

.FeatureList .Item .Content
{
	padding: 5px 3px;
}

.MusicianDetails
{
	margin-bottom: 20px;
}

.MusicianDetails .Musician
{
	font-weight: bold;
	margin-bottom: 16px;
}

.MusicianDetails .Musician .Position
{
	font-style: italic;
	text-transform: capitalize;
}

.MusicianDetails .Description img
{
	float: right;
	margin: 0px 0px 5px 10px;
}

.MusicianLogin
{
	margin-bottom: 20px;
    margin-left: 15px;
    margin-top: 20px;
    width: 150px;
}

.MusicianLogin .Label
{
    margin-bottom: 4px;
}

.MusicianLogin .Field
{
    margin-bottom: 8px;
    width: 150px;
}

.MusicianLogin .Button
{
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 5px;
    text-align: right;
}

.MusicianLogin .ErrorMessage
{
    color: red;
    font-weight: bold;
}

.PhotoGallery
{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.PhotoGallery .TopBar
{
	background-color: #A34116;
	height: 18px;
	padding: 8px;
}

.PhotoGallery .TopBar .Title
{
	color: #ffffff;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.PhotoGallery .TopBar .SubTitle
{
	color: #ffffff;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
}

.PhotoGallery .TopBar .Close
{
	float: right;
	font-size: 10px;
	font-weight: bold;
}

.PhotoGallery .TopBar .Close a
{
	color: #ffffff;
}

.PhotoGallery .FlashContent
{
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.Podcast
{
}

.Podcast .Latest .Thumbnail
{
	float: right;
	height: 150px;
	width: 120px;
}

.Podcast .Latest .LatestDescription
{
	display: none;
}

.Podcast .Latest .iconListen
{
	font-size: 11px;
}

.Podcast .Latest a img
{
    padding-right : 5px;
}

.Podcast .Series
{
	margin-bottom: 48px;
	margin-top: 48px;
}

.Podcast .Archive
{
	margin-bottom: 48px;
}

.Podcast .Archive #archiveHeader,
.Podcast .Archive .ArchiveItem
{
    clear : both;
    width : 99.5%;
}

.Podcast .Archive #archiveHeader div 
{
    background-color : #eeeeee;
    font-weight : bold;
}

.Podcast .Archive #archiveHeader .archiveDate,
.Podcast .Archive .ArchiveItem .archiveDate
{
    float : left;
    margin : 3px;
    padding : 3px;
    width : 80px;
}

.Podcast .Archive #archiveHeader .archiveTitle,
.Podcast .Archive .ArchiveItem .archiveTitle
{
    float : left;
    margin : 3px;
    padding : 3px;
    width : 230px;
}

.Podcast .Archive .ArchiveItem .archiveTitle .TitleLink
{ 
    float : left;
    width : 212px;
}

.Podcast .Archive .ArchiveItem .archiveTitle .ExpandIcon
{

}

.Podcast .Archive #archiveHeader .archiveIcons,
.Podcast .Archive .ArchiveItem .archiveIcons
{
    float : left;
    margin : 3px;
    padding : 3px;
    width : 40px;
}

.Podcast .Archive .ArchiveItemDetails
{
    background-color : #f7f7f7;
    border : 1px solid #999;
    clear : both;
    display : none;
}

.Podcast .Archive .ArchiveItemDetails .FlashContainer
{
    text-align : center;
}

.Podcast .Archive .ArchiveItemDetails div
{
    text-align : left;
    padding : 8px;
}

.Podcast .Archive .ArchiveItemDetails img
{
    float : right;
}

.ProgrammeNotes
{
	margin-bottom: 16px;
}

.ProgrammeNotes img.Thumbnail
{
	float: left;
	margin-right: 8px;
}

.ProgrammeNotesPrint
{
	margin: 16px 40px;
}

.ProgrammeNotesPrint a
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

.ProgrammeNotesPrint p
{
	font-family: Times New Roman, Serif;
	margin-top: 0px;
}

.ProgrammeNotesPrint .Header, .ProgrammeNotesPrint .Footer
{
	border: none;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	width: 100%;
}

.ProgrammeNotesPrint .Logo
{
	height: 116px;
	width: 182px;
}

.SeriesDetails
{
}

.SeriesDetails .MainImage
{
	margin-bottom: 12px;
}

.SeriesDetails .Event
{
	padding-top: 16px;	
}

.SeriesDetails .Event img
{
	border-style: solid;
	border-width: 1px;
	float: right;
	width: 64px;
}

.SeriesTypeListing
{
	margin-bottom: 20px;
}

.SeriesTypeListing .Banner
{
	margin-bottom: 16px;
}

.SeriesTypeListing .Title
{
	font-weight: bold;
	margin-bottom: 16px;
}

.SeriesTypeListing .Series
{
	margin-bottom: 16px;
	margin-top: 8px;
}

.Toolbar
{
	margin-bottom: 20px;
	width: 170px;
}

.Toolbar .Search
{
}

.Toolbar .Search .BuyTix
{
	display: block;
	margin-bottom: 10px;
}

.Toolbar .QuickLinks a, .Toolbar .QuickLinks a:hover
{
	background-repeat: no-repeat;
	border: none;
	color: #ffffff;
	display: block;
	font-size: 11px;
	height: 18px;
	margin-bottom: 5px;
	padding-left: 25px;
	padding-top: 2px;
	text-decoration: none;
	width: 145px;
}

.Calendar table 
{
    border-right:1px solid #ccc;
    border-top:1px solid #ccc;
    font-size:0.8em;
    margin-bottom: 10px;
}

.Calendar table tbody td
{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.MiniCalendar
{
    background-image: url(../Images/Backgrounds/bkg-Mini-Calendar.jpg);
    background-position: top;
    background-repeat: no-repeat;
    width: 163px;
    min-height: 220px;
    height: 220px;
    padding: 17px 0 17px 7px;
}

.MiniCalendar table,
.MiniCalendar table td
{
    border: 0;
}

.MiniCalendar table tbody td
{
    border: 0;
    
    background-position: top;
    background-repeat: no-repeat;
    width: 22px;
    min-height: 28px;
    height: 28px;
}

.MiniCalendar table tbody td.On
{
    cursor: pointer;
    cursor: hand;
    color: #fff;
}

.Calendar table tbody td div
{
    min-height: 80px;
    _height: 80px;
    line-height: 10px;
    width: 81px;
    padding: 1px;
}

.MiniCalendar table tbody td div
{
    min-height: 28px;
    width: 22px;
    line-height: 28px;
    padding: 0;
    text-align: center;
}

.Calendar table tbody td div span
{
    text-transform: uppercase;
}

.Calendar table thead tr.Nav td,
.Calendar table tfoot td
{
    background:#eee none repeat scroll 0 0;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    padding:2px;
    text-align:center;
}

.MiniCalendar table tfoot
{
    display: none;
}

.Calendar table a
{
    font-weight: bold;
}

.Calendar table a img
{
    border: none 0;
}

.Calendar table thead tr.Weekdays th
{
    background:#999999 none repeat scroll 0 0;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    color:#fff;
    font-weight:bold;
    padding:1px;
    text-align:center;
}

.Calendar table thead span
{
    display: none;
}

.MiniCalendar table thead span
{
    display: block;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}

.MiniCalendar table thead select
{
    display: none;
}

.MiniCalendar table thead tr.Nav td,
.MiniCalendar table thead tr.Weekdays th
{
    background: #fff;
    border-bottom: 0;
    border-left: 0;
    padding: 0;
    text-align:center;
    color:#959595;
    font-size: 1.25em;
}

.MiniCalendar table thead tr.Weekdays th
{
    padding-top: 10px;
}

.Calendar .Performances
{
    margin-top: 5px;
}

.MiniCalendar .Performances
{
    display: none;
    width: 195px;
    padding: 2px;
    background-color: #fff;
    color: #555;
    border: Solid 1px #b5b5b5;
    line-height: 10px;
}

.Sitemap .Section
{
    float: left;
    width: 285px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.Sitemap .SubSection
{
    font-weight: bold;
}

.Sitemap .Level3
{
    margin-left: 15px;
}

.AudioPlayer
{
}

.AudioPlayer #line-top-bottom 
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.AudioPlayer #line-bottom 
{
    border-bottom: 1px solid #ccc;
}

.AudioPlayer .Logo
{
    background-repeat: no-repeat;
    background-position: right center;
    padding-left: 10px;
    margin-right: 10px;
    overflow: auto;
}

.BeethovenOnDemand label
{
    display: block;
    width: 200px;
    font-weight: bold;
    float: left;
}

.BeethovenOnDemand .buttons
{
    margin-left: 200px;
}

.FestivalItem
{
    margin-top : 15px;
}

.FestivalItemImage
{
    float : left;
    margin-right : 10px;
    width : 120px;
}

.FestivalItemDetails
{
    float : right;
    width : 260px;
}

.FestivalItemDetails h3
{
    margin : 0;
    padding : 0;
    color : #7c2b83;
}

.FestivalItemDetails div
{
    margin-top : 10px;
}

.FestivalItemDetails .PieceList a
{
    margin-left : 5px;
}

.FestivalItemDetails .PerformanceDetails .Date
{
    font-weight : bold;
}

.FestivalItemDetails .PerformanceDetails .Separator
{
    min-width : 16px;
}

.TSCHome
{   width:233px;
    background:url(../Images/Backgrounds/gradback.png) bottom left no-repeat;
    overflow:auto;
    padding:10px 15px;
    margin: 15px;
    font-family:Verdana;
}

.TSCHome h1,
.TSCHome h2,
.TSCHome p,
.TSCHome input
{ 
    margin:0;
    margin-bottom:10px;
}

.TSCHome h1,
.TSCHome h2
{
    text-align:center;
}

.TSCHome h1
{
  font-size:30px;
  font-weight:normal;
}

.TSCHome h3
{ margin:0;
}

.TSCHome p
{ padding: 0 10px;
}

.TSCHome .center
{ text-align:center;
}

.TSCHome .eventThumb
{ float:left;
  border-width:1px;
  border-style:solid;
}

.TSCHome .eventInfo
{ margin-left:76px;
  width:157px;
}

.TSCHome .eventInfo .title
{ font-weight:bold;
}

.TSCHome .eventInfo input[type=button]
{
    margin-top:5px;
}

.TSCHome .CheapTicketListing
{ overflow:auto;
  margin-bottom:20px;
}

.performanceTable
{ 
    border-top: 1px solid #5C5C5C; 
    border-left: 1px solid #5C5C5C;
}

.performanceTable td,
.performanceTable th
{ 
    
    border-bottom: 1px solid #5C5C5C; 
    border-right: 1px solid #5C5C5C; 
    padding:5px;
}

.performanceTable th
{ text-align:left;
  color:Black;
}

.recEvents
{ 
    overflow:auto;
    padding-bottom:10px;
    border-top:solid 1px #DBDBDB;
    border-bottom:solid 1px #DBDBDB;
}

.recEvent
{ float:left;
  width:140px;
  margin-right:10px;
 
}

.recEvent img
{ display:block;
}


/***************************************TEMPLATE */

.TemplateStoreLinks
{
    border: 0 none;
    margin-bottom: 10px;
    text-align: left;
}

.TemplateStoreLinks ul
{
    display: inline;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.TemplateStoreLinks li
{
    display: inline;
    margin: 0;
}

.TemplateStoreLinks li a
{
    color: #555555;
    font-weight: bold;
    margin-right: 15px;
}

.TemplateStoreLinks li a,
.TemplateStoreLinks li a:link
{
    text-decoration: none;
    border-bottom: 0 none;
}

.TemplateStoreLinks li a:hover
{
    text-decoration: underline;
}

.Footer
{
    margin-top: 20px;
}
