﻿/* -----------------------------------------------------------
													   General
----------------------------------------------------------- */
html, body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

html
{
}

body
{
	background: url(  '../images/tcas_body_bg.png' ) no-repeat fixed center top #ADDAD0;
	color: #000000;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
}

a:link, a:visited, a:hover
{
	text-decoration: none;
	color: #009B7C;
	font-size: 10pt;
}

a:hover
{
	text-decoration: underline;
}

a:Link.Menu, a:Visited.Menu, a:Hover.Menu
{
	/* 	color: #843D00; 	text-align: left; 	font-family: Arial, Sans-Serif; 	font-size: 10pt; 	font-weight: bold; 	text-decoration: none; 	display: block; 	margin: 0; 	height: 1em; 	margin: 4px 0px 4px 0px; 	*/
}

a:Link.Menu, a:Visited.Menu
{
	/* 	background-color: #C6B19B; 	padding: 6px 4px 6px 10px; 	*/
}

a:Hover.Menu
{
	/* 	color: #FFF; 	background-color: #AA8B68; 	padding: 5px 3px 5px 9px; 	border: solid 1px #CCCCCC; 	*/
}

a:link.header, a:visited.header, a:hover.header
{
	display: none;
}

a:hover.header
{
	text-decoration: underline;
}

/* -----------------------------------------------------------
                                                Layout Control
----------------------------------------------------------- */

#bodywrap
{
	width: auto; /* Just incase we want a background image 	background: url('./images/???.jpg') repeat-y top center;*/
}

#pagewidth
{
	width: 980px;
	text-align: left;
	margin: 0px auto;
}

#header
{
	position: relative;
	height: 131px;
	background: url(  '../images/tcas_header_bg.jpg' ) no-repeat scroll right top #FFFFFF;
	width: 100%;
}

#header p
{
	line-height: 1.6em;
}

#sub
{
	position: relative;
	background: url(      '../images/tcas_sub_bg.jpg' ) repeat-x scroll 0 0 #FFFFFF;
	height: 42px;
	z-index: 800;
	margin: 0px;
	padding: 0px;
}

#sub ul
{
	height: 42px;
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

#sub ul li
{
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #80878C;
}

#sub ul li a
{
	background: url(      '../images/tcas_sub_bg.jpg' ) repeat-x scroll 0 0 #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	float: left;
	height: 10px;
	overflow: hidden;
	padding: 16px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
}

#sub ul li a:Hover
{
	background-position: 0 -42px;
}

#sub ul li a.return
{
	background: url(     '../images/tcas_sub_left_bg.jpg' ) no-repeat scroll 0 0 transparent;
	padding: 16px 15px 16px 35px;
}

#sub ul li a.return:Hover
{
	background-position: 0 -42px;
}

#fakecolumns
{
	background-color: #FFF;
	overflow: hidden;
	width: 100%;
}

#menu
{
	position: relative;
	float: right;
	width: 302px;
	height: 500px;
	padding-top: 14px;
}

#content
{
	position: relative;
	float: left;
	width: 674px;
	text-align: left;
}

#contentpadding
{
	margin: 14px 35px;
	_height: 1%; /* IE floating bug */
	min-height: 400px;
}

/*
#contentpadding p {
	letter-spacing: 0.05em;
	line-height: 1.6em;
}
*/

#footer
{
	background: url(  '../images/footer_bg.png' ) repeat-x scroll 0 0 #FFFFFF;
	padding: 14px 14px 14px 35px;
	position: relative;
	clear: both;
	font-size: 10pt;
}

#footerinner
{
	margin: 0;
	padding: 0;
}

div.gap
{
	position: relative;
	clear: both;
	display: none;
}

div.clearing
{
	clear: both;
}

div.lal
{
	text-align: left;
}

div.cal
{
	text-align: center;
}

div.ral
{
	text-align: right;
}

.MainMenuContainer
{
	background: none repeat scroll 0 0 #EBEDE2;
	display: block;
	padding: 14px 14px 7px;
	margin: 0 20px 14px 0;
}

.EventListingItemContainer
{
	width: 100%;
	border-top: solid 1px #EAEAEA;
	border-bottom: solid 1px #EAEAEA;
	padding: 10px 0px;
	margin: 0;
}

.NowShowingItemContainer
{
	width: 250px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 10 0;
	padding: 0;
}

.VenueImage
{
	max-width: 650px;
	width: expression(this.width > 650 ? 650: true);
}

/* -----------------------------------------------------------
										  Headers ( h* style )
----------------------------------------------------------- */
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	color: #009B7C;
}

