// gaybar.css
// Ron Lau 2009
// Copyright Netcast Platform 2009
//
// Created       : 14/03/2009

html
{
    overflow: auto;
}

body
{
    height: 100%;
    width: 100%;
    margin: 0;
    border-style: none;
    overflow-y: hidden;
    font-size: 100%;
}

#contIFrame
{
    margin: 0;
    border-style: none;
}

table#gaybar
{
    border-collapse: collapse;
    padding: 0px;
    border-width: 0px;
    border-style: none;
    border-spacing: 0px;
    margin: 0px;
    position: absolute;
    left: 2%;
    width: 95%;
    vertical-align: middle;
    empty-cells: show;
}

.buttonArea
{
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

/*
.webkit table.positionFix
{
    bottom: -30px;
}
*/

.playlistBox
{
    width: 268px;
    height: 164px;
    min-width: 268px;
    max-width: 268px;
    min-height: 164px;
    max-height: 164px;
}

.ie .playlistBox
{
    width: 308px;
    height: 204px;
    min-width: 308px;
    max-width: 308px;
    min-height: 204px;
    max-height: 204px;
}

.playlist
{
    bottom: 30px;
    padding: 24px 20px 16px;
    position: absolute;
    background-image: url(images/gaybar/playlist_bg.jpg);
    background-repeat: no-repeat;
    vertical-align: middle;
    overflow: hidden;
    z-index: 4;
}

.plbutton_off
{
    background-image: url(images/gaybar/player_playlist_off.jpg);
}

.plbutton_on
{
    background-image: url(images/gaybar/player_playlist_on.jpg);
}

table.positionFix
{
    bottom: 0px;
}

td.contBg
{
    background-image: url(images/gaybar/gaybar_bg.jpg);
    background-repeat: repeat-x;
    vertical-align: middle;
    z-index: 1;
}

.contBox
{
    min-width: 160px;
    max-width: 180px;
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}

.midSpace
{
    background-image: url(images/gaybar/gaybar_space.jpg);
}

.midSpaceArea
{
    min-width: 2px;
    max-width: 2px;
    width: 2px;
    background-repeat: repeat-x;
}

.ddListIconBox
{
    min-width: 12px;
    max-width: 12px;
    width: 12px;
    background-repeat: no-repeat;
    vertical-align: middle;
    z-index: 5;
}

.ddListIconOff
{
    background-image: url(images/gaybar/gaybarmenu_btn.jpg);
}

.ddListIconOn
{
    background-image: url(images/gaybar/gaybarmenu_btn_on.jpg);
}

.ddListBox
{
    background-color: #FEFEFE;
    border-color: #CCCCCC #CCCCCC #FEFEFE #CCCCCC;
    border-style: solid;
    border-width: 1px;
    bottom: 30px;
    position: absolute;
    min-width: 273px;
    width: 273px;
    margin: 0 0 0 1px;
    z-index: 5
}

div.ddListLine
{
    overflow: hidden;
    padding: 0 8px;
    width: 274px;
    max-width: 274px
}

.ddTitleText
{
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
}

div.ddTitle
{
    text-align: left;
    padding: 3px 8px;
    background-color: #999999;
}

.boxIcon
{
    min-width: 28px;
    max-width: 28px;
    width: 28px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-table;
    vertical-align: middle;
}

.delIconArea
{
    width: 14px;
    min-width: 14px;
    max-width: 14px;
}

.delIcon
{
    background-image: url(images/gaybar/playlist_del.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    width: 14px;
    min-width: 14px;
    max-width: 14px;
}

.blogIcon
{
    background-image: url(images/gaybar/gaybaricon_blog.gif);
}

.forumIcon
{
    background-image: url(images/gaybar/gaybaricon_forum.gif);
}

.radioIcon
{
    background-image: url(images/gaybar/gaybaricon_radio.gif);
}

.helpIconDown
{
    background-image: url(images/gaybar/gaybar_blog_btn_press.jpg);
}

.helpIconUp
{
    background-image: url(images/gaybar/gaybar_blog_btn.jpg);
}

.rfIconDown
{
    background-image: url(images/gaybar/gaybar_refresh_btn_press.jpg);
}

.rfIconUp
{
    background-image: url(images/gaybar/gaybar_refresh_btn.jpg);
}

.bpHIconDown
{
    background-image: url(images/gaybar/gaybar_home_btn_press.jpg);
}

.bpHIconUp
{
    background-image: url(images/gaybar/gaybar_home_btn.jpg);
}

.pmIconDown
{
    background-image: url(images/gaybar/gaybar_pm_btn_press.jpg);
}

.pmIconUp
{
    background-image: url(images/gaybar/gaybar_pm_btn.jpg);
}

.pmIconMail
{
    background-image: url(images/gaybar/gaybar_pm_btn_alert.jpg);
}

.BPIconDown
{
    background-image: url(images/gaybar/gaybar_groups_btn_press.jpg);
}

.BPIconUp
{
    background-image: url(images/gaybar/gaybar_groups_btn.jpg);
}

.chatIconDown
{
    background-image: url(images/gaybar/gaybar_chat_btn_press.jpg);
}

.chatIconUp
{
    background-image: url(images/gaybar/gaybar_chat_btn.jpg);
}

.AchatIconDown
{
    background-image: url(images/gaybar/gaybar_hotchat_btn_press.jpg);
}

.AchatIconUp
{
    background-image: url(images/gaybar/gaybar_hotchat_btn.jpg);
}

div.mailcnt
{
    position: relative;
    top: -6px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bolder;
    color: white;
	width: 0;
}

div.mailcntPos
{
    left: 17px;
    font-size: 0.775em;
}

div.mailcntPos2
{
    left: 14.8px
    font-size: 0.6em;
}

a.mailcnt:link
{
    color: white;
    text-decoration: none;
}

a.mailcnt:visited
{
    color: white;
    text-decoration: none;
}

a.mailcnt:hover
{
    color: white;
    text-decoration: none;
}

a.mailcnt:active
{
    color: white;
    text-decoration: none;
}

.ptcur
{
    cursor: pointer;
}

