﻿/* -----------------------------------------------------------
													   General
----------------------------------------------------------- */
html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body {
	color: #000;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #1A3232 url( '../images/wccc_body_background.jpg' ) no-repeat top center;
}

body.popup {
    background: #FFF none;   
    padding: 8px 16px;
    text-align: left;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #4BA05D;
	font-size: 8pt;
}

a:hover {
	text-decoration: underline;
}

a:Link.Menu,
a:Visited.Menu,
a:Hover.Menu  
{
	color: #000000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0px;
	height: 1em;
}

a:Link.Menu,
a:Visited.Menu 
{
	background-color: Transparent;
	padding: 4px 4px 4px 10px;
}

a:Hover.Menu 
{
	background-color: #4BA05D;
	color: #FFF;
}

a:link.header, a:visited.header, a:hover.header {
	text-decoration: none;
	color: #FFF;
	font-size: 8pt;
}

a:hover.header {
	text-decoration: underline;
}

.select {
	float: left;
	width: 175px;
	height: 140px;
	text-align: center;
	margin: 5px 0px;
}

.select a:link,
.select a:visited,
.select a:hover {
	text-decoration: none;
	font-size: 8pt;	
	color: #000;

	text-align: center;
	padding: 8px;
	display: block;
	margin: 0 auto;
	border: solid 1px #FFF;
}

.select a:hover {
	background-color: #F1F1F1;
	border: solid 1px #CCCCCC;
}

/* -----------------------------------------------------------
                                                Layout Control
----------------------------------------------------------- */

#bodywrap {
	width: auto;
	/*background: url('../images/wccc_bodywrap_background.jpg') no-repeat top center;*/
}

#pagewidth {
	width: 935px;
	text-align: left;
	margin: 34px auto 20px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#header {
	position: relative;
	height: 198px;
	background: #005B2A url('../images/wccc_header.jpg') no-repeat top left;
	width: 100%;
}

#header #overlay {
    background-image: url('../images/wccc_header_overlay.png');
    background-repeat: no-repeat;
    position: absolute;
    top: -91px;
    left: 770px;
    width: 170px;
    height: 288px;
}

#header p {
	line-height: 1.6em;
} 

#sub {
	position: relative;
	background-color: #FFF;
	text-align: center;
	padding: 6px 0px;
	border-bottom: 2px solid #4BA05D;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 0.05em;
	display: none;
} 

#fakecolumns {
	background: #FFF url('../images/wccc_fakecolumns.gif') repeat-y top left;
	overflow: hidden;
	width: 100%;
}

#menu {
	position: relative;
	float: left;
	width: 200px;
	height: 500px;
	/*border-right: 2px solid #FFF;*/
}

#content {
	position: relative;
	float: left;
	width: 733px;
	text-align: left;
	background-color: #FFF;
}

#contentpadding {
	margin: 8px 16px ;
	_height: 1%;	/* IE floating bug */
}

/*
#contentpadding p {
	letter-spacing: 0.05em;
	line-height: 1.6em;
}
*/

#footer {
	/*height: 40px;*/
	background-color: #AAB3B8;
	/*border-top: 1px solid #707B81;*/
	/*line-height: 200%;*/
	margin: 0px;
	padding: 3px;
	color: #FFF;
	clear: both;
	text-align: center;
}

#footerinner {
	margin: 0px;
	padding: 0px;
}

div.gap {
	border-top: 1px 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: 10px 0px;
    margin: 0px;
}

.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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px;
}

h1 {
	padding: 5px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	margin: 8px 16px;
}

h2 {
    font-weight: bold; 
}

h3 {
    color: #4BA05D;
    font-weight: bold;
    font-size: 12pt;
    border-bottom: dotted 1px #005B2A;
}

/* -----------------------------------------------------------
														 Lists
----------------------------------------------------------- */
ul, ol {
	margin: 0px;
	padding: 0px;
}

ul li, ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

.MainMenuContainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.MainMenuContainer ul li {
	margin: 0px;
	padding: 0px;
}

/* -----------------------------------------------------------
                                                 ASPX Controls
----------------------------------------------------------- */

.Label		    {background-color: Transparent;	color: #000000;	text-align: left;	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 8pt;		font-weight: normal;	text-decoration: none;}
.LabelMain	    {background-color: Transparent;	color: #000000;	text-align: left;	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 8pt;		font-weight: bold;  	text-decoration: none;}
.LabelError		{background-color: Transparent;	color: #FF0000;	text-align: left;	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 8pt;		font-weight: normal;	text-decoration: none;}
.LabelSuccess	{background-color: Transparent;	color: #0000FF;	text-align: left;	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 8pt;		font-weight: normal;	text-decoration: none;}
.LabelTitle	    {background-color: Transparent;	color: #000000;	text-align: left;	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 10pt;		font-weight: bold;	    text-decoration: none;}

.LabelMenu
{
	background-color: Transparent;
	color: #000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	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: Verdana, Arial, Helvetica, sans-serif; 	font-size: 8pt;		font-weight: normal;	text-decoration: none;	border-style: solid;	border-color: #005B2A;	border-width: 1px;	height: 19px;}

.DropDownList		{background-color: #FFF;	color: #000000;	text-align: left;	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 8pt;		font-weight: normal;	text-decoration: none;  border-style: solid;	border-color: #005B2A;	border-width: 1px;	height: 19px;}

.CheckBox			{background-color: #FFF;	color: #000000;	text-align: left;	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 8pt;		font-weight: normal;	text-decoration: none;}

.Button				{color: #000000;	text-align: center;	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 8pt;		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.
*/

.CalendarAnchor {
    width: 0px;
    height: 0px;
    position: relative;
    display: inline;
    vertical-align: bottom;
}

.CalendarContainer {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.Calendar {}
.Calendar td {color: #FFFFFF !important}
.CalendarDayHeader, .CalendarDay, .CalendarSelectedDay, .CalendarTitle, .CalendarNextPrev, .CalendarOtherMonthDay {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 8pt !important;
}
.CalendarDayHeader {
    background-color: #4BA05D !important;
    color: #FFFFFF !important;
}
.CalendarDay {
    background-color: #AAB3B8 !important;
    color: White !important;
    font-weight: bold !important;
}
.CalendarSelectedDay {
    background-color: #AAB3B8 !important;
    color: #000000 !important;
    font-weight: bold !important;
}
.CalendarTitle {
    background-color: #000000 !important;
    font-size: 8pt !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
}
.CalendarNextPrev {
    background-color: #000000 !important;
    font-size: 8pt !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
}
.CalendarOtherMonthDay {
    background-color: #AAB3B8 !important;
    color: #FFFFFF !important;
}
.CalendarTodayDay {
    background-color: #AAB3B8 !important;
    color: #000000 !important;  
}

/* -----------------------------------------------------------
                                                Grids / Tables
----------------------------------------------------------- */

.Grid				    {border-style: solid;	border-color: #AAB3B8;	border-width: 1px;}
.Grid td			    {border-style: solid;	border-color: #FFFFFF;	border-width: 0px;	padding: 1px;}
.GridHeader			    {background-color: #4BA05D;		color: #FFFFFF;	text-align: center;	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 8pt;			font-weight: bold;		text-decoration: none;}
.GridHeader a		    {background-color: #4BA05D;		color: #FFFFFF;	text-align: center;	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 8pt;			font-weight: bold;		text-decoration: none;}
.GridHeader a:hover	    {background-color: #4BA05D;	    color: #FFFFFF;	text-align: center;	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 8pt;			font-weight: bold;		text-decoration: underline;}
.GridHeader a:visited   {background-color: #4BA05D;	    color: #FFFFFF;	text-align: center;	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 8pt;			font-weight: bold;		text-decoration: none;}
.GridItem			    {background-color: #FFFFFF;		color: #000000;	text-align: left;	vertical-align: top;	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 8pt;	 		text-decoration: none;		font-weight: normal;	height:22px; }
.GridAltItem		    {background-color: #EBF7E2;		color: #000000;	text-align: left;	vertical-align: top;	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 8pt;			text-decoration: none;		font-weight: normal;	height:22px; }
.GridFooter			    {background-color: #4BA05D;		color: #000044;	text-align: right;	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 8pt;			font-weight: bold;		text-decoration: none;}

.GridError			    {color: #000000;	border-style: none;	border-color: #FFF;	border-width: 0px;    width: 100%}
.GridError td		    {color: #FF0000;	border-style: none;	border-color: #FFF;	border-width: 0px;	padding: 1px;}
.GridErrorItem		    {background-color: #FFFFFF;		color: #FF0000;	text-align: left;	vertical-align: top;	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 8pt;     text-decoration: none;		font-weight: normal;}
.GridErrorAltItem	    {background-color: #FFFFFF;		color: #FF0000;	text-align: left;	vertical-align: top;	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 8pt;     text-decoration: none;		font-weight: normal;}

.TableLayout {
    width: 100%;
    margin: 1px 0px;
}

.TableLayout td {
    color: #000;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 20px;
    padding: 1px 0px;
    margin: 0px;
}

/* New grid styles added 29/09/08, try to use this in future? */
.standard_grid {
    color: #000;
    border: solid 1px #E1E1E1;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.standard_grid th {
    border: solid 1px #E1E1E1;
    padding: 2px;
    background-color: #4BA05D;
    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: #EBF7E2;
    color: #000;
    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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;
	border: solid 1px #000;
	background-color: #000;
	text-align: center;
}

div.sp_label {
    position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	text-align: center;
}

div.sp_zone {
    position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	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: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

div.sp_container {
    overflow-x: scroll;
    border: solid 1px #EAEAEA;
    width: 100%;
    padding: 5px;
}

/*------------------------------------------------------------
                                                   Goods Sales
------------------------------------------------------------*/

div.gs_group_corners {
    display: block;
    height: 4px;
    overflow: hidden;
    padding: 0px;
}

div.gs_group_corners * {
    display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
    padding: 0px;
    background-color: #4BA05D;
}

div.gs_group_corners .level_1 {
    margin: 0px 5px;
}

div.gs_group_corners .level_2 {
    margin: 0px 3px;
}

div.gs_group_corners .level_3 {
    margin: 0px 2px;
}

div.gs_group_corners .level_4 {
    margin: 0px 1px;
}

span.gs_group_name {
    color: #FFF;
    background-color: #4BA05D; 
    display: block;
    padding: 0px 5px 3px 5px;
    font-weight: bold;   
    text-align: right;
}

div.gs_group_container_sides {
    border-left: solid 1px #4BA05D;
    border-right: solid 1px #4BA05D;
    overflow: hidden;
    width: 100%;
}

div.gs_group_container_bottom {
    background-color: #4BA05D;
    height: 1px;
    margin-bottom: 10px;  
    overflow: hidden;
}

div.gs_product_container, div.gs_product_container_alt {
	margin: 8px;
	padding: 8px;
	_height: 1%;	/* IE floating bug */
	overflow: hidden;
}

div.gs_product_container_alt {
    background-color: #E8E8E8;
}

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: 40%;
    line-height: 1.6em;
}

div.gs_product_purchase_info {
    float: right;
    width: 39%;
    text-align: right;
    line-height: 1.6em;
}

span.gs_product_price {
    color: #4BA05D;
    font-weight: bold;
    font-size: 12pt;
}

/* -----------------------------------------------------------
       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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.real_file {
	position: absolute;
	top: 0px;
	right: 0px;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

/* -----------------------------------------------------------
                   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;
}


/* -------- */

.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 ;
}

.checkout_button_container
{
	float:right;	
}
.success_container
{
	float:left;	
}

.tooltipshadow
{
	display:none;
	/*display:block; */
	opacity:0.4;
	filter:alpha(opacity=40); 
	background:black; 
	position:absolute; 
	/*padding:5px;*/
}

