﻿.holidaytab
{
	background:#99dd99;
	color:#aa2222;
	font-weight:bold;
}

#specialEvent
{
	display:none;
	position:absolute;
	left:275px;
/*
	top:235px;
*/
	top:285px;
	font-size:1em;
	font-family:Arial;
	font-style:italic;
	opacity:.85;
	vertical-align:middle;
}

#specialEventNotice
{
	position:absolute;
	display:block;
	visibility:hidden;
	top:260px;
	left:315px;
	width:300px;
	height:330px;
	background-color: #3399CC;
	border:2px solid white;
	padding:0;
}

#specialEventNotice h1
{
	font-size:1.5em;
	color:#333333;
	background:#FFAA88;
	margin-top:0;
	magin-bottom:0;
}

#specialEventNotice div.innerGreen
{
	border:4px solid green;
	text-align:left;
	font-family:Arial, Sans-Serif;
	font-size:1em;
	font-weight:normal;
	height:100%;
	background-image: url(images/food/superBowlNotice.gif);
	background-repeat:no-repeat;
	background-color:#CCFFFF;
}

#specialEventNotice div.innerGreen div.contents
{
	padding:8px;
	padding-top:0;
}


#specialEventNotice div.innerGreen p:first-line
{
	letter-spacing:.1em;
	word-spacing: 1em;
	font-size:1.1em;
}
.closeBox
{
	float:right;cursor:pointer;padding:0 4px 0 4px;border:1px solid black;background:#BB8888;font-weight:bold;
}