﻿/*...... sidebar CSS ........*/
.sidebar
{
    width: 300px;
    padding-left: 20px;
    float: left;
}

.sidebarContainer /*container for each sidebar modules*/
{
    width: 300px;
    clear: both;
    margin: 0px;
    padding: 0px;
    height: auto;
    overflow: hidden;
}

.sidebarContainer .koukoku /*sidebar koukoku space */
{
    width: 300px;
    position: relative;
    height: auto;
}

/*sidebarLists are general code for all list content in the sidebar, such as movie lists */

.sidebarList
{
    width: 278px;
    background: #FFF;
    border: #e2e2e2 solid 1px;
    padding: 10px;
}

.sidebarList h1
{
    height: auto;
    color: #022d4f;
    font-size: 17px;
    font-weight: bold;
    line-height: 16px;
    background: none;
    text-align: center;
    text-transform: uppercase;
    border: none;
    margin: 0px;
    margin-bottom: 2px;
    padding: 0px;
}

.sidebarList li
{
    list-style: none;
    border-bottom: #f7f7f7 solid 1px;
}

.sidebarList li a
{
    width: 280px;
    color: #333;
    padding: 3px 0px 3px 0px;
    display: inline-block; /*border-bottom: #CCC solid 1px;*/
    text-indent: 0px;
}

.sidebarList a:link, .sidebarList a:visited
{
    color: #000;
    border-bottom: #FFF solid 1px;
}

.sidebarList a:hover
{
    color: #00A1C9;
    border-bottom: #00A1C9 solid 1px;
    text-decoration: none;
}

.sidebarList li:last-child a:hover
{
    color: #00A1C9;
    border-bottom: #00A1C9 solid 1px;
    text-decoration: none;
}

/*
div.sidebarList ul li .activeSidebarPageLinkList
{
    border-bottom: 2px solid #00A1C9;
    font-size: 12px;
    font-weight: bold;
    color: #00A1C9;
}
*/

/*--dendy specific--*/
.loopTable a, .loopTable a:link, .loopTable a:visited
{
    text-decoration: none;
    border-bottom: none;
    color: #636363;
}

.loopTable a:hover
{
    color: #000000;
}

/*--POLL styles--*/
.sidebarList .pollQuestion
{
    color: #00A1C9;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    background: none;
    text-align: left;
    text-transform: uppercase;
    border: none;
    margin: 0px;
    margin-bottom: 2px;
    padding: 0px;
    display: block;
}

.sidebarList .sidebarPollAnswerBarContainer
{
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    min-height: 20px;
}

.sidebarList .pollAnswer
{
    font-weight: normal;
    display: block;
    margin: 7px 0 2px 0;
    padding: 0;
}

.sidebarList .pollAnswerBar
{
    height: 20px;
    background-color: Orange;
    display: inline-block;
    float: left;
    clear: none;
    line-height: 20px;
    text-indent: 10px;
    background: #00A1C9 url(../images/interface/Sidebar/pollAnswerBar.png) repeat-x left top;
    border: solid 1px #002446;
}

.sidebarList #AnswerPercentDiv
{
    display: inline-block;
    float: left;
    clear: right;
    padding: 0px;
    margin: 0 0 0 5px;
    font-style: italic;
    line-height: 20px;
}

.sidebarList .pollOption
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.sidebarList .pollOption tr
{
    margin: 3px 0;
    height: 20px;
    line-height: 20px;
}

.sidebarList .pollOption tr td label
{
    display: inline-block;
    margin-top: 0;
    padding-top: 0;
    vertical-align: middle;
}

/*for quick online booking element*/
.QuickBooking h1
{
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -khtml-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -khtml-border-radius-bottomleft: 0px;
}

.sidebarList #QuickBookingDiv
{
    overflow: hidden;
    padding-left: 5px;
    padding-bottom: 5px;
}

.sidebarList #QuickBookingDiv tr
{
    height: 40px;
}

.sidebarList #QuickBookingDiv tr select 
{
    width: 264px;
}

.sidebarList #QuickBookingDiv #LoadingRow
{
    color:#000;
    text-align: right;
}
