﻿<style type="text/css">
<!--
*::-moz-any-link br,*:-moz-any-link br { 
/*a workarround for mozilla*/
display:none;
}

.bar{
  background:#333399; color:#fff; padding:10px 12px;
  border-radius:8px; box-shadow:inset 0 0 0 1px #AAA;
}

.button1 {
	float:left;
	margin-right: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
    font-weight:bold; 
    padding-right: 5px;
}

.button2 {
	float:left;
	margin-right: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
    font-weight:bold; 
    padding-right: 5px;
}

.auction_footer {
    color:black;
	font-size:xx-small;
}

.banner {
	margin: 5px;
	padding: 5px;
}

.left_column {
	float:left;
	margin-left: 0px;
}

.middle_column {
	float:left;
	margin-left: 50px;
	border-left:thin;	
}

.right_column {
	float:left;
	margin-left: 150px;
	border-left-color:black;
	border-left:thin;	
}
.t {background: url(../images/corner_dot.jpg) 0 0 repeat-x; width: 7em}
.b {background: url(../images/corner_dot.jpg) 0 100% repeat-x}
.l {background: url(../images/corner_dot.jpg) 0 0 repeat-y}
.r {background: url(../images/corner_dot.jpg) 100% 0 repeat-y}
.bl {background: url(../images/corner_bl.gif) 0 100% no-repeat}
.br {background: url(../images/corner_br.gif) 100% 100% no-repeat}
.tl {background: url(../images/corner_tl.gif) 0 0 no-repeat}
.tr {background: url(../images/corner_tr.gif) 100% 0 no-repeat; padding:2px} 

a:link {line-height: 1em; margin: 0em;
            font-family: Arial;
            font-size: 12px;
			text-decoration: none;
            color: #3366ff;}
a:visited {line-height: 1em; margin: 0em;
 		    font-family: Arial;
            font-size: 12px;
			text-decoration: none;
            color: #3366ff;}
a:hover {line-height: 1em; margin: 0em;
            font-family: Arial;
            font-size: 12px;
			text-decoration: underline;
            color: red;}
a:active {line-height: 1em; margin: 0em;
            font-family: Arial;
            font-size: 12px;
			text-decoration: none;
            color: red;}

a.hdr:link {line-height: 1em; margin: 0em;
            font-family: Arial;
            font-size: 15px;
			text-decoration: none;
            color: #3366ff;}
a.hdr:visited {line-height: 1em; margin: 0em;
 		    font-family: Arial;
            font-size: 15px;
			text-decoration: none;
            color: #3366ff;}
a.hdr:hover {line-height: 1em; margin: 0em;
            font-family: Arial;
            font-size: 15px;
			text-decoration: underline;
            color: red;}
a.hdr:active {line-height: 1em; margin: 0em;
            font-family: Arial;
            font-size: 15px;
			text-decoration: none;
            color: red;}

td.textmsg_sm {
font: 15px arial;
color: #000000;
}

td#textmsg {
font: 22px Arial;
color: #FF9900;
align: top;
}

td#msgmargin {
margin: 5em 5em 5em 5em;
font: 200 12px arial bold center;
color: #000000;
}

td#textmsg_blue {
font: 200 25px arial bold center;
color: #3366ff;
}
td#textmsg_sm {
font: 200 15px arial bold center;
color: #000000;
}
td#textmsg_xsm {
font: 200 12px arial bold center;
color: #000000;
}

td#border { border: solid 1px; background: url("images/top.jpg") center; text: #000000}
tr#miscbg { background: url("images/misc_bg.jpg") center ;
        background-repeat: no-repeat; }
tr#prodbg { background: url("images/prod_bg.png") center ;
        background-repeat: no-repeat; }

.bg { text-decoration: underline; }
/* HTML attributes */ 

BODY {
	background-color:#FFF;
	margin-bottom:0;
	margin-left:5px;
	margin-right:5px;
	margin-top:0;
}
FORM {
	display:inline;
}

BODY, TH, TD, SPAN {
	font-family:Arial;
	font-size:10px;
}

SELECT {
	padding-bottom: 4px; 
	vertical-align: middle;
}

/* ============================== Site Text Attributes ============================== */

.bodyText {
	
}
.bodyTextRed {
	color: #F00;
}
.rightInfoText {
	font-size:11px;
}
.bodyTextWhite {
	color: #FFF;
}
.bodyTextLarge {
	font-size:10px;
}
.navText {
	font-size:10px;
}
.bodyTextBold {
	font-size:10px;
	font-weight:bold;
}
.bodyTextBoldWhite {
	font-size:10px;
	color: #FFF;
	font-weight:bold;
}
.pleaseWaitText {
	font-size:13px;
	font-weight:bold;
}
.pleaseWaitTravelTipText {
	font-size:13px;
	font-weight:normal;
}
.flifoStatus {
	font-size:14px;
	font-weight:bold;
}
.bodyHeaderText {
	font-size:15px;
}

/* ============================== Header Style Definitions ============================== */
.headerTableLeftBorder {
	width:14px;
	border-left:1px solid #AAA;
}
.headerTableRightBorder {
	width:14px;
	border-right:1px solid #AAA;
}
.headerBottomLeftCorner {
	background-image: url(images/gui_main_lf_btm_cnr.gif);
	background-position:0% 100%;
	background-repeat:no-repeat;
	background-color:#333399;
	border-top:1px solid #AAA;
}
.headerBottomRightCorner {
	background-image: url(images/gui_main_rt_btm_cnr.gif);
	background-position:100% 100%;
	background-repeat:no-repeat;
	background-color:#333399;
	border-top:1px solid #AAA;
}
.header {
	border-top:1px solid #AAA;
	padding:5px;
	vertical-align:middle;
	font-weight: bold;
	font-size:11px;
	color: #FFF;
	background-color: #333399;
	height:25px;
}
.headerLink {
	color:#FFF;
	text-decoration:none;
	font-size:11px;
}
a.headerLink:hover {
	color:#FFF;
	text-decoration:underline;
	font-size:11px;
}

/* ============================== Footer Attributes ============================== */
.footer {
}

/* ============================== Dynamic Calendar Attributes ============================== */
.calendarLink {
	font-size:11px;
	color:#00C;
	text-decoration:none;
}
.calendarLinkGrey {
	font-size:11px;
	color:#666;
	text-decoration:none;
}
.calendarNoLink {
	font-size:11px;
	color:#00C;
	text-decoration:none;
}
a.calendarLink:hover {
	font-size:11px;
	color:#00C;
	text-decoration:underline;
}

/* ============================== Titles ============================== */
.infoBoxTitle {
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	white-space:nowrap;
}
.bodyBoxTitle {
	font-style:none;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	letter-spacing:normal;
	text-align:justified;
}
.bodyBoxSubTitle {
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	letter-spacing:0px;
}
.bodyPageTitle {
	font-style:none;
	font-size:14px;
	font-weight:bold;
	color:#000;
	letter-spacing:normal;
}
.bodyPageSubTitle {
	font-size:14px;
	font-weight:bold;
	color:#000;
	letter-spacing:0px;
}
.openTitle {
	font-size:13px;
}
.seatmapSectionTitle {
	font-size:11px;
	color:#666;
	background-color:#F0F0F0;
}
.sectionBar {
	font-size:10px;
	background-color:#F0F0F0;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
}
.sectionBarSmall {
	font-size:10px;
	background-color:#F0F0F0;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
}
.sectionTitle {
	font-size:13px;
	font-style:normal;
	color:#FFF;
}
.subTitleBar {
	font-size:14px;
	background-color:#F0F0F0;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
}
.subTitleBarRight {
	font-size:10px;
	background-color:#F0F0F0;
	text-align:right;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
}

.subTitleBarImportantRight {
	font-size:10px;
	background-color:#FFFFCC;
	font-weight:bold;
	text-align:right;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
}

/* ============================== Tables ============================== */
.bodyTableHeader {
	width:20%;
}
.availTable {
}
.headerTopLeftCorner {
	background-color: #333399;
	background-image: url(images/gui_main_lf_top_cnr.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
	height:19px;
	width:7px;
}
.bodyTableLeftBorder {
	background-color: #FFF;
	border-right:1px solid #AAA;
	width:5px;
}
.headerTopRightCorner {
	background-color: #333399;
	background-image: url(images/gui_main_rt_top_cnr.gif);
	background-position:100% 0%;
	background-repeat:no-repeat;
	height:19px;
	width:7px;
}
.bodyHeader {
	padding-left:5px;
	padding-right:5px;
	vertical-align:middle;
	font-weight: bold;
	font-size:11px;
	color: #FFF;
	background-color: #333399;
	width:5%;
}
.bodyTableRightBorder {
	width:5px;
	border-left:1px solid #AAA;
	background-color: #FFF;
}
.bottomLeftCorner {
	background-color:#FFF;
	height:4px;
}
.bottomRightCorner {
	background-color:#FFF;
	height:4px;
}
.bottomLeftBorder {
	width:5px;
	border-right:1px solid #AAA;
	background-color: #FFF;
}
.bottomRightBorder {
	width:5px;
	border-left:1px solid #AAA;
	background-color: #FFF;
}
.sortedTableHeader {
	font-size:10px;
	background-color:#A8D3FF;
}
.sortedTableText {
	font-size:10px;
	background-color:#EEF7FF;
	padding-left:3px;
	padding-right:3px;	
}
.tableText {
	font-size:10px;
	padding-left:3px;
	padding-right:3px;
}
.tableTextBoldRed {
	font-size:11px;
	font-weight:bold;
	color: #F00;
}
.tableTextBorderRight {
	font-size:10px;
	border-right:1px solid #AAA;
	padding-left:3px;
	padding-right:3px;
}
.sortedTableTextBorderRight {
	font-size: 10px;
	background-color:#EEF7FF;
	border-right:1px solid #AAA;
	padding-left:3px;
	padding-right:3px;
}

.sectionBarImportant {
	font-size:10px;
	background-color:#FFFFCC;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
}

.sectionBarImportantBold {
	font-size:12px;
	background-color:#FFFFCC;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight: bold;
}

.sectionBarDivider {
	font-size:12px;
	background-color:#FFCC66;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.sortHeader {
	font-size:11px;
	color: #666;
	font-weight: bold;
}
.titleBarColorNew {
}
.titleBarColor {
    background: url("../images/top2.jpg") center;
}
.columnHeader {
    background-color:#CFEBFF;
    border-top: 2px solid #F7FBFF;
    border-right: 2px solid #ADC3DE;
    border-bottom: 2px solid #94AABD;
    border-left: 2px solid #DAEDFF;
    font-size:10px;
    font-weight:normal;
    vertical-align:middle;
    white-space:nowrap;
    height:21px;
    padding-left:6px;
    padding-right:6px;
    /*padding-bottom:1px;*/
}
.columnHeaderSorted {
    background-color:#A8D3FF;
    border-top: 2px solid #F7FBFF;
    border-right: 2px solid #ADC3DE;
    border-bottom: 2px solid #94AABD;
    border-left: 2px solid #E9F3FF;
    font-size:10px;
    font-weight:normal;
    vertical-align:middle;
    white-space:nowrap;
    height:21px;
    padding-left:6px;
    padding-right:6px;
    /*padding-bottom:1px;*/
}
.borderRight {
	border-right:1px solid #AAA;
}
.greyTableText {
	font-size:10px;
	color:#666;
}



/* ============================== Layer Attributes ==================== */
DIV#amexCid {
    margin:3px;
    position: absolute; 
    text-align:center;
    border: 1px solid #000;
    background-color: #333399;
    width: 215px;
    z-index: 2;
    display:none;
    align:right;
}

.popTable {
    background-color:#FFF;
    margin:3px;
    padding:2px;
}

.redWarningRightTableText {
font-size:10px;
font-weight: bold;
text-align:right;
color: #F00;
}

/* ============================== Colors ============================== */
.borderColor { background-color: #333399}
.buttonColumnColor { background-color: #FFF}
.buttonColumnColorSorted { background-color: #A8D3FF}

/* ============================== Button Area Attributes ============================== */
.buttonBottomLeftCorner {
   	 background-color:#FFF;
  	 width:5px;
   	 height:4px;
}
.buttonBottomRightCorner {
  	 background-color:#FFF;
  	 width:5px;
  	 height:4px;
}
.buttonBarContentColor {
	background-color:#F0F0F0;
}
.buttonBarContent {
	background-color:#F0F0F0;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:7px;
	border-top:1px solid #AAA;
}
.buttonBarBottomBorder {
	background-color: #FFF;
	border-top:1px solid #AAA;
	height:4px;
}
.barBottomBorder {
	background-color: #FFF;
	height:4px;
}
.buttonUnavailableText	{
	color:#F00;
	height:20px;
	line-height:14px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	vertical-align:middle;
	font-size:11px;
	text-decoration: none;
	font-weight:normal;
}

/* ============================== Button Link Attributes ============================== */
.primaryButtonAnchor {
	position:relative;
	line-height:20px;
	padding: 2px 5px 2px;
    text-align:center;
    font-size: 11px;
    text-decoration: none;
    font-weight:bold;
    color: #000;
    background-color:#9BEDB4;
    border-top: 2px solid #73D299;
    border-right: 2px solid #428C58;
    border-bottom: 2px solid #428C58;
    border-left: 2px solid #73D299;
	white-space:nowrap;
}

.secondaryButtonAnchor {
	position:relative;
	line-height:20px;
	padding: 2px 5px 2px;
    text-align:center;
    font-size: 11px;
    text-decoration: none;
    font-weight:bold;
    color: #000;
    background-color:#C6E3FF;
    border-top: 2px solid #A6C6E7;
    border-right: 2px solid #577694;
    border-bottom: 2px solid #577694;
    border-left: 2px solid #A6C6E7;	
	white-space:nowrap;
}

.menu
{
	text-align: right;
	color: #000;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #F0F0F0;
	padding: 4px 5px 4px 5px;
	border-right: 1px solid #ADAAAD;
	border-bottom: 1px solid #adaaad;
	border-left: 1px solid #adaaad;
}
.radio {vertical-align: -5px}
.railBG {background-color: #C6E3FF; padding: 0px 5px}
.calBG {margin:0px; background-color: #333399}
#calFrame {position: absolute; border: 1px solid #000; width: 322px; height: 155px; display: none; z-index: 2}

.messagebox{
 position:absolute;
 width:100px;
 margin-left:30px;
 border:1px solid #c93;
 background:#ffc;
 padding:3px;
}
.messageboxok{
 position:absolute;
 width:auto;
 margin-left:30px;
 border:1px solid #349534;
 background:#C9FFCA;
 padding:3px;
 font-weight:bold;
 color:#008000;
}
.messageboxerror{
 position:absolute;
 width:auto;
 margin-left:30px;
 border:1px solid #CC0000;
 background:#F7CBCA;
 padding:3px;
 font-weight:bold;
 color:#CC0000;
}

.img_q {
 vertical-align:middle;
 margin:10px;
}

.img_q2 {
 padding-right: 50px;
 margin-bottom: 0px;
 margin-top: 0px;
 padding-bottom: 0px;
 padding-top: 0px;
 vertical-align:middle;
}

.help_txt {
  filter:progid:DXImageTransform.Microsoft.DropShadow(color='#cccccc',offX='3',offY='3');
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px 0px #ccc;
 position:absolute;
 left:0;
 top:0;
 width:1;
 height:1;
 border:1px solid black;
 background-color:rgb(250,250,255);	
 font-size:xx-small;
} 

