/* 
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
* { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
	list-style: none;
}
iframe {
	border: 0;
}

/* 
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
body {
	text-align: center;
	margin: 0px auto;
	background-image: url(../images/page-background.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #4d3e4e;
	line-height: 1.4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FFF;
}
a {
	color: #563d5b;
	cursor: pointer;
	text-decoration: underline;
}
a:focus {
	-moz-outline: 0;
	outline: 0;
	outline-offset: 0;
}
a img {
	border: 0;
} 
h1,h2,h3 {
	color: #563d5b;
	letter-spacing: -1px;
	font-size: 15pt;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
p {
	margin: 0 0 18px 0;
}
small {
	font-size: 9px;
	line-height: 1.2;
}
strong {
	font-weight: bold;
}
hr {
	border: none;
	border-bottom: #563d5b solid 1px;
}

/* 
-----------------------------------------------------------------------------
LAYOUT: Global (cascading order)
-----------------------------------------------------------------------------*/
#header {
	position: relative;
	margin: 0px auto;
	width: 488px;
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
	background-color: #0f0111;
	text-align: left;
	padding: 20px 20px 15px 20px;
}
#page {
	position: relative;
	margin: 0px auto;
	width: 488px;
	background-color: #0f0111;
	padding: 0px 20px;
	padding-bottom: 1px;
	text-align: left;
}
#footer {
	position: relative;
	margin: 0px auto;
	width: 488px;
	padding: 20px;
	font-size: 9pt;
	background-color: #0f0111;
}
/* 
-----------------------------------------------------------------------------
HEADER CSS
-----------------------------------------------------------------------------*/
#logo {
	margin-bottom: 20px;
}
#menu {
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
}
#menu li {
	display: inline;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	padding: 0px 5px;
}
#menu a:hover {
	color: #563d5b;
	text-decoration: underline;
}
#menu .sub-menu, #menu .sub-menu a {
	font-size: 12px;
	color: #888;
}
/* 
-----------------------------------------------------------------------------
FOOTER CSS
-----------------------------------------------------------------------------*/
#brightsite {
	float: left;
	text-align: left;
}
#footer-menu {
	text-align: right;
}
#footer-menu li {
	display: inline;
}
#footer-menu a {
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
}
#footer-menu a:hover {
	color: #563d5b;
	text-decoration: underline;
}
/* 
-----------------------------------------------------------------------------
Menu CSS
-----------------------------------------------------------------------------*/
.food-menu p {
	padding: 3px 0px;
	margin: 0px;
}
.price {
	color: #9F7CB1;
}
.day {
	font-size: 12pt;
	color: #563d5b;
	letter-spacing: -1px;
}
.veg {
	color: #336600;
}
.small {
	font-size: 10pt;
}
.food-menu tr {
	border-top: 1px solid #333;
}
#top-box {
	position: relative;
	margin-left: 144px;
	width: 200px;
	border-bottom: 1px solid #563D5B;
	text-align: center;
}
#top-box h2 {
	font-size: 12pt;
	margin: 5px 0px;
	color:#FFF;
}
/* 
-----------------------------------------------------------------------------
Contact CSS
-----------------------------------------------------------------------------*/
.input {
	border: 1px solid #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	padding: 2px;
	margin: 2px;
}
.select {
	border: 1px solid #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	padding: 0px;
	margin: 2px;
}
.label {
	color: #666;
    padding-right: 3px;
}
.button {
    background-color: #563d5b;
    border-color: #CCC #555 #555 #CCC;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
    margin-left: 2px;
    padding: 2px 15px 3px 15px;
    text-align: center;
    cursor: pointer;
}
#contact-risa table {
	line-height: 1.2;
}
/* 
-----------------------------------------------------------------------------
Sitemap CSS
-----------------------------------------------------------------------------*/
.sitemap li {
	margin-left: 40px;
}
/* 
-----------------------------------------------------------------------------
Contact CSS
-----------------------------------------------------------------------------*/
input.dashboard,
select.dashboard {
	width: 90px;
	float: left;
}

button.dashboard {
	background: url(../images/icons/dashboard-icon.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 10px;
	width: 20px;
	margin-top: 3px;
}
button.dashboard:hover,
button.dashboard.active {
	background-position: 0 20px;
}

div.dashboard {
	background: url(../images/icons/dashboard.png);
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
}	
div.dashboard * {
	margin: 0;
	padding: 0;
}	
div.dashboard div {
	background: none !important;
	cursor: move;
	height: 165px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}	

div.dashboard caption {
color: #795997;
font: normal 12px/17px Arial, Helvetica, sans-serif;
padding-top: 4px;
text-align: center;
width: 100%;
}
div.dashboard caption a {
	cursor: pointer;
	display: block;
	height: 11px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 16px;
	width: 11px;
}
div.dashboard caption a.prev {
	background-image: url(../images/icons/dashboard-prev.gif);
	left: 1px;
}
div.dashboard caption a.next {
	background-image: url(../images/icons/dashboard-next.gif);
	right: 1px;
}
div.dashboard caption a:hover {
	background-position: 0 11px;
}
div.dashboard caption span {
	height: 25px;
	position: relative;
	text-align: center;
}
div.dashboard caption span.month {
	padding-right: 8px;
}
div.dashboard caption span.month:after {
	content: ',';
}

div.dashboard table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}
div.dashboard td,
div.dashboard th {
	border: 0;
	color: #999;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 19px;
	text-align: center;
	width: 21px;
}
div.dashboard td {
	color: #333;
	font-size: 11px;
	padding-right: 5px;
	text-align: right;
	width: 16px;
}
div.dashboard td.invalid {
	color: #666;
}
div.dashboard td.valid {
	color: #FFF;
	cursor: pointer;
}
div.dashboard td.active,
div.dashboard td.hover {
	color: #795997;
	cursor: pointer;
}