.text_blue {
	/* text 11 general blue */	
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 11px;	
	color : #0c6593;
	line-height: 120%;	
}
.text_black {	
	/* text 12 general black */	
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 12px;	
	color : #000000;
	font-weight: bold;	
	line-height: 120%;
}
.text {
	/* text 12 general*/
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 12px;	
	color : #0c6593;
	line-height: 120%;
}
.text_red {
	/* text 12 general red */
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 12px;	
	color : #d50317;
	line-height: 120%;
}
.page_title {
	/* titles */ 
	font-family : Arial, Helvetica, sans-serif;
    font-size : 15px;
	color: #126FA2;
    font-weight: bold;	
	line-height: 120%;
	letter-spacing: 1pt;
}
.subtitles_blue {
	/* subtitles 13 blue */
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 13px;	
	color : #155F93;
	FONT-WEIGHT: bold;
	line-height: 120%;
}
.subtitles_yellow {
	/* subtitles 13 yellow */
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 13px;	
	color : #d57a03;
	font-weight: bold;
	line-height: 120%;
}
.captions {
	/* small text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0a6bb0;
}
.nl_titleblue {
	/* newsletter title blue 18px */
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #167eb5;
	line-height: normal;
}
.nl_titlered {
	/* newsletter title red 20px */
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #ca061f;
	line-height: normal;
}
/*** end visible styles .............................................. ***/

body {	
	text-align: left;
	margin: 0;
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 12px;	
	color : #155F93;
}
#palingment {
	text-align: center;
}
#sub_content h1 {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 15px;
	color: #126FA2;
    font-weight: bold;	
	line-height: 120%;
	letter-spacing: 1pt;
}
.bg_1 {
	background: #408eb7 url('../images/main_subbg.gif') center top repeat-y;
	background-position: center top;
}
img {
	border : none;
}
td {	
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 12px;	
}
li { 
	list-style-type: square;
    color: #0f9fb9;
}
input { 
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e90b31;
	border: 1px solid #0f9fb9;
	padding: 1px 1px 1px 2px;
}
textarea { 
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e90b31;
	width: 230px;
	height: 75px;
	border: 1px solid #0f9fb9;
}
select { 
    font-family : Verdana, Helvetica,sans-serif;
	font-size: 11px;
	color: #0f9fb9;
}
form {
	margin: 0;
	padding: 0;
}
A {
    COLOR: #076b81;
    text-decoration: none;
}
A:hover {
    color: #df7004;
    text-decoration: none;
}
/*** site style elements .............................................  ***/

.clear {
	clear: both;
}
#container {
	margin: auto;
	text-align: left;
	width: 850px;
	background: #ffffff url('../images/curve_top.gif') center top no-repeat;
}
#header {
	margin: 10px 10px 10px 10px;
	background: #ffffff;
}
#header .logo {
	float: left;
	padding: 10px 0 0 10px;
	width: 310px ;
}
#header .links {
	float: right;
	text-align: right;
	padding: 20px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#408eb7;
}
#header .links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#408eb7;
	text-decoration: none;
	font-weight: bold;
}
#header .links a:hover {
	color:#106795;
	text-decoration: none;
}

/*** Navigation ....................................................... ***/
#navigation {
	padding: 0 10px 0 10px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul li {
	position: relative;
	float: left;
	list-style: none;
}
#navigation ul li a {
	display: block;
	background-image: url('../images/nav.gif');
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 8.6pt;
	color: #012676;
	font-weight: bold;
}
#navigation ul li a span {
	display: block;
	background-image: url('../images/nav_corner.gif');
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 25px;
	padding: 0 20px 0 20px;
	text-decoration: none;
	cursor: pointer;
}
#navigation ul li a:hover {
	background-image: url('../images/nav_over.gif');
}
#navigation ul li a:hover span {
	background-image: url('../images/nav_over_corner.gif');
}
#navigation ul li.on a {
	background-image: url('../images/nav_on.gif');
}
#navigation ul li.on a span {
	background-image: url('../images/nav_on_corner.gif');
	color: #ffffff;
}
#undernav {
	margin: auto;
	padding: 0px 10px 0 10px;
	text-align: center;
}
#undernav .undernav_blue {
	background-image: url('../images/blue.gif');
	background-repeat: repeat-x;
	width: 830px;
	line-height: 15px;
	text-align: center;
}

