/* GENERAL */
/* Large Image */
div.largeImage
{
    text-align: center;
    position: absolute;
    width: 160px;
    height: 160px;
    line-height: 150px;
    z-index: 999999 !important; /*border: solid 1px #add8e6;*/
    display: none;
}

    div.largeImage img
    {
        height: 150px;
        border-radius: 6px;
        vertical-align: middle;
        margin-top: 3px;
        z-index: 9999;
    }

/* Tabs */
div.tabs
{
    margin: 1px 0px 0px 1px;
    border-width: 0px;
}

    div.tabs div.ui-tabs-panel
    {
        padding-left: 6px;
        padding-right: 6px;
        border-width: 1px;
        border-top-width: 0px;
        height: 100%;
        min-height: 754px;
    }

    div.tabs ul.ui-widget-header
    {
        background-color: transparent;
        border-radius: 0px;
        border-top-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        padding-top: 0px;
        padding-left: 0px;
        margin-top: 0px;
    }

    div.tabs li.ui-state-default
    {
        color: #140f06;
        padding: 0px;
        margin: 0 2px 0 0;
    }

    div.tabs li.ui-tabs-active
    {
        border: solid 1px #95bcd6;
        border-bottom-width: 0px;
    }

    div.tabs a.ui-tabs-anchor
    {
        font-size: 11px;
    }

    div.tabs li.ui-state-default: hover
    {
        background-color: Red;
    }

    div.tabs div.noViewedVotes
    {
        position: absolute;
        color: #FF4D00;        
        background-color: #FFF !important;
        font-size: 9px;
        font-weight: bold;
        border: solid 1px #FF4D00;
        border-radius: 6px;        
        left: 43px;
        top: -3px;
        padding: 1px 3px;
        z-index: 999 !important;        
        display: none;
    }
    
    div.tabs div.noViewedPosts
    {
        position: absolute;
        color: #FF4D00;        
        background-color: #FFF !important;
        font-size: 9px;
        font-weight: bold;
        border: solid 1px #FF4D00;
        border-radius: 6px;        
        left: 71px;
        top: -3px;
        padding: 1px 3px;
        z-index: 999 !important;        
        display: none;
    }

    div.tabs div.tickerNews
    {
        display: inline-block;
        text-align: center;
        margin-top: 6px;
        width: 350px;
    }

        div.tabs div.tickerNews span
        {
            font-family: Times New Roman;
            color: #FF4D00 !important;
        }

/* OVERRIDE STYLES */
.ui-widget-header
{
    color: #FFF;
    background-color: #3d97e2;
}

.ui-button .ui-button-text
{
    color: #FFF;
    background-color: #3d97e2;
}

li.ui-state-default a.ui-tabs-anchor
{
    outline: 0 !important;
}

/********************
*   Mobile Styles   *
********************/
/****** iPad *******/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
{
    @viewport
    {
        width: device-width;
        zoom: 1;
    }
}

/* Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)
{
    @viewport
    {
        width: device-width;
        zoom: 1;
    }
}

/****** iPhone *******/
@media only screen and (min-device-width : 320px) and (max-device-width : 767px)
{
    @viewport
    {
        width: device-width;
        zoom: 1;
    }
}

/* Portrait */
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : portrait)
{
    @viewport
    {
        width: device-width;
        zoom: 1;
    }
}
