/*
// $Id: wrapper-terrain.css,v 1.4 2010/03/24 23:26:11 karenk Exp $
// $Revision: 1.4 $
// $Author: karenk $
//
// $Log: wrapper-terrain.css,v $
// Revision 1.4  2010/03/24 23:26:11  karenk
// almost finish booking widget (need property code)
//
// Revision 1.3  2009/10/26 17:27:35  karenk
// *** empty log message ***
//
// Revision 1.2  2009/10/05 18:01:58  karenk
// new flash, homepage highlights, wrapper tweaks.
//
// Revision 1.1  2009/10/02 20:36:01  karenk
// *** empty log message ***
//
// Revision 1.1  2009/10/02 00:49:27  karenk
// *** empty log message ***
//
*/
body {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-align: center;
 	margin: 0px 0px 0px 0px;
}
a, input, #flashOverlayContainer {   
    outline: none;   
}

body table {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

a:link {
	color: #90704e;
}
a:visited {
	color: #90704e;
}
a:hover {
	color: #90704e;
}

#tdLeftNav {
	background: url(/lmr/SiteBase/wrap/theme1/images/sub.terrain.nav.bg.jpg) no-repeat left top;	
	background-color: #6f6f6f;
}
#tdInteriorContent{
	background-color: #fff;
}

#divInteriorContent{
}
#divInteriorWideContent{
}

#divLeftNav .leftNavLevel1 {
	font-family: Georgia;
	font-size: 20px;
	color: #fff;
	margin: 0 0 10px 0;	
}
#divLeftNav .leftNavLevel1 a {
	color: #fff;
	text-decoration: none;
}
#divLeftNav .leftNavLevel2 {
	font-family: Helvetica;
	font-size: 13px;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
}
#divLeftNav .leftNavLevel2 a {
 	margin: 0 0 0 2px;
 	padding: 0 0 0 8px; 
	text-decoration: none;
	color: #fff;
}
#divLeftNav .leftNavLevel2 a.navOnOpen {
 	background: url(/lmr/SiteBase/wrap/theme1/images/navbar.minus.jpg) no-repeat left;
	text-decoration: none;
	color: #f89828;
}
#divLeftNav .leftNavLevel2 a.navOnClosed {
	background: url(/lmr/SiteBase/wrap/theme1/images/navbar.plus.jpg) no-repeat left;
	text-decoration: none;
	color: #f89828;
}
#divLeftNav .leftNavLevel2 a.navOnEmpty {
	text-decoration: none;
	color: #f89828;
}
#divLeftNav .leftNavLevel2 a:hover {
	text-decoration: none;
	color: #f89828;
}
#divLeftNav .leftNavLevel3 {
	font-family: Helvetica;
	font-size: 13px;
	line-height: 22px;
	color: #fff;
	text-decoration: none;	
	margin: 0 0 0 25px;
}
#divLeftNav .leftNavLevel3 a {
	color: #fff;
	text-decoration: none;	
}
#divLeftNav .leftNavLevel3 a.navOn {
	color: #f89828;
	text-decoration: none;	
}
#divLeftNav .leftNavLevel3 a:hover {
	color: #f89828;
	text-decoration: none;	
}


#divBookingWidget {
	width: 216px;
}
.widgetText {
	font-size: 18px;
}
#ycalendars {
	font-family: Times New Roman;
	font-style: normal;
	font-size: 12px;
	color: #28241a;
	z-index: 1000;
}

#cal1Container {
	display:none;
	position:absolute;
	left: 0px;
	top: 80px;
	width: 175px;
	z-index:102;
} 
#cal2Container {
	display:none;
	position:absolute;
	left: 186px;
	top: 80px;
	width: 175px;
	z-index:102;
} 
#closeCalX {
	display:none;
	position:absolute;
	left:345px;
	top:85px;
	z-index:103;
}
