﻿.DataWebControlStyle
{
    font-size: 11px;
    color: #663030;
    border: solid 1px #CC9966;
}

.HeaderStyle
{
    background-color: #990000;
    color: #FFFFCC;
    font-weight: bold;
    text-decoration: none;
}

.HeaderRowStyle
{
    background-color: #FFFFFF;
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}

.EditorHeaderStyle
{
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
}

.RowStyle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000000;
    font-weight:normal;
}

.AlternatingRowStyle
{
    background-color: #FFFFCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000000;
    font-weight:normal;
}

.PagerRowStyle
{
    font-family: Helvetica, Arial, Verdana;
    background-color: #F0F0F0;
}


.normalwhite
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.TextBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    background-color: #F0F0FF;
    border: solid 1px #666666;
}

.Button
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #666666;
    border: #CCCCCC;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.Box
{
    font-size: 11px;
    color:#000000;
    border: 1px solid #CC9966;
    border-width: 1px;
}

.Warning
{
    color: Red;
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
}

.NavLink
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
}

a.NavLink:visited
{
    color: #666666;
    text-decoration: none;
}

a.NavLink:hover
{
    text-decoration: underline;
}

.boldblack
{
    font-family: Verdana;
    color: Black;
    font-size: 10pt;
    font-weight: bold;
}
td.mainmenu
{
    font-size: 12px;
    color: White;
    font-weight: bold;
    font-family: Arial;
    background-color: #860000;
}
td.mainmenu:hover
{
    font-size: 12px;
    color: White;
    font-weight: bold;
    font-family: Arial;
    background-color: #8600CC;
    cursor: pointer;
}
td.mainmenuselect
{
    font-size: 12px;
    color: #990000;
    font-weight: bold;
    font-family: Arial;
    background-color: White;
}
div.submenushow
{
    height: 16pt;
    visibility: visible;
}
div.submenuhide
{
    visibility: hidden;
    position: absolute;
}
a.submenu
{
    font-family: Arial;
    color: Black;
    font-size: 11px;
    text-decoration: none;
}
a.submenu:hover
{
    color: #860000;
}
.separator
{
    font-family: Arial;
    color: Black;
    font-size: 11pt;
    text-decoration: none;
}
.HotelInfo
{
    font-family: Arial;
    color: Black;
    font-size: 10px;
}
.showDiv
{
    visibility: visible;
}
.hideDiv
{
    visibility: hidden;
    position: absolute;
}
.searchHeader
{
    font-family: Century Gothic;
    font-size: 18px;
    color: #ffffff;
}
.searchContent
{
    font-family: Century Gothic;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
}
.searchInput
{
    font-family: Century Gothic;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    height: 20px;
}
.MainMenu
{
    font-size: 12px;
    font-family: centurygothic;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}
.MainMenuHover
{
    font-size: 12px;
    font-family: centurygothic;
    font-weight: bold;
    cursor: pointer;
    color:#ffffff;
    background-image: url(/../images/hl.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.SubMenu
{
    visibility: hidden;
    position: absolute;
}
.SubMenuShow
{
    visibility: visible;
    position: absolute;
    padding: 0;
    margin: 0;
    display: block;
    cursor: pointer;
    background-color: Transparent;
    z-index:999999;
}
.SubMenuList
{
    font-size: 12px;
    font-family: Century Gothic;
    font-weight: bolder;
    padding-left: 5px;
}
a.menuLink
{
    font-size: 11px;
    font-family: Century Gothic;
    font-weight: bolder;
    color: #000000;
    text-decoration: none;
}
a.menuLink:hover
{
    font-size: 12px;
    font-family:Century Gothic;
    font-weight: bolder;
    color: #ffffff;
    text-decoration: none;
}
.SubMenuListHover
{
    font-size: 12px;
    font-family: Century Gothic;
    font-weight: bolder;
    padding-left: 5px;
    background-color: #eb4f57;
}
.Separator
{
    height: 17px;
}
.SearchResultContent
{
    font-size:11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
}