#emplogin{
	width:95%;
	height:auto;
	background: #FFFFFF;
	border: 1px solid #666666;
	width: 100%;
	xpadding: 3px;
	z-index:2;
	color: #000000;
	top: 0px;
	xxfloat: left;
	position: absolute;
	font-size: .9em;
}

#tripplanner {
	position:relative;
	left:0px;
	top:0px;
	width:780px;
	height:108px;
	z-index:3;
}
#feature1 {
	position:relative;
	float:left;
	left:0px;
	top:0px;
	width:215px;
	height:175px;
	z-index:4;
	background: url(images/btt1_f_bill.jpg) no-repeat;
}
#feature2 {
	position:relative;
	float:left;
	left:0px;
	top:0px;
	width:215px;
	height:175px;
	z-index:5;
	background: url(images/btt1_f_cascades.jpg) no-repeat;
}
#feature3 {
	position:relative;
	float:right;
	left:0px;
	top:0px;
	width:215px;
	height:175px;
	z-index:6;
	background: url(images/titanic_branson.jpg) no-repeat;
}
#feature1, #feature2, #feature3 {
	padding-top: 140px;
	padding-right: 35px;
	padding-left: 15px;
	padding-bottom: 20px;
}
#feature1 h3 a, #feature2 h3 a, #feature3 h3 a{
	font: bold 1em Geneva, Arial, Helvetica, sans-serif;
	color: #8B3C3D;
	text-decoration: none;
}
#feature1 p, #feature2 p, #feature3 p {
	line-height: 1.3em;
}

#newslist {
	position:relative;
	left:0px;
	top:10px;
	width:346px;
	height:371px;
	z-index:6;
	background: url(images/btt1_bg_newslist.png) no-repeat;
	clear:both;
	float:left;
}
#pkglist {
	position:relative;
	left:-20px;
	top:10px;
	width:346px;
	height:371px;
	z-index:7;
	background: url(images/btt1_bg_pkglist.png) no-repeat;
	float:right;
}
#pkglist ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#pkglist ul li{
	clear:both;
	height: 100px;
	padding-left: 20px;
	margin: 0px 0px -16px;
}
#pkglist ul li img{
	float:left;
	padding-right: 10px;
}
#pkglist ul li h4{
	font-size: 12px;
}
#pkglist ul li p{
	font-size: 11px;
}
#newslist, #pkglist {
	padding: 15px;
}
#newslist h3, #pkglist h3 {
	font: bold 1.1em Geneva, Arial, Helvetica, sans-serif;
	color: #8B3C3D;
	text-align: center;
	margin-top: 0px;
}
#newslist img {
	margin-top: 10px;
	margin-left: -2px;
}
#footer {
	position:relative;
	left:0px;
	top:10px;
	clear:both;
	width:780px;
	height:65px;
	z-index:8;
	background: url(images/btt1_bg_footer.png) no-repeat center bottom;
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: center;
	padding-top: 25px;
}
#footer a {
	color: #FFFFFF;
}
.moreinfo {	text-align: right;
	padding-right: 10px;
}

#nav, #nav ul {
	list-style: none;
	text-align:center;
	margin-top: 86px;
	background: #006600;
	position: relative;
	top: 86px;
	left: 0px;
	
}
#nav li {
float: left;
position: relative;
width: 6.9em;
margin-right: 1px;
}

#nav a:link, #nav a:visited {
display: block;
}
* html #nav a {
width: 100%;
}

#nav ul {
display: none;
position: absolute;
}
#nav ul li {
float: none;
}
#nav li:hover ul {
display: block;
}

#nav li a:link, #nav li a:visited {
	display: block;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	border: thin none #999999;
	font-size: 16px;
}

