/***************************************************************************************/
/* Defualt classes */
/***************************************************************************************/
.smalllist
{
    width: 180px;
}

.subMenus
{
    position: absolute;
    width: 150px;
    display: none;
    background-color: #ffffff;
    border-top: solid 1px #27498F;
    border-left: solid 1px #27498F;
    border-right: solid 1px #27498F;
}

.submenuitem
{
    height: 23px;
    padding-left: 5px;
    border-bottom: solid 1px #27498F;
}


BODY
{
    font-family: arial;
    font-size: 11px;
    color: #505050;
    margin: 48px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
    background-image: url(../images/background.jpg);
    background-repeat: repeat-x;
    background-color: #2a529b;
}

/* Initial properties for common links */

A:link
{
    font-family: arial;
    font-size: 12px;
    color: #1d4d9c;
    text-decoration: underline;
}

A:visited
{
    font-family: arial;
    font-size: 12px;
    color: #1d4d9c;
    text-decoration: underline;
}

A:hover
{
    color: #505050;
    text-decoration: none;
}

/* Initial properties for all Lists */

UL
{
    padding: 0px 0px 0px 25px; /* the left padding was set to make the bullets appear inside the container */
    margin: 0px 0px 0px 0px;
}

LI
{
    padding: 0px 0px 10px 0px; /* the left padding was set to give the text left padding from the bullet position */
    margin: 0px 0px 0px 0px;
    color: #666666;
}

LI A:link
{
    color: #666666;
    text-decoration: none;
}

LI A:visited
{
    color: #666666;
    text-decoration: none;
}

LI A:hover
{
    color: #666666;
    text-decoration: underline;
}


p
{
    padding: 0;
    margin: 0;
}


/* Initial properties for any FORM */

FORM
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

/* Initial properties for textbox or textarea */

INPUT, TEXTAREA
{
    font-family: arial;
    font-size: 12px;
    color: #666666;
    padding: 1px 3px 1px 3px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #666666;
    background-color: #ffffff;
}

#chk input
{
    width: auto;
    background-color: transparent;
    border: 0;
}


SELECT
{
    font-family: arial;
    font-size: 12px;
    color: #666666;
    padding: 0px 0px 0px 3px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #666666;
    background-color: #ffffff;
    width: 97%;
}

/* Initial properties for any img */


/* Initial properties headings */

H6
{
     font-family: Andalus;
    font-size: 15px;
    color: #1c28f5;
    font-weight: normal;
    text-transform: none;
    margin: 0;
    padding: 0;
    cursor:pointer;
}

H5
{
    font-family: arial;
    font-size: 20px;
    color: #1d8a00;
    font-weight: normal;
    text-transform: none;
    margin: 0;
    padding: 0;
}

H4
{
    font-family: Andalus;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    text-transform: none;
    margin: 0;
    padding: 0;
}

H3
{
    font-family: arial;
    font-size: 20px;
    color: #1d8a00;
    font-weight: normal;
    text-transform: none;
    margin: 0;
    padding: 0;
}

/* All Page Sub Titles  */
H2
{
    font-family: arial;
    font-size: 16px;
    color: #0046bb;
    padding-top: 5px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: none;
}

/* All Page Titles  */
H1
{
    font-family: arial;
    font-size: 20px;
    color: #1d8a00;
    font-weight: normal;
    text-transform: none;
    margin: 0 0 5px 0;
    padding: 0;
}


/* Defualt classes End*/
/******************************************************************************************************************/

/*Class for the TD that holds the Title*/

.titleBg
{
    background-image: url(../images/hor_sep.gif);
    background-repeat: repeat-x;
    background-color: #;
}

/* General classes */
/******************************************************************************************************************/

/* top links styles : home-aboutus.... */

.topLinks
{
    font-size: 14px;
    color: #5ce2ff;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    font-family: Tahoma;
}

.topLinks a:link
{
    font-weight: bold;
    font-style: italic;
    font-family: Tahoma;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.topLinks a:visited
{
    font-weight: bold;
    font-style: italic;
    font-family: Tahoma;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.topLinks a:hover
{
    color: #5ce2ff;
    text-decoration: none;
}

/* Set of borders */

.borderNone
{
    border: none;
}

.border
{
    border: 1px solid #c9cacb;
}

.borderTop
{
    border-top: 1px solid #9c9c9c;
}

.borderRight
{
    border-right: 1px solid #c9cacb;
}

.borderLeft
{
    border-left: 1px solid #c9cacb;
}

.borderBottom
{
    border-bottom: 1px dashed #4267b7;
}

/* Mark any word with bold */

.Bold
{
    font-weight: bold;
}

.Italic
{
    font-style: italic;
}

/* Justify any text */

.justify
{
    text-align: justify;
}

/* Create a horizontal dots separetor */

.horSeparetor
{
    background-image: url(../images/HorizontalSeparator.gif);
    background-repeat: repeat-x;
}

/* Create a vertical dots separetor */

.verSeparetor
{
    background-image: url(../images/ver_sep.gif);
    background-repeat: repeat-y;
}

/* Create a scrolled div */

.scrolledDiv
{
    height: 400px;
    width: 720px;
    overflow: scroll;
    margin: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: #ffffff;
    overflow-x: hidden;
}

/* Classes for footer */

.footer
{
    font-family: arial;
    font-size: 12px;
    color: #fff;
}

.footer A:link
{
    font-family: arial;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

.footer A:visited
{
    font-family: arial;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

.footer A:hover
{
    color: #fff;
    text-decoration: underline;
}

/* Additional text : change  to your requierd color */

.txtOrange
{
    font-family: arial;
    height: 25px;
    background-repeat: no-repeat;
    color: #fe8700;
}


.txtBlue
{
    font-family: arial;
    font-size: 11px;
    color: #066488;
}

.txtBlue A:link
{
    font-family: arial;
    font-size: 11px;
    color: #254589;
    text-decoration: underline;
}

.txtBlue A:visited
{
    font-family: arial;
    font-size: 11px;
    color: #254589;
    text-decoration: underline;
}

.txtBlue A:hover
{
    color: #254589;
    text-decoration: none;
}

/* General classes End*/

/******************************************************************************************************************/

/* padding Classes */

/* Top Padding*/
.tm0
{
    padding-top: 0px;
}
.tm1
{
    padding-top: 1px;
}
.tm2
{
    padding-top: 2px;
}
.tm3
{
    padding-top: 3px;
}
.tm4
{
    padding-top: 4px;
}
.tm5
{
    padding-top: 5px;
}
.tm6
{
    padding-top: 6px;
}
.tm7
{
    padding-top: 7px;
}
.tm8
{
    padding-top: 8px;
}
.tm9
{
    padding-top: 9px;
}
.tm10
{
    padding-top: 10px;
}
.tm11
{
    padding-top: 11px;
}
.tm12
{
    padding-top: 12px;
}
.tm13
{
    padding-top: 13px;
}
.tm14
{
    padding-top: 14px;
}
.tm15
{
    padding-top: 15px;
}
.tm16
{
    padding-top: 16px;
}
.tm17
{
    padding-top: 17px;
}
.tm18
{
    padding-top: 18px;
}
.tm19
{
    padding-top: 19px;
}
.tm20
{
    padding-top: 20px;
}
.tm21
{
    padding-top: 21px;
}
.tm22
{
    padding-top: 22px;
}
.tm23
{
    padding-top: 23px;
}
.tm24
{
    padding-top: 24px;
}
.tm25
{
    padding-top: 25px;
}
.tm26
{
    padding-top: 26px;
}
.tm27
{
    padding-top: 27px;
}
.tm28
{
    padding-top: 28px;
}
.tm29
{
    padding-top: 29px;
}
.tm30
{
    padding-top: 30px;
}
.tm35
{
    padding-top: 35px;
}
.tm40
{
    padding-top: 40px;
}
.tm45
{
    padding-top: 45px;
}
.tm50
{
    padding-top: 50px;
}
.tm55
{
    padding-top: 55px;
}
.tm60
{
    padding-top: 60px;
}

/* Right Padding*/

.rm0
{
    padding-right: 0px;
}
.rm1
{
    padding-right: 1px;
}
.rm2
{
    padding-right: 2px;
}
.rm3
{
    padding-right: 3px;
}
.rm4
{
    padding-right: 4px;
}
.rm5
{
    padding-right: 5px;
}
.rm6
{
    padding-right: 6px;
}
.rm7
{
    padding-right: 7px;
}
.rm8
{
    padding-right: 8px;
}
.rm9
{
    padding-right: 9px;
}
.rm10
{
    padding-right: 10px;
}
.rm11
{
    padding-right: 11px;
}
.rm12
{
    padding-right: 12px;
}
.rm13
{
    padding-right: 13px;
}
.rm14
{
    padding-right: 14px;
}
.rm15
{
    padding-right: 15px;
}
.rm16
{
    padding-right: 16px;
}
.rm17
{
    padding-right: 17px;
}
.rm18
{
    padding-right: 18px;
}
.rm19
{
    padding-right: 19px;
}
.rm20
{
    padding-right: 20px;
}
.rm21
{
    padding-right: 21px;
}
.rm22
{
    padding-right: 22px;
}
.rm23
{
    padding-right: 23px;
}
.rm24
{
    padding-right: 24px;
}
.rm25
{
    padding-right: 25px;
}
.rm26
{
    padding-right: 26px;
}
.rm27
{
    padding-right: 27px;
}
.rm28
{
    padding-right: 28px;
}
.rm29
{
    padding-right: 29px;
}
.rm30
{
    padding-right: 30px;
}
.rm35
{
    padding-right: 35px;
}
.rm40
{
    padding-right: 40px;
}
.rm45
{
    padding-right: 45px;
}
.rm50
{
    padding-right: 50px;
}
.rm55
{
    padding-right: 55px;
}
.rm60
{
    padding-right: 60px;
}

/* buttom Padding*/

.bm0
{
    padding-bottom: 0px;
}
.bm1
{
    padding-bottom: 1px;
}
.bm2
{
    padding-bottom: 2px;
}
.bm3
{
    padding-bottom: 3px;
}
.bm4
{
    padding-bottom: 4px;
}
.bm5
{
    padding-bottom: 5px;
}
.bm6
{
    padding-bottom: 6px;
}
.bm7
{
    padding-bottom: 7px;
}
.bm8
{
    padding-bottom: 8px;
}
.bm9
{
    padding-bottom: 9px;
}
.bm10
{
    padding-bottom: 10px;
}
.bm11
{
    padding-bottom: 11px;
}
.bm12
{
    padding-bottom: 12px;
}
.bm13
{
    padding-bottom: 13px;
}
.bm14
{
    padding-bottom: 14px;
}
.bm15
{
    padding-bottom: 15px;
}
.bm16
{
    padding-bottom: 16px;
}
.bm17
{
    padding-bottom: 17px;
}
.bm18
{
    padding-bottom: 18px;
}
.bm19
{
    padding-bottom: 19px;
}
.bm20
{
    padding-bottom: 20px;
}
.bm21
{
    padding-bottom: 21px;
}
.bm22
{
    padding-bottom: 22px;
}
.bm23
{
    padding-bottom: 23px;
}
.bm24
{
    padding-bottom: 24px;
}
.bm25
{
    padding-bottom: 25px;
}
.bm26
{
    padding-bottom: 26px;
}
.bm27
{
    padding-bottom: 27px;
}
.bm28
{
    padding-bottom: 28px;
}
.bm29
{
    padding-bottom: 29px;
}
.bm30
{
    padding-bottom: 30px;
}
.bm35
{
    padding-bottom: 35px;
}
.bm40
{
    padding-bottom: 40px;
}
.bm45
{
    padding-bottom: 45px;
}
.bm50
{
    padding-bottom: 50px;
}
.bm55
{
    padding-bottom: 55px;
}
.bm60
{
    padding-bottom: 60px;
}

/* Left Padding*/

.lm0
{
    padding-left: 0px;
}
.lm1
{
    padding-left: 1px;
}
.lm2
{
    padding-left: 2px;
}
.lm3
{
    padding-left: 3px;
}
.lm4
{
    padding-left: 4px;
}
.lm5
{
    padding-left: 5px;
}
.lm6
{
    padding-left: 6px;
}
.lm7
{
    padding-left: 7px;
}
.lm8
{
    padding-left: 8px;
}
.lm9
{
    padding-left: 9px;
}
.lm10
{
    padding-left: 10px;
}
.lm11
{
    padding-left: 11px;
}
.lm12
{
    padding-left: 12px;
}
.lm13
{
    padding-left: 13px;
}
.lm14
{
    padding-left: 14px;
}
.lm15
{
    padding-left: 15px;
}
.lm16
{
    padding-left: 16px;
}
.lm17
{
    padding-left: 17px;
}
.lm18
{
    padding-left: 18px;
}
.lm19
{
    padding-left: 19px;
}
.lm20
{
    padding-left: 20px;
}
.lm21
{
    padding-left: 21px;
}
.lm22
{
    padding-left: 22px;
}
.lm23
{
    padding-left: 23px;
}
.lm24
{
    padding-left: 24px;
}
.lm25
{
    padding-left: 25px;
}
.lm26
{
    padding-left: 26px;
}
.lm27
{
    padding-left: 27px;
}
.lm28
{
    padding-left: 28px;
}
.lm29
{
    padding-left: 29px;
}
.lm30
{
    padding-left: 30px;
}
.lm35
{
    padding-left: 35px;
}
.lm40
{
    padding-left: 40px;
}
.lm45
{
    padding-left: 45px;
}
.lm50
{
    padding-left: 50px;
}
.lm55
{
    padding-left: 55px;
}
.lm60
{
    padding-left: 60px;
}

/* General Padding */

.m0
{
    padding: 0px;
}
.m1
{
    padding: 1px;
}
.m2
{
    padding: 2px;
}
.m3
{
    padding: 3px;
}
.m4
{
    padding: 4px;
}
.m5
{
    padding: 5px;
}
.m6
{
    padding: 6px;
}
.m7
{
    padding: 7px;
}
.m8
{
    padding: 8px;
}
.m9
{
    padding: 9px;
}
.m10
{
    padding: 10px;
}
.m11
{
    padding: 11px;
}
.m12
{
    padding: 12px;
}
.m13
{
    padding: 13px;
}
.m14
{
    padding: 14px;
}
.m15
{
    padding: 15px;
}
.m16
{
    padding: 16px;
}
.m17
{
    padding: 17px;
}
.m18
{
    padding: 18px;
}
.m19
{
    padding: 19px;
}
.m20
{
    padding: 20px;
}
.m21
{
    padding: 21px;
}
.m22
{
    padding: 22px;
}
.m23
{
    padding: 23px;
}
.m24
{
    padding: 24px;
}
.m25
{
    padding: 25px;
}
.m26
{
    padding: 26px;
}
.m27
{
    padding: 27px;
}
.m28
{
    padding: 28px;
}
.m29
{
    padding: 29px;
}
.m30
{
    padding: 30px;
}
.m35
{
    padding: 35px;
}
.m40
{
    padding: 40px;
}
.m45
{
    padding: 45px;
}
.m50
{
    padding: 50px;
}
.m55
{
    padding: 55px;
}
.m60
{
    padding: 60px;
}

.menu-strip
{
    background-image: url(../images/menu-strip.gif);
    background-repeat: repeat-x;
    height: 45px;
}
.clip1-header
{
    background-image: url(../images/clip1-header.gif);
    background-repeat: no-repeat;
    height: 30px;
}
.clip1-strip
{
    background-image: url(../images/clip1-strip.gif);
    background-repeat: repeat-y;
}

.buttonallsite
{
    background-image: url(../images/buttonallsite.gif);
    height: 22px;
    width: 90px;
    background-repeat: no-repeat;
    width: 90px;
    font-size: 11px;
    color: #fff;
    border: 0;
}
.buttonallsite a:link, .buttonallsite a:visited, .buttonallsite a:hover
{
    color: #fff;
}

.buttonallsite-small
{
    background-image: url(../images/buttonallsite-small.gif);
    height: 19px;
    width: 69px;
    text-align: center;
    background-repeat: no-repeat;
    font-size: 11px;
    color: #fff;
    border: 0;
}
.buttonallsite-small a:link, .buttonallsite-small a:visited, .buttonallsite-small a:hover
{
    color: #fff;
    text-align: center;
}

.welcome-txt
{
    font-size: 12px;
}
.dahabiyya-txtbg
{
    background-image: url(../images/dahabiyya-txtbg.jpg);
     background-repeat: no-repeat;
}
.dahabiyya-txt
{
    color: #353535;
}
.title-2
{
    font-family: arial;
    font-size: 16px;
    color: #0046bb;
    font-weight: bold;
}
.imageLeft
{
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 7px 0px 0px;
}

/* make the image float right */

.imageRight
{
    float: right;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 1px 8px;
}
.MiddelC
{
    background-image: url(../images/MiddelC.jpg);
    background-repeat: repeat-y;
}
.TopC
{
    background-image: url(../images/TopC.jpg);
    background-repeat: no-repeat;
    width:625px;
    height:13px;
}
.DownC
{
    background-image: url(../images/DownC.jpg);
    background-repeat: no-repeat;
    width:625px;
    height:13px;
}
.bghais
{
    background-image: url(../images/hais.jpg);
    background-repeat: no-repeat;
    width:245px;
    height:35px;
}
.HotelMenubg
{
    background-image: url(../images/hotelMenu.png);
    background-repeat: no-repeat;
    width:200px;
    height:41px;
    font-family:Andalus;
    font-size:15px;
    padding-left:10px;
    color:#3059b1;
    font-weight:bold;
    font-style:italic;
    cursor:pointer;
    
}

.BgNile
{
    background-image: url(../images/BgNile.Gif);
    background-repeat: no-repeat; 
    width:571px;
    height:118px;
}