/*** End Navigation  ***/

/*** HOME Content ...................................................... ***/

#home_topcontent {
	width: 100%;
	height: 265px;
	background-image: url("../images/home_ensenada.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
#home_topcontent .booking {
	float: right;
	text-align: right;
}
#home_topcontent .booking .padding {
	padding: 20px 20px 0 0;
}
#home_content {
	width: 100%;
	text-align: left;
	background: #ffffff;
	padding-bottom: 10px;
}
#home_content .content_1 {
	width: 220px;
	float: left;
}
#home_content .content_2 {
	width: 370px;
	float: left;
}
#home_content .content_3 {
	width: 250px;
	float: right;
	text-align: right;
}
#home_content .content_1 .padding {
	padding: 20px 0 0 10px;
}
#home_content .content_2 .padding {
	padding: 20px 30px 0 30px;
}
#home_content .content_3 .padding {
	padding: 20px 10px 0 0;
}

/*** End HOME Content ***/

/*** Subpage Content ...................................................... ***/
#sub_content {
	width: 100%;
}
#sub_content .sub_contentright {
	width: 210px;
	float: right;
}
#sub_content .sub_contentright .padding {
	padding: 10px 10px 10px 0;
}
#sub_content .sub_contentright .padding .whyensnd {
	width: 205px;
}
#sub_content .sub_contentleft {
	width: 620px;
	float: left;
	text-align: left;
}
#sub_content .sub_contentleft .padding{
	padding: 10px 5px 5px 10px;
}

#sub_content .sub_contentleft .subtop {
	width: 620px;
}
#sub_content .sub_contentleft .contactform {
	width: 620px;
}

#sub_content .sub_contentleft .subtext2 {
	float: left;
	width: 305px;
}
#sub_content .sub_contentleft .subtext3 {
	float: left;
	width: 300px;
	padding: 40px 6px 10px 5px;
}
#sub_content .sub_contentleft .subtext2 .padd {
	padding: 0 6px 10px 5px;
}
#sub_content .sub_contentleft .subtext {
	width: 620px;
}
#sub_content .sub_contentleft .subtext .padd {
	padding: 0 6px 10px 5px;
}
#sub_content .sub_contentleft .subtop .booking {
	width: 320px;
	height: 135px;
	float: left;
	background: url("../images/book_bg.gif") top center no-repeat;
}
#sub_content .sub_contentleft .subtop .ensenada {
	width: 300px;
	height: 130px;
	float: right;
	background: url("../images/ban_1.jpg") top center no-repeat;
}

/*** END Subpage Content ***/

/*** Footer, Footer Navigation ............................................................ ***/

#footer {
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #012674;
	font-weight: bold;
	background: url("../images/footer_bg.jpg") top center no-repeat;
	margin: 0 10px 10px 10px;
}
#footer .address {
	width: 100%;
	text-align: center;
}
#footer .address .padding {
	padding: 10px 10px 5px 10px;
}
#footer .footer_nav {
	padding-top: 10px;
	text-align: center;
}
#footer .footer_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #b34e04;
}
#footer .footer_nav a:hover {
	color: #000000;
	text-decoration: none;
}
#copyright {
	background: #408eb7;
	text-decoration: none;
}
#copyright .coptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	text-decoration: none;
}
#copyright .coptext .padding {
	padding: 5px 10px 15px 10px;
}

/*** End Footer ***/

/*** Why Ensenada table styles ............................................................ ***/

td.why {            
	background: #ecd8b3 url("../images/why_tdbg.jpg") top center no-repeat;
	padding: 0 5px 3px 10px;
	font-family: Georgia, Times, Arial, Helvetica, sans-serif;
	font-size: 8.7pt;
	font-weight: normal;
	text-decoration: none;
	color: #082052;
}
td.why2 {            
	background: #ecd8b3 url("../images/why_ensenada.gif") top center no-repeat;
}
/*** Online Booking ***/
h3 {
    color: #126FA2;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}
p.cancellation {
	border: 1px solid #F39002;
	background-color: #ebdcbd;
	padding: 5px;
	margin: 10px 0 10px 0;
}
#bookingFooter {
	margin: 15px 0 0 0;
	padding: 10px;
    border-top: 1px solid #126FA2;
}
#calendarLegend td {
	font-size: 10px;
	font-weight: bold;
}
.calendarContainer {
	background-color: #ffffff;
	border: 2px solid #59aed5;
}
.calendarContainer th {
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}
.calendarContainer .back, .calendarContainer .title, .calendarContainer .next {
	padding: 2px;
}
.calendarContainer .back, .calendarContainer .title, .calendarContainer .next, .calendarContainer .back a, .calendarContainer .next a {
	font-size: 10px;
	background-color: #cfcfcf;
	color: #ffffff;
	font-weight: bold;
}
.calendar td, .calendar th {
	font-size: 10px;
}
.calendar {
	margin: 3px 10px 10px 10px;
}
.calendar td {
	text-align: center;
}
.calendar th {
	text-align: center;
	border-bottom: 1px solid #7e7f7a;
}
.calendar td a {
	display: block;
	padding: 3px;
}
.calAvailable {
	background: #a9cadc;
}
.calMostAvailable {
	background: #c0bfff;
}
.calRestricted {
	background: #f3c476;
}
.calBooked, .calTentative {
	background: #cba099;
}
.calDisabled {
	color: #999999;
	background: #e4c791;
}
.calReservation {
	background-color: #ff6666;
}
.calOtherMonth {
	color: #333333;
}
.calSample {
	width: 15px;
	height: 15px;
}
#bookingFooter input {
	background-color: #cbdee8;
	background-repeat: no-repeat;
	height: 22px;
	border: none;
}
#bookingFooter input:hover {
	text-decoration: underline;
}
#bookingFooter input.next {
	padding: 0 23px 0 3px;
	background-image: url('/templates/images/booking/button_next.gif');
	background-position: right center;
}
#bookingFooter input.back {
	padding: 0 3px 0 23px;
	background-image: url('/templates/images/booking/button_back.gif');
	background-position: 1px center;
}
#bookingFooter input.reset {
	padding: 0 3px 0 23px;
	background-image: url('/templates/images/booking/button_clear.gif');
	background-position: 1px center;
}
#noCalendar {
	height: 128px;
	text-align: center;
}
.productList {
	border-top: 1px solid #126FA2;
	border-left: 1px solid #126FA2;
}
.productList td, .productList th {
	border-right: 1px solid #126FA2;
	border-bottom: 1px solid #126FA2;
	padding: 4px;
}
.productList th {
	background-color: #cbdee8;
	color: #126FA2;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
.productList .infoLink {
	position: relative;
	display: block;
	float: right;
}
.productList .category {
	font-weight: bold;
}
p.error {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #B34E04;
}
.infoBoxLink {
	float: right;
	width: 23px;
	height: 23px;
	background-image: url('/templates/images/booking/info_box.gif');
	background-repeat: no-repeat;
}
.infoBox {
	border: 1px solid #126FA2;
	background-color: #ffffff;
	width: 384px;
	position: absolute;
	z-index: 100;
	visibility: hidden;
	top: 0;
	left: 0;
}
.infoBox td {
	border: none;
	padding: 2px;
}
#infoBoxFrame {
	width: 384px;
	position: absolute;
	z-index: 99;
	visibility: hidden;
	top: 0;
	left: 0;
}
ul.bookingOptions {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.bookingOptions li {
	background-image: url('/templates/images/booking/bullet.gif');
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 35px;
	padding: 0 0 0 30px;
	font-weight: bold;
	list-style-type: none;
}
.bookingForm td {
	padding: 2px;
}
.bookingForm label {
	display: block;
	width: 120px;
	font-weight: bold;
}
.bookingForm .mandatory {
	font-weight: bold;
}

.bookingHeader {
    margin: 0 0 15px 0;
    border-bottom: 1px solid #f39002;
}
.bookingHeader h2 {
    color: #126FA2;
    font-family: Arial;
	letter-spacing: 0px;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.bookingHeader .step div, .bookingHeader .stepCur div {
	width: 25px;
	line-height: 27px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/templates/images/booking/step_bg.gif');
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
.bookingHeader .stepCur div {
	background-image: url('/templates/images/booking/step_bg_active.gif');
}

.bookingSummary td {
	padding: 3px 12px 15px 3px;
}
.bookingInvoice td, .bookingInvoice th {
	padding: 6px;
}
.bookingInvoice th {
	background-color: #cbdee8;
	color: #545a2e;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
.bookingInvoice td {
	border-top: 1px solid #126FA2;
}
h3.lined {
	border-bottom: 1px solid #f39002;
}
form.print_button {
	float: right;
	margin: 0 0 10px 10px;
}
form.print_button input {
	height: 35px;
	width: 100px;
}

/*** End Online Booking ***/

/*** Drop Down Menu .............................................. ***/

.cssmenu_iframe, .cssmenu_sub {
	position: absolute;
	z-index: 500;
	top: -500px;
	left: -500px;
	
	width: 140px;
	background-color: #ffffff;
	border: 1px solid #012674;
	border-top: none;
	padding-top: 2px;
	padding-bottom: 3px;
}
.cssmenu_iframe {
	border: none;
	padding: 0;
}
#cssmenu_submenus ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#cssmenu_submenus ul li {
	list-style: none;
}
.cssmenu_iframe {
	z-index: 499;
}
#cssmenu_submenus a, #cssmenu_submenus a span {
	display: block;
	height: 1%;
	text-decoration: none;
	cursor: pointer;
	font-size: 8.6pt;
	color: #012676;
	font-weight: bold;
}
#cssmenu_submenus a span {
	line-height: 22px;
	text-align: left;
	padding-left: 15px;
}
#cssmenu_submenus a:hover span {
	color: #e67201;
}
#cssmenu_submenus a.arrow {
	background-image: url('../images/cssmenu_arrow.gif');
	background-position: right center;
	background-repeat: no-repeat;
}

/*** End Drop Down Menu ***/

/*** Embedded Search Form ***/

#sub_content #embed_search {
	padding: 10px;
}
#embed_search {
	color: #ffffff;
}
#embed_search h2 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #ffffff;
	font-family: Times new roman, Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	padding-right: 18px;
	padding-left: 2px;
	padding-bottom: 3px;
}
#embed_search table {
	text-align: left;
	border-spacing: 0;
	border-collapse: collapse;
}
#embed_search th, #embed_search td {
	padding: 1px 4px 1px 2px;
}
#embed_search input, #embed_search select {
	width: 82px;
}
#embed_search input.submit {
	width: auto;
	text-transform: uppercase;
	border-width: 0;
	background-color: #408db7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 8px 2px 8px;
}
#home_topcontent #embed_search td.submit {
	text-align: right;
	padding-right: 23px;
}
/*** End Embedded Search Form ***/

/*** Google Maps ***/
#google_map {
	width: 100%;
	height: 320px;
	border: 1px solid #999999;
	background: #ffffff url(../images/map_loading.gif) no-repeat scroll center center;
	overflow: hidden;
}
#google_map.loaded {
	background-image: none;
}
#google_map .name {
	font-weight: bold;
}
/*** End Google Maps ***/

/*** Calendar ***/
.DATEcpBorder a {
	display: block;
}

.DATEcpYearNavigation,
.DATEcpMonthNavigation
{
	background-color: #cfcfcf;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.DATEcpDayColumnHeader,
.DATEcpYearNavigation,
.DATEcpMonthNavigation,
.DATEcpCurrentMonthDate,
.DATEcpCurrentMonthDateDisabled,
.DATEcpOtherMonthDate,
.DATEcpOtherMonthDateDisabled,
.DATEcpCurrentDate,
.DATEcpCurrentDateDisabled,
.DATEcpTodayText,
.DATEcpTodayTextDisabled,
.DATEcpText
{
	font-family: Arial;
	font-size: 8pt;
	line-height: 10pt;
}
TD.DATEcpDayColumnHeader
{
	text-align: right;
	border: 0px solid gray;
	border-width: 0px 0px 1px 0px;
}
.DATEcpCurrentMonthDate,
.DATEcpOtherMonthDate,
.DATEcpCurrentDate
{
	text-align: right;
	text-decoration: none;
}
.DATEcpCurrentMonthDateDisabled,
.DATEcpOtherMonthDateDisabled,
.DATEcpCurrentDateDisabled
{
	color: #D0D0D0;
	text-align: right;
	text-decoration: line-through;
}
.DATEcpCurrentMonthDate
{
	font-weight: bold;
	/*color: black;*/
}
.DATEcpCurrentDate
{
	color: #FFFFFF;
	font-weight: bold;
}
.DATEcpOtherMonthDate
{
	color: #808080;
}
TD.DATEcpCurrentDate
{
	color: #FFFFFF;
	background-color: #cfcfcf;
	border: 1px solid gray;
}
TD.DATEcpCurrentDateDisabled
{
	border: 1px solid #FFAAAA;
}
TD.DATEcpTodayText,
TD.DATEcpTodayTextDisabled
{
	border-width: 1px 0px 0px 0px;
	border-color: gray;
	border-style: solid;
}

A.DATEcpTodayText,
SPAN.DATEcpTodayTextDisabled
{
	height:20px;
}
A.DATEcpTodayText
{
	font-weight:bold;
}
SPAN.DATEcpTodayTextDisabled
{
	color:#D0D0D0;
}
.DATEcpBorder
{
	border: 1px solid gray;
}
/*** End Calendar ***/

/*** Map ***/
#dining_guide th {
	text-align: left;
}
#dining_guide #google_map {
	height: 375px;
	margin-bottom: 20px;
}
#dining_guide tr.link td {
	cursor: pointer;
}
#dining_guide tr.link:hover td {
	font-weight: bold;
}
#dining_guide td.num {
	background-color: #ffffea;
}
#dining_guide td.name {
	background-color: #eaeaff;
}
#dining_guide td.location {
	background-color: #f3f3f3;
}
#dining_guide td.phone {
	background-color: #fff0f0;
}
/*** End Map ***/
/*** Newsletter styles ----------------------------------------***/
.newslet_cont {
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.newslet_cont a {
	color: #032d84;
	text-decoration: none;
}
.newslet_cont a:hover{
	color: #0481c2;
	text-decoration: none;
}
.site a {
	color: #032d83;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
}
.site a:hover {
	color: #0481c2;
}
.newsletter_bg {
	background-color:#3a90bd;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
.nl_ensenada_title {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #032c7f;
	line-height: 25px;
}
.nl_textgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #777777;
	line-height: normal;
}
.nl_textblue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #167eb5;
	line-height: 16px;
}
td.line {
	border-bottom:1px solid #46b4ee;
}
td.line2 {
	border-top:1px solid #46b4ee;
}
/*** END Newsletter styles ***/