﻿
/*** 
   do not delete this dummy class which is
   used to fix some strange problems
***/

.xxx {
}

/* ------------- GENERIC --------------------*/
* {
  margin: 0;
  padding: 0;
}

html, body {
   min-height: 100%;
   height: 100%;
   width: 100%;
}

body {
   margin: 0;
   padding: 0;
   color: #000;
   background-color: #fff;
   font: 12px Arial,Verdana, Helvetica, sans-serif;
   border: 0px dashed blue;
   text-align:left;
}

/*** set this due to the inheritance bug. body font is not inherited in the td tags ***/
td{
   font: 12px Arial, Verdana, Helvetica, sans-serif;
}

/**********************************************************/
img {
   margin: 0;
   padding: 0;
   border: 0px solid red;
   display: block;
}

a img {
   border: 0;
}

p {
   margin: 0 0 1em;
}

ul {
   margin-left: 15px;
}

/* ------------- common styles --------------- */
.clear {
   clear: both;
}

.hrDiv {
   border-top: 1px dashed #ccc;
}

/**********************************************************/
a {
   text-decoration: none;
   color: #000;
}

a:hover {
   text-decoration: none;
   color: red;
}

/**********************************************************/
h1, h2, h3, h4, h5, h6 {
   margin-top: 0.2em;
   margin-bottom: 0.2em;
   font-weight: bold;
}

h1 {
   font-size: 1.8em;
}

h2 {
   font-size: 1.3em;
   margin-bottom: 0.7em;
}

h3 {
   font-size: 1.3em;
}

h1.title{
   font-size: 1.4em;
   margin-bottom:0.75em;
}

/***************** SPLASH PAGE ********************************/
body.splash{
   background-image: url(/images/splash.jpg);
   background-repeat: repeat;
   background-position: center center;    
}

#splash{
   width:692px;
   margin:auto;
}

#splashInner{
   padding-top:100px;
}

#splash #logo{
   width: 188px;
   margin:10px auto;
   
}

#splash #blocks {
   margin-bottom:5px;
}

#splash #blocks div.block{
   width: 340px;
   height: 340px;
}

#splash #blockLeft {
   background-color:#fff;
   float:left;
   color:#000;
}

#splash #blockRight {
   background-color:#000;
   color: #fff;
   float:right;
}

#splashLeft {
   text-align: left;
   padding: 15px 15px;
}

#splashLeft .title {
   font-weight: bold;
   font-size: 20px;
   width: 200px;
   color: #C8C8C8;
}

#splashLeft .description {
   width: 300px;
   line-height: 20px;
   padding-top: 10px;
   text-align:left2;
}

#splashLeft .link a {
   color: #000;
   font-weight: bold;
   font-size: 15px;
   text-decoration:underline;
   }

#splashRight {
   text-align: right;
   padding: 15px 15px;
}

#splashRight .title {
   font-weight: bold;
   font-size: 20px;
}

#splashRight .description {
   width: 300px;
   margin-left: 10px;
   line-height: 20px;
   padding-top: 10px;
   text-align:right;
}

#splashRight .link a {
   color: #fff;
   font-weight: bold;
   font-size: 15px;
   text-decoration:underline;
}

/**********************************************************/
#siteContainer {
   width: 990px;
   margin: auto;
}

/**********************************************************/
#branding {
   height: 85px;
   border-bottom: 0px solid #000;
   text-align: left;
   background-color: #fff;
}

#branding .left{
   float: left;
   width: 500px;
   margin-top:5px;
}

#branding .left .logoText {
   margin-top: 60px;
}

#branding .right{
   float: right;
   width:320px;
}

/**********************************************************/
#loginPanel {
   margin-top:3px;
   float:right;
   height:38px;
}

#loginPanel label {
  width:50px;
  font-weight:bold;
}

#loginPanel input{
   width:80px;
}

#loginPanel input.submit{
   width:19px;
   vertical-align:bottom;
   margin:0;
   padding:0;
}

#loginPanel p.error{
   margin:0;
   padding:0;
   font-size:0.8em;
   color: red;
}

#loginPanel #errorDisplayBox {
   margin-top:5px;
   height:15px;
   visibility:hidden;
}

/**********************************************************/
#lang {
   width:68px;
   float:right;
   margin-top:25px;
}

#lang a
{
   text-decoration:underline;
   color: #333333;
}

#lang div {
   float: left;
   padding: 0px 5px;
   border-right: 1px solid #000;
   text-align:right;
}

#lang div.last {
   border: 0px;
   padding-right: 0;
}

#lang div.selected{
}

/**********************************************************/
#rooms {
   font-size: 12px;
   border: 0px solid red;
   font-weight: bold;
   background-image: url("images/room_bg.jpg");
   background-repeat: repeat-x;   
   overflow:hidden;
   height:35px;
}

#rooms div {
   color: #fff;
   float: left;
   padding: 11px 15px 0 15px;
   border-right: 1px solid #fff;
   text-align: center;
   height:24px
}

#rooms div.first {
}

#rooms div.middle {
}

#rooms div.last {
}

#rooms a {
   text-decoration: none;
   color: #1F2020;
}

#rooms a:hover,
#rooms a.selected {
   color: #FFFFFF;
}

#rooms a.selected {
   font-weight: bold;
   color: #FFFFFF;
}

#rooms img{
    margin:auto;
    position:relative:
}

#rooms .switcher {
    float:right;
    margin:5px;
    padding:0;
    border:0;
}
/****************************************************************/
#categories {
   font-size: 12px;
   text-align: left;
   color: #DCDCDC;
   border: 0px solid green;
}

#categories div {
}

#categories div a {
   display: block;
   padding: 5px 0px 5px 10px;
   text-decoration: none;
   border: 0px solid green;

         color: #fff;
   }

#categories div a:hover{
	text-decoration: none;
	font-weight: normal;

         background-color: #FF0000;
      color: #fff;
   
}

#categories div.selected a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
   background-color: #FF0000;
}

/****************************************************************/
#subCategories {
   border: 0px solid #000;
   margin: 10px;
   color:#fff;
}

#subCategories div {
   color:#fff;
   margin:0px 5px 5px 0px;
}

#subCategories div a {
   text-decoration:none;
   font-size: 12px;
}

#subCategories div a:hover,
#subCategories div.selected a
{
   font-size: 12px;
   text-decoration: none;
}

/**********************************************************/
.categoryFilter {
}

.categoryFilter h1{
   font-size:12px;
   background-color:#fff;
   margin:1px 1px;
   padding:5px 5px;
}

.categoryFilter h1 a.arrowRight {
    padding: 0 0 5px 12px;
    background:url('/images/arrow_right.gif') no-repeat 0 3px;
}

.categoryFilter h1 a.arrowDown {
    padding: 0 0 5px 12px;
    background:url('/images/arrow_down.gif') no-repeat 0 3px;
}

.categoryFilter ul {
    list-style:none;
    margin:0;
    display:none;
}

.categoryFilter ul li {
    font-size: 1.2em;
    padding: 0.4em;
    border-bottom: 1px solid #8d8d8d;
    margin:0;
}

.categoryFilter a {
   color: #959595;
}

.categoryFilter a.selected{
   font-weight: bold;
}

.categoryFilter ul li ol{
    list-style:none;
    margin:10px 15px;
    background-color:#3F3F3F;
    font-size: 0.8em;
    zoom:1;
}

/**********************************************************/
#bodyContainer {
   border: 0px solid #000;
   position:relative;
   zoom: 1;
         background-image: url(/images/left_bg_ewc.jpg);
   
   background-repeat: repeat-y;
   margin:5px 0;
}

#left {
   float: left;
   width: 157px;
   padding-bottom:160px;
}

#right {
   float: right;
   width: 815px;
   text-align: left;
   min-height: 350px;
   _height: 350px; /* Fix for IE */
   padding-left:10px;
}

#rightFullWidth {
   text-align: left;
   min-height: 350px;
   _height: 350px; /* Fix for IE */
}

.float_left {
    float: left;
}

/**********************   LEFT PANEL SPECIAL LINKS  ***************************/
#specialLinks {
   position:absolute;
      bottom:10px;
      text-align: left;
   font-size: 1em;
   width: 140px;
	vertical-align: 50%;
	margin-left:8px;
}

#specialLinks .buttonwrapper{
   margin:5px auto;
}

#specialLinks .buttonwrapper a.squarebutton{
   width:130px;
   text-align:center;
}

/**********************************************************/
.imageCaption {
   font-style:italic;
}

.successText {
   font-weight: bold;
   font-style: italic;
}

/**********************************************************/
#footerCountries {
   background-color: #000;
   color:#fff;
   margin-top:5px;
   padding:5px 0;
}

#footerCountries ul{
   list-style: none;
   margin:0;
   padding:0;
}

#footerCountries ul li{
   float:left;
   text-align:center;
   width:165px;
}

#footerCountries a {
   color: #fff;
}

/**********************************************************/
#footer {
   background-color: #fff;
   zoom:1; /**** fix for stupid IE ***/
   padding:3px 0 2px 0;
}

#footer ul{
   list-style: none;
   margin:0;
   padding:0;
}

#footer ul li{
   padding:5px 5px 0 5px;
   float:right;
}

#footer ul li.icon{
   padding:2px 0 0 0;
}

#footer ul li.borderRight a{
   border-right:1px solid #000;
   padding-right:10px;
}

#footer ul li.left{
   float:left;
}

/********************** STYLISH BUTTON ******************************/
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
   overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
   width: 100%;
}

.buttonwrapperFloat{ /* Container you can use to surround a CSS button to clear float */
   overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
}

a.squarebutton
{
   background: transparent url('images/square-gray-left.gif') no-repeat top left;
   display: block;
   float: left;
   font: normal 12px Arial; /* Change 12px as desired */
   line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
   height: 23px; /* Height of button background height */
   padding-left: 9px; /* Width of left menu image */
   text-decoration: none;
}

a:link.squarebutton, 
a:visited.squarebutton, 
a:active.squarebutton
{
   color: #494949; /*button text color*/
}

a.squarebutton span
{
   background: transparent url('images/square-gray-right.gif') no-repeat top right;
   display: block;
   padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover
{ /* Hover state CSS */
   background-position: bottom left;
}

a.squarebutton:hover span
{ /* Hover state CSS */
   background-position: bottom right;
   color: black;
}

/**********************************************************/