﻿body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color: #d4db90;
	height: 100%;
}

form {
    display: inline;
}

a {
    font-weight: bold;
    color: #48182d;
	text-decoration: none;
}
a.blueBtnLarge {
    display: block;
    width: 125px;
    height: 38px;
    padding: 9px 0 8px 0;
    background-image: url(/FoxwoodsFoodAndWine/images/blueBtnLarge.gif);
    background-repeat: no-repeat;
    background-position: top left;
    color: #48182d;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
a.blueBtnLarge:hover {
    background-image: url(/FoxwoodsFoodAndWine/images/blueBtnLarge_on.gif);
}
a.purpleBtnSmall {
    display: block;
    width: 37px;
    height: 16px;
    padding: 2px 0 2px 0;
    position: relative;
    z-index: 200;
    background-image: url(/FoxwoodsFoodAndWine/images/purpleBtnSmall.gif);
    background-repeat: no-repeat;
    background-position: top left;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
a.purpleBtnSmall:hover {
    background-image: url(/FoxwoodsFoodAndWine/images/purpleBtnSmall_on.gif);
}
a.purpleBtnShort {
    display: block;
    width: 180px;
    height: 15px;
	margin: 0;
	padding: 0 5px 0 5px;
	font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    background-image: url(/FoxwoodsFoodAndWine/images/purpleBtn.gif);
    background-repeat: no-repeat;
    background-position: top right;
}
a.purpleBtnShort:hover {
    background-image: url(/FoxwoodsFoodAndWine/images/purpleBtn_on.gif);
}
a.purpleBtnShortSmall {
    display: block;
    width: 110px;
    height: 15px;
	margin: 0;
	padding: 0 5px 0 5px;
	font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    background-image: url(/FoxwoodsFoodAndWine/images/purpleBtnShort.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}
a.purpleBtnShortSmall:hover {
    background-image: url(/FoxwoodsFoodAndWine/images/purpleBtnShort_on.jpg);
}
a.purpleBtnLarge {
    display: block;
    width: 125px;
    height: 18px;
    padding: 9px 0 8px 0;
    background-image: url(/FoxwoodsFoodAndWine/images/purpleBtnLarge.gif);
    background-repeat: no-repeat;
    background-position: top left;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
a.bannerBtn {
    position: absolute;
    left: 313px;
    top: 8px;
    background-image: url(/FoxwoodsFoodAndWine/images/weekendPackageBtn.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    width: 149px;
    height: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    padding: 7px 0px 5px 140px;
}

.smallFont {
    font-size:11px;
}

img {
	padding: 0;
	margin: 0;
	border: none;
}
img.purpleFrame {
    border: solid 4px #48182d;
}
img.purpleFrameSmall {
    border: solid 1px #48182d;
}
img.aquaFrame {
    border: solid 4px #74cdb8;
}
img.burgundyFrameSmall {
    border: solid 1px #842b37;
}
img.burgundyFrame {
    border: solid 4px #842b37;
}

.subtitleBar {
    padding: 5px;
    background-color: #842b37;
    font-weight: bold;
    color: #ffffff;
}

.titleBar {
    padding: 5px;
    background-color: #842b37;
    font-weight: bold;
    color: #ffffff;
	text-align:center;
	z-index:20;
	width:135px;
}

.nameBar {
	position:absolute;
    background-color: transparent;
    top:-8px;
	left:1;
	z-index:10;
}

input {
    border: solid 1px #74cbc8;
    background-color: #b6e1dd;
    color: #842B37;
}

.tintLayer {
     display: none;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 10;
     background-color: #000000;
     filter: alpha(opacity=50);
     -moz-opacity: .50;
     opacity: .50;
     width: 100%;
     height: 100%;
}

.blueGradientBar {
    width: 540px;
    height: 36px;
    padding: 7px 4px 3px 25px;
    background-image: url(/FoxwoodsFoodAndWine/images/blueGradientBar.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: center;
}
.blueGradientBar span {
    font-size: 11px;
}
.blueGradientBar span.separator {
    margin: 0 20px;
}

/* left column container styles */
.leftColumn {
	position: absolute;
	width: 259px;
	text-align: right;
	height: 100%;
}
.leftColumnContent {
	padding-right: 35px;
}
.leftColumnContent .foxwoodsLogo, .leftColumnContent .mgmLogo, .leftColumnContent .sponsoredByLogo {
	padding: 12px 0 10px 0;
}

/* logo container styles */
.logo {
	color: #842b37;
	padding:14px 35px 0 0;
}
.logo span {
	padding-right: 35px;
}

/* left navigation styles */
.leftNav {
	padding: 20px 30px 20px 30px;
}
.leftNav ul {
	margin: 0;
	padding: 0;
}
.leftNav ul li {
	margin: 0;
	padding: 1px 0 2px 0;
	list-style: none;
}
.leftNav ul li a {
    display: block;
	margin: 0;
	padding: 0 5px 0 5px;
	color: #48182d;
	font-weight: bold;
	text-decoration: none;
}
.leftNav ul li a:hover {
    color: #ffffff;
    background-image: url(/FoxwoodsFoodAndWine/images/purpleBtn.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

/* right column container styles */
.rightColumn {
	position: relative;
	top: 52px;
	left: 259px;
	width: 612px;
	padding: 20px 10px 10px 20px;
	background-color: #48182d;
	color: #48182d;
}
.rightColumn ul, .jsPopupContent ul {
    margin: 0 0 0 30px;
    padding: 0;
    list-style-type: circle;
}
.rightColumn ul li, .jsPopupContent ul li {
    padding: 2px 0px 2px 0px;
}
.rightColumn a.purpleArrowLink, .rightColumn a.purpleOverBar {
    color: #48182d;
    text-decoration: none;
    font-weight: bold;
    padding-right: 11px;
    background: url(/FoxwoodsFoodAndWine/images/purpleRightArrow.gif) no-repeat right center;
}
.rightColumn a.purpleOverBar {
    padding: 2px 11px 8px 0;
    background-position: right 5px;
}
.rightColumn a.purpleOverBar:hover {
    color: #ffffff;
    background: url(/FoxwoodsFoodAndWine/images/purpleBarShadow.png) no-repeat left top;
}
.rightColumn .heading {
    font-size: 25px;
    color: #d4db90;
    text-transform:uppercase;
}
.rightColumn .subheading {
    font-size: 16px;
    color: #ffffff;
}
.rightColumn .whiteContentContainer .subheading {
    font-size: 16px;
    color: #842b37;
}
.rightColumn .subheading2 {
    font-size: 14px;
    font-weight: bold;
    color: #842b37;
}
.rightColumn .whiteContentContainer {
    margin: 10px 0 10px 0;
    padding: 10px;
    background-color: #ffffff;
    color: #842b37;
}
.rightColumn .indentedItem img  
{
    border: solid 1px #842b37;
}
.rightColumn .whiteContentContainer .hotelListing td, .rightColumn .whiteContentContainer .eventHighlights
{
    color: #842b37;
    font-size:12px;
}
.rightColumn .indentedItem {
    padding: 5px 5px 5px 20px;
}
table.eventHighlights {
    width: 500px;
}
table.eventHighlights tr {
    vertical-align: top;
    text-align: left;
}
table.eventHighlights tr td, table.eventHighlights tr th {
    padding-top: 3px;
    padding-bottom: 3px;
}
table.eventHighlights tr th {
     width: 110px;
     padding-left: 5px;
}
.rightColumn table.hotelListing {
    margin-top: 10px;
}
.rightColumn table.hotelListing tr {
    vertical-align: top;
    text-align: left;
}
.rightColumn table.hotelListing img {
    margin-right: 10px;
}
.rightColumn div.coupon {
    clear: both;
    margin: auto;
    padding: 0 10px 10px 0;
    width: 368px;
    height: 220px;
    background: url(/FoxwoodsFoodAndWine/images/CouponShadow.jpg) no-repeat top left;
}

/* javascript popup container styles */
.jsPopupContainer {
    position: absolute;
    z-index: 100;
    display: none;
    font-size: 11px;
    font-weight: normal;
    color: #842b37;
}
.jsPopupContent {
    padding: 10px;
    background-color: #ffffff;
    border: solid 4px #48182d;
}
.jsPopupContent td
{
	vertical-align:top;
    font-size: 11px;
    font-weight: normal;
    color: #842b37;
}
.smallWindow {
    /* drop shadow container */
    width: 278px;
    height: 178px;
    padding: 0 10px 10px 0;
    /*background: url(/FoxwoodsFoodAndWine/images/smallPopupBackground.png) no-repeat top left;*/
}
.smallWindow .jsPopupContent {
    width: 250px;
    height: 150px;
}
.mediumWindow {
    /* drop shadow container */
    width: 300px;
    height: 250px;
    padding: 0 10px 10px 0;
    /*background: url(/FoxwoodsFoodAndWine/images/mediumPopupBackground.png) no-repeat top left;*/
}
.mediumWindow .jsPopupContent {
    width: 272px;
    height: 222px;
}
.largeWindow {
    /* drop shadow container */
    width: 436px;
    height: 336px;
    padding: 0 10px 10px 0;
    /*background: url(/FoxwoodsFoodAndWine/images/largePopupBackground.png) no-repeat top left;*/
}
.largeWindow .jsPopupContent {
    width: 408px;
    height: 308px;
}
.xLargeWindow {
    width: 436px;
    height: 636px;
    padding: 0 10px 10px 0;
    /*background: url(/FoxwoodsFoodAndWine/images/xLargePopupBackground.png) no-repeat top left;*/
}
.xLargeWindow .jsPopupContent {
    width: 408px;
    height: 608px;
}
.chefListWindow {
    width: 700px;
    height: 580px;
    padding: 0 10px 10px 0;
    /*background: url(/FoxwoodsFoodAndWine/images/chefListShadow2.png) no-repeat top left;*/
}
.chefListWindow .jsPopupContent {
    width: 672px;
    height: 552px;
    /* color changes */
    border: solid 4px #74cbc8;
    background-color: #ffffff;
    color: #48182d;
}
.chefListWindow .jsPopupContent .popupTitle {
    background-color: #b6e1dd;
    color: #48182d;
}
.largeChefListWindow {
    width: 700px;
    height: 890px;
    padding: 0 10px 10px 0;
    /*background: url(/FoxwoodsFoodAndWine/images/chefListShadow3.png) no-repeat top left;*/
}
.largeChefListWindow .jsPopupContent {
    width: 672px;
    height: 552px;
    /* color changes */
    border: solid 4px #74cbc8;
    background-color: #ffffff;
    color: #48182d;
}
.largeChefListWindow .jsPopupContent .popupTitle {
    background-color: #b6e1dd;
    color: #48182d;
}
.jsPopupContent .popupTitle {
    padding: 3px 5px 3px 5px;
    background-color: #842b37;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.jsPopupContent .popupLeftColumn {
    padding-top: 10px;
    float: left;
}
.jsPopupContent .popupRightColumn {
    padding-top: 10px;
    float: right;
    width: 262px;
}