
@import url("calendar_new.css");

/* ESTILOS FUNDAMENTALES */

.on { display: block; }
.off { display: none; }
a:link, a:visited {
	color: blue;
	text-decoration:none;
}
a:hover, a:active {
	color:red;
	text-decoration:underline;
}

/* BODY */

.bodyres, .address, body { background-color: white; }

html, table, td, select, input, pre {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
}

.logo {
  padding: 0px;
  border: none;
  background-color: white;
}

td.logo {background-color: white; }

.nodecoration {
  padding: 0px;
  border: none;
}

img { vertical-align: middle }

small, #weekdaytxt, #enddatefull { font-size: 9px; }

form { margin: 0;}

.cal_icon { 
	display: block;
	cursor:hand;
	cursor:pointer;
}


/* ------------------------ESTILOS DEL FRAME ------------------------ */

/* .frame --> color de fondo del frame  */

.frame, .cell { background-color: white; }

/* Estilo .book --> tabla que contiene el formulario de reservas */

.book { 
	/*width:100%;*/
	margin-right:auto;
	margin-left:auto;
	border:none;
}

/* Estilos cajas de texto */

.txtinput, .txtinput2 {
	background-color: #FFF;
	border: 1px inset black;
	padding: 2px 2px;
	cursor: text;
	vertical-align:middle;
}

.txtinput { 
	width: 9em;
	margin-left: 1px;
	margin-right:1px;
	vertical-align:middle;
}

/* Estilos listas desplegables */

.rooms { width: 45px;vertical-align:middle; }

/* Estilos botones */

#button1, .button1 {
	background-color: #ccc;
	font-weight: bold;	
	vertical-align:middle;
}

#button2, .button2 {
	background-color: #ccc;
	font-weight: bold;	
	vertical-align:middle;
}

#button1, #button2, .button1, .button2 {
	padding: 2px 2px;
	cursor:hand;
	cursor:pointer;
}

.button1_es { width: 11em;}
.button1_en { width: 12em;}
.button1_fr { width: 17em;}
.button1_ja { width: 9em;}
.button1_de { width: 17em;}
.button1_it { width: 15em;}
.button1_ca { width: 11em;}
.button2_es { width: 14em;}
.button2_en { width: 16em;}
.button2_fr { width: 17em;}
.button2_ja { width: 15em;}
.button2_de { width: 19em;}
.button2_it { width: 18em;}
.button2_ca { width: 17em;}


#buttonbook { text-align:right;}
#buttoncancel { text-align:left;}

/* Estilos SPANs del frame */

#checkin { padding-right:1px;}
#day { padding-left:1px; }
#nights { padding-left: 5px; padding-right:5px; }
#checkout { padding-left: 3px; padding-right:3px;}
#rates { padding-left: 3px; }
#checkin, #day, #nights, #checkout, #rates   { vertical-align:middle; }

/* ----------------- ESTILOS SISTEMA DE RESERVAS ------------------ */



/* .fondo --> color de fondo de las tablas en sistema de reservas */

.fondo { background-color: #E6E6E6; }

/* Color de fondo de las celdas */

td { background-color: #E6E6E6; }

/* table -> estilo del borde de las tablas del sistema de reservas */

table { 
	border: 1px solid #039;
	margin-left:auto;
	margin-right:auto;
}

/* .smallBook --> estilo de la tabla que contiene el sistema de reserva pequeno */
.smallBook {
	border:none;
	margin-left:0px;
}


th, td { padding: 3px; }

/* Estilos encabezados de las tablas */

th, .header { 
	background-color: #039;
	color: #fff;
}

.header, .header a:link, .header a:visited, .header a:hover, .header a:active {
	color: #fff; 
	font-weight: bold; 
	padding-left:3px;
	text-decoration:none;
}



.header2 {
	color: #000;
	text-align:left;
	font-weight: bold;
	border: solid 1px #039;
	background-color: #fff;
}

.header3 {
	text-align:center;
	font-weight: bold;
	border-bottom: solid 1px #039;
	background-color: #fff;
}

/* Estilos caja de detalles de la reserva */

.details {
	border: solid 1px #000;
	padding: 3px;
	font-size: 10px;
	background-color: white;
}

.red { background-color: red }
.green { background-color: green }
.detailsred, .policy { background-color: pink; }
.detailsgreen { background-color: palegreen; }



/* Estilo total de la reserva */

.total { 
	font-weight: bold;
	text-align:right;
	border-top: solid 1px #000;
}


/* Nuevo diseño  + ofertas */
.tableprices {
	border-collapse:collapse;
}
.tableprices td {
	border:1px solid white;
}

.tableprices th {
	border:1px solid white;
}

.roomname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.roomname a {
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}
.roomname a:link{
	font-size: 11px;
	color: #333333;
	text-decoration:underline; 
}
.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.offer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: right;
	padding-right: 8px;
}
.offer_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	padding-right:3px;
}

.rates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #0033CC;
	text-align: center;
	text-decoration:underline;
}
.rates a {
	text-align: center;
	color: #0033CC;
}
.rates a:link{
	text-align: center;
	color: #0033CC;
}
.rates_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #990000;
	text-align: center;
	text-decoration:underline;
}
.rates_red a {
	color: #990000;
	text-align: center;
}

.rates_red a:link{
	color: #990000;
	text-align: center;
}

.rates_none_red, .rates_none_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 	
	text-align: center;	
    text-decoration:none;
}

.rates_none_red {
	color: #990000;
}

.rates_none_blue {
	color: #0033CC;
}


.select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 90px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.select1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #333333;
        width: 40px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #CCCCCC;
}


.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

/* --- loader ---*/
#loader {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
#loader td {
  padding: 3px;
  background: #ffffff;
}
#loader p {
  //border: 3px solid #6E89DD;
  //border: 3px solid #666600;
  border: 3px solid #023568;
  padding: 10px;
  margin: 0;
  //background: #EEF0FC;
  //background: #f0f0d5
  background: #c2dee1;
}
#loader img {
  float: left;
  margin-right: 12px;
}
#loader strong {
  display: block;
  margin-bottom: 3px;
}
#loaderContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: expression('absolute');
  height: expression(document.documentElement.scrollHeight+'px');
  width: expression(document.documentElement.scrollWidth+'px');
  z-index: 1000;
}
#loaderContainer td {
        padding-top: 150px;
        vertical-align: top;
        text-align: center;
        background-image: url(/mre/images/semi-transparent.gif);
        background-color: transparent;
}
#loaderContainer td td {
        padding-top: 3px;
        text-align: left;
}

@import url("roomInfo.css");


