/* @group Basic Builds */

html {
	text-align: center;
	height: 100%;
	background: #fff;
}

body { 
	width:100%;
	height:100%;
	margin: 0 auto;
    background: #fff;
	font: 100%/1.125em helvetica, arial, sans serif;
    *font-size: 16px;
    color: #333;
    text-align: left;
}

#hd {
	width: 912px;
	background: url(../_images/common/shadow_bottom_nav.gif) no-repeat 0 100%;
	padding: 0 5px 5px;
	_padding: 0 5px 2px;
    text-align: left;
    height: 179px;
}

#logo {
	padding: 41px 0 0 33px;
	width: 885px;
	background: url(../_images/common/header.gif) no-repeat 0 0;
	height: 92px;
	margin-bottom: 1px;
	position: relative;
}

#lang_toggle {
	bottom: 8px;
	right: 14px;
	position: absolute;
	color: #fff;
}

#lang_toggle li {
	float: left;
	padding: 3px;
}

#lang_toggle a {
	color: #fff;
	font-size: 0.77em;
}

#lang_toggle a:hover {
	color: #999;
}

#bd {
    width: 922px;
	background: url(../_images/common/shadow_bottom.gif) no-repeat 0 100%;
	margin: 0;
	padding: 0 0 5px;
    text-align: left;
}

/* @group Search */

.search {
   	float: right;
   	width: 395px;
   	*width: 405px;
   	margin: 8px 12px 0 0;
   	*margin-right: 8px;
   	_margin-right: 4px;
   	padding: 0;
   	text-align: right;
}

.search button {
   	margin-left: 5px;
   	*margin-left: 8px;
   	*width:103px;
   	cursor: pointer;
}

.search input {
   	width: 220px;
   	vertical-align: 12px;
   	*vertical-align: 3px;
   	font-size: 0.85em;
   	padding: 5px 5px 4px;
}

/* @end */

#content {
    width: 892px;
	background: url(../_images/common/shadow_top.gif) no-repeat 0 0;
	margin: 0;
	padding: 15px 15px 5px;
    text-align: left;
    clear: right;
}

.content_bd {
	margin: 15px 10px 10px;
}

.content_bd.extra_pad {
	padding-top: 36px;
	padding-bottom:50px;
}

.content_bd.hassidebar .text {
	float: left;
	width: 600px;
	_width: 590px;
	padding: 10px 0 25px;
}

.content_bd .text {
	padding: 10px 0 25px;
	position: relative;
}

.content_bd.hassidebar {
	background: url(../_images/common/grey_pixel.gif) repeat-y 622px 0;
	*border: 1px solid #fff;
}

/* @group Footer */

#ft {
	margin: 12px 0 0;
	padding: 0 0 30px;
	width: 912px;
	text-align: left;
	color: #999;	
	font-size: 0.69em;
}

#ft ul.nav {
	margin-left:10px;
}

#ft ul.nav li {
	display: inline;
	padding: 0 3px;
}

#ft ul.nav li a,
#ft ul.nav li a:link,
#ft ul.nav li a:visited {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

#ft ul.nav li a:hover {
	color: #0065a4;
}

#ft .copyright {
	float: right;
	width: 220px;
	text-align: right;
	margin-right: 10px;
}

/* @end */

/* @group Sidebar */

.sidebar {
    float: right;
    padding: 10px 0 0 18px;
    margin: 0 0 0 18px;
    width: 232px;
	margin-bottom: 1em;
}

.sidebar .subnav {
	font-size: 0.77em;
	line-height: 1em;
}

.sidebar .subnav ul {
	padding-bottom: 0;
	margin-bottom: 0;
}

.sidebar .subnav li {
	padding: 0 0 0.75em 10px;
	background: url(../_images/common/arrow_yellow.gif) no-repeat 0 0;
	color: #0065a4;
}

.sidebar .subnav ul ul, 
.sidebar .subnav ul ul ul {
	margin-left: 10px;
	margin-top: 0.8em;
	margin-bottom: -0.5em;
}

.sidebar.narrow {
    width: 192px;
}

.sidebar.no_border {
    background: none;
}

.sidebar.no_margin {
    margin: 0 8px 0 0;
    padding: 0;
}

