/* 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: .8em;
}

.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	{	
	text-decoration:	none;
	color:	#660800;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#660800;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#660800;
	}	
		
A: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:#FF8000;
    margin:0px;
    padding:5px;
    overflow:hidden;
}

.TicketSectionPreview
{
    border-width:2px;
    border-style:dashed;
    border-color:#FF8000;
    margin:0px;
    padding:0px;
    overflow:hidden;
    display:inline-block;
}

.TicketWidgetEdit
{
    position:relative;
    text-align:center;
    vertical-align:middle;
    font-size:124px;
    font-weight:bold;
    color:#FF8000;
    margin-left:5px;
}

.TicketSectionSummaryEdit
{
    text-align:center;
    vertical-align:middle;
    font-size:12px;
    font-weight:normal;
    color:#FF8000;
    margin-left:5px;
}

.TicketSectionPreview_EventDetailsTitle
{
    position:absolute;
    top:5px;
    left:5px;
    width:200px;
    font-size:12px;
}

.TicketSectionPreview_EventDetailsDateTime
{
    position:absolute;
    top:20px;
    left:5px;
    width:200px;
    font-size:12px;
    font-weight:bold;
}

.TicketSectionPreview_EventDetailsHeadline
{
    position:absolute;
    top:40px;
    left:5px;
    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;
}

.TicketSectionEdit_ImageEdit
{
    display:inline-block;
    border-width:2px;
    border-style:dashed;
    border-color:#FF8000;
    margin:0px;
    padding:20px;
    overflow:hidden;
    height:60px;
}

.TicketSectionEdit_ImageEditSelected
{
    display:inline-block;
    border-width:2px;
    border-style:dashed;
    border-color:#FF8000;
    margin:0px;
    padding:20px;
    overflow:hidden;
    background-color:#A5CFEE;
    height:60px;
}

.HelpItemIcon
{
	cursor: hand;
	cursor: pointer;
}