﻿/* -----------------------------------------------------------
													   General
----------------------------------------------------------- */
html, body
{
	margin: 0px;
	padding: 0px;
	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;*/
	background-color: #FFF;
}

a:link, a:visited, a:hover
{
	text-decoration: none;
	color: #230052;
	font-size: 9pt;
}

a:hover
{
	text-decoration: underline;
}

a:Link.Menu, a:Visited.Menu, a:Hover.Menu
{
	color: #FFF;
	text-align: left;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none; /*display: block;*/
	padding: 0px;
	margin: 0px;
}

/*
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: #230052;
	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;*/
	background: url('../images/yas_gys_bodywrap_background.gif') no-repeat scroll center top transparent;
}

#pagewidth
{
	width: 960px;
	text-align: left;
	margin: 0px auto; /* 	border-left: 2px solid #FFF; 	border-right: 2px solid #FFF;     */
}

#header
{
	position: relative;
	height: 120px;
	background: #FFF url('../images/yas_gys_header.gif') no-repeat top left;
	width: 100%;
}

#header p
{
	line-height: 1.6em;
}

#sub
{
	position: relative;
	background-color: #6C9D31; /*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: 37px;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}

#fakecolumns
{
	background: #FFF url('../images/yas_gys_fakecolumns.gif') repeat-y top left;
	overflow: hidden;
	width: 100%;
}

#menu
{
	position: relative;
	float: left;
	width: 200px; /*border-right: 2px solid #FFF;*/
	height: 500px;
}

#content
{
	position: relative;
	float: right;
	width: 760px;
	text-align: left;
}

#contentpadding
{
	margin: 10px;
	_height: 1%; /* IE floating bug */
	min-height: 400px;
}

/*
#contentpadding p {
	letter-spacing: 0.05em;
	line-height: 1.6em;
}
*/

#footer
{
	/*height: 40px;*/ /*line-height: 150%;*/
	margin: 0;
	padding: 0; /*color: #86B687;*/
	clear: both;
	
	/*position: relative;*/
}

#footerinner
{
	/*height: 40px;*/
	line-height: 300%;
	margin: 0;
	padding: 5px;
	/*
	position: absolute;
	top: 0px;
	width: 200%;	
	left: -50%;
	*/
	text-align: center;
	/*
	background: url('../images/yas_gys_footer_background.gif') repeat-y scroll center top #224383;
	*/
	color: #42C5E5;
	font-weight: bold;
	background-color: #224383;
}

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 #623D93;
}

.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: 0px;
}

h1
{
	padding: 6px 0px 0px 10px;
	font-size: 12pt;
	font-weight: bold;
	color: #230052; /*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: none;
}

.MainMenuContainer ul li
{
	margin: 0px;
	padding: 3px 0px;
}

/* -----------------------------------------------------------
                                                 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: #FFF;
	text-align: left;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 0px;
	display: none;
}

.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: #361577;
	border-width: 1px;
	height: 19px;
}
.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: #361577;
	border-width: 1px;
	height: 19px;
}

.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: #623D93;
	border-width: 1px;
}
.Grid th, .Grid td
{
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0px;
	padding: 2px;
}
.GridHeader
{
	background-color: #623D93;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.GridHeader a
{
	background-color: #623D93;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.GridHeader a:hover
{
	background-color: #623D93;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}
.GridHeader a:visited
{
	background-color: #623D93;
	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: 22px;
}
/*.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: #FFFFFF;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	height: 22px;
}
/*.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: #623D93;
	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;
}

/*------------------------------------------------------------
                                                   Goods Sales
------------------------------------------------------------*/

div.gs_group_corners {
    display: none;
}

div.gs_group_corners * {
    display: none;
}

div.gs_group_corners .level_1 {
    display: none;
}

div.gs_group_corners .level_2 {
    display: none;
}

div.gs_group_corners .level_3 {
    display: none;

}

div.gs_group_corners .level_4 {
    display: none;
}

span.gs_group_name {
    color: #230052;
    display: block;
    padding: 0px 0px 3px 0px;
    font-weight: bold;   
    font-size: 12pt;
}

div.gs_group_container_sides {
    overflow: hidden;
    width: 100%;
}

div.gs_group_container_bottom {
    margin-bottom: 10px;  
    overflow: hidden;
}

div.gs_product_container, div.gs_product_container_alt {
	margin: 0px 0px 2px 0px;
	padding: 8px;
	_height: 1%;	/* IE floating bug */
	overflow: hidden;
	border: solid 1px #010732;
}

div.gs_product_container_alt {
    
}

a.gs_product_short_desc {
    display: block;
    font-weight: bold;
    line-height: 1.6em;
}

img.gs_product_thumbnail {
    float: left;
    max-width: 20%;
    width: expression(this.width > 130 ? "20%": true);
}

img.gs_product_picture {
    max-width: 500px;
    width: expression(this.width > 500 ? 500: true);
}

div.gs_product_long_desc {
    float: left;
    width: 35%;
    line-height: 1.6em;
    padding:0 3px 0 3px;
}

div.gs_product_long_desc_wide {
    float: left;
    width: 55%;
    line-height: 1.6em;
}

div.gs_product_purchase_info {
    float: right;
    width: 44%;
    text-align: right;
    line-height: 1.6em;
}

span.gs_product_price {
    color: #000;
    font-weight: bold;
    font-size: 12pt;
}

/* -----------------------------------------------------------
                   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;
}

/* -----------------------------------------------------------
                      Additional styles for goods sales module
----------------------------------------------------------- */

.ProductGroupGrid
{
	border-collapse:collapse;	
}
.ProductGroupGrid td
{
	padding: 25 50 25 50;
}


.variant_list 
{
	width:225px;	
	margin:10px 0 10px 0;
}

.delivery_message
{
	width:50%;
	float:left;
}

.totals_panel
{
	Width:40%;
	float:left;
}

.basket_qty
{
	width:6%;
}
.basket_value
{
	width:9%;
}

.select_caption
{
	float:left;
	position:relative;
	top:-17px;
	left:80px;
}
.label_select
{
	font-size:0.7em;	
	font-weight:bold;	
	float:left;
}

.label_select_image
{
	width:40px;
	height:40px;
	background-image:url('../Images/down_green.gif');
	background-repeat:no-repeat;
	float:left;
}

.GroupItemUnselected {    
    color: #000;
    cursor:default;
}
.GroupItemSelected {
    color: #1A5980;    
    cursor:pointer;
}

.group_title
{	
}

/*.delivery_info_popup
{
	display:none;
	position:absolute;
}*/

.delivery_info_container
{	
	display:none;
	position:absolute;
	background-color:#fff;
	border:solid 1px #555;
	padding:0 10px 10px 10px;
	text-align:left;
}


.delivery_info
{	
	text-align:left;
	z-index:10;
}

.delivery_info_link
{
}

.close_popup
{	
	width:100%;	
}
.close_popup_link
{
	font-size:0.8em;
	color:#333;
	width:100%;
	text-align:right;
}

.close_popup_link:hover
{
	cursor:pointer;
}

.more_info_desc
{
	float:left;
	width:450px;
}

.excludes_delivery
{
	/*font-size:0.8em;
	color:#333;*/
	margin:-3px 0 0 0 ;
}

.tooltipshadow
{
	display:none;
	/*display:block; */
	opacity:0.4;
	filter:alpha(opacity=40); 
	background:black; 
	position:absolute; 
	/*padding:5px;*/
}

/* -----------------------------------------------------------
       Styles to make the file upload control look half decent
----------------------------------------------------------- */

div.file_inputs {
	position: relative;
	width: 77px;
	height: 21px;
	overflow: hidden;
}

.fake_file {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	width: 100%;
	height: 21px;
	color: #000000;
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
}

.real_file {
	position: absolute;
	top: 0px;
	right: 0px;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
