.TF_Frame
{
	background-color: #d3d3d3;
}
.TF_Frame_TopLeft
{
	background-image: url(/images/SeatingChart/Frame/top_left_corner.jpg);
	background-repeat: no-repeat;
}
.TF_Frame_TopRight
{
	background-image: url(/images/SeatingChart/Frame/top_right_corner.jpg);
	background-repeat: no-repeat;
}
.TF_Frame_BottomLeft
{
	background-image: url(/images/SeatingChart/Frame/bottom_left_corner.jpg);
	background-repeat: no-repeat;
}
.TF_Frame_BottomRight
{
	background-image: url(/images/SeatingChart/Frame/bottom_right_corner.jpg);
	background-repeat: no-repeat;
}
.TF_Header
{
	background-color:#d3d3d3;
}
.TF_Logo
{
	width: 195px;
}
.TF_EventName 
{
    color: #000000;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}
.TF_VenueName 
{
    color: #000000;
    font-weight: normal;
    font-size: 13px;
    padding-left: 10px;
}
.TF_HeaderText
{
    color:#ffffff;
    font-size:12px;
    text-align: left;
}
.TF_SelectorSection
{
	border: 1px solid #ccccff;
	padding: 2px;
}
.TF_SelectorSectionGrayed
{
	background-image: url(/images/SeatingChart/bgrSearchGrayedShadow.gif);
	background-repeat: no-repeat;
	padding: 6px 14px 10px 6px;
	width: 440px;
	height: 145px;
}
.TF_SelectorTableBg 
{
	background-color:#E2F0FA;
	width: 417px;
}
.TF_SelectorTable
{
	background-color:#E2F0FA;
	font-family:Verdana;
	font-size:10px;
}
.TF_SelectorText 
{
	font-family:Verdana;
	font-size:10px;
}
.TF_NumberOfTicketsBox
{
	font-family:Verdana;
	font-size:10px;
}
.TF_SectionsBox
{
	font-family:Verdana;
	font-size:10px;
}
.TF_SearchBold
{
	font-size:13px;
	font-weight: bold;
	padding-bottom: 3px;
}
.TF_DateTextField
{
	font-family:Verdana;
	font-size:10px;
}
.TF_SearchButton
{
	font-family: Verdana;
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	background-color: #9d102d;
	color: #ffffff;
	border: 0;
	font-weight: normal;
	padding-right:5px;
	padding-left:5px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor:pointer;
	cursor: hand;
}
.TF_ColumnTitle
{
	background-color:f8cb02;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	color: #000000;
	padding-left: 2px;
	padding-bottom: 5px;
	text-decoration: none;
}
.TF_TicketsTable
{
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana;
	color: #000000;
}
.TF_TicketsTableForMap
{
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana;
	color: #000000;
	background-image: url(/images/SeatingChart/bgrHelpText.gif);
	background-repeat: no-repeat;
}
.TF_TicketsTableForMapNew
{
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana;
	color: #000000;
	background-repeat: no-repeat;
}
.TF_Row
{
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
	padding-left: 2px;
}
.TF_Row2
{
	background-color: #E2F0FA;
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
	padding-left: 2px;
}
.TF_RowSelected
{
	background-color: #ccffff;
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
	padding-left: 2px;
}
.TF_Divider
{
	height: 1px;
	line-height: 1px;
}
.TF_DateRow
{
	background-color:#6d8dae;
	color:#ffffff;
	font-weight: bold;
	padding: 6px 3px 6px 2px;
	text-align: left;
}
.TF_CommentsRow
{
	font-size: 9px;
	padding-left: 5px;
	color: #000000;
}
.TF_Text
{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.TF_Price
{
	font-weight: bold;
	font-size: 12px;
	/*
	background-image: url(/images/SeatingChart/bgrPrice.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 19px;
	*/
	text-align: center;
	vertical-align: middle;
}
.TF_FlagOn
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	width: 26px;
	min-width:26px;
	background-image: url(/images/SeatingChart/bgrNumberSelected.gif);
	background-repeat: no-repeat;
}
.TF_FlagOff
{
	color: #2A5674;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	width: 26px;
	min-width:26px;
	background-repeat: no-repeat;
}
.TF_BuyTd
{
	padding-right:6px;
	padding-bottom:3px;
	padding-left:3px;
	text-align: right;
}
.TF_BuyButton,A.TF_BuyButton:Link,A.TF_BuyButton:Visited
{
	font-family: Verdana;
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	background-color: #9d102d;
	color: #ffffff;
	border: 0;
	font-weight: normal;
	padding-right:4px;
	padding-left:4px;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor:hand;
}
.TF_HelpText
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 6px 0px 0px 8px;
	height: 60px;
}
.TF_NumTixSelect
{
	font-family: Verdana;
	font-size: 10px;
	width: 40px;
}
.TF_SelectAllLinkSep
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
A.TF_SelectAllLink:Link, A.TF_SelectAllLink:Visited
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #e665bb;
}
A.TF_SelectAllLink:Hover
{
	text-decoration: underline;
}
A.TF_ClearAllLink:Link, A.TF_ClearAllLink:Visited
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #6d8dae;
}
A.TF_SelectAllLink:Hover
{
	text-decoration: underline;
}
.TF_NumTickets
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding-bottom: 5px;
	padding: 5px;
}
.TF_NumTicketsNum
{
	color: #6d8dae;
}
.TF_NumTicketsForDate
{
}
.TF_Grayed
{
	background-color:#d9d9d9;
}
.TF_PopUpHelp
{
	background-image: url(/images/SeatingChart/bgrPopupHelp.jpg);
	background-repeat: no-repeat;
	background-color:Transparent;
	width: 237px;
	height: 91px;
	vertical-align: top;
}
.TF_PopUpHelpText
{
	vertical-align: top;
	padding-top: 15px;
	padding-left: 16px;
	padding-right: 16px;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}
A.TF_PopUpHelpClose:Link,A.TF_PopUpHelpClose:Visited 
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
A.TF_PopUpHelpClose:Hover
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
A.TF_PopUpHelpCloseSmall:Link,A.TF_PopUpHelpCloseSmall:Visited 
{
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
.TF_NoTicketsFound
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding-bottom: 20px;
	padding: 20px;
}


#ChartDiv
{
    position: absolute;
    z-index: 0;
}
#DivPreLoader
{
	position: absolute;
    z-index: 0;
}
#DivTicket
{
	position: absolute;
    z-index: 899;
}
#PreLoadMap
{
    display: none;
    width:0px;
    height: 0px;
}
#DivPopUpHelp
{
    display: none;
	position: absolute;
    z-index: 1001;
}

/*---- Help Box -----*/
#DivHelp
{
    position: absolute;
    z-index: 998;
}
.HelpBox
{
	border: 2px solid #333399;
}