h1
{
	padding: 0px;
	font-size: 14pt;
	font-weight: bold; /*color: #713D04;*/
	background-color: #FFF; /*background: #FFF repeat-y left url( '../images/malvern_h1fade.gif' );*/
	margin: 18px 35px 0px 35px;
}

h2
{
	font-size: 11pt;
	font-weight: bold;
}

#menu h1
{
	background: url(   '../images/tcas_tabs_bg.png' ) no-repeat scroll right top transparent;
	background-position: right 0;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	height: 27px;
	left: 0;
	overflow: hidden;
	padding: 12px 0 0 13px;
	position: relative;
	top: 0;
	margin: 0px 20px 0px 0px;
}

/* -----------------------------------------------------------
														 Lists
----------------------------------------------------------- */
ul, ol
{
	margin: 0;
	padding: 0;
}

ul li, ol li
{
	margin: 0px 0px 0px 20px;
	padding: 0;
}

.MainMenuContainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.MainMenuContainer ul li
{
	margin: 0;
	padding: 0;
}

/* -----------------------------------------------------------
                                                 ASPX Controls
----------------------------------------------------------- */

.Label
{
	background-color: Transparent;
	color: #000000;
	text-align: left;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}
.LabelMain
{
	background-color: Transparent;
	color: #000000;
	text-align: left;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.LabelError
{
	background-color: Transparent;
	color: #FF0000;
	text-align: left;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}
.LabelSuccess
{
	background-color: Transparent;
	color: #0000FF;
	text-align: left;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}
.LabelTitle
{
	background-color: Transparent;
	color: #009B7C;
	text-align: left;
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

.LabelMenu
{
	background-color: Transparent;
	color: #009B7C;
	text-align: left;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 2px;
	display: block;
	width: 100%;
}

.Textbox, .CompulsoryTextBox
{
	background-color: White;
	color: #000000;
	text-align: left;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	border-style: solid;
	border-color: #009B7C;
	border-width: 1px;
	margin: 0px;
	padding: 3px;
}
.CompulsoryTextBox
{
	background-color: #EAEAEA;
}

.DropDownList
{
	background-color: #FFF;
	color: #000000;
	text-align: left;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	border-style: solid;
	border-color: #009B7C;
	border-width: 1px;
	margin: 0px 8px 0px 0px;
	padding: 3px;
}

.CheckBox
{
	background-color: #FFF;
	color: #000000;
	text-align: left;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

.Button
{
	-moz-border-radius: 4px 4px 4px 4px;
	background: url( '../images/button_bg.jpg' ) repeat-x scroll 0 0 #FFFFFF;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin: 0;
	padding: 5px 4px;
	font-size: 9pt;
	font-family: Arial, Sans-Serif;
}

.Button:Hover 
{
	background-position: 0 -42px;	
}

a.Button
{
	-moz-border-radius: 4px 4px 4px 4px;
	background: url( '../images/button_bg.jpg' ) repeat-x scroll 0 0 #FFFFFF;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin: 0;
	padding: 5px 4px;
	font-size: 10pt;
	font-family: Arial, Sans-Serif;
	text-decoration: none;
	text-transform: uppercase;
}

a.Button:Hover 
{
	background-position: 0 -42px;	
}

/*
IMPORTANT : The Microsoft calendar control is buggy. It isn't 100% CSS styled.
If the styles need changing you also need to refer to ucMenu.ascx and change the inline styles.
*/
.Calendar
{
}
.Calendar td
{
	color: #FFFFFF !important;
}
.CalendarDayHeader, .CalendarDay, .CalendarSelectedDay, .CalendarTitle, .CalendarNextPrev, .CalendarOtherMonthDay
{
	font-family: Arial, Sans-Serif !important;
	font-size: 9pt !important;
}
.CalendarDayHeader
{
	background-color: #CC3333 !important;
	color: #FFFFFF !important;
}
.CalendarDay
{
	background-color: #707B81 !important;
	color: White !important;
	font-weight: bold !important;
}
.CalendarSelectedDay
{
	background-color: #707B81 !important;
	color: #000000 !important;
	font-weight: bold !important;
}
.CalendarTitle
{
	background-color: #000000 !important;
	font-size: 10pt !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
}
.CalendarNextPrev
{
	background-color: #000000 !important;
	font-size: 10pt !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
}
.CalendarOtherMonthDay
{
	background-color: #707B81 !important;
	color: #FFFFFF !important;
}
.CalendarTodayDay
{
	background-color: #EAEAEA !important;
	color: #000000 !important;
}

/* -----------------------------------------------------------
                                                Grids / Tables
----------------------------------------------------------- */

.Grid
{
	border-style: solid;
	border-color: #009B7C;
	border-width: 1px;
}
.Grid td, .Grid th
{
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0;
	padding: 3px;
}
.GridHeader
{
	background-color: #009B7C;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.GridHeader a
{
	background-color: #009B7C;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.GridHeader a:hover
{
	background-color: #009B7C;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
.GridHeader a:visited
{
	background-color: #009B7C;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.GridItem
{
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
}
/*.GridItem a:hover	    {background-color: #FFFFFF;		color: #0000FF;	text-align: left;	vertical-align: top;	font-family: Arial, Sans-Serif; 	font-size: 10pt;			text-decoration: none;  	font-weight: normal;	height:22; }*/
/*.GridSelected		    {background-color: #00FFFF;		color: #000000;	text-align: left;	vertical-align: top;	font-family: Arial, Sans-Serif; 	font-size: 10pt;	 		text-decoration: none;		font-weight: normal;	height:22; }*/
/*.GridSelected a:hover	{background-color: #00FFFF;		color: #0000FF;	text-align: left;	vertical-align: top;	font-family: Arial, Sans-Serif; 	font-size: 10pt;			text-decoration: none;  	font-weight: normal;	height:22; }*/
.GridAltItem
{
	background-color: #EBEDE2;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
}
/*.GridAltItem a:hover   {background-color: #EEEEFF;	color: #0000FF;	text-align: left;	vertical-align: top;	font-family: Arial, Sans-Serif; 	font-size: 10pt;			text-decoration: none;  	font-weight: normal;	height:22; }*/
.GridFooter
{
	background-color: #009B7C;
	color: #000044;
	text-align: right;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.GridError
{
	color: #000000;
	border-style: none;
	border-color: #FFF;
	border-width: 0;
	width: 100%;
}
.GridError td
{
	color: #FF0000;
	border-style: none;
	border-color: #FFF;
	border-width: 0;
	padding: 1 1 1 1;
}
.GridErrorItem
{
	background-color: #FFFFFF;
	color: #FF0000;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
	height: 22;
}
.GridErrorAltItem
{
	background-color: #FFFFFF;
	color: #FF0000;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
	height: 22;
}

.TableLayout
{
	width: 100%;
	margin: 1px 0px;
}

.TableLayout td
{
	color: #000;
	font-size: 10pt;
	font-family: Arial, Sans-Serif;
	height: 20px;
	padding: 1px 0px;
	margin: 0px;
	text-align: left;
}

/* -----------------------------------------------------------
                                         Interactive Seat Plan
----------------------------------------------------------- */

div.sp_seat
{
	position: absolute;
	border: solid 1px #800040;
	font-size: 0pt;
	cursor: pointer;
}

div.sp_stage
{
	position: absolute;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #FFF;
	border: solid 1px #000;
	background-color: #000;
	text-align: center;
}

div.sp_label
{
	position: absolute;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #000;
	text-align: center;
}

div.sp_zone
{
	position: absolute;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #000;
	border: solid 1px #000;
	background-color: #D4D0C8;
	text-align: center;
	cursor: pointer;
}

div.legend_colour
{
	width: 20px;
	height: 20px;
	float: left;
	margin: 2px;
}

div.legend_label
{
	float: left;
	margin: 2px;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
}

div.sp_container
{
	overflow-x: scroll;
	border: solid 1px #EAEAEA;
	width: 100%;
	padding: 5px;
}

/* -----------------------------------------------------------
                   Marks Styles for frmPerformanceListing.aspx
     I haven't altered any of these as it seemed very specific
----------------------------------------------------------- */

.gigGuideLine1
{
	color: Black;
	font-family: Tahoma, Sans-Serif;
	font-weight: normal;
	font-size: 10pt;
}

.gigGuideLine2
{
	color: Red;
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: 12pt;
}

.gigGuideLine3
{
	color: Black;
	font-family: Tahoma, Sans-Serif;
	font-weight: normal;
	font-size: 10pt;
}

.gigGuideLine4a
{
	color: Black;
	font-family: Tahoma, Sans-Serif;
	font-weight: normal;
	font-size: 10pt;
}

.gigGuideLine4b
{
	color: Black;
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
}

.gigGuideLine4c
{
	color: Black;
	font-family: Tahoma, Sans-Serif;
	font-weight: normal;
	font-size: 9pt;
}

.gigGuideArtisteInfo
{
	color: Black;
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
	background-color: Transparent;
	border-style: none;
	cursor: hand;
	text-decoration: underline;
}

.gigGuideArtisteInfo:link
{
	color: Black;
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
	background-color: Transparent;
	border-style: none;
	cursor: hand;
	text-decoration: underline;
}

.gigGuideArtisteInfo:visited
{
	color: Black;
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
	background-color: Transparent;
	border-style: none;
	cursor: hand;
	text-decoration: underline;
}

.gigGuideArtisteInfo:hover
{
	color: Black;
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
	background-color: Transparent;
	border-style: none;
	cursor: hand;
	text-decoration: underline;
}

.gigGuideArtisteInfo:active
{
	color: Black;
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
	background-color: Transparent;
	border-style: none;
	cursor: hand;
	text-decoration: underline;
}

.gigGuideBuyTickets
{
	color: Red;
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: 12pt;
	background-color: Transparent;
	border-style: none;
	cursor: hand;
	text-decoration: underline;
}

gigGuideBuyTickets:link
{
	color: Red;
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: 12pt;
	background-color: Transparent;
	border-style: none;
	cursor: hand;
	text-decoration: underline;
}

gigGuideBuyTickets:visited
{
	color: Red;
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: 12pt;
	background-color: Transparent;
	border-style: none;
	cursor: hand;
	text-decoration: underline;
}
gigGuideBuyTickets:hover
{
	color: Red;
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: 12pt;
	background-color: Transparent;
	border-style: none;
	cursor: hand;
	text-decoration: underline;
}

gigGuideBuyTickets:active
{
	color: Red;
	font-family: Tahoma, Sans-Serif;
	font-weight: bold;
	font-size: 12pt;
	background-color: Transparent;
	border-style: none;
	cursor: hand;
	text-decoration: underline;
}

/* Extra for TCAS header */

#header a:link {color: #80878c;}
#header a:visited {color: #80878c;}
#header a:hover {color: #009b7c;}
#header a:active {color: #80878c;}
	
#header a#logo {
	font-size: 10pt;
	color: #0b372a;
	font-weight: bold;
	text-align: right;
	width: 299px;
	display: block;
	text-decoration: none;
}

#header a#logo img {display: block; margin: 0 0 12px 0; border: 0}
#header a#logo span {font-weight: bold;}

#header a#logo:Hover img
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#header #topinfo {
	width: 511px;
	height: 69px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url('../images/tcas_header_topinfo_bg.png') no-repeat;
	color: #868889;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

#header #topinfo div#social img 
{
	border: 0;
}

#header #topinfo div#social a {
	width: 16px;
	height: 16px;
	display: inline-block;
	overflow: hidden;
	margin: 0 0 0 1px;
	background: url('../images/tcas_header_topinfo_social_icons.png') no-repeat;
	position: relative;
	top: 2px;
	left: 0;
	border: 0;
}

#header #topinfo div#social a.twittericon		 	{background-position: 0 0;}
#header #topinfo div#social a.twittericon:hover		{background-position: 0 -16px;}
#header #topinfo div#social a.facebookicon 			{background-position: -21px 0;}
#header #topinfo div#social a.facebookicon:hover 	{background-position: -21px -16px;}
#header #topinfo div#social a.rssicon 				{background-position: -42px 0;}
#header #topinfo div#social a.rssicon:hover 		{background-position: -42px -16px;}
#header #topinfo div#social a.shareicon 			{background-position: -62px 0;}
#header #topinfo div#social a.shareicon:hover 		{background-position: -62px -16px;}


#header #topinfo div {
	float: right;
	height: 55px;
	padding: 13px 0 0 0;
	margin: 0 0 0 18px;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
}

#header #topinfo div#social {width: 146px;}
#header #topinfo div#book {width: 109px;}
#header #topinfo div#member {width: 190px;}
#header #topinfo div#member img {position: absolute; top: 0; right: 0px; border: 0;}

.EventListingItemContainer .event_name 
{
    display: block;
    margin: 0 0 4px;
    color: #009B7C;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    font-family: Arial,Helvetica,sans-serif;
}

.EventListingItemContainer .event_dates 
{
    display: block;
    font-size: 14px;
    font-style: normal;
    margin: 0 0 6px;
    color: #009B7C;
    font-weight: bold;
    line-height: 20px;
    font-family: Arial,Helvetica,sans-serif;
}

.EventListingItemContainer table td 
{
	padding: 6px 0px;	
}
