﻿/* -----------------------------------------------------------
													   General
----------------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	color: #000;
	font-size: 10pt;
	font-family: Arial;
	/*background: #7A807D url( '' ) repeat;*/
	background-color: #C2DEEA;
}

body.popup {
    background: #FFF none;   
    padding: 8px 16px;
    text-align: left;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #FF0000;
	font-size: 10pt;
}

a:hover {
	text-decoration: underline;
}

a:Link.Menu,
a:Visited.Menu,
a:Hover.Menu  
{
	color: #6C4D24;
	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: #B9E0F7;
	padding: 6px 4px 6px 10px;
}

a:Hover.Menu {
    color: #FFF;
	background-color: #5D87A1;
	padding: 5px 3px 5px 9px;
	border: solid 1px #CCCCCC;
}

a:link.header, a:visited.header, a:hover.header {
	text-decoration: none;
	color: #FFF;
	font-size: 10pt;
}

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: 964px;
	text-align: left;
	margin: 0 auto;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
}

#header {
	position: relative;
	height: 176px;
	background: url('../images/tcas_header.jpg') no-repeat top left;
	background-color: #FFF;
	width: 100%;
}

#header #overlay {
    display: none;
}

#header p {
	line-height: 1.6em;
} 

#sub {
	position: relative;
	background-color: #FFF;
	text-align: center;
	padding: 6px 0px;
	border-bottom: 2px solid #CC3333;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 0.05em;
	display: none;
} 

#fakecolumns {
	/*background: #FFF url('../images/tcas_fakecolumns.gif') repeat-y top left;*/
	background-color: #FFF;
	overflow: hidden;
	width: 100%;
}

#menu {
	position: relative;
	float: left;
	width: 200px;
	height: 500px;
	/*border-right: 2px solid #FFF;*/
}

#content {
	position: relative;
	float: left;
	width: 758px;
	text-align: left;
}

#contentpadding {
	margin: 8px 16px ;
	_height: 1%;	/* IE floating bug */
}

/*
#contentpadding p {
	letter-spacing: 0.05em;
	line-height: 1.6em;
}
*/

#footer {
	/*height: 40px;*/
	background-color: #B9E0F7;
	/*border-top: 1px solid #707B81;*/
	line-height: 150%;
	margin: 0;
	padding: 5px;
	color: #6C4D23;
	text-align: center;
	clear: both;
}

#footerinner {
	margin: 0;
	padding: 0;
}

div.gap {
	border-top: 2px solid #FFF;
	background: #FFF;
	position: relative;
	clear: both;
}

div.fl {
    float: left;
}

div.fr {
    float: right;
}

div.clearing {
	clear: both;
}

div.lal {
	text-align: left;
}

div.cal {
	text-align: center;
}

div.ral {
	text-align: right;
}

.MainMenuContainer
{
	width: 200px;
}

.EventListingItemContainer {
    width: 100%;
    border-top: solid 1px #EAEAEA;   
    border-bottom: solid 1px #EAEAEA;
    padding: 10 0px;
    margin: 0;
}

.nowshowing {	
    float: left;
    vertical-align: top;
	text-align: center;
	padding: 0px;
	margin: 10px 5px;
	width: 220px;
}

.nowshowing img {
    display: block;
    margin: 0px auto;
    border: none;
    max-width: 200px;
    width: expression(this.width > 200 ? 200: true);
}

.nowshowing a:link,
.nowshowing a:visited,
.nowshowing a:hover {
    text-decoration: none;
	font-size: 8pt;	
	color: #000;
	text-align: center;
	padding: 5px;
	display: block;
	border: solid 1px #FFF;
}

.nowshowing a:hover {
	background-color: #D5DFEF;
	border: dotted 1px #7B9CCE;
	/*background: #FFF url('../images/leatherhead_nowshowing_background.gif') repeat-x top left;*/
	/*color: #7B9CCE;*/
}

.VenueImage {
    max-width: 650px;
    width: expression(this.width > 650 ? 650: true);
}

p.input_block {
    overflow: hidden;
    margin: 0px 0px 4px 0px;
}

/* -----------------------------------------------------------
										  Headers ( h* style )
----------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	color: #055A8D;
}

h1 {
	padding: 3px 8px 3px 8px;
	font-size: 16pt;
	font-weight: bold;
	/*color: #713D04;*/
	background-color: #FFF;
	/*background: #FFF repeat-y left url( '../images/malvern_h1fade.gif' );*/
}

h2 {
    font-size: 11pt;
    font-weight: bold; 
}

/* -----------------------------------------------------------
														 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: #055A8D;	text-align: left;	font-family: Arial, Sans-Serif; 	font-size: 12pt;		font-weight: bold;	text-decoration: none;}

.LabelMenu
{
	background-color: Transparent;
	color: #055A8D;
	text-align: left;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 2px;
	display: block;
	width: 100%;
}

span.literal150 {
    float: left;
    width: 150px;
}

.Textbox            {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: #055A8D;	border-width: 1;	height: 19;}

.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: #055A8D;	border-width: 1;	height: 19;}

.CheckBox			{background-color: #FFF;	color: #000000;	text-align: left;	font-family: Arial, Sans-Serif; 	font-size: 10pt;		font-weight: normal;	text-decoration: none;}

.Button				{color: #000000;	text-align: center;	font-family: Arial, Sans-Serif; 	font-size: 9pt;		font-weight: normal;	text-decoration: none;	width: 100px;	height: 21px}

/*
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: #055A8D !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: #055A8D;	border-width: 1;}
.Grid td			    {border-style: solid;	border-color: #FFFFFF;	border-width: 0;	padding: 1 1 1 1;}
.GridHeader			    {background-color: #055A8D;		color: #FFFFFF;	text-align: center;	font-family: Arial, Sans-Serif; 	font-size: 10pt;			font-weight: bold;		text-decoration: none;}
.GridHeader a		    {background-color: #055A8D;		color: #FFFFFF;	text-align: center;	font-family: Arial, Sans-Serif; 	font-size: 10pt;			font-weight: bold;		text-decoration: none;}
.GridHeader a:hover	    {background-color: #055A8D;	    color: #FFFFFF;	text-align: center;	font-family: Arial, Sans-Serif; 	font-size: 10pt;			font-weight: bold;		text-decoration: underline;}
.GridHeader a:visited   {background-color: #055A8D;	    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;	height:22; }
/*.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: #B9E0F7;		color: #000000;	text-align: left;	vertical-align: top;	font-family: Arial, Sans-Serif; 	font-size: 10pt;			text-decoration: none;		font-weight: normal;	height:22; }
/*.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: #055A8D;		color: #000044;	text-align: right;	font-family: Tahoma; 	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;}
.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;}

.TableLayout {
    width: 100%;
    margin: 1 0;
}

.TableLayout td {
    color: #000;
    font-size: 10pt;
    font-family: Arial, Sans-Serif;
    height: 20px;
    padding: 1 0;
    margin: 0px;
}

/* New grid styles added 29/09/08, try to use this in future? */
.standard_grid {
    color: #000;
    border: solid 1px #E1E1E1;
}

.standard_grid th {
    border: solid 1px #E1E1E1;
    padding: 2px;
    background-color: #9EA7B2;
    text-align: left;
    color: #FFF;
}

.standard_grid td {
    border: solid 1px #E1E1E1;
    padding: 2px;
    background-color: #FFF;
    text-align: left;
    vertical-align: top;
}

.standard_grid .unselected td {
    background-color: #FFF;
    color: #000;   
    cursor: default;
}

.standard_grid .selected td {
    background-color: #B80000;
    color: #FFF;
    cursor: default;
}

.standard_grid_container {
    padding: 0px;
    margin: 10px 0px;
    border: solid 1px #545454;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #FFF;
}

/* -----------------------------------------------------------
                                         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;
}