﻿body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color: #000000;
	height: 100%;
}

form {
    display: inline;
}

a {
    font-weight: bold;
    color: #d2232a;
	text-decoration: none;
}
a.goldBtnLarge {
    display: block;
    width: 128px;
    height: 38px;
    padding: 12px 0 8px 0;
    background-image: url(/FFWF/images/goldBtnLarge.gif);
    background-repeat: no-repeat;
    background-position: top left;
    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
a.goldBtnLarge:hover {
    background-image: url(/FFWF/images/goldBtnLarge_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.purpleFrameSmall {
    border: none;
}
img.aquaFrame {
    border: solid 4px #74cdb8;
}
img.burgundyFrameSmall {
    border: solid 1px #000000;
}
img.burgundyFrame, img.purpleFrame {
    border: solid 4px #000000;
}

.subtitleBar {
    background-color: #000000;
    font-weight: bold;
    color: #ffffff;
    padding:2px 0 2px 4px;
}

.titleBar 
{
	margin: 0;
    padding: 7px 2px 7px 2px;
    background-color: #000000;
    font-weight: bold;
    color: #ffffff;
	text-align:center;
}

input {
    border: solid 1px #74cbc8;
    background-color: #b6e1dd;
    color: #000000;
}

.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 
{
	float:left;
	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: #000000;
	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 12px 0 5px;
	color: #ffffff;
	font-weight: bold;
	font-size:110%;
	text-decoration: none;
	text-transform: uppercase;
}
.leftNav ul li a:hover {
    color: #ffffff;
    background-image: url(/FFWF/images/redRightArrow.gif);
    background-repeat: no-repeat;
    background-position: 2px right;
}

/* right column container styles */
.rightColumn {
	float:left;
	margin: 52px 0 0 0;
	width: 612px;
	padding: 20px 10px 10px 20px;
	background-color: #000000;
	color: #ffffff;
}
.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 .whiteContentContainer table 
{
	font-size: 11px;
}

.rightColumn .whiteContentContainer table td
{
	padding:2px 0 2px 0;
	margin:0;
}

.rightColumn .whiteContentContainer table.logos
{
	margin:0;
	padding:0;
}

.rightColumn .whiteContentContainer table.sponsors td
{
	padding:8px;
}

.rightColumn .whiteContentContainer table.logos td
{
	padding:2px;
}
.rightColumn a.purpleArrowLink, .rightColumn a.purpleOverBar {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    padding-right: 11px;
    background: url(/FFWF/images/purpleRightArrow.gif) no-repeat right center;
}
.rightColumn a.purpleOverBar {
    padding: 2px 11px 8px 0;
    background-position: right 5px;
}
.rightColumn a.purpleOverBar:hover {
    text-decoration:underline;
}
.rightColumn .heading {
    font-size: 25px;
    color: #ffffff;
    text-transform:uppercase;
}
.rightColumn .subheading {
    font-size: 16px;
    color: #ffffff;
}

.rightColumn .whiteContentContainer .subheading, .rightColumn .redContentContainer .subheading
{
    font-size: 16px;
    color: #000000;
}

.rightColumn .subheading2 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
.rightColumn .whiteContentContainer, .rightColumn .redContentContainer 
{
    margin: 10px 0 10px 0;
    padding: 10px 10px 2px 10px;
    background-color: #ffffff;
    color: #000000;
}

.rightColumn .redContentContainer
{
	background-color:#d2232a;
}

.rightColumn .whiteContentContainer
{
	border: solid 4px #d2232a;
}

.rightColumn .indentedItem img  
{
    border: solid 1px #000000;
}
.rightColumn .whiteContentContainer .hotelListing td, .rightColumn .whiteContentContainer .eventHighlights
{
    color: #000000;
    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: #000000;
}
.jsPopupContent {
    padding: 10px;
    background-color: #ffffff;
	border: solid 4px #d2232a;
}
.jsPopupContent td
{
	vertical-align:top;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}
.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 #d2232a;
    background-color: #ffffff;
    color: #000000;
}
.chefListWindow .jsPopupContent .popupTitle {
    background-color: #000000;
    color: #ffffff;
}
.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: #000000;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.jsPopupContent .popupLeftColumn {
    padding-top: 10px;
    float: left;
}
.jsPopupContent .popupRightColumn {
    padding-top: 10px;
    float: right;
    width: 262px;
}
