﻿/* -----------------------------------------------------------
													   General
----------------------------------------------------------- */
html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body {
	color: #000;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

body.popup {
    background: #FFF none;   
    padding: 8px 16px;
    text-align: left;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #ED1C23;
	font-size: 8pt;
}

a:hover {
	text-decoration: underline;
}

a:Link.Menu,
a:Visited.Menu,
a:Hover.Menu {
	color: #FFF;
	background-color: #ED1C23;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0px 12px;
	padding: 0px 10px;
	height: 19px;
	line-height: 1.7em;
	/*
	border-top: solid 1px #3E3E3E;
	border-bottom: solid 1px #3E3E3E;
    */
}

a:Hover.Menu {
	/*background: #000 url('../images/roses_menu_hover.gif') repeat-x top left;*/
	text-decoration: underline;
	
}

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;
	margin: 8px auto;
}

#pagewidth {
	width: 752px;
	text-align: left;
	margin: 0px auto;
}

#header {
	display: none;
}

#header #overlay {
    display: none;
}

#header p {
	line-height: 1.6em;
} 

#sub {
	display: none;
} 

#fakecolumns {
	background: #FFF url('../images/roses_fakecolumns_red.gif') repeat-y top left;
	overflow: hidden;
	width: 100%;
}

#menu {
	position: relative;
	float: left;
	width: 152px;
	overflow: hidden;
	background: #ED1C23 url('../images/roses_logo_red.jpg') no-repeat top left;
}

#content {
	position: relative;
	float: right;
	width: 590px;
	text-align: left;
}

#contentpadding {
	margin: 0px;
	_height: 1%;	/* IE floating bug */
}

/*
#contentpadding p {
	letter-spacing: 0.05em;
	line-height: 1.6em;
}
*/

#footer {
	background-color: #FFF;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	color: #AEAEAE;
	clear: both;
	text-align: center;
	border-top: solid 1px #999;
}

#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: 152px;
	margin-top: 219px;
}

.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);
}

/* -----------------------------------------------------------
										  Headers ( h* style )
----------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px;
}

h1 {
	padding-left: 5px;
	font-weight: bold;
	color: #4E4E4E;
	margin: 0px 0px 5px 0px;
	font-size: 10pt;
	line-height: 2em;
	background-color: #DDD;
}

h2 {
    font-weight: bold; 
}

h3 {
    color: #B92837;
    font-weight: bold;
    font-size: 10pt;
}

/* -----------------------------------------------------------
														 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: Arial, Helvetica, sans-serif; 	font-size: 8pt;		font-weight: normal;	text-decoration: none;}
.LabelMain	    {background-color: Transparent;	color: #000000;	text-align: left;	font-family: Arial, Helvetica, sans-serif; 	font-size: 8pt;		font-weight: bold;  	text-decoration: none;}
.LabelError		{background-color: Transparent;	color: #FF0000;	text-align: left;	font-family: Arial, Helvetica, sans-serif; 	font-size: 8pt;		font-weight: normal;	text-decoration: none;}
.LabelSuccess	{background-color: Transparent;	color: #0000FF;	text-align: left;	font-family: Arial, Helvetica, sans-serif; 	font-size: 8pt;		font-weight: normal;	text-decoration: none;}
.LabelTitle	    {background-color: Transparent;	color: #000000;	text-align: left;	font-family: Arial, Helvetica, sans-serif; 	font-size: 10pt;		font-weight: bold;	    text-decoration: none;}

.LabelMenu
{
	background-color: #ED1C23;
	color: #FFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	margin: 0px 2px;
	padding: 0px;
	display: block;
	width: 100%;
	line-height: 2em;	
	font-weight: bold;
}

.Textbox            {background-color: White;		color: #000000;	text-align: left;	font-family: Arial, Helvetica, sans-serif; 	font-size: 8pt;		font-weight: normal;	text-decoration: none;	border-style: solid;	border-color: #CBCBCB;	border-width: 1px;	height: 19px;}

.DropDownList		{background-color: #FFF;	color: #000000;	text-align: left;	font-family: Arial, Helvetica, sans-serif; 	font-size: 8pt;		font-weight: normal;	text-decoration: none;  border-style: solid;	border-color: #CBCBCB;	border-width: 1px;	height: 19px;}

.CheckBox			{background-color: Transparent;	color: #000000;	text-align: left;	font-family: Arial, Helvetica, sans-serif; 	font-size: 8pt;		font-weight: normal;	text-decoration: none;}

.Button				{color: #000000;	text-align: center;	font-family: 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: Arial, Helvetica, sans-serif !important;
    font-size: 8pt !important;
}
.CalendarDayHeader {
    background-color: #ED1C23 !important;
    color: #FFFFFF !important;
}
.CalendarDay {
    background-color: #666666 !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
}
.CalendarSelectedDay {
    background-color: #666666 !important;
    color: #FFFFFF !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: #666666 !important;
    color: #FFFFFF !important;
}
.CalendarTodayDay {
    background-color: #666666 !important;
    color: #FFFFFF !important;  
}

/* -----------------------------------------------------------
                                                Grids / Tables
----------------------------------------------------------- */

.Grid				    {border-style: solid;	border-color: #DDDDDD;	border-width: 1px;}
.Grid td			    {border-style: solid;	border-color: #FFFFFF;	border-width: 0px;	padding: 1px;}
.GridHeader			    {background-color: #DDDDDD;		color: #000000;	text-align: center;	font-family: Arial, Helvetica, sans-serif; 	font-size: 8pt;			font-weight: bold;		text-decoration: none;}
.GridHeader a		    {background-color: #DDDDDD;		color: #000000;	text-align: center;	font-family: Arial, Helvetica, sans-serif; 	font-size: 8pt;			font-weight: bold;		text-decoration: none;}
.GridHeader a:hover	    {background-color: #DDDDDD;	    color: #000000;	text-align: center;	font-family: Arial, Helvetica, sans-serif; 	font-size: 8pt;			font-weight: bold;		text-decoration: underline;}
.GridHeader a:visited   {background-color: #DDDDDD;	    color: #000000;	text-align: center;	font-family: 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: Arial, Helvetica, sans-serif; 	font-size: 8pt;	 		text-decoration: none;		font-weight: normal;	height:22px; }
.GridAltItem		    {background-color: #EFEFEF;		color: #000000;	text-align: left;	vertical-align: top;	font-family: Arial, Helvetica, sans-serif; 	font-size: 8pt;			text-decoration: none;		font-weight: normal;	height:22px; }
.GridFooter			    {background-color: #DDDDDD;		color: #000000;	text-align: right;	font-family: 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: Transparent;		color: #FF0000;	text-align: left;	vertical-align: top;	font-family: Arial, Helvetica, sans-serif; 	font-size: 8pt;     text-decoration: none;		font-weight: normal;}
.GridErrorAltItem	    {background-color: Transparent;		color: #FF0000;	text-align: left;	vertical-align: top;	font-family: 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: 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 #DDDDDD;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
}

.standard_grid th {
    border: solid 1px #DDDDDD;
    padding: 2px;
    background-color: #DDDDDD;
    text-align: left;
    color: #000000;
}

.standard_grid td {
    border: solid 1px #DDDDDD;
    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: #952934;
    color: #FFF;
    cursor: default;
}

.standard_grid_container {
    padding: 0px;
    margin: 10px 0px;
    border: solid 1px #666;
    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, 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: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	text-align: center;
}

div.sp_zone {
    position: absolute;
	font-family: 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 20px 2px 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

div.sp_container {
    overflow-x: scroll;
    border: solid 1px #EAEAEA;
    width: 100%;
    padding: 5px;
}

div.sp_loader_outer {
    border: solid 1px #EAEAEA;
    width: 100%;
    background-color: #F5F5F5;
    text-align: center;
}

div.sp_loader_inner {
    width: 250px;
    height: 65px;
	font-size: 10pt;
	color: #FFF;
	background: Transparent url('../images/sp_loader_inner_bg.png') no-repeat top left;
	padding: 5px 0px;
	margin: 100px auto;
}

img.sp_loader {
    vertical-align: middle;
    margin-right: 10px;
}

/*------------------------------------------------------------
                                                   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: #B92837;
    display: block;
    padding: 0px 0px 3px 0px;
    font-weight: bold;   
    font-size: 10pt;
}

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: 8px 0px;
	padding: 8px;
	_height: 1%;	/* IE floating bug */
	overflow: hidden;
}

div.gs_product_container_alt {
    background-color: #EFEFEF;
}

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;
}

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;
}

/* -----------------------------------------------------------
       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: 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;
}