﻿html, body{
padding: 0px;
margin:0;
/*Needed for no top margin in Opera*/margin-left: 0px;
background-color: #070D3F;
background-image: url('images/Background/Main4.gif');
scrollbar-face-color:#3B1916;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#808080;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#732703;
}

body, div{
padding: 0;
margin: 0;
}

.box1{
margin-top: 5px;
margin-left: auto;
width: 800px;
margin-right: auto;
}

a:link{
color: #FFFFCC;
}

a:visited{
color: #FFFFCC;
}

a:hover{
color: Yellow;
}

#fullheight{
height: 30%;
}

.center{
margin-left: auto;
margin-right: auto;
text-align: center;
}

table.Masthead{
width: 800px;
height: 157px;
margin-left: auto;
margin-right: auto;
border: 2px;
border-color: #DEB908;
border-style: solid;
xborder-collapse: collapse;
border-bottom-style: none;
background-color: #09104B;
background-image: url('images/Masthead/FullMastPhone.gif');
}

table.Content{
width: 800px;
height: 425px;
xheight: 100%;
margin-left: auto;
margin-right: auto;
border: 2px;
border-color: #DEB908;
border-style: solid;
border-collapse: collapse;
border-bottom: 0px;
background-color: #601000;
}

td.Content{
width: 100%;
vertical-align: top;
padding-left: 10px;
}

.Content p{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: white;
padding-right: 10px;
line-height: 1.25em;
margin-top: 0px;
margin-bottom: 15px;
}

.Item{
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
color: #FFFFCC;
font-style: italic;
font-weight: bold;
}

table.Footer{
width: 800px;
height: 42px;
margin-left: auto;
margin-right: auto;
margin-bottom: 8px;
border: 2px;
border-style: solid;
border-color: #DEB908;
border-collapse: collapse;
border-top: 0px;
padding: 0px;
background-color: Black;
}

table.Border{
width: 100%;
height: 40px;;
border: 0px;
border-style: solid;
border-color: black;
border-collapse: collapse;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
text-align: center;
background-image: url('images/FooterBackground.gif');
background-repeat: repeat;
}

/* CSS Used For Background Images*/
.bgimage{
position: absolute;
z-index: 0;
width: 1px; /* hide the image if no JS is available */;
height: 1px; /* hide the image if no JS is avaialble */;
background-color: transparent;
}

.transparent { background: transparent; }

table.Content{
background: transparent;
position: relative;
z-index: 2;
}

/* CSS for SPECIALS */
.xWSitem{
display: none;
}

.WSitem h2{
border: 5px;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 0px;
padding: 0;
color: white;
font-size: 11pt;
}

.WSitem p{
margin-top: 0px;
margin-bottom: 7px;
color: white;
padding-left: 15px;
font-size: 8pt;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
}

#WeeklySpecial{
margin-right: 10px;
height: 240px;
xoverflow: auto;
filter: alpha(opacity=95);
-moz-opacity: 0.95;
-khtml-opacity: 0.95;
opacity: 0.95;
font-family: Arial, Helvetica, sans-serif;
}

#WeeklySpecial a {
font-size: 10pt;
}

a.wsSelected {
color: black; 
background-color: white;
text-decoration: none;
border: 1px solid black; 
padding-left:1px;
padding-right:1px;

} 


#xxxWeeklySpecial a:focus, #xxxWeeklySpecial a:active {
color: black; 
background-color: white;
text-decoration: none;
border: 1px solid black; 

} 

/* http://css-tricks.com/css-transparency-settings-for-all-broswers/

Here is what each of those CSS properties is for:

opacity: 0.5; This is the ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“most importantÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â one because it is the current standard in CSS.
 This will work in most versions of Firefox, Safari, and Opera. This would be all you
 need if all browsers supported current standards. Which, of course, they donÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢t.

filter:alpha(opacity=50); This one you need for IE.

-moz-opacity:0.5; You need this one to support way old school versions of the Mozilla browsers
      like Netscape Navigator.

-khtml-opacity: 0.5; This is for way old versions of Safari (1.x) when the rendering
      engine it was using was still referred to as KTHML, as opposed to the current WebKit.
*/
.transparent9{
filter: alpha(opacity=95);
-moz-opacity: 0.95;
-khtml-opacity: 0.95;
opacity: 0.90;
}

.WeeklySpecials{
width: 450px;
background-color: transparent;
border: 2px solid #DEB908;
float: left;
}

.WeeklyTitleBox{
background: rgb(0,0,0);
padding-top: 3px;
padding-bottom: 3px;
font-weight: bold;
font-size: 11pt;
color: white;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.2em;
margin-bottom: 5px;
border-bottom: 1px;
border-bottom-style: solid;
border-bottom-color: #DEB908;;
}

/* VIP CLUB */

span.Club{
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
font-weight:bold;
color: #FFFFCC;
cursor: pointer;
text-decoration:underline;
padding-left: 20px;
}


<!-- ################## START OF DAILY SPECIAL ################ -->

.DSDay{
display: none;
}

.DSDay h2{
border: 5px;
margin-left: 5px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0;
color: black;
font-size: 12pt;
}

.DSDay p{
margin-top: 0px;
margin-bottom: 7px;
color: white;
padding-left: 15px;
font-size: 11pt;
font-weight: bold;
}

#DailyPopup{
position: absolute;
display: none;
xmax-height: 200px;
xoverflow: auto;
filter: alpha(opacity=95);
-moz-opacity: 0.95;
-khtml-opacity: 0.95;
opacity: 0.95;
font-family: arial;
z-index: 5;
}

/* http://css-tricks.com/css-transparency-settings-for-all-broswers/

Here is what each of those CSS properties is for:

opacity: 0.5; This is the “most important” one because it is the current standard in CSS.
 This will work in most versions of Firefox, Safari, and Opera. This would be all you
 need if all browsers supported current standards. Which, of course, they don’t.

filter:alpha(opacity=50); This one you need for IE.

-moz-opacity:0.5; You need this one to support way old school versions of the Mozilla browsers
      like Netscape Navigator.

-khtml-opacity: 0.5; This is for way old versions of Safari (1.x) when the rendering
      engine it was using was still referred to as KTHML, as opposed to the current WebKit.
*/
.transparent9{
filter: alpha(opacity=95);
-moz-opacity: 0.95;
-khtml-opacity: 0.95;
opacity: 0.95;
}

.DailySpecials{
background: rgb(150,59,40);
border: 2px solid black;
xpadding: 5px;
position: absolute;
left: 170px;
top: 210px;
width: 500px;
}

.DailyTitleBox{
background: rgb(0,0,0);
padding: 0px;
font-weight: bold;
font-size: 14pt;
color: white;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.2em;
margin-bottom: 15px;
}


table.theLinks{
width: 800px;
xheight: 425px;
xheight: 100%;
margin-left: auto;
margin-right: auto;
border: 2px;
border-color: #DEB908;
border-style: solid;
border-collapse: collapse;
border-bottom: 0px;
background-color: #601000;
}

td.theLinks{
width: 100%;
vertical-align: top;
padding-left: 10px;
}

.theLinks p{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: white;
padding-right: 10px;
line-height: 1.25em;
margin-top: 0px;
margin-bottom: 15px;
}
