@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	text-decoration: none;
}
body {
	background-color: #999999;
}
a {
	cursor: pointer;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #BA4555;
	font-weight: normal;
	margin-top: 10px;
}
#idiomas  h1 {
	color: #999999;
	float: right;
	margin: 0px;
	padding: 0px;
}
h2 {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	display: block;
}
h3 {
	background-color: #999999;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	font-size: 12px;
	color: #FFFFFF;
}
h4 {
	font-size: 16px;
	font-weight: bold;
}
h5 {
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
}
.texto_rojo {
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
}
.texto_rojo a{
	color: #CC0000;
}
.texto_azul {
	font-size: 18px;
	font-weight: bold;
	color: #006699;
}
.texto10 {
	font-size: 10px;
}
.newsletter a{
	padding: 4px;
	display: block;
	color: #FFFFFF;
	background-color: #0099CC;
	margin-top: 20px;
	margin-bottom: 10px;
	background-image: url(news.gif);
	background-repeat: no-repeat;
	background-position: 235px center;
	font-weight: bold;
	font-size: 12px;
}
.contenedor-paises {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	color: #BA4555;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 60px;
}
.grupo-informacion {
	float: left;
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #006699;
}

#contenido_intro {
	background-color: #FFFFFF;
}
#fondo-gris {
	background-color: #F0F0F0;
	padding: 20px;
}

.contenedor-paises ul {
	margin-left: 80px;
	font-family: Arial, Helvetica, sans-serif;


}
.contenedor-paises li {
	display: inline;
	float: left;
	padding: 10px;
	font-weight: normal;
}
.contenedor-paises li a {
	display: block;
	color: #BA4555;
	font-variant: normal;
}
.contenedor-paises li img {
	margin-right: 6px;
}



#detalle {
	width: 560px;
	background-color: #FFFFFF;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
}


#menu-top {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}


#menu-top ul {
	list-style-type: none;
	display: block;
	padding-left: 20px;
	float: left;
}
#menu-top li{
	margin-right: 10px;
	display: inline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #E7E7E7;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu-top li a{
	margin-right: 12px;
	color: #E7E7E7;
	text-decoration: none;
	float: left;
}
#menu-top li a:hover{
	color: #FFFFFF;
}
#menu-tab {
	margin-bottom: 6px;
}
#menu-tab ul {
	background-color: #999999;
	height: 30px;
	list-style-type: none;
}
#menu-tab li{
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	float: left;
	height: 15px;
	padding-top: 8px;
	color: #E0E0E0;
	text-decoration: none;
	font-size: 13px;
	margin-left: 10px;
	text-transform: uppercase;
	padding-bottom: 6px;
}
#menu-tab li a{
	color: #E0E0E0;
	text-decoration: none;
}
#menu-tab li a:hover{
	color: #FFFFFF;
}
#menu-tab #activo{
	background-color: #666666;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(bg_tab_sup.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#menu-tab #sub {
	background-color: #666666;
	display: block;
	clear: left;
	margin: 0px;
	padding: 0px;
}
#menu-tab #sub ul{
	clear: both;
	float: left;
}
#menu-tab #sub li{
	text-transform: none;
	padding-right: 7px;
	padding-left: 7px;
}
#menu-tab #sub li a {
	text-transform: none;
}
#menu-tab #sub #activo {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: 0px bottom;
	font-weight: bold;
	color: #333333;
	background-image: url(bg_tab.jpg);
}
#contenido {
	background-color: #FFFFFF;
	display: block;
	width: 990px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-image: url(bg.gif);
	margin-bottom: 20px;
}
#contenido_top {
	background-image: url(bg_top.gif);
	height: 10px;
	width: 990px;
}
#contenido_bottom {
	background-image: url(bg_bottom.gif);
	height: 10px;
	width: 990px;
	clear: both;
}


#pie {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	clear: both;
	height: 30px;
}
#error {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#formu {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}


#columna-izquierda {
	float: left;
	width: 270px;
	display: block;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.reservas {
	font-size: 12px;
	width: 250px;
	background-image: url(bg_tarifas.jpg);
	height: 46px;
	display: block;
	padding-top: 90px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	margin-top: 10px;
	color: #FFFFFF;
}
.titulo_tarifas  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
}

#contacto {
	width: 270px;
	background-image: url(llamenos.gif);
	height: 80px;
	clear: both;
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 11px;
	margin-top: 10px;
}
#contacto  a  {
	color: #333333;
}
.izquierda {
	float: left;
	padding-right: 10px;
}



.boton_reserva {
	color: #FFFFFF;
	background-color: #666666;
	width: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	height: 30px;
}
#ofertas {
	background-image: url(bg-ofertas.gif);
	background-repeat: no-repeat;
	height: 122px;
	width: 270px;
}
.promo_esp {
	height: 320px;
	width: 670px;
}
.bg_promo_esp {
	width: 670px;
	float: left;
	height: 400px;
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	margin-bottom: 20px;
}
.texto_promo_esp {
	height: 400px;
	width: 350px;
	float: left;
	margin-left: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #CC0000;
	padding-right: 5px;
	padding-left: 5px;
	position: absolute;
	display: block;
	font-weight: bold;
	background-image: url(bg_promo_transparente.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.texto_promo_esp        h1             {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	color: #003366;
	text-decoration: none;
	margin-bottom: 5px;
}
.texto_promo_esp  .precio {
	font-size: 28px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}
.texto_promo_esp .texto  {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: lighter;
	font-size: 11px;
}
.texto_promo_esp .bajo_precio  {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: blink;
}
.badge_promociones {
	width: 90px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #FFFFFF;
	position: absolute;
	left: 105px;
	display: block;
	z-index: 100;
	text-align: center;
	line-height: 18px;
	bottom: 0px;
	height: 80px;
	filter: Alpha(Opacity=50);
}
#contenido #columna-derecha .bg_promo_esp .texto_promo_esp .texto a {
	color: #CC0000;
	font-weight: bolder;
	font-size: 12px;
}








#caja-oferta {
	width: 100px;
	height: 48px;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#caja-oferta-izquierda {
	width: 28px;
	float: left;
	line-height: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 2px;
}
#caja-oferta-centro {
	float: left;
	font-size: 26px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#columna-derecha {
	float: right;
	width: 670px;
	display: block;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#columna-derecha_promos {
	float: right;
	width: 670px;
	display: block;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#columna-derecha a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #BA4555;
	text-decoration: underline;
}
#columna-derecha a:hover {
	text-decoration: underline;
}

#idiomas {
	width: 670px;

}

#idiomas ul {
	list-style-type: none;
}
#idiomas li{
	list-style-type: none;
	display: inline;
	float: left;
	margin-right: 20px;
	font-size: 10px;
	padding-top: 5px;
}
#idiomas li a{
	float: left;
	text-decoration: none;
	color: #999999;
	text-transform: uppercase;
}
#idiomas li a:hover{
	color: #333333;
	text-decoration: none;
}
#menu {
	clear: both;
	height: 40px;
	padding-top: 10px;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	display: inline;
	float: left;
	margin-right: 5px;
	color: #666666;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu li a{
	color: #999999;
	margin-right: 5px;
	text-decoration: none;
	float: left;
}
#menu li a:hover{
	color: #333333;
}
#slide {
	clear: both;
	margin-bottom: 6px;
}
#sm a {
	height: 300px;
	width: 650px;
	display: block;
}

.columna-pie {
	width: 156px;
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.habitacion-pie {
	width: 102px;
	float: left;
	margin-right: 9px;
	font-size: 11px;
}
.habitacion-pie a {
	color: #BA4555;
	font-weight: bold;
}
.habitacion-titulo {
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	height: 16px;
	background-color: #999999;
	padding: 4px;
	margin-bottom: 4px;
}
.lodge-pie {
	width: 125px;
	float: left;
	margin-right: 9px;
	font-size: 11px;
}
.lodge-pie a {
	color: #BA4555;
	font-weight: bold;
}
#galeria-habitaciones {
	float: right;
	width: 180px;
	padding-left: 40px;
	background-image: url(bg_foto.gif);
	background-repeat: repeat-y;
	display: block;
}
#galeria-habitaciones img {
	margin-bottom: 8px;
}
/* promociones destacadas e ideas tentadoras*/
.titulo_azul {
	width: 650px;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #0577B3;
	display: block;
	background-image: url(bg_promos.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 32px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	margin-bottom: 10px;
}
.titulo_verde {
	width: 650px;
	font-size: 20px;
	color: #FFFFFF;
	display: block;
	background-image: url(bg_promos.jpg);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	height: 32px;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #65C61F;
	clear: both;
}
.promociones {
	list-style-type: none;
}
#contenido #columna-derecha .promociones  li  {
	float: left;
	display: block;
	font-size: 11px;
	width: 140px;
	height: 280px;
	padding: 10px;
	border: 1px solid #F0F0F0;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #000000;
}
#contenido #columna-derecha .promociones li a {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
#contenido #columna-derecha .promociones li:hover {
	border-top-color: #009DD0;
	border-right-color: #009DD0;
	border-bottom-color: #009DD0;
	border-left-color: #009DD0;
}

.promociones li img {
	border: 5px solid #CCCCCC;
	margin-bottom: 5px;
}

#contenido  #columna-derecha  .promociones  .vermas {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 80px;
	background-image: url(bg_ver_mas.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 17px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 10px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#contenido  #columna-derecha  .promociones  .vermas:hover {
	background-image: url(bg_ver_mas.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}


.promociones .precio {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: block;
	font-weight: normal;
	width: 100%;
}
.promociones .titulo {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: block;
	font-weight: bold;
	width: 100%;
}
.foto_detalle_promo {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.titulo_promo_azul {
	font-size: 22px;
	color: #0099CC;
}

.precio_detalle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #0099CC;
}
.texto_azul_detalle {
	font-size: 14px;
	color: #0066FF;
}
.banner {
	text-align: center;
}

.iconos {
	list-style-type: none;
	clear: both;
}
.iconos li {
	float: left;
	padding-right: 5px;
	padding-top: 10px;
}





/* slider de promociones*/
#items_container {
	width: 270px;
	height: 130px;
	overflow: hidden;
	background-color:#CCCCCC;
	color: #333333;
	position: relative;
	left: 0px;
	margin-top: 10px;
}

#controls {
	height: 30px;
	list-style: none;
	float: right;
}
.valor {
	float: right;
	width: 90px;
	text-align: center;
	height: 80px;
	display: block;
	background-color: #00CCCC;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 11px;
}
.texto-oferta {
	float: left;
	width: 150px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}
.texto-oferta a{
	color: #333333;
}
.texto-oferta a:hover{
	color: #FF0000;
}
.precio-oferta {
	font-size: 38px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 34px;
}



#controls li {
	display: block;
	height: 24px;
	list-style: none;
	margin-right: 5px;
	float: left;
	padding-top: 8px;
	margin-left: 5px;
}

#controls a {
	display: block;
	cursor: pointer;
	color:#999999;
}

#controls a:hover {
	color: #333333;
}

#prevbtn {

}

#playbtn {

}

#nextbtn {

}



/*  num nav stuff */

#num_nav {
	height: 30px;
	list-style: none;
	margin-top: 4px;
	float: left;
}

#num_nav li {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 2px;
	background-color: #CCCCCC;
}

#num_nav a {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}


/*  end num nav stuff */



div.slide_item {
	width: 270px;
	height: 130px;
	position: absolute;
	left: 270px;
	background-color:#F0F0F0;
	background-image: url(bg-ofertas.jpg);
	background-position: 0px 20px;
	background-repeat: repeat-x;
}

div.first_item {
	left: 0;
}

div.slide_item h3 {
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #6e6c19;
}

div.slide_item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	color:#999999;
}
/* fin de slider de promociones*/

/* formulario*/

input, textarea, select {
	border:1px solid #CCCCCC;
	margin: 4px;
	float: left;
	padding: 2px;
	background-color: #F0F0F0;
	font-size: 11px;
} 
label {
	width: 140px;
	display: block;
	height: 20px;
	float: left;
	clear: left;
	padding-top: 4px;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	width: 100px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 145px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #00A5DB;
	clear: left;
	font-size: 14px;
}
.reset {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	width: 80px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
input:focus, textarea:focus {
	background-color: #CCCCCC;
}
/* date picker */
div.datePicker
        {
	position:absolute;
	min-width:24em;
	width:24em;
	z-index:9999;
	text-align:center;
	background:transparent;
	-moz-user-select:none;
	-khtml-user-select:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: 900;
        }
/* Styles for the static datePickers */
div.staticDP
        {
        position:relative;
        top:5px;
        left:0;
        }
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }
/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited,
a.date-picker-control:hover,
a.date-picker-control:active,
a.date-picker-control:focus
        {
	/*position:relative;*/
        /* Moz & FF */
        display: -moz-inline-stack;
	border:0 none;
	padding:0;
	min-width:16px;
	line-height:1;
	cursor:pointer;
	visibility:visible;
	text-decoration:none;
	vertical-align:middle;
	background-color: transparent;
	background-image: url(media/cal.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	height: 22px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
	float: left;
        }
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control
        {
        width:16px;
        }
a.date-picker-control
        {
        /* IE, Safari & Opera. Seperate CSS rule seems to be required. */
        display:inline-block;
        }
a.date-picker-control span
        {
        display:block;
        width:16px;
        height:16px;
        margin:auto 0;
        }
/* The next & previous buttons */
div.datePicker th span
        {
        display:inline;
        padding:0;
        margin:0;
        color:#000;
        text-align:center;
        line-height:1em;
        border-width:0;
        font-family: Arial, Helvetica, sans-serif;
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        }
div.datePicker th span.month-display,
div.datePicker th span.year-display
        {
        text-transform:uppercase;
        letter-spacing:1px;
        font:normal 1.2em Verdana, Sans-Serif;
        cursor:default;
        }
div.datePicker th span.prev-but,
div.datePicker th span.next-but
        {
        font-size:1.8em;
        cursor:pointer !important;
        }

div.datePicker th span.today-but
        {
        text-align:center;
        margin:0 auto;
        font:normal 1em Verdana, Sans-Serif;
        width:100%;
        text-decoration:none;
        line-height:1.6em;
        text-transform:uppercase;
        cursor:pointer !important
        }
div.datePicker thead th span.fd-disabled
        {
        color:#aaa;
        cursor:default !important;
        }
/* The mon, tue, wed etc day buttons */
div.datePicker th span.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        font:900 1em Verdana, Sans-Serif;
        height:1.4em;
        width:2em;
        text-decoration:none;
        text-transform:lowercase;
        line-height:1.4em;
        }
/* The table */
div.datePicker table
        {
        position:relative;
        margin:0;
        padding:0;
        border:1px solid #ccc;
        background:#fff url(media/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px;
        text-align:center;
        width:100%;
        border-spacing:2px;
        table-layout:fixed;
        border-collapse:separate;
        }
/* Common TD & TH styling */
div.datePicker table td
        {
        border:1px solid #ccc;
        padding:0;
        text-align:center;
        vertical-align:middle;
        /* Opera requires a line-height bigger than 1em in order to redraw properly */
        line-height:1.2em;
        cursor:pointer;
        background:#fff url(media/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;
        width:3em;
        height:3em !important;
        height:2.8em;
        outline:none;
        }
div.datePicker table th
        {
        border:0 none;
        padding:0;
        line-height:1em;
        font-weight:bold;
        color:#222;
        text-align:center;
        vertical-align:middle;
        }
div.datePicker table td.date-picker-unused
        {
        background:#fff url(media/backstripes.gif);
        border-color:#dcdcdc;
        padding:0;
        cursor:default !important;
        }
div.datePicker table thead th.date-picker-title
        {
        width:auto;
        height:auto;
        padding:0.4em 0;
        }
/* The "mon tue wed etc" day header button styles */
div.datePicker table th.date-picker-day-header
        {
        text-transform:lowercase;
        width:3em;
        }
div.datePicker table th.date-picker-day-header span
        {
        display:block;
        }
/* The "todays date" style */
div.datePicker table td.date-picker-today
        {
        background:#fff url(media/bullet2.gif) no-repeat 0 0;
        color:rgb(100,100,100) !important;
        }
/* The "selected date" style */
div.datePicker table td.date-picker-selected-date
        {
        color:#333 !important;
        border-color:#333 !important;
        }
/* the "highlight days" style */
td.date-picker-highlight
        {
        color:#a86666;
        }
/* The date "out of range" style */
div.datePicker table td.out-of-range
        {
        color:#ccc !important;
        font-style:oblique;
        background:#fcfcfc !important;
        cursor:default !important;
        }
/* The "disabled days" style */
div.datePicker table td.day-disabled
        {
        color:#aaa !important;
        background:transparent !important;
        cursor:default !important;
        }
/* The "active cursor" style */
div.datePicker table tbody td.date-picker-hover
        {
        background:#fff url(media/bg_header.jpg) no-repeat 0 0;
        cursor:pointer;
        border-color:rgb(100,130,170);
        color:rgb(100,130,170);
        }

/* Remove the images for Internet Explorer <= v6 using the "* html" hack */
* html div.datePicker table td
        {
        background-image:none;
        }
* html div.datePicker table td.date-picker-unused
        {
        background:#f2f2f2;
        }
