/*
	SITE WIDE SPECIFIC STYLES

	All styles can go in here and can override the main.css file. Please include all custom classes etc in here this will not display in the cms on the backend only frontend design.
	
*/

@import "reset.css";
@import "fonts.css";
@import "../menu/stylesheet.css";
@import "main.css";

html {
	height: 100.1%;
}

body {
	text-align: center;
	background: #D8A343 url(../images/bg_texture.jpg);
}

/* Classes */
label.policy {
	line-height: 44px;
	vertical-align: top;
}

img.submit {
	cursor: pointer;
}

.oldPrice {
	text-decoration: line-through;
}

.specialPrice, .productSpecialPrice {
	color: red;
}

.inputRequirement {
	color: red;
}

.spacer {
   clear: both;
}

td.main {
	vertical-align: top;
}

td.mainInput {
	padding: 0 0 0.5em 0;
}

img.title {
	position: relative;
	left: -1px;
}

.about p {
   margin: 1em;
}

.about img  {
   float: left;
   display: block;
   margin: 0 1em 1em 0;
   border: 1px solid black;
}

.press  {
   text-align: center;
   clear: both;
}

.press p {
   margin: 1em 0;
}

.press table p {
   margin: 0;
}

.press table img {
   border: 1px solid black;
}

.press table {
   width: 100%;
}

.cms_column  {
   width: 500px;
   float: left;
}

.image_column {
   width: 200px;
   float: right;
}

.image_column img {
   margin: 0 0 4em 0;
   display: block;
}

/* Global Sections */
/* Container */
#container {
	position: relative; /* allow everything to be positioned absolutely within it */
	width: 845px;
	margin: 0 auto;
	text-align: left; /* reset the alignment */
	background: url(../images/body_bg_01.jpg) repeat-y;
}

body.menu #container {
	background: url(../images/body_bg_01_divided.jpg) repeat-y;
}

/* HEADER */
#header {
	width: 845px;
	height: 153px;
	background: url(../images/header.jpg) no-repeat;
}

#header h1 a {
	position: absolute;
	top: 17px;
	left: 60px;
	text-indent: -9999em;
	display: block;
	width: 245px;
	height: 85px;
	overflow: hidden;
}

#header ul.nav {
	position: absolute;
	top: 114px;
	left: 50%;
	margin-left: -366px; /* width / 2 for the tabs that arent totally centered */
	width: 738px;
	height: 31px;
}

#header ul.nav li {
	float: left;
	margin-right: 3px;
	margin-left: 0;
	list-style-type: none;
}

#header ul.nav li.last {
	margin-right: 0px;
}

#header ul.nav li a {
	width: 120px;
	height: 31px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	background-position: 0px -60px;
	background-repeat: no-repeat;
}

#header ul.nav li a.home {
	background-image: url(../images/nav/nav_home_over.gif);
}

#header ul.nav li a.services {
	background-image: url(../images/nav/nav_services_over.gif);
}

#header ul.nav li a.calendar {
	background-image: url(../images/nav/nav_calendar_over.gif);
}

#header ul.nav li a.ourMenu {
	background-image: url(../images/nav/nav_our_menu_over.gif);
}

#header ul.nav li a.aboutUs {
	background-image: url(../images/nav/nav_about_us_over.gif);
}

#header ul.nav li a.faq {
	background-image: url(../images/nav/nav_faq_over.gif);
}

#header ul.nav li a:hover {
	background-position: 0px 1px;
}

/* LOCATION SELECTOR */
#locationSelector {
	width: 220px;
	height: 69px;
	position: absolute;
	top: 6px;
	right: 24px;
}

#locationSelector .location {
	position: absolute;
	top: 12px;
	left: 72px;
	font-size: 0.7em;
	font-weight: bold;
	color: #6A5A4D;
	font-family: tahoma, arial, sans-serif;
}

#locationSelector .location a {
	font-weight: normal;
	text-decoration: none;
	color: #9d8d80;
}

#locationSelector .location a:hover {
	text-decoration: underline;
}

#locationSelector .account a {
	position: absolute;
	top: 32px;
	display: block;
	width: 57px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999em;
	float: left;
}

#locationSelector .account a.signUp {
	left: 50px;
}

#locationSelector .account a.login, #locationSelector .account a.logoff {
	left: 126px;
}

#locationSelector .account a.signUp {
   background: url(../languages/catalog/english/images/buttons/med_sign_up.gif);
}

