html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

body {
	font: normal normal 13pt Times;
	color:#FFEFDB;
	background-color:#020216;
}

body.scrolls {
	scrollbar-3dlight-color:gray;
	scrollbar-arrow-color:darkgray;
	/*scrollbar-base-color:white;*/
	scrollbar-darkshadow-color:gray;
	scrollbar-face-color:white;
	scrollbar-highlight-color:LightGrey;
	scrollbar-shadow-color:gray;
	scrollbar-track-color:#FFEFDB;
	/*filter:chroma(color=white);*/
}

body.wash {
	/*background:scroll #EEEFF3 url(resources/oldenwash.jpg) center 0 no-repeat;*/
	/*background:scroll #F8F8FA url(resources/oldenwm.jpg) center 0 no-repeat;*/
	background:scroll #FFFFE6 url(resources/oldenwash-sepia.jpg) center 0 no-repeat;
}

.roofline {
	background:scroll white url(resources/roofline.gif) center 0 no-repeat;
}

.transparent {
	background-color:transparent;
}

a {
	color:#FFEFDB;
	text-decoration:none;
	font: normal bold 10pt Arial;
	line-height:30px;
}

a.nav:hover, a.navhead:hover {
	color:#FFEFFF;
}

div.navlink {
	padding-top:20px;
}

a.nav.current {
	color:#C00000;
}

.leftcol {
	width:12%;
	float:left;
	overflow:hidden;
}

.middlecol {
	width:58%;
	float:right;
	margin-left:0px;
}

.rightcol {
	width:29%;
	float:right;
	overflow:hidden;
}

.contentleftcol {
	width:20%;
	float:left;
}

.contentmiddlecol {
	width:50%;
	float:left;
	margin-left:0px;
}

.contentrightcol {
	width:30%;
	float:left;
}

div.rightcol div img {
	width:100%;
}

div.rightcol div img.OT_Widget_Img {
	width:145px;
	height:89px;
	float:none;
}

.navlink a {
	display:inline-block;
	border-bottom:4px ridge #FFEFDB;
	border-right:2px ridge #FFEFDB;
	border-top:1px ridge #FFEFDB;
	padding-right:5px;
	margin-top:3px;
	width:65%;
}

.roundedbox {
	background:url(resources/roundedbox.png) right top no-repeat;
}

table.opentimes {
	float:left;
}

table.opentimes  td {
	color:#C00000;
	font-size:72.25%;
	padding-right:5px;
	vertical-align:top;
	text-align:left;
}

.lefty {
	text-align:left!important;
}

.linky {
	color:#0000FF;
	font-size: 85%;
}

#content {
	/*text-align:center;*/
	padding: 10px;
}

.contact {
	float:left;
	margin-top:15px;
	margin-left:15px;
	font-weight:bold;
	text-align:left;
}

.outermap {
	float:right;
}

.map {
	margin-top:15px;
	margin-right:15px;
	margin-bottom:15px;
	width:350px;
	height:350px;
	border:1px inset;
}

.belowmap {
	
}

/*table {
	margin-left:auto!important;
	margin-right:auto!important;
}*/

.indent1 {
	margin-left:20px;
}

.indent2 {
	margin-left:40px;
}

#loading {
	display:none;
	height:50px;
	width:100px;
	padding:10px;
	margin-top:60px;
	text-align:center;
	vertical-align:center;
	background-color:LightBlue;
	font:normal lighter 12pt Arial;
	border:3px inset #FFFFFF;
}

.toptable {
	padding-left:15px;
	padding-top:15px;
	height: 200px;
	clear:both;
	display:none;
	border: 1px inset #FFEFDB;
}
/* OpenTable styling */

#OT_searchWrapper, #OT_logo, #OT_logoLink {
	background-color:#020216;
}

#OT_logo {
	top:130px;
}

#OT_logoLink A {
	font-size:9px;
	font-weight:normal;
	color:#0000FF;
}

#OT_searchWrapper #imageCal TABLE TR  .months {
	color: #FFEFDB;
}
#OT_searchWrapper #imageCal TABLE TR  .clickableDays {
	color: #020216;
}
