﻿/* -----------------------------------------------------------
													   General
----------------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	color: #000;
	font-size: 9pt;
	font-family: Arial;
	background: #B4B9AC url('../images/yas_gys_body_background.gif') repeat-y top center;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #663399;
	font-size: 9pt;
}

a:hover {
	text-decoration: underline;
}

a:Link.Menu,
a:Visited.Menu,
a:Hover.Menu  
{
	color: #663399;
	text-align: left;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	/*display: block;*/
	padding: 0;
	margin: 0;
}

/*
a:Link.Menu,
a:Visited.Menu 
{
	background-color: Transparent;
	padding: 4px 4px 4px 10px;
}

a:Hover.Menu 
{
	background-color: #F1F1F1;
	padding: 3px 3px 3px 9px;
	border: solid 1px #CCCCCC;
}
*/

a:link.header, a:visited.header, a:hover.header {
	text-decoration: none;
	color: #336633;
	font-size: 9pt;
}

a:hover.header {
	text-decoration: underline;
}

/* -----------------------------------------------------------
                                                Layout Control
----------------------------------------------------------- */

#bodywrap {
	width: auto;
	/*background: #B4B9AC url('../images/yas_gys_body_background.gif') repeat-y top center;*/
}

#pagewidth {
	width: 896px;
	text-align: left;
	margin: 0 auto;
	/*
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
    */
}

#header {
	position: relative;
	height: 154px;
	background: url('../images/yas_gys_header.jpg') no-repeat top left;
	background-color: #DCF2FC;
	width: 100%;
}

#header p {
	line-height: 1.6em;
}

#sub {
	position: relative;
	background-color: #2D6532;
	/*text-align: center;
	padding: 6px 0px;
	border-bottom: 2px solid #CC3333;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 0.05em;*/
	background: #FFF url('../images/yas_gys_sub_background.gif') repeat-x top left;
	height: 44px;
	
} 

#fakecolumns {
	/*background: #FFF url('../images/yas_gys_fakecolumns.gif') repeat-y top left;*/
	overflow: hidden;
	width: 100%;
	background-color: #DCF2FC;
}

#menu {
	position: relative;
	float: left;
	width: 200px;
	height: 500px;
	/*border-right: 2px solid #FFF;*/
}

#content {
	position: relative;
	float: left;
	width: 690px;
	text-align: left;
}

#contentpadding {
	margin: 8 0;
	_height: 1%;	/* IE floating bug */
	min-height: 400px;
}

/*
#contentpadding p {
	letter-spacing: 0.05em;
	line-height: 1.6em;
}
*/

#footer {
	/*height: 40px;*/
	/*background-color: #B4B9AC;*/
	border-top: 15px solid #593D23;
	border-bottom: 15px solid #593D23;
	/*line-height: 150%;*/
	margin: 0;
	padding: 0;
	/*color: #86B687;*/
	clear: both;
}

#footerinner {
	/*height: 40px;*/
	background-color: #336633;
	border: 5px solid #B4B9AC;
	line-height: 150%;
	margin: 0;
	padding: 5px;
	color: #86B687;
}

div.gap {
	/*border-top: 2px solid #FFF;
	background: #FFF;*/
	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
{
	width: 200px;
	padding: 20px;
}

.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 {
	border: solid 1px #754696;
}

.VenueImage {
    max-width: 650px;
    width: expression(this.width > 650 ? 650: true);   
}

/* -----------------------------------------------------------
										  Headers ( h* style )
----------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	margin: 0;
}

h1 {
	padding: 6 0;
	font-size: 12pt;
	font-weight: bold;
	color: #2D6532;
	/*background-color: #336633;*/
}

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: disc;
	color: #ACC9B7;
}

.MainMenuContainer ul li {
	margin: 0px 0px 0px 20px;
	padding: 0;
}

/* -----------------------------------------------------------
                                                 ASPX Controls
----------------------------------------------------------- */

.Label		    {background-color: Transparent;	color: #000000;	text-align: left;	font-family: Arial; 	font-size: 9pt;		font-weight: normal;	text-decoration: none;}
.LabelMain	    {background-color: Transparent;	color: #000000;	text-align: left;	font-family: Arial; 	font-size: 9pt;		font-weight: bold;  	text-decoration: none;}
.LabelError		{background-color: Transparent;	color: #FF0000;	text-align: left;	font-family: Arial; 	font-size: 9pt;		font-weight: normal;	text-decoration: none;}
.LabelSuccess	{background-color: Transparent;	color: #0000FF;	text-align: left;	font-family: Arial; 	font-size: 9pt;		font-weight: normal;	text-decoration: none;}
.LabelTitle	    {background-color: Transparent;	color: #000000;	text-align: left;	font-family: Arial; 	font-size: 12pt;		font-weight: bold;	text-decoration: none;}

.LabelMenu
{
	background-color: Transparent;
	color: #ACC9B7;
	text-align: left;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 2px;
	display: block;
}

.Textbox, .CompulsoryTextBox	{background-color: White;		color: #000000;	text-align: left;	font-family: Arial; 	font-size: 9pt;		font-weight: normal;	text-decoration: none;	border-style: solid;	border-color: #336633;	border-width: 1;	height: 19;}
.CompulsoryTextBox {
    background-color: #EAEAEA;
}

.DropDownList		{background-color: #FFF;	color: #000000;	text-align: left;	font-family: Arial; 	font-size: 9pt;		font-weight: normal;	text-decoration: none;  border-style: solid;	border-color: #336633;	border-width: 1;	height: 19;}

.CheckBox			{background-color: Transparent;	color: #000000;	text-align: left;	font-family: Arial; 	font-size: 9pt;		font-weight: normal;	text-decoration: none;}

.Button				{color: #000000;	text-align: center;	font-family: Arial; 	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 !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: 9pt !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
}
.CalendarNextPrev {
    background-color: #000000 !important;
    font-size: 9pt !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: #336633;	border-width: 2;}
.Grid td			    {border-style: solid;	border-color: #FFFFFF;	border-width: 0;	padding: 1 1 1 1;}
.GridHeader			{background-color: #336633;		color: #FFFFFF;	text-align: center;	font-family: Arial; 	font-size: 9pt;			font-weight: bold;		text-decoration: none;}
.GridHeader a		    {background-color: #336633;		color: #FFFFFF;	text-align: center;	font-family: Arial; 	font-size: 9pt;			font-weight: bold;		text-decoration: none;}
.GridHeader a:hover	    {background-color: #336633;	color: #FFFFFF;	text-align: center;	font-family: Arial; 	font-size: 9pt;			font-weight: bold;		text-decoration: underline;}
.GridHeader a:visited   {background-color: #336633;	    color: #FFFFFF;	text-align: center;	font-family: Arial; 	font-size: 9pt;			font-weight: bold;		text-decoration: none;}
.GridItem			    {background-color: #FFFFFF;		color: #000000;	text-align: left;	vertical-align: top;	font-family: Arial; 	font-size: 9pt;	 		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; 	font-size: 9pt;			text-decoration: none;  	font-weight: normal;	height:22; }*/
/*.GridSelected		    {background-color: #00FFFF;		color: #000000;	text-align: left;	vertical-align: top;	font-family: Arial; 	font-size: 9pt;	 		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; 	font-size: 9pt;			text-decoration: none;  	font-weight: normal;	height:22; }*/
.GridAltItem		    {background-color: #EBF7E2;		color: #000000;	text-align: left;	vertical-align: top;	font-family: Arial; 	font-size: 9pt;			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; 	font-size: 9pt;			text-decoration: none;  	font-weight: normal;	height:22; }*/
.GridFooter			    {background-color: #336633;		color: #000044;	text-align: right;	font-family: Tahoma; 	font-size: 9pt;			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: Transparent;		color: #FF0000;	text-align: left;	vertical-align: top;	font-family: Arial; 	font-size: 9pt; text-decoration: none;		font-weight: normal;	height:22;}
.GridErrorAltItem	    {background-color: Transparent;		color: #FF0000;	text-align: left;	vertical-align: top;	font-family: Arial; 	font-size: 9pt; text-decoration: none;		font-weight: normal;	height:22;}

.TableLayout {
    width: 100%;
    margin: 1 0;
}

.TableLayout td {
    color: #000;
    font-size: 9pt;
    font-family: Arial;
    height: 20px;
    padding: 1 0;
    margin: 0px;
}

/* -----------------------------------------------------------
                                         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;
	font-size: 9pt;
	color: #FFF;
	border: solid 1px #000;
	background-color: #000;
	text-align: center;
}

div.sp_label {
    position: absolute;
	font-family: Arial;
	font-size: 9pt;
	color: #000;
	text-align: center;
}

div.sp_zone {
    position: absolute;
	font-family: Arial;
	font-size: 9pt;
	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;
    font-size: 9pt;
}

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: 9pt;
}

.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: 9pt;
}

.gigGuideLine4a
{
	color:Black;
	font-family:Tahoma, Sans-Serif;
	font-weight:normal;
	font-size: 9pt;
}

.gigGuideLine4b
{
	color:Black;
	font-family:Tahoma, Sans-Serif;
	font-weight:bold;
	font-size: 9pt;
}

.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: 9pt;
	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: 9pt;
	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: 9pt;
	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: 9pt;
	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: 9pt;
	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;
}