/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-top: 6px;
}

TD 
{
	font-size: 10pt;
}

.TableStyle 
{
	border-collapse: collapse;
	border-style: solid;
	border-width: 0px;		
}

.PageBreakAuto
{
	page-break-after:auto;
}

.HiddenTableStyle
{   	
    border-collapse: collapse;
	border-style: solid;
	border-width: 0px;		
    display: none; /* Do not set visibility attribute to hidden. The visibility reserves extra space. It is better to use the display attribute instead. */
    /* Look in http://www.dynamicdrive.com/forums/showthread.php?t=5093 for more details. */ 
    height: 120px;    
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    /*COLOR: #003366;*/
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link, .iconbutton	{	
	text-decoration:	none;
	color:	#660800;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#660800;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#660800;
	}	
		
A:hover, .iconbutton:hover	{	
	text-decoration:	underline;
	color:	#660800;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.Big
{	
	font-weight:bold;
	font-size:1.75em;	
}

.ClientNav 
{
	border:solid 1px #999999;
}

.Error 
{
	color: #FF0000;
	font-weight:bold;	
}

.Pending
{
	color: #DAA520;
	font-weight:bold;	
}

.Success 
{
	color: #009900;
	font-weight:bold;	
}

.GridHeadStyle, .GridHeadStyle:link, .GridHeadStyle:visited, .GridHeadStyle:active, .GridHeadStyle:hover
{
	color: #FFFFFF;
	background-color: #151613;
	font-weight:bold;
}

.GridPagerStyle, .GridPagerStyle:link, .GridPagerStyle:visited, .GridPagerStyle:active, .GridPagerStyle:hover
{
	color: #FFFFFF;
	background-color: #151613;
	font-weight:bold;
}

.GridFootStyle
{
	color: #FFFFFF;
	background-color: #000000;
	font-weight:bold;
}

.GridItemStyle
{
	background-color:#FFFFFF;
	color: #151613;
}

.GridAltItemStyle
{
	background-color: #EEEEEE;
	color: #151613;
}

.GridSelItemStyle, .GridSelItemStyle:link, .GridSelItemStyle:visited, .GridSelItemStyle:active, .GridSelItemStyle:hover
{
	background-color: #660800;
	border: solid 1px #151613;
	color: #FFFFFF;
	font-weight:bold;
}

.GridSelItemStyle A:link	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	}	
		
.GridSelItemStyle A:visited	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	}	
		
.GridSelItemStyle A:active	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	}	
		
.GridSelItemStyle A:hover	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	}

.GridTitle
{
	font-size:10pt;
	font-weight:bold;
	color:#660800;
	margin-bottom:4px;
}

.ShowTimeButtons
{
 width:40pt;
 height:40pt;
 font-size:24pt;
	}

.ShowTimePayButton
{
 width:80pt;
 height:40pt;
 font-size:24pt;
	}
	
.PageTitle
{
	font-size:14pt;
	font-weight:bold;
	color:#151613;
}

.tblContent
{
	margin:0pt;
	padding:0pt;
	width:100%;
	border-width:0px;
}

.tdContent 
{
	background-color: #F5F5DC;
	BORDER: #cccccc 1px solid;
	margin:8pt;
	padding:8pt;
}

.TotalPayout
{
 font-size:12pt;
 color: #006600; /* dark green */
 font-weight: bold;
}

.DealDeposit
{
 font-size:12pt;
 color: #FF0000; /* red */
 font-weight: bold;
}

.DealBalance
{
 font-size:12pt;
 color: #006600; /* red */
 font-weight: 900;
}

.PreferredDeal 
{
 font-size:10pt;
 color: #000000;
 font-weight:bolder;
 }
 
.NotPreferredDeal 
{
 font-size:10pt;
 color: #999999; /* grey */
 font-weight:bolder;
 }
 
.OrderCostControl
{
	font-size:10pt;
}

.ShowTimeTitle
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 16pt;
	color:#999999;
}

.FloorPlanSectionTitle {
	font-weight:bold;
	font-size:12pt;
	color:#FFFFFF;
	background:#000000;
	padding:6px;
}

.FloorPlanSectionCell {
	BORDER:solid 3px #000000;
	BACKGROUND-COLOR:#CCCCCC;
}

/* TODO:  Move the styles below to their own stylesheet for the ComponentArt dialog control when I'm able to check out the web project. */
.dialog TABLE 
{
	border-collapse:separate; /* Added per issue TBDEV-303 */
}
/* End of section for ComponentArt dialog. */

.RegionDropDown
{
    display:block;
}

.RegionLabel
{
    display:block;
}

.TicketSectionEdit
{
    border-width:2px;
    border-style:dashed;
    border-color:#660800;
    margin:0px;
    padding:5px;
    overflow:hidden;
}

.TicketSectionPreview
{
    border-width:0px;
    border-style:dashed;
    border-color:#660800;
    margin:0px;
    padding:0px;
    overflow:hidden;
    color:#666666;
    float:left;
    font-size:8px;
    font-family:Verdana, Helvetica, sans-serif;
    font-size:10pt;
    position:relative;
}

.TicketSectionSummaryEdit_Ticket
{
    position:relative;
    text-align:center;
    font-size:90px;
    font-weight:bold;
    color:#660800;
    top:-30px;
}

.TicketSectionSummaryEdit
{
    text-align:center;
    vertical-align:middle;
    font-size:12px;
    font-weight:normal;
    color:#660800;
    margin-left:5px;
}

.TicketSectionPreview_Text
{
    word-wrap:break-word;
}

.TicketSectionPreview_EventDetailsTitle
{
    display:block;
    top:5px;
    width:200px;
    font-size:14px;
    font-weight:bold;
}

.TicketSectionPreview_EventDetailsDateTime
{
    display:block;
    width:200px;
    font-size:12px;
    font-weight:bold;
}

.TicketSectionPreview_EventDetailsHeadline
{
    display:block;
    top:40px;
    font-size:10px;
    width:200px;
}

.TicketSectionPreview_VenueInfo
{
    position:absolute;
    top:5px;
    left:205px;
    font-size:8px;
}

.TicketSectionPreview_BoxOffice
{
    position:absolute;
    top:40px;
    left:205px;
    font-size:8px;
}

.TicketSectionPreview_TicketPrices
{
    position:absolute;
    top:70px;
    left:205px;
    font-size:8px;
}

.EventListHeadline
{
    text-align:center;
}

.TicketSectionPreview_EventListHeadline
{
    position:relative;
    top:5px;
    left:5px;
    font-size:10px;
}

.TicketSectionPreview_EventListItem
{
    position:relative;
    top:5px;
    left:5px;
    font-size:10px;
    margin-bottom:5px;
    text-align:center;
}

.TicketSectionEdit_ImageEdit
{
    border-width:2px;
    border-style:dashed;
    border-color:#660800;
    float:left;
    margin:0px;
    padding:20px;
    overflow:hidden;
    height:60px;
}

.TicketSectionEdit_ImageEditSelected
{
    border-width:2px;
    border-style:dashed;
    border-color:#660800;
    float:left;
    margin:0px;
    padding:20px;
    overflow:hidden;
    background-color:#A5CFEE;
    height:60px;
}

.HelpItemIcon
{
	cursor: hand;
	cursor: pointer;
}

/* BiscuitBrain.Web.UI.Controls.IconButton */
.iconbutton
{
	cursor:pointer;
    vertical-align:bottom;
}
.iconbutton input, .iconbutton img
{
    border:0px;
    margin-left:5px;
    margin-right:5px;
    vertical-align:middle;
}

#ajax-busy {
    background-color: #FFFFFF;
    border: 2px solid #2D2D2D;
    height: 30px;
    margin-left: 150px;
    padding: 15px;
    width: 30px;
}

select#selectEvent {
	font-size: 16pt;
	width:400px;
}

.promo-header-right {
    display:inline-block;
    width:40%;
    float:right;
}
            
.promo-feedback {
    display:inline-block;
    width:280px;
    text-align:left;
    color:#660800;
    font-size:10pt;
    font-weight:bold;
}

.promo-header-left {
    display:inline-block;
    width:40%;
    margin-left:5px;
}
            
.promo-quick-container {
    border-width:1px;
    border-style:solid;
    border-color:#000000;
    background-color:#EEEEEE;
    min-width:320px;
    max-width:400px;
    min-height:160px;
    padding:10px;
    margin-top:10px;
}
            
.promo-quick-title {
    margin-left:15px;
    margin-bottom:5px;
    color:#000000;
    font-weight:bold;
    font-size:12pt;
}

.promo-quick-left {
    width:100px;
    display:inline-block;
    text-align:right;
    font-weight:bold;
}
        
.promo-quick-mid {
    margin-left:15px;
    display:inline-block;
    text-align:left;
}
            
.promo-quick-right {
    margin-left:15px;
    display:inline-block;
    text-align:left;
}
            
.promo-quick-line {
    margin-bottom:5px;
}
 
.promo-code-left-container
{
    display:inline-block;
    width:300px;
}

.promo-code-right-container {
	display:inline-block;
	width:400px;
}

.promo-code-header {
{
    display:inline;
    font-size:18px;
    font-weight:bold;
	color:#660800;
}

.promo-code-title 
{
    display:inline-block;
    text-align:left;
    font-weight:bold;
}

.promo-code-content 
{
    display:inline-block;
    margin-left:5px;
    text-align:left;
}

.promo-code-list-content {
    font-size:8pt;
}
            
.promo-code-help-text 
{
    color:#A8A7A7;
    font-style:italic;
    font-size:7pt;
} 

.promo-code-feedback {
    font-size:10pt;
    color:#660800;
    font-weight:bold;
}

.promo-summary-title {
    width:100px;
    display:inline-block;
    text-align:right;
    font-weight:bold;
}
        
.promo-summary-content {
    margin-left:15px;
    display:inline-block;
    text-align:left;
}

