﻿body
{
    background-color: #202020;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    color: Gray;
    font-size: 12px;
}
.gothic
{
    font-family: Century Gothic, Verdana, Tahoma, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 14px;
}
.clear
{
    clear: both;
}

div.mainContainer
{
    width: 1000px;
    border: 1px solid gray;
    margin-left: auto;
    margin-right: auto; /*height: 750px;*/
}

h1
{
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: -10px;
    padding-bottom: 6px;
}
h2
{
    font-size: 13px;
}
img
{
    border: none;
}

a, a:visited
{
    color: #FAA21F;
}

a:hover
{
    color: White;
}

.pageContent
{
    margin-left: 25px;
}

.pageContent a:hover
{
    color: White;
    text-decoration: none;
}
.pageContent p
{
    margin-top: 25px;
}

.pageTitle
{
    background: url(../images/yellow-strip.jpg) no-repeat bottom left;
}

.lFloat
{
    float: left;
}

.rFloat
{
    float: right;
}

/* Header Section*/
.headerUnderline
{
    background: url(../images/yellow-strip-big.jpg) no-repeat bottom;
    float: left;
    height: 60px;
    width: 1000px;
}
.header
{
    background-image: url(../images/header-strip.jpg); /*background-image: url(../images/demo.png);*/
    background-repeat: repeat-x;
    float: left;
    width: 100%;
}
a.logo
{
    float: left;
}
.logoImage
{
    margin-left: 5px;
    margin-top: 5px;
    border: none;
    float: left;
}
.logoText
{
    border: medium none;
    float: left;
    margin-left: 7px;
    margin-top: 18px;
}

.headerButtons
{
    float: left;
    margin-left: 5px;
    margin-top: 30px;
    width:660px;
}
.headerButtons a
{
    color: Gray;
    font-size: 13px;
    line-height: 25px;
    margin-right: 3px;
    margin-left: 3px;
    padding: 0px 0px 3px 20px;
    text-decoration: none;
}
.languageFlags
{
    float: right;
    margin-right: 2px;
    margin-top: -25px;
    display: block;
}

.languageFlags a
{
    padding:0 0 3px 5px;
    margin:0;
}
.mainMenu
{
    margin-left:5px;
}
.headerButtons a:hover
{
    color: White;
}
.headerButtons .lnkHome
{
    background: url(../Images/home.png) no-repeat; /*IE6 hack*/
}

.headerButtons .lnkOurSite
{
    background: url(../Images/About-Us.png) no-repeat; /*IE6 hack*/
    padding-left: 15px;
}

.headerButtons .lnkAbout
{
    background: url(../Images/our-site.png) no-repeat; /*IE6 hack*/
    padding-left: 15px;
}

.headerButtons .lnkDirectory
{
    background: url(../Images/directory.png) no-repeat;
    margin-left: 0px;
}

.headerButtons .lnkMap
{
    background: url(../Images/map.png) no-repeat;
    margin-left: 2px;
}

.headerButtons .lnkBooking
{
    background: url(../Images/booking.png) no-repeat;
    margin-left: 2px;
}

.flags
{
    float: right;
    margin-right: 12px;
    margin-top: 10px;
}
.flags input
{
}
/* End of Header Section*/


.footer
{
}


/* Misc */
.hidden
{
    display: none;
}

#etisalatLogo{
    margin-left:15px;
    margin-top:5px;
}

/* Contact Us Page*/
.contactForm
{
    width: 450px;
}

.contactForm label, .contactForm input, .contactForm select
{
    height: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.contactForm label
{
    width: 80px;
    margin-left: 5px;
    margin-top: 6px;
    float: left;
    clear: left;
}

.contactForm input, .contactForm select
{
    border: 1px solid white;
    width: 250px;
    height: 16px;
    font-size: 12px;
    background-color: Gray;
    color: White;
    opacity: 0.8;
}
.contactForm select
{
    height: 22px;
}
.contactForm textarea
{
    border: 1px solid white;
    background-color: Gray;
    color: White;
    opacity: 0.8;
}

input.sendButton
{
    background-color: #202020;
    color: Gray;
    border: 1px solid gray;
    width: 85px;
    height: 21px;
    float: right;
    margin-right: 25px;
    font-weight: bold;
    padding-bottom: 5px;
    cursor: pointer;
}

.contentBox
{
    float: left;
    width: 450px;
}
.leftIndent
{
    margin-left: 40px;
}

input.error{
    border:1px solid red !important;
}

.errorMessage
{
    color: yellow;
    margin-left: 3px;
    margin-top:8px;
    float:left;
}

/*======================== fading ========================*/
.fadded
{
    margin-left: auto !important;
    margin-right: auto !important;
}

/*======================== Weather ========================*/

/*======================== Currency ========================*/
.dataCurrency
{
    color: #bbb !important;
}

.stripe .dataCurrency
{
    color: #333 !important;
}


/*===================== Invalid CSS ========================*/
.headerButtons .lnkContactUs
{
    background: url(../Images/contact-us.png) no-repeat; /*IE6 hack*/
    padding-left: 25px;
    _background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src= '../Images/contact-us.png' , sizingMethod= 'scale' );
}
.headerButtons .lnkHome
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src= '../Images/home.png' , sizingMethod= 'scale' );
}


.hotelIntro{
    padding:10px;
    padding-left:25px;
}