#locationSelector .account a.login {
   background: url(../languages/catalog/english/images/buttons/med_login.gif);
}

#locationSelector .account a.logoff {
   background: url(../languages/catalog/english/images/buttons/med_logout.gif);
}

/* BODY */
#body {
	clear: both;
	position: relative;
	min-height: 450px;
}

body.home #body {
	min-height: 610px;
}

/* Content */
#content {
   width: 797px;
   margin: 0 auto;
}

#content img.title {
	margin-bottom: 1em;
}

body.menu #content img.title {
   margin-bottom: 0;
}

#content div.main {
	margin: 0 15px 0em 25px;
	padding-bottom: 2em;
}

body.home #content div.main {
	padding-bottom: 0em;
}

#content .hero {
	float: right;
	width: 387px;
	height: 342px;
	background: url(../images/hero.jpg) no-repeat;
}

#content .homecms {
	width: 350px;
	margin: 1em 0;
}

#content .newCustomer {
	width: 55%;
}

#content #cta {
	margin-top: 3em;
	position: relative;
	height: 160px;
}

#content #cta .cta {
   position: absolute;
   top: 0;
   width: 230px;
   height: 154px;
}

#content #cta .cta2 {
   left: 50%;
   margin-left: -115px;
}

#content #cta .cta3 {
   right: 0;
}

div.main h1 {
	
}

div.main h2 {
	font-size: 16px;
	font-weight: bold;
}

div.main h3 {
	
}

div.main h4 {
	
}


/* FOOTER */
#footer  {
    position: relative;
	margin: 0 auto;
	width: 845px;
	height: 135px;
	background: url(../images/footer.jpg) center top no-repeat;
}

#footer ul.nav {
	position: absolute;
	top: 48px;
	left: 50%;
	margin-left: -206px;
	width: 412px;
}

#footer ul.nav li {
	float: left;
	margin-left: 0;
	list-style-type: none;
}

#footer ul.nav li a {
	display: block;
	height: 1em;
	text-indent: -9999em;
	overflow: hidden;
}

#footer ul.nav li a.home {
	width: 38px;
}

#footer ul.nav li a.ourMenu {
	width: 70px;
}

#footer ul.nav li a.giftCertificates {
	width: 100px;
}

#footer ul.nav li a.faq {
	width: 39px;
}

#footer ul.nav li a.termsOfService {
	width: 102px;
}

#footer ul.nav li a.contactUs {
	width: 62px;
}

#footer ul.corpnav {
	position: absolute;
	top: 67px;
	left: 50%;
	margin-left: -142px;
	width: 295px;
}

#footer ul.corpnav li {
	float: left;
	margin-left: 0;
	list-style-type: none;
}

#footer ul.corpnav li a {
	display: block;
	height: 1em;
	text-indent: -9999em;
	overflow: hidden;
}

#footer ul.corpnav li a.corpHome {
	width: 76px;
}

#footer ul.corpnav li a.franchiseInfo {
	width: 74px;
}

#footer ul.corpnav li a.aboutUs {
	width: 52px;
}

#footer ul.corpnav li a.contactUs {
	width: 82px;
}

/* EATS */
#eats a {
	position: absolute;
	top: 106px;
	left: 50%;
	width: 200px;
	height: 24px;
	margin-left: -93px;
	text-indent: -9999em;
	overflow: hidden;
}

/* Specific Page Sections */
/* Session Selection */
#sessionbox {
	position: relative;
	width: 596px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #726459;
	background: url(../images/session_selection_background.gif) 0 -1px repeat-x;
	border-bottom: 1px solid #d7cdc3;
}

#typeSelection, #dateSelection, #timeSelection {
	width: 33%;
	float: left;
	text-align: center;
}

#typeSelection select, #timeSelection select {
	width: 100px;
}

#sessionbox button {
	text-indent: -9999em;
	width: 24px;
	height: 24px;
	padding: 0px;
	border: none;
	margin: 0 4px;
	background-position: 0px 0px;
	overflow: hidden;
}

#sessionbar_message {
	background: url(../images/message.jpg) no-repeat;
	width: 543px;
	height: 121px;
	position: relative;
}

#sessionbar_message h1 {
	color: #99575B;
	position: absolute;
	top: 20px;
	left: 140px;
	font-weight: bold;
}

#sessionbar_message p {
	position: absolute;
	top: 40px;
	left: 140px;
	width: 300px;
	color: #7C705E;
}

#sessionbar_message p.assistance {
	top: 20px;
	left: 440px;
	width: 100px;
	font-size: 0.8em;
}

#sessionbar_help {
	height: 30px;
}

.open {
   display: block;
}

.closed {
   display: none;
}

#openAssistance  {
	font-size: 0.8em;
    position: absolute;
    top: 129px;
    left: 489px;
}

/* Session Bar Menus */
#sessionbox {
   z-index: 5;
}

#sessionbox input {
   position: relative;
   width: 75px;
}

#sessionbox .sessionMenu {
   position: relative;
}

#sessionbox .sessionMenu .jumpSession {
   left: 2px;
   width: 24px;
   height: 24px;
   margin: 4px 2px;
   cursor: pointer;
   overflow: hidden;
}

#buttonSessionType {
	position: relative;
	top: -5px;
	background: url(../menu/images/red.gif) no-repeat;
}

#buttonSessionTime {
	position: relative;
	top: -5px;
	background: url(../menu/images/grey.gif) no-repeat;
}

#sessionbox .sessionMenu ul {
   position: absolute;
   top: 6px;
   left: -110px;
   display: block;
   text-align: center;
   border: 1px solid #ccc;
   cursor: pointer;
}

#sessionbox .sessionMenu ul li {
	margin-left: 0;
	list-style-type: none;
}

#sessionbox .sessionMenu ul li.odd {
   background: #FAFAFA;
}

#sessionbox .sessionMenu ul li.even {
   background: #F5F5F5;
}

#sessionbox .sessionMenu ul li a {
   text-decoration: none;
   font-size: 12px;
   display: block;
   padding-right: 5px;
}

#sessionbox .sessionMenu ul li a:hover {
	background: #e8e4db;
}

#jumpSessionType {
	top: 22px;
	left: -80px;
	width: 120px;
}

#jumpSessionType ul li {
	margin-left: 0;
	list-style-type: none;
}

#jumpSessionType li a {
	width: 115px;
}

#jumpSessionTime {
	top: 22px;
	left: -80px;
	width: 150px;	/* default width - js should set this based on max. length of content */
}

#jumpSessionTime li a {
	width: 145px;	/* default width - js should set this based on max. length of content */
}

/*IE FIXES*/
#typeSelection label {
    position: relative;
    top: -3px;}
#timeSelection label {
    position: relative;
    top: -3px;}
#buttonSessionType {
    top: 1px;}
#buttonSessionTime {
    top: 1px;}
#sessionbox .sessionMenu ul {
   top: 24px;
}

/* Menu */
#jump  {
	display: none;
}

body.menu #content div.main {
	width: 530px;
}

#content .monthLink {
   display: none;
}

.nextMonth, .prevMonth {
	display: block;
	width: 200px;
	text-align: center;
	margin: 0 auto 10px auto;
	font-weight: bold;
	font-size: 15px;
}

#content .categoryHeading {
	background: url(../images/sub-category_bar.gif) no-repeat;
	color: #866C5B;
	margin-bottom: 1em;
	padding: 0 6px;
	line-height: 25px;
	height: 25px;
	width: 520px; /* 532 - 6x2 */
}

#content .staticListing {
	background: url(../images/sub-category_bar_long.gif) no-repeat;
	width: 743px; /*755 - 6x2 */
}

#content .categoryHeading h2 {
	font-weight: bold;
	float: left;
}

#content .categoryHeading span.top {
	float: right;
}

#content .categoryHeading .jumpMenu {
	cursor: pointer;
	position: relative;
}

#content .categoryHeading .jumpMenu .jumpTo {
	background: url(../images/small_jump.gif) no-repeat;
	text-indent: -9999em;
	width: 62px;
	height: 17px;
	margin: 4px 0;
	display: block;
	overflow: hidden;
}

#content .categoryHeading .jumpMenu a.jumpTo:hover {
	background-position: 0 -17px;
}

#content .categoryHeading .jumpMenu a.jumpTo:active, #content .categoryHeading .jumpMenu a.jumpTo:active {
	background-position: 0 -34px;
}

#content .categoryHeading .jumpMenu ul {
   position: absolute;
   right: 0px;
   display: block;
   text-align: right;
   width: 150px;
   border: 1px solid #ccc;
}
#content .categoryHeading .jumpMenu ul li.odd a {
   background: #FAFAFA;
}

#content .categoryHeading .jumpMenu ul li.even a {
   background: #F5F5F5;
}

#content .categoryHeading .jumpMenu ul li a {
   text-decoration: none;
   font-weight: bold;
   display: block;
}

#content .categoryHeading .jumpMenu ul li a:hover {
	background: #e8e4db;
}

#content .productListing-data  {
	vertical-align: top;
	padding-bottom: 2em;
}

#content .rowodd.colodd, #content .roweven.coleven {
   background: #FAF1EA;
}

#content .productListing .productImage {
	width: 124px;
	height: 110px;
	overflow: hidden;
	border: 1px solid #d7cdc3;
	margin: 0 1em 0 0;
}

#content .productListing .productName {
	display: block;
	margin-bottom: 1em;
}

#content .productListing a.productLink {
	color: #5f6b2b;
	text-decoration: none;
	font-weight: bold;
}

#content .productListing .more {
	display: none;
}

#content .productListing .buy_now {
	width: 50px;
	height: 50px; /* same height as .price */
}

#content .productListing .buy_now img {
	padding: 2px;
}

#content .productListing .price {
	width: 80px;
	height: 50px; /* same height as .buy_now */
	display: block;
}

#content .productListing .price .label {
	display: block;
}

#grabngoBanner {
	text-align: center;
	padding-bottom: 15px;
}

#grabngoButton {
	position: absolute;
	top: 7px;
	left: 646px;
}


/* Columns Style Display Menu */
.productImage {
	border: 1px solid #ccc;
	width: 124px;
	height: 124px;
	overflow: hidden;
	margin: 0 auto;
}

.monthlyProduct #allergy, .extraProduct #allergy {
	display: none;
}

.monthlyProduct p, .extraProduct p, .extraProductPrice {
	text-align: center;
}

.monthlyProduct a, .extraProduct a {
	color: #5f6b2b;
	text-decoration: none;
}

.small .productLink {
   display: none;
}

.buy_now {
	text-align: center;
	margin-bottom: 1em;
}

.buy_now.half {
	margin-bottom: 2em;
}

.buy_now label {
	display: block;
}

.buy_now a {
	vertical-align: middle;
	padding-left: 2px;
}

/* Description Lightbox */
body.popup {
	background: url(../images/lightbox_tiling_bg.gif);
	margin: 0;
}

body.popup div.container {
	width: 750px;
	margin: 0 auto;
}

body.popup h1 {
	font-size: 2em;
	text-align: left;
	color: #5f6b2b;
	margin: 0.4em;
}

body.popup .productImageLarge {
	border: 1px solid #ccc;
	width: 220px;
	height: 300px;
		float: left;
}

body.popup div.content {
	text-align: left;
	overflow: auto;
	width: 295px;
	height: 325px;
	padding: 0 0 0 15px;
}

body.popup div.container div.description,
body.popup div.container div.instructions {
	margin-bottom: 1em;
	padding-right: 5px;
}

body.popup div.container h2 {
	text-decoration: underline;
	font-size: 1.2em;
	margin: 0 0 1em 0;
}

body.popup a.close {
	text-indent: -999em;
	overflow: hidden;
		position: absolute;
		bottom: 15px;
		right: 15px;
}

/* Shopping Cart */
#cart {
	position: absolute;
	top: 72px;
	right: 26px;
	float: right;
	width: 198px;
}

#cart ul.nav {
	position: absolute;
	top: 0px;
	left: 0px;
}

#cart ul.nav li {
	float: left;
	margin-left: 0;
	list-style-type: none;
}

#cart ul.nav li a {
	display: block;
	height: 35px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(../catalog_images/pixel_trans.gif);
}

#cart ul.nav li a.login {
	width: 52px;
}

#cart ul.nav li a.account {
	width: 82px;
}

#cart ul.nav li a.register {
	width: 63px;
}

#shoppingcart {
	position: relative;
    padding-top: 47px;
}

#cartbox {
	position: absolute;
	top: 4px;
}

#cartbox img.shoppingcart {
	position: absolute;
    top: 0;
	left: 0;
}

#cartboxContents {
	position: relative;
    top: 10px;
	width: 186px
}

#cartboxContents td.deleteProduct{
	padding-left: 4px;
	height: 22px;
}

.over, .moduleRowSelected, .moduleRow {
	background: #e8e4db;
}

#cart strong {
	color: #917a6a;
}

/* Buttons */
button {
	background-color: transparent;
	border: none;
	margin: 0;
	height: 26px;
	padding-top: 26px;
	color: white;
	overflow: hidden;
	cursor: pointer;
	background-position: 0 0;
	background-repeat: no-repeat;
	outline: none;
   -moz-outline-style: none;
}

button.continue {
	background-image: url(../languages/catalog/english/images/buttons/button_continue.gif);
	width: 82px;
}

button.add_to_cart {
	background-image: url(../languages/catalog/english/images/buttons/small_add.gif);
	width: 46px;
}

button.sign_in {
	background-image: url(../languages/catalog/english/images/buttons/button_login.gif);
	width: 82px;
}

button.send {
	background-image: url(../languages/catalog/english/images/buttons/button_send.gif);
	width: 82px;
}

button.update {
	background-image: url(../languages/catalog/english/images/buttons/button_update.gif);
	width: 82px;
}

button.confirm_order {
	background-image: url(../languages/catalog/english/images/buttons/button_confirm_order.gif);
	width: 82px;
}

button.zoom_in {
	background-image: url(../languages/catalog/english/images/buttons/button_zoom_in.gif);
	width: 82px;
}

button.select_location {
	background-image: url(../languages/catalog/english/images/buttons/button_select_location.gif);
	width: 82px;
}

a.button {
	display: block;
	height: 26px;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
    -moz-outline-style: none;
}

a.button.continue {
	background-image: url(../languages/catalog/english/images/buttons/button_continue.gif);
	width: 82px;
}

a.button.back {
	background-image: url(../languages/catalog/english/images/buttons/button_back.gif);
	width: 46px;
}

a.button.checkout {
	background-image: url(../images/cart_checkout.gif);
	width: 82px;
}

a.button.checkoutgrey {
	background-image: url(../images/cart_checkout_grey.gif);
	width: 82px;
	background-position: 0 0;
}

a.button.view {
	background-image: url(../languages/catalog/english/images/buttons/small_view.gif);
	width: 46px;
}

a.button.edit {
	background-image: url(../languages/catalog/english/images/buttons/small_edit.gif);
	width: 46px;
}

a.button.delete {
	background-image: url(../languages/catalog/english/images/buttons/button_delete.gif);
	width: 46px;
}

a.button.add_address {
	background-image: url(../languages/catalog/english/images/buttons/button_add_address.gif);
	width: 82px;
}

a.button.redeem {
	background-image: url(../languages/catalog/english/images/buttons/button_redeem.gif);
	width: 82px;
}

a.button.back_to_menu {
	background-image: url(../languages/catalog/english/images/buttons/button_back_menu.gif);
	width: 82px;
	margin-top: 1em;
}

a.button.close {
	background-image: url(../languages/catalog/english/images/buttons/button_done.gif);
	width: 41px;
	margin-top: 1em;
}

a.button.back:hover, a.button.continue:hover, a.button.checkout:hover, a.button.view:hover, a.button.edit:hover, a.button.delete:hover, a.button.add_address:hover, a.button.redeem:hover, a.button.back_to_menu:hover, a.button.close:hover, button:hover {
	background-position: 0 -26px;
}

a.button.back:active, a.button.back:focus, a.button.continue:active, a.button.continue:focus, a.button.checkout:active, a.button.checkout:focus, a.button.view:active, a.button.view:focus, a.button.edit:active, a.button.edit:focus, a.button.delete:active, a.button.delete:focus, a.button.add_address:active, a.button.add_address:focus, a.button.redeem:active, a.button.redeem:focus, a.button.back_to_menu:active, a.button.back_to_menu:focus, a.button.close:active, a.button.close:focus, button:active, button:focus {
	background-position: 0 -52px;
}

/*SMALL BUTTONS*/
a.button.view {
	background-image: url(../languages/catalog/english/images/buttons/small_view.gif);}
a.button.edit {
	background-image: url(../languages/catalog/english/images/buttons/small_edit.gif);}
a.button.delete {
	background-image: url(../languages/catalog/english/images/buttons/small_delete.gif);}
a.button.close {
	background-image: url(../languages/catalog/english/images/buttons/small_close.gif);
}
	a.button.view,
	a.button.edit,
	a.button.delete,
	a.button.close {
		width: 46px;
		height: 26px;
		margin: 2px 0;
	}
	a.button.view:hover,
	a.button.edit:hover,
	a.button.delete:hover,
	a.button.close:hover {
	background-position: 0 -26px;
	}
	a.button.view:active,
	a.button.view:focus,
	a.button.edit:active,
	a.button.edit:focus,
	a.button.delete:active,
	a.button.delete:focus,
	a.button.close:active,
	a.button.close:focus {
	background-position: 0 -52px;
	}

a.button img {
	display: none;
}

/*Corporate - Franchise Info Form */
#request {	
	width: 80%;
	border: 1px solid #DDDDDD;
	margin: 20px 0;
}
#request td {
	padding: 3px;
	text-align: left;
}	

/* Help */
div.help {
   margin: 1em auto;
   width: 80%;
   text-align: left;
}

div.help ol {
   list-style-type: decimal;
}

div.help ol li {
   margin: 0.5em 1em;
}

/* Calendar */
table.month {
	width: 625px;
}

.monthname {
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
}

.prevMonthNav a, .nextMonthNav a {
	display: block;
	height: 26px;
	line-height: 26px;
	vertical-align: bottom;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.prevMonthNav a {
	text-align: left;
	padding-left: 28px;
	background-image: url(../images/arrow_previous.gif);
}

.nextMonthNav a {
	text-align: right;
	padding-right: 28px;
	background-image: url(../images/arrow_next.gif);
	background-position: 100% 0;
}

.prevMonthNav a:hover {
	background-position: 0 -26px;
}

.nextMonthNav a:hover {
	background-position: 100% -26px;
}

.prevMonthNav a:focus, .prevMonthNav a:active {
	background-position: 0 -52px;
}

.nextMonthNav a:focus, .nextMonthNav a:active {
	background-position: 100% -52px;
}

.prevMonthNav img, .nextMonthNav img {
	display: none;
}

.dayname {
	width: 14%;
	text-align: center;
}

.monthday, .event, .saturday, .sunday, .nomonthday, .today, .todayevent {
	height: 90px;
	vertical-align: top;
	border: 1px solid #7b7b7b;
	padding: 2px;
	font-size: 0.8em;
	text-align: left;
}

.nomonthday {
	color: #999;
	font-size: 0.7em;
}

.monthday a, .event a, .saturday a, .sunday a, .nomonthday a, .today a, .todayevent a {
	text-decoration: none;
}

.legendTop {
	text-align: center;
}

.legendBottom {
	text-align: center;
}

a .schedule1, span.schedule1, span.schedule2, a .schedule3, span.schedule3, a .schedule4, span.schedule4, a .schedule5, span.schedule5, a .schedule6, span.schedule6, a .schedule7, span.schedule7, a .schedule8, span.schedule8, a .schedule9, span.schedule9, a .schedule10, span.schedule10
{
	font-weight: bold;
}

span.pastevent, span.full {
	font-weight: normal;
}

a .schedule1, span.schedule1 {
	color: #5c6f2e;
}

a .schedule2, span.schedule2 {
	color: #000;
}

a .schedule3, span.schedule3 {
	color: #a84b81;
}

a .schedule4, span.schedule4 {
	color: #d37d2e;
}

a .schedule5, span.schedule5 {
	color: #dd422e;
}

a .schedule6, span.schedule6 {
	color: #2A20E0;
}

a .schedule7, span.schedule7 {
	color: #40C540;
}

a .schedule8, span.schedule8 {
	color: #40C540;
}

a .schedule9, span.schedule9 {
	color: #40C540;
}

a .schedule10, span.schedule10 {
	color: #40C540;
}

.legendBottom .schedule7, .legendBottom .schedule8, .legendBottom .schedule9, .legendTop .schedule7, .legendTop .schedule8, .legendTop .schedule9 {
	display: none;
}

#content .eventcontent a {
	text-decoration: none;
}

#content .eventcontent {
	display: block;
	margin: 2px;
}

a:hover .schedule1, a:hover .schedule3, a:hover .schedule4,  a:hover .schedule5, a:hover .schedule6, a:hover .schedule7, a:hover .schedule8, a:hover .schedule9, a:hover .schedule10 {
	text-decoration: underline;
}

#mapContainer {
	background: url(../images/location_selector.jpg) no-repeat;
	width: 715px;
	height: 284px;
	position: absolute;
	top: 0;
	left: 0;
}

#mapContainer #state, #mapContainer #location {
	position: absolute;
	left: 54px;
	width: 250px;
}

#mapContainer #state {
	top: 100px;
}

#mapContainer #location {
	top: 166px;
}

#map_canvas {
	position: absolute;
	top: 64px;
	left: 374px;
}

#save {
   position: absolute;
   top: 211px;
   left: 125px;
}

#close {
   position: absolute;
   top: 11px;
   left: 665px;
   width: 35px;
   height: 16px;
}

#close a {
   text-indent: -9999em;
   display: block;
   overflow: hidden;
}

