@import url(http://fonts.googleapis.com/css?family=Sintony:400,700);

div#stream_preview_box {
    position:absolute;
    border:1px solid #ddd;
    background:#eee;
    padding:5px;
    display:none;
    color: #000;
}

div.totalOnline {
    position: absolute;
    left: 360px;
    top: -64px;
    color: #DB1F26;
    font-family: 'eurostilebold',Arial,sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-shadow: -2px 2px 3px #A7A9AC;
}

    div.totalOnline img {
        vertical-align: middle;
    }

ul#livestream_viewMenu {
    position: absolute;
    top: -50px;
    right: 24px;
    padding: 0;
    list-style: none;
}
 
    ul#livestream_viewMenu li {
        float: left;
        height: 33px;
        width: 37px;
        cursor: pointer;
        cursor: hand;
        margin: 0 6px;
        background-color: #E2E2E2;
    }

    ul#livestream_viewMenu li div.imageHolder {
    	padding: 2px;
        border: 1px solid #000222;
        border-bottom: none;
        height: 29px;
        width: 33px;
        box-shadow: -6px 2px 3px -3px #A7A9AC;
    }

    ul#livestream_viewMenu li.list div.imageHolder { background: url(/images/icons/livestream_tab_icon_condensed.png) no-repeat 50% 50%; }
    ul#livestream_viewMenu li.mixed div.imageHolder { background: url(/images/icons/livestream_tab_icon_standard.png) no-repeat 50% 50%; }
    ul#livestream_viewMenu li.grid div.imageHolder { background: url(/images/icons/livestream_tab_icon_expanded.png) no-repeat 50% 50%; }

    ul#livestream_viewMenu li.mouseout {}
    ul#livestream_viewMenu li.selected div.imageHolder {
    	height: 33px !important;
    	width: 37px !important;
    	margin-top: -2px;
    	background-color: #EDECED !important;
        box-shadow: -10px 2px 5px -5px #A7A9AC;
    }

div#livestream_viewContainer {
	clear: both;
    padding: 0;
    width: 852px;
    margin: 0 auto;
}

    div#livestream_viewContainer .toggleContent {
        display: none;
    }

    div#livestream_viewContainer .show {
        display: block;
    }

div#livestream_view_list .offwhite_box,
div#livestream_view_mixed .offwhite_box,
div#livestream_view_grid .offwhite_box {
    background: none repeat scroll 0 0 #EDECED;
    box-shadow: -5px 5px 5px #A7A9AC;
}

div#livestream_view_list table {
    width: 852px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-color: #000222;
    border-style: solid;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-collapse: collapse;
}

    div#livestream_view_list table th {
        text-align: center;
        font-family: 'eurostilebold',Arial,sans-serif;
        font-weight: normal;
        font-size: 18px;
        line-height: 0px;
    }

    div#livestream_view_list table th div {
        position: relative;
        top: -15px;
    }

    div#livestream_view_list table th.viewers {
        color: #DB1F26;
        text-align: right;
        padding-right: 5px;
    }

    div#livestream_view_list table tbody { }

    div#livestream_view_list table tbody a {
        text-decoration: none;
        font-size: 14px;
        color: #282828;
        font-weight: bold;
    }

    div#livestream_view_list table tbody a:hover {
        color: #4B79BE;
    }

    div#livestream_view_list table tbody td {
        padding: 4px 10px;
        border-top: 1px solid #D2CFCF;
        height: 24px;
    }

    div#livestream_view_list table tbody tr.first td {
        border: none;
    }

    div#livestream_view_list table.offline {
        <!--display: none;!-->
    }


    div#livestream_view_list table tbody td.link {
        width: 240px;
    }

    div#livestream_view_list table tbody td.resolution {
        width: 50px;
    }

    div#livestream_view_list table tbody td.details,
    div#livestream_view_list table tbody td.game {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 80px;
    }

    div#livestream_view_list table tbody td.details img{
        margin: 0 3px;
    }

    div#livestream_view_list table tbody td.details * {
        vertical-align: middle;
    }

    div#livestream_view_list table tbody td.uptime {
        width: 80px;
    }

    div#livestream_view_list table tbody td.sparkline {
        width: 80px;
    }

    div#livestream_view_list table tbody td.viewers {
        text-align: right;
        font-size: 15px;
        color: #DB1F26;
        width: 180px;
    }

    div#livestream_view_list table.offline tbody td.last_update {
        text-align: right;
        font-size: 0.92em;
        color: #4B79BE;
        width: 180px;
    }

    div#livestream_view_list div#buttonHolder {
        width: 200px;
        margin: 0 auto;
    }

    div#livestream_view_list div#buttonHolder a#btn_ShowHideList {
        background-color: #B1BFC7;
        background-image: linear-gradient(top, #FCFCFC 0%, #B1BFC7 50%, #8B98A0 100%);
        background-image: -o-linear-gradient(top, #FCFCFC 0%, #B1BFC7 50%, #8B98A0 100%);
        background-image: -moz-linear-gradient(top, #FCFCFC 0%, #B1BFC7 50%, #8B98A0 100%);
        background-image: -webkit-linear-gradient(top, #FCFCFC 0%, #B1BFC7 50%, #8B98A0 100%);
        background-image: -ms-linear-gradient(top, #FCFCFC 0%, #B1BFC7 50%, #8B98A0 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FCFCFC), color-stop(0.5, #B1BFC7), color-stop(1, #8B98A0));

        border-color: #A7A9AC;
        border-style: solid;
        border-width: 1px;
        box-shadow: -3px 3px 5px #A7A9AC;
        color: #282828;
        display: inline-block;
        font-family: 'eurostilebold',Arial,sans-serif;
        font-weight: normal;
        font-size: 12px;
        height: 16px;
        line-height: 16px;
        margin: 11px -1px 11px 7px;
        padding: 0 5px 0 28px;
        vertical-align: middle;
    }

    div#livestream_view_list div#buttonHolder a#btn_ShowHideList div.dumb {
        display: inline-block;
        height: 0;
        position: relative;
        width: 0;
    }

    div#livestream_view_list div#buttonHolder a#btn_ShowHideList div.dumb img {
        bottom: -7px;
        position: absolute;
        right: 4px;
        border: medium none;
    }

    div#livestream_view_list div#buttonHolder a#btn_ShowHideList span.text {
        text-transform: uppercase;
    }

div#livestream_view_grid {
    overflow: hidden;
}

    div#livestream_view_grid ul.pager_elements {
        list-style: none outside none;
        overflow: hidden;
        text-align: left;
        min-height: 640px;
        margin: 0;
    }

    div#livestream_view_grid ul.pager_elements > li {
        background: none repeat scroll 0 0 transparent;
        box-shadow: -5px 5px 5px #A7A9AC;
        float: left;
        margin: 20px 22px 20px 22px;
        padding: 0;
        position: relative;
        width: 320px;
        height: 240px;
        background-color: #000;
        border: 10px solid #000;
    }

    div#livestream_view_grid ul.pager_elements > li div.previewContainer {
        width: 320px;
        height: 240px;
    }

    div#livestream_view_grid ul.pager_elements > li div.previewContainer img {
        border: medium none;
        text-align: center;
    }

    div#livestream_view_grid ul.pager_elements > li div.previewDescriptionContainer {
        display: none;
        left: 0;
        padding: 15px;
        position: absolute;
        width: 280px;
        top: 0;
        color: #fff;
    }

div.previewDescriptionContainer {
    font-family: 'Sintony', sans-serif;
}
    div.previewDescriptionContainer ul {
        padding-left: 0px;
    }

    div.previewDescriptionContainer ul > li {
        padding: 4px 4px;
        margin: 0 0 4px 0;
        width: 100%;
        color: #FFFFFF;
        display: block;
        text-decoration: none;
    }
        

    div.previewDescriptionContainer ul > li.button {
        background-color: #507383;
        border: 1px solid #2F4850;
        width: 80px;
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }

    div.previewDescriptionContainer ul > li.button:hover {
        background-color: #CA4C3F;
        border: 1px solid #9C483B;
        color: #FFFFFF;
        text-decoration: none;
        cursor: pointer;
    }

    div.previewDescriptionContainer ul > li.button a {
        color: #FFFFFF;
        text-decoration: none;
    }

    div.previewDescriptionContainer ul > li.button a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

div#livestream_view_mixed {
    overflow: hidden;
}

    div#livestream_view_mixed ul.pager_elements {
        list-style: none outside none;
        overflow: hidden;
        text-align: left;
        min-height: 640px;
        margin: 0 0 0 -45px;
    }

    div#livestream_view_mixed ul.pager_elements > li {
        background: none repeat scroll 0 0 transparent;
        margin: 14px 22px;
        padding: 0;
        width: 834px;
        height: 168px;
        position:relative;
    }

    div#livestream_view_mixed ul.pager_elements > li div.previewContainer {
        width: 256px;
        height: 160px;
        margin: 0;
        padding: 0;
        border: 4px solid #000;
        float: left;
        overflow: hidden;
        box-shadow: -5px 5px 5px #A7A9AC;
        background: #000;
    }

    div#livestream_view_mixed ul.pager_elements > li div.previewContainer img { 
        height: 160px;
    }

    div#livestream_view_mixed ul.pager_elements > li div.previewDescriptionContainer {
        display: none;
        left: 0;
        padding: 15px;
        position: absolute;
        width: 256px;
        top: 0;
        color: #fff;
    }

    div#livestream_view_mixed ul.pager_elements > li div.infoContainer {
        width: 510px;
        height: 90px;
        margin: 20px 16px;
        padding: 14px;
        float: right;
        background: none repeat scroll 0 0 #FCFCFC;
        box-shadow: -5px 5px 5px #A7A9AC;
    }

    div#livestream_view_mixed ul.pager_elements > li div.infoContainer table {
        width: 510px;
        border-collapse: collapse;
    }

    div#livestream_view_mixed ul.pager_elements > li div.infoContainer table tr.upper td {
        border-color: #BCBEC0;
        border-style: solid;
        border-width: 0 0 1px;
        height: 65px;
    }

    div#livestream_view_mixed ul.pager_elements > li div.infoContainer table tr.upper td.name {
        font-family: 'birth_of_a_heroregular',Arial,sans-serif;
        font-weight: normal;
        font-size: 36px;
        text-rendering: optimizelegibility;
        color: #4B79BE;
    }

    div#livestream_view_mixed ul.pager_elements > li div.infoContainer table tr.upper td.name a:link{
        font-weight: normal;
    }

    div#livestream_view_mixed ul.pager_elements > li div.infoContainer table tr.upper .truncate{
        width: 180px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 5px;
    }

    div#livestream_view_mixed ul.pager_elements > li div.infoContainer table tr.upper td.charts {
        width: 300px;
        background-color: #eee;
        border: 1px solid #BCBEC0;
    }

    div#livestream_view_mixed ul.pager_elements > li div.infoContainer table tr.lower{
        font-family: Arial,Sans-Serif;
        font-size: 18px;
        color: #000222;
        height: 28px;
    }

    div#livestream_view_mixed ul.pager_elements > li div.infoContainer table tr.lower td.details {
        display: table-cell;
        vertical-align: middle;
        height: 30px;
        width: 90px;
    }
        div#livestream_view_mixed ul.pager_elements > li div.infoContainer table tr.lower td.details img{
            margin: 0 0;
        }

    div#livestream_view_mixed ul.pager_elements > li div.infoContainer table tr.lower td.viewers{
        color: #DB1F26;
    }

    div#livestream_view_mixed ul.pager_elements > li div.infoContainer table tr.lower td.tweet_button{
        font-size: 11px;
        text-align: right;
    }

div.livestream_BigBox {
    position: relative;
}

div.livestream_BigBox div.pagerContainer {
    float: left;
    position: relative;
    left: 50%;
    margin: -32px 0 10px 0;
}

div.livestream_BigBox div.pagerContainer .pager {
    float: left;
    position: relative;
    left: -50%;
}

.hidden {
    display: none !important;
}
