﻿/*...... sidebar CSS ........*/
.sidebar
{
    width: 300px;
    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;
}

.table
{
    width: 300px;
    border: 1px solid #c6c6c6;
    border-top: 0;
    line-height: 20px;
    font-size: 14px;
    background: #ffffff;
}
.table .show
{
    width: 275px;
    text-align: left;
    padding-left: 5px;
}
.table .date
{
    width: 30px;
    text-align: right;
    font-weight: bold;
    font-size: 13px;
}

/*sidebarLists are general code for all list content in the sidebar, such as movie lists */

.sidebarList
{
    width: 300px;
    background: #1a135d;
	border-raidus: 10px;
	-moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -khtml-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -khtml-border-radius-topleft: 10px;
	color: #FFF;
}

.sidebarList h1 /*the header of the list*/
{
    width: 290px;
    height: 33px;
    font-size: 18px;
    font-weight: bold;
    color: #1a135d;
    text-shadow: 0 -1px 1px rgba(255,255,255,1);
    margin-top: 0px;
    line-height: 35px;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: url(../images/interface/Sidebar/sidebarboxTitle_bg.jpg) repeat-x left top;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -khtml-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -khtml-border-radius-topleft: 8px;
}

.sidebarList li
{
    list-style: none;
}

.sidebarList li a
{
    width: 275px;
    color: #FFFFFF;
    padding: 6px 15px 6px 10px;
    display: inline-block;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: #0b0e47 solid 1px;
    font-weight: normal;
}

.sidebarList li a:link, .sidebarList li a:visited
{
    color: #FFFFFF;
}

.sidebarList li a:hover
{
    background: #f1cd32;
    color: #000;
    text-shadow: none;
}

.sidebarList li:last-child a
{
    border-bottom: none;
}


.sidebarList li:last-child a:link, .sidebarList li:last-child a:visited
{
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -khtml-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -khtml-border-radius-bottomleft: 8px;
}

.sidebarList li:last-child a:hover
{
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -khtml-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -khtml-border-radius-bottomleft: 8px;
}

/*--POLL styles--*/
.sidebarList .pollQuestion
{
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    background: none;
    text-align: left;
    border: none;
    margin: 0px;
    margin-bottom: 2px;
    padding: 5px;
    display: block;
}

.sidebarList .sidebarPollAnswerBarContainer
{
    width: 100%;
    margin: 0;
    padding: 0 0 0 5px;
    display: block;
    min-height: 30px;
}

.sidebarList .pollAnswer
{
    font-weight: normal;
    display: block;
    margin: 7px 0 2px 0;
    padding: 0 0 0 5px;
}

.sidebarList .pollAnswerBar
{
    height: 30px;
    background-color: Orange;
    display: inline-block;
    float: left;
    clear: none;
    line-height: 30px;
    text-indent: 10px;
    background: #F2CE32;
	border-right: solid 1px #000;
}

.sidebarList #AnswerPercentDiv
{
    display: inline-block;
    float: left;
    clear: right;
    padding: 0px;
    margin: 0 0 0 5px;
    font-style: italic;
    line-height: 30px;
}

.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;
	color: #FFF;
}