.sidebar .book_now {
    margin: 1.5em 0 0.5em;
}

.sidebar .contact_info {
    margin: -0.35em 0;
    line-height: 0.85em;
}

.sidebar .contact_info h6 {
	padding: 0.85em 0 0.5em 0;
}

.sidebar .callout_border {
    border: 1px solid #ccc;
    margin-left: -10px;
    _margin-left: 10px;
    margin-bottom: 0.65em;
    width: 247px;
    padding: 1px;
}

.sidebar .callout_border.bottom {
    margin-bottom: 0.3em;
}

.sidebar .callout {
    background: url(../_images/common/grey_gradient.gif) repeat-x 0 0;
	height: 116px;
	width: 247px;
	font-size: 0.77em;
	position: relative;
}

.sidebar .luxury_suites,
.sidebar .directions,
.sidebar .restaurants {
	position: absolute;
	top: 22px;
	left: 30px;
	padding: 20px 0 16px 52px;
}

.sidebar .luxury_suites {
    background: url(../_images/common/icon_lux_suites.gif) no-repeat 0 -4px;
}

.sidebar .restaurants {
    background: url(../_images/common/icon_restos.gif) no-repeat 11px 3px;
}

.sidebar .directions {
    background: url(../_images/common/icon_directions.gif) no-repeat 0 8px;
}

.sidebar .callout li {
    padding-left: 10px;
    line-height: 1.25em;
    background: url(../_images/common/arrow_yellow.gif) no-repeat 0 1px;
}

/* @end */

.stripes {
	color: #fff;
	height: 77px;
	vertical-align: 50%;
	position: relative;
	display: table;
	*overflow: hidden;
	margin-top: -5px;
	*margin-top: -3px;
}

.stripes a.left {
	padding-left: 22px;
}

.stripes a.right {
	padding-right: 22px;
}

.v_align {
	display: table-cell; 
	vertical-align: middle;
	*position: absolute;  
	*top: 50%;
}

.v_align_IE {
	*position: relative;  
	*top: -50%;
	wMode: opaque;
}

.feature_border {
	padding: 1px;
	border: 1px solid #ccc;
}

/* @end */

/* @group HTML Rewrites */

img {
	padding: 0;
	margin: 0;
	border: 0;
}

button {
   	border: 0;
   	background: none;
   	padding: 0;
}

p, table {
	font-size: 0.75em;
	padding: 0 0 1.185em 0;
}

sup {
	vertical-align: super;
	*vertical-align: text-top;
}

table p, table h1, table h2, table h3, table h4, table h5 {
	font-size: 1em;
}

.text ul {	
	padding: 0 0 1.185em 0;
	font-size: 0.75em;
}

.text ul ul,
.text ul ul ul,
.text ul ul ul ul {
	margin-top: 0.5em;
	margin-bottom: -1em;
	margin-left: 10px;
	font-size: 1em;
}

.text li {
	padding: 0 0 0.25em 10px;
	background: url(../_images/common/arrow_yellow.gif) no-repeat 0 3px;
}

ul.lead_adjust li {
	line-height: 1.25em;
	padding-bottom: 1.185em;
}

a {
	text-decoration: none;
	color: #0065a4;
}

a:hover {
	/*text-decoration: underline;*/
	color: #999;
}

.text a {
	font-weight: bold;
} 

.stripes a {
	color: #fff;
}

.yellow {
	color: #999;
}

.stripes a:hover {
	color: #999;
}

h1 {
	font-size: 1.875em;
	line-height: 1em;
	padding: 0.575em 0 0.1em 24px;
	color: #0065a4;
}

h1.ford {
	padding: 14px 0 0 24px;
	*padding-bottom: 2px;
}

h1.ford img {
	margin-left: 20px;
	vertical-align: -5px;
}

h1.ford iframe {
	margin-left: 20px;
	vertical-align: -5px;
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
	padding: 0.575em 0 0.1em 0;
	color: #0065a4;
}

h2.indent {
	padding-left: 10px;
}

h3 {
	font-size: 1.125em;
	font-weight: bold;
	padding: 0 0 0.1em 0;
}

h4 {
	font-size: 1em;
	padding: 0 0 1.2em;
}

h4.phone {
	background: transparent url(../_images/common/icon_phone.gif) no-repeat 0 0;
	padding: 0 0 0 18px;
}

p.phone {
	background: transparent url(../_images/common/icon_phone.gif) no-repeat 2px 0;
	padding: 0 0 1.185em 20px;
}

p.pdf {
	background: url(../_images/common/pdf.gif) no-repeat 0 0;
	padding: 0 0 2px 20px;
}

p.address {
	padding: 0 0 1.185em 20px;
}

h4 a.book_now {
	vertical-align: -10px;
}

h5 {
	font-size: 0.85em;
	font-weight: bold;
	padding: 0 0 0.25em 0;
}

h6 {
	font-size: 0.625em;
	color: #999;
	font-weight: bold;
	padding: 1em 0 1.2em 0;
	text-transform:uppercase;
}

.clear {
	clear: both;
}

.clear.min_spacing {
	height: 10px;
	*height: 6px;
	_height: 0;
	_margin-bottom: -14px;
}

.clear.spacing {
	height: 14px;
	_height: 0;
}

.left {
	float: left;
}

.right {
	float: right; 
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right; 
}

.align_center {
	text-align: center; 
}

.small {
	font-size: 0.69em;
}

.smaller {
	font-size: 0.85em;
}

.large {
	font-size: 1.3em;
	font-weight: bold;
}

.larger {
	font-size: 1.4em;
	font-weight: bold;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

hr {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 10px 0;
	*color:#fff;
}

hr.dotted {
	border-bottom-style: dotted;
}

a:active, a:focus{
	outline:none;
}

.flash_outline {
	padding: 1px;
	border: 1px solid #ccc;
	width: 450px;
	height: 260px;
	margin: -10px 0 10px;
}

/* @end */

/* @group Restos */

ul.restos {
	margin-bottom: 5px;
}

ul.restos li {
	float: left;
	padding-right: 9px;
	width: 216px;
}

ul.restos li a {
	color: #fff;
}

ul.restos li.last {
	padding-right: 0;
	padding-left: 1px;
}

ul.restos li img {
	padding: 1px;
	border: 1px solid #ccc;
}

.restos .stripes {
	background: url(../_images/common/stripes_resto.gif) no-repeat 0 0;
	width: 216px;
	font-size: 0.875em;
}

.restos .v_align_IE {
	text-align: center;
	width: 216px;
}

/* @end */

/* @group Directions */

a.map {
	background: url(../_images/common/icon_magnifier.gif) no-repeat 0 0;
	*background-position: 0 3px;
	font-size: 11px;
	margin-left: 2px;
	padding: 5px 0 2px 18px;
	white-space: nowrap;
}

.directions_left {
	float: left;
	width: 245px; 
	margin-right: 15px;
}

.directions_right {
	float: right;
	width:290px;
}

/* @end */

/* @group Lux Suites */

/*.suites_left {
	float: left;
	width: 220px; 
	margin-right: 20px;
}*/

/*.suites_center {
	float: left;
	width: 170px; 
	margin-right: 20px;
}*/

/*.suites_right {
	float: left;
	width: 170px;
}*/

.lux_suites {
	background: url(../_images/common/lux_bg.gif) repeat-y 200px 0;
}

.lux_suites .item {
	width: 20%; 
	float: left; 
	margin-right: 50px;
}

.lux_suites h4 {
	padding-bottom:0.25em;
	font-size: 0.92em;
}

.lux_suites div.no_marg {
	margin-right: 0;
}

.lux_suites .clear {
	margin-bottom: -10px;
}

/* @end */

/* @group Store */

.call {
	font-size: 0.92em;
	line-height: 1.375em;
	margin: 0.5em 0;
}

.call .number {
	font-size: 1.25em;
	font-weight: bold;
}

.store {
	background: url(../_images/common/canadiens_jersey.jpg) no-repeat 0 16px;
	padding: 12px 0 0 166px;
}

/* @end */

/* @group Tickets */

.tickets {
	background: transparent url(../_images/common/tickets_bg.gif) repeat-y 180px 0;
	/*margin: 1em 0 0 0;*/
	padding: 0;
	display: inline-block;
}

.tickets .item {
	float: left;
	width: 149px;
	padding: 8px 25px 0 25px;
	margin: 0;
	line-height: 0.875em;
}

.tickets .first {
	border-left: none;
	padding: 8px 40px 8px 0;
}

.tickets h3 {
	margin-bottom: 0.7em;
	line-height: 1.125em;
}

h3.person {
	background: transparent url(../_images/common/icon_person.gif) no-repeat 0 0;
	padding-left: 23px;
}

h3.online {
	background: transparent url(../_images/common/icon_online.gif) no-repeat 0 0;
	padding-left: 24px;
}

h3.phone {
	background: transparent url(../_images/common/icon_phone.gif) no-repeat 0 0;
	padding-left: 18px;
}

/* @end */

/* @group Home */

/* @group Now Playing */

.now_playing {
	float: left;
	width: 632px;
	margin-right: 9px;
	line-height:1.231;
}

.now_playing .playing {
	padding: 1px;
	border: 1px solid #ccc;
	height: 382px;
	margin-bottom: 0;
}

.now_playing .playing img {
	padding: 4px 0 0 4px;
}

.now_playing .stripes {
	background: url(../_images/common/stripes.gif) no-repeat 0 0;
	width: 632px;
	height: 77px;
	font-size: 1.3em;
	margin: 0;
}

.now_playing .stripes .featured_outer {
	padding: 1px 0 0 22px;
	margin-top: 2px;
	*margin-top: -1px;
	float: left;
	width: 465px;
	height: 73px;
	overflow: hidden;
	display: table;
	position: static;
	*position:relative;
}

.now_playing .stripes .featured_middle {
	display: table-cell;
	vertical-align: middle;
	position: static;
	*top: 50%;
	*position: absolute;
}

.now_playing .stripes .featured_inner {
	position: static;
	*position: relative;
	*top: -50%;
	padding: 0;
	line-height: 0.85em;
}

.now_playing .stripes .featured_inner .date {
	font-size: 0.75em;
	/*line-height: 1.375em;*/
}

.now_playing .stripes .more_info {
	padding: 21px 20px 0 0;
	float: right;
}

/* @end */

/* @group Calendar */

.event_calendar {
	float: right;
	text-align: center;
	*height: 350px;
	*overflow:hidden;
	*width: 251px;
}

.event_calendar .calendar {
	background: url(../_images/common/calendar_gradient.gif) repeat-x 0 0;
	height: 382px;
	_width: 247px;
	text-align: center;
}

.event_calendar .calendar h2 {
	padding-top: 30px;
	padding-left: 0;
}

.event_calendar .calendar h2.fr {
	font-size: 1.1em;
	padding: 1em 0 0.5em;
}

.event_calendar .browse_months {
	margin: 0.575em 0 0;
}

.event_calendar .browse_months li {
	display: inline;
	font-size: 0.77em;
	font-weight: bold;
	padding: 0 2px;
}

.event_calendar .browse_months img {
	vertical-align: -2px;
}

.event_calendar .stripes {
	background: url(../_images/common/stripes_calendar.gif) no-repeat 0 0;
	width: 251px;
	height: 77px;
	margin-top: 0;
	text-align: left; 
}

.event_calendar .stripes a img {
	margin-left: 75px;
	margin-top: 21px;
}

/* @group Mini Calendar */

table.min_cal {
	width: 180px;
	margin: 0 0 0 30px;
	*margin: 0 0 0 0px;
	font-weight: bold;
}

table.min_cal .month {
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	font-size: 1.1em;
}

table.min_cal .month img {
	vertical-align: -5%;
}

table.min_cal tr.weekday {
	text-transform: uppercase;
	font-size: 10px;
}

table.min_cal td {
	height: 26px;
	width: 22px;
	text-align: center;
	vertical-align: middle;
}

table.min_cal td a {
	color: #fff;
	padding: 0;
}

table.min_cal td.event .day {
	font-size: 10px;
	padding-top: 2px;
}

table.min_cal td.event {
	background: url(../_images/common/day.gif) no-repeat 50% 50%;
	*background: url(../_images/common/day.gif) no-repeat 25% 75%;
}

table.min_cal td.event.highlight {
	background-image: url(../_images/common/current_day.gif);
	color: #fff;
}

table.min_cal td.has_event {
	background-image: url(../_images/common/event_day.gif);
	color: #fff;
}

/* @end */

/* @end */

/* @group Upcoming Events */

#flash_upcoming_events,
.upcoming_events {
	float: left;
	width: 632px;
	margin-right: 9px;
	line-height:1.231;
	*height: 254px;
	*overflow:hidden;
}

.upcoming_events .events {
	margin: 0;
	padding: 0;
}

.upcoming_events .main_event {
	float: left;
	height: 170px;
	_margin-bottom: -3px;
}

.upcoming_events .main_event img {
	padding: 0;
}

.upcoming_events .listings {
	font-size: 0.75em;
	font-weight: bold;
	width: 316px;
	float: right;
}

.upcoming_events .listings ul {
	margin: 0;
	padding: 0;
}

.upcoming_events .listings li {
	padding: 14px 10px 13px;
	_padding: 12px 10px 0px;
}

.upcoming_events .listings li.odd {
	background: #e6e7e8;
}

.upcoming_events .listings li.even {
	background: #fff;
}

.upcoming_events .listings li .label {
	float: left;
	width: 180px;
	height: 15px;
	overflow: hidden;
}

.upcoming_events .listings li .date {
	float: right;
	text-align: right;
	width: 116px;
	height: 15px;
	overflow: hidden;
}

.upcoming_events .stripes {
	background: url(../_images/common/stripes.gif) no-repeat 0 0;
	width: 632px;
	height: 77px;
	font-size: 1.1em;
	margin-top:0;
	line-height:1.231;
}

.upcoming_events .stripes .featured {
	margin-top: 1px;
	padding-top: 25px;
	float: left;
	padding-left: 22px;
	width: 289px;
	font-size: 1.1em;
	border-right: 1px solid #ccc;
	height: 49px;
}

.upcoming_events .stripes .all_events {
	padding-top: 21px;
	float: right;
	padding-right: 20px;
}

/* @end */

.right.advert {
	width: 251px;
}

.bottom_callouts {
	float:left; 
	width: 632px;
}

.callout_img {
	padding: 1px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 16px;
	margin-bottom: 5px;
	height: 250px;
}

.bottom_callouts .no_marg {
	margin-right: 0;
}

.home_sidebar_callouts {
    width: 250px;
    padding: 0;
    float: left;
    margin: 0 0 0 9px;
}

.home_sidebar_callouts .top {
    margin-bottom: 10px;
    *margin-bottom: 13px;
}

/* @end */

/* @group Sitemap */

/*.sitemap
{ line-height: 140%; }

.sitemap ul
{ margin: 0; padding: 0; }

.sitemap ul li
{ margin: 0 0 0 2em; padding: 0; }*/

.sitemap_section ul
{ margin-left: 2em; }

.sitemap_section
{ width: 280px; background: #eee; margin: 2px; padding: 5px 5px 15px 5px; /*float: left;*/ }

.sitemap_section h3
{
	color: #0065a4;
	padding: 0.5em;
	
}

/* @end */

/* @group Calendar */

.text ul.cal_toggle {
	float: left;
	position: absolute;
	padding-left: 2px;
	top: 14px;
	*top: 18px;
}

#bd ul.cal_toggle {
	float: right;
	font-size: 0.77em;
	font-weight: bold;
	margin-top: 29px;
	margin-right: 9px;
	_margin-right: 0;
}

.text ul.cal_toggle.bot_marg {
	margin-bottom: 6px;
}

.text ul.cal_utilities {
	float: right;
	margin-bottom: 0;
	padding-bottom: 0;
}

ul.cal_toggle li,
ul.cal_utilities li {
	float: left;
	background: none;
}

ul.cal_toggle li {
	margin-right: 16px;
	_margin-right: 12px;
	padding: 0;
}

ul.cal_utilities li {
	margin-left: 8px;
}

ul.cal_toggle li a,
ul.cal_utilities li a {
	padding-top: 3px;
	padding-bottom: 4px;
}

ul.cal_toggle li a.pdf {
	background: url(../_images/common/pdf.gif) no-repeat 100% 0;
	padding-right: 22px;
}

ul.cal_toggle li a.print {
	background: url(../_images/common/icon_print.gif) no-repeat 0 0;
	*background-position: 0 3px;
	padding-left: 21px;
}

ul.cal_toggle li a.cal_view {
	background: url(../_images/common/icon_cal_view.gif) no-repeat 0 0;
	*background-position: 0 3px;
	padding-left: 19px;
}

ul.cal_toggle li a.list_view {
	background: url(../_images/common/icon_list_view.gif) no-repeat 0 0;
	*background-position: 0 3px;
	padding-left: 19px;
}

ul.cal_utilities li a.ics {
	background: url(../_images/common/icon_ics.gif) no-repeat 0 0;
	padding-left: 20px;
}

ul.cal_utilities li a.rss {
	background: url(../_images/common/icon_rss.gif) no-repeat 0 0;
	*background-position: 0 3px;
	padding-left: 18px;
}

table.calendar {
	width: 872px;
	line-height: 1.1em;
	/*margin-top: -20px;
	_margin-top: 0;*/
}

.calendar_banner {
    position: absolute;
    z-index: 1;
    height: 60px;
    width: 468px;
    top: -14px;
    *top: 0;
    left: 404px;
}

.eventlisting_banner {
    position: absolute;
    z-index: 1;
    height: 60px;
    width: 468px;
    top: -14px;
    *top: 0;
    left: 404px;
}

table.calendar .month {
	font-size: 2.4em;
	font-weight: bold;
	padding: 16px 0 10px;
	*padding: 16px 0 9px;
}

table.calendar tr.weekday {
	color:#fff;
	text-transform:uppercase;
	font-size: 0.92em;
	height: 40px;
	*height: 39px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999;
}

table.calendar tr.weekday td {
	padding-top: 3px;
	*padding-top: 0;
	*border-top:1px solid #999;
	background-image: url(../_images/common/day_bar.gif);
	background-repeat: no-repeat;
}

table.calendar tr.weekday td.day_0 {
	background-position: 1px 1px;
	*border-left:1px solid #999;
}

table.calendar tr.weekday td.day_1 {
	background-position: 0px 1px;
}

table.calendar tr.weekday td.day_2 {
	background-position: -2px 1px;
}

table.calendar tr.weekday td.day_3 {
	background-position: 0px 1px;
}

table.calendar tr.weekday td.day_4 {
	background-position: -2px 1px;
}

table.calendar tr.weekday td.day_5 {
	background-position: 0px 1px;
}

table.calendar tr.weekday td.day_6 {
	background-position: -746px 1px;
	*border-right:1px solid #999;
}

table.calendar td.event {
	border: 1px solid #999;
	height: 100px;
	_min-height: 100px;
	width: 124px;
	vertical-align: top;
	font-size: 0.92em;
}

table.calendar td.event .events {
	padding: 10px;
	text-align: center;
}

table.calendar td.highlight {
	background: #e5e5e5;
}

table.calendar td.event .day {
  vertical-align: top;
  text-align: right;
  color: #999;
  font-weight: bold;
  padding: 10px 10px 5px 10px;
  font-size: 1.3em;
}

table.calendar td.event div.events p{
  padding: 0px;
}

.no_results {
	background: #f3f3f3; 
	border: 1px solid #ddd; 
	padding: 20px; 
	width: 830px; 
	margin: 30px 0 0 0; 
	line-height: 140%;
}

.no_results input.input {
	font-size: 14px; 
	width: 300px;
}

/* @group Pagination */

.pagination
{ padding: 0 0 35px 0; text-align: center; color: #aaa; font-size: 0.77em; margin-top: -20px; font-weight: bold;
}

.pagination a
{ border: 1px solid #ccc; padding: 3px 6px 2px 6px; text-decoration: none; }

.pagination a:hover
{ border: 1px solid #ccc; padding: 2px 6px; text-decoration: none; background:#0065A4 ; color: #fff;}

.pagination b
{ border: 1px solid #ccc; padding: 3px 6px 2px 6px; }

/* @end */

/* @end */

/* @group Event Listings */

ul.listings {
	margin-top: 36px;
	*margin-top: 44px;
}

ul.listings li.item {
	background: url(../_images/common/listings_bg.gif) repeat-x 0 100%;
	padding: 0;
	margin: 0;
	border: 1px solid white;
}

ul.listings li.item table.event_listing {
	font-size: 1em;
	line-height: 1.1em;
}

ul.listings li.header {
	background: #999;
	text-transform: uppercase;
	color: #fff;
}

ul.listings li.item td {
	padding: 4px 15px 2px 0;
}
 
ul.listings li.header th {
	padding: 4px 15px 2px 0;
}

ul.listings li.item td.photo,
ul.listings li.item th.photo {
	width: 100px;
}

ul.listings li.item td.show,
ul.listings li.item th.show {
	width: 295px;
}

ul.listings li.item td.date,
ul.listings li.item th.date {
	width: 80px;
	text-align: center;
}

ul.listings li.item td.on_sale,
ul.listings li.item th.on_sale {
	width: 175px;
}

ul.listings li.item td.buttons,
ul.listings li.item th.buttons {
	width: 190px;
}

ul.listings li.item td.date .month {
	text-transform:uppercase;
	line-height: 1em;
}

ul.listings li.item td.date .date {
	font-size: 2.6em;
	line-height: 1em;
}

ul.listings li.item td.date .day {
	font-size: 0.77em;
	color: #999;
	text-transform:uppercase;
	font-weight: bold;
}



/* @end */

/* @group Directions */

.parking_icon {
	float:left; 
	margin: -4px 5px 0 0;
}

.metro_icon {
	vertical-align:middle;
	float:left;
	margin: -4px 5px 0 0;
}

/* @end */

/* @group Coming Soon */

body#coming_soon {
	height: 100%;
}

body#coming_soon #bd {
	*padding-bottom: 10px;
}

body#coming_soon #content {
	_padding-bottom: 0;
	_margin-bottom: -8px;
}

#coming_soon #outer {
	display: table; 
	position: static;
	height: 100%; 
	width: 100%;
	overflow: visible; 
	*position: relative;
}

#coming_soon #middle {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
	*position: absolute; 
	*top: 50%;
} /* for explorer only*/

#coming_soon #inner {
	height: 375px;
	position: static;
	width: 922px; 
	margin-left: auto; 
	margin-right: auto;
	*position: relative; 
	*top: -50%
} /* for explorer only */

#coming_soon ul {
	margin: 0 0 6px 1px;
}

#coming_soon ul li {
	float: left;
	padding: 0;
	/*width: 311px;*/
}

#coming_soon ul li a {
	color: #0065a4;
	*line-height: 150%;
}

#coming_soon ul li.last {
	padding: 0;
}

#coming_soon ul li img.frame {
	padding: 1px;
	border: 1px solid #ccc;
}

#coming_soon ul .stripes {
	background: url(../_images/coming_soon/knurl.gif) no-repeat 0 0;
	margin-top: -6px;
	width: 311px;
	height: 62px;
	font-size: 1.1em;
}

#coming_soon ul .v_align_IE {
	text-align: center;
	width: 311px;
}

#coming_soon #ft {
	padding: 4px;
	margin: 0;
}

#coming_soon #ft .left {
	padding-left: 75px;
	margin: 0;
}

#coming_soon #ft .right {
	padding-right: 75px;
	margin: 0;
}



/* @end */

/* @group Form */

table.form td {
	padding: 0 10px 15px 0;
}

table.form td.label {
	text-align: right;
}

table.form td input.input {
	border: 1px solid #ccc;
	width: 300px;
	font-size: 1em;
	color: #666;
	padding: 2px 1px 1px;
}

table.form td input.required {
	border: 1px solid #ccc;
	background: #FFFFCF;
	width: 260px;
	font-size: 1em;
	padding: 2px 1px 1px;
}

table.form td select {
	border: 1px solid #ccc;
	min-width: 265px;
	font-size: 1em;
	color: #666;
	/*background: #FFFFCF;*/
}

table.form td textarea {
	border: 1px solid #ccc;
	font-size: 1em;
	color: #666;
}

table.form td textarea.message {
	border: 1px solid #ccc;
	font-size: 1em;
	color: #666;
	width: 400px;
	height: 200px;
}


/* @end */


/* @group util classes */
.hide {
  display:none;
  visibility: hidden;
}