#nav li a:hover {
	display: block;
	padding: 0px;
	color: #eee;
	text-decoration: underline;
	border: thin none #777;
	xbackground: #eee;
}
#nav2, #nav2 ul {
	list-style: none;
	text-align:center;
	margin-top: 2px;
	background: #006600;
	position: relative;
	top: 86px;
	left: 0px;	
}
#nav2 li {
float: left;
position: relative;
width: 6.9em;
margin-right: 1px;
}
.clearfloat {
	clear: both;
}

#nav2 a:link, #nav2 a:visited {
display: block;
}
* html #nav2 a {
width: 100%;
}

#nav2 ul {
display: none;
position: absolute;
}
#nav2 ul li {
float: none;
}
#nav2 li:hover ul {
display: block;
}

#nav2 li a:link, #nav2 li a:visited {
	display: block;
	padding: 3px;
	color: #fff;
	text-decoration: none;
	xborder: thin solid #999999;
	font-size: 13px;
}

#nav2 li a:hover {
	display: block;
	padding: 3px;
	color: #eee;
	text-decoration: underline;
	xborder: thin solid #777;
	xbackground: #eee;
}
.ordertable .orderwin{
	width: 210px;
	xxbackground: #FFFFFF url(images/btt1_side_red_body.png) repeat-y center top;
	border: 1px solid #999999;
}
.ordertable .orderwin td{
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #1E1D65;
	font-size: 8pt;
}

.orderwin_head {
	xbackground: url(images/btt1_side_red_head.png) no-repeat center top;
}
.ordertable .orderwin h6{
	font-size: 12pt;
	padding:0px;
	margin:0px 0px 10px;
	position: relative;
	top: 10px;
	text-align:left;
	color: #1E1D65;
}
.orderwin_foot {
	xbackground: url(images/btt1_side_red_foot.png) no-repeat center bottom;
}

.itinwin {
	width: 183px;
	xbackground: #FFFFFF url(images/btt1_side_blue_body.png) repeat-y center top;
}
.itinwin_head {
	xbackground: url(images/btt1_side_blue_head.png) no-repeat center top;
}
.itinwin_head h6{
	font-size: 14px;
	padding:0px;
	margin:0px 0px 10px;
	position: relative;
	top: 10px;
	text-align:center;
	color: #990000;
}
.itinwin_foot {
	xbackground: url(images/btt1_side_blue_foot.png) no-repeat center bottom;
}

#sched{
	font-size: .8em;
}
#traveldates table {
	font-size: 12px;
	xborder: 1px solid #0066CC;
	xbackground-color: #FFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #1E1D65;
}
#traveldates th {
	font-weight: bold;
}
#traveldates th a{
	font-weight: normal;
	xcolor: #FFFF00;
}
.date_emph{
	color: #B0091D;
}
#xsched table {
	border: thin Navy;
}

#xsched td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333;
	text-decoration: none;
}
.schedtable {
	xxborder: thin solid #6699CC;
}
.schedhead {
	color: #FFFFFF;
	text-align: left;
	background: #FFFFFF url(/images/heading_bdr_lt.jpg) no-repeat left bottom;
	font: bolder normal 16px Arial, Helvetica, sans-serif;
}
.schedhead_txt {
	padding-top: 6px;
	padding-left: 25px;
	xxbackground: #FFFF00;
}
.schedhead_txt a{
	color: #FFFF00;
}
#schedbox_r {
	border: 1px solid #CC3300;
	height:100%
}
.schedhead_rt {
	xxtext-align: left;
	background: url(/images/heading_bdr_rt.jpg) no-repeat right bottom;
	height: 29px;
	width: 100%;
}
.schedhead_rts {
	xxtext-align: left;
	background: url(/images/heading_bdr_rts.jpg) no-repeat right bottom;
	height: 29px;
	width: 100%;
}
.ordertable {
	xfont-family: Geneva, Arial, Helvetica, sans-serif;
	xfont-size: 10px;
	xcolor: #000000;
	xborder: thin solid #C6D7FF;
	xbackground-color: #FFFFFF;
	margin-left: 0;
	margin-right: 0;
}
.orderhead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #C6D7FF;
}
.orderfoot {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #C6D7FF;
}
.ordertitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #003399;
	background-color: #C6D7FF;
	font-weight: bolder;
}
#twiz {
	text-align:left;
	margin-left:10px;
}
#twiz table{
	width:190px;
}

#twiz h6{
	xfont-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 3%;
	color: #003399;
	xwidth: 97%;
	border-bottom: 1px solid #993333;
	background: #CCCCCC;
	xfont: 1.1em Arial, Helvetica, sans-serif;
}
#twiz p, #twiz h3 {
	padding-right: 10px;
	padding-left: 10px;
}

#twiz ul {
	font-size: .8em;
}
#twiz li {
	line-height: 1.5em;
}
.windowouter {

}
.innerheading {
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	text-align: left;
	padding: 4px;
	background: #F2F2F2;
}
.outerheading {
	font-size: 14px;
	font-weight: bolder;
	color: #fff;
	background-color: #1940AA;
	text-align: center;
	padding: 4px;
}

.outerheading a {
	color: #D8D77C;
}
.midwindow td{
	padding-bottom: 10px;
}
.midwindow {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}
.midheading {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #6275AA;
}
.detailwindow {
	border: thin solid #C6D7FF;
}
.detailheading {
	font-size: 12px;
	font-weight: bold;
}
.detailitems {
	font-size: 10px;
	font-style: italic;
}
.detailsubtotal {
	font-size: 12px;
	font-weight: bold;
	background-color: #EEEEEE;
}
.mtmodcart {
	font-size: 11px;
}
.itinwin #itin{
	font: .8em/1.2em Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	text-align:left;
}
.itinwin #itin table th{
	text-align:left;
	xcolor: #EAEAB9;
	xbackground: #193FAA;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: bold;
}
.itinwin #itin td{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	text-align:left;
	padding-left: 5px;
}
.itinwin #itin td.daysep{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: underline;
}
.checkoutlink{
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
	color: #DA2023;
	text-align: right;
}
.rnd_ur {
	background: url(images/ckoutbrdr_ur.gif) no-repeat right top;
}
.rnd_ul {
	background: #6276AB url(images/ckoutbrdr_ul.gif) no-repeat left top;
}
.rnd_lr {
	background: url(images/ckoutbrdr_lr.gif) no-repeat right bottom;
}
.rnd_ll {
	background: url(images/ckoutbrdr_ll.gif) no-repeat left bottom;
}
.announce {
	background: #FCFDDF;
	padding: 20px;
	width: 80%;
	border: 1px solid #DFE40E;
	margin-bottom: 15px;
}
.buttoncell {
	padding-top: 15px;
	text-align: center;
	background: #6275AA;
}
.showtbl{
	border: thin solid #003399;
	margin: 5px;
	width: 90%;
}
.showname{
	font-size: 14px;
	font-weight: bold;
}
.theatername{
	font-size: 11px;
	font-style: italic;
}
table.schedtable {
	border: 1px solid #B0091D;
	margin-bottom: 10px;
	background: #fff;
}
.sched_heading{
	color: #FFFFFF;
	background: #B0091D;
	text-align: center;
	font-size: 10px;
}
.sched_times{
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.sched_times td{
	background: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
}
th.offdaycell {
	color: #777777;
	background: #dddddd;
}
td.offdaycell {
	background: #eee;
}
.prop_details{
	background-color: #FFFFFF;
	border: 1px solid #B0091D;
}
.schedule_link{
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: right;
	padding-right: 35px;
}
    #tabsJ {
	float:left;
	width:100%;
	background:#F4F4F4;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #24618E;
	xpadding-bottom: 10px;
      }
    #tabsJ ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

        #tabsJ #current a {
                background-position:0% -42px;
        }
        #tabsJ #current a span {
                background-position:100% -42px;
                color:#FFF;
        }