﻿body {
    background-color: Black;
    color: white;
    font-family: Arial;
    font-size: 75%;
}
h1 {
    margin: 6px;
    padding: 0px;
}
h4 
{
    font-size: 100%;
    font-weight: bold;
    padding: 0px;
    margin: 6px 0 6px 0;
}
a, a:visited {
    color: White;
    text-decoration: underline;
}
a:hover {
    color: White;
    text-decoration: none;
}
hr {
    border:1px solid #283541;
    clear: both;
}
div#wrapper 
{
    width: 290px;
}
div#header img
{
    margin: 10px 0 10px 0;
}
div#content {
}
    div.videoHeader {
        background: #364858 url(/images/bgVidSelected.gif) repeat-x;
        position: relative;
        margin: 10px 0px;
        overflow: hidden;
    }
        *html div.videoHeader {
            border: 1px #2a3c4e solid;
        }
        div.videoHeader div.arrow {
            position: absolute;
            width: 10px;
            height: 8px;
            background: transparent url(/images/bgVidHeaderTriangle.gif) no-repeat;
            bottom:-8px;
            left: 24px;
        }
            *html div.videoHeader div.arrow {
                float: left;
                position: absolute;
                top: 73px;
            }
        div.videoHeader div.sheen {
            background: transparent url(/images/bgVidWrapperSelSheen.gif) no-repeat;
        }
            *html div.videoHeader div.sheen {
                background: transparent none !important;
            }
            div.videoHeader div.corner.TL {
                background: transparent url(/images/cornerSelectedTL.gif) no-repeat;
            }                                               
            div.videoHeader div.corner.TR {       
                background: transparent url(/images/cornerSelectedTR.gif) no-repeat;
            }
            div.videoHeader div.corner.BL {
                background: transparent url(/images/cornerSelectedBL.gif) no-repeat;
            }
            div.videoHeader div.corner.BR {
                background: transparent url(/images/cornerSelectedBR.gif) no-repeat;
            }
        .videoHeaderWrapper {
            overflow: auto;
        }
            .videoHeaderWrapper h1 {
                width: 100px;
            }
                *html .videoHeaderWrapper h1 {
                    padding-top: 5px;
                }
            .videoHeaderWrapper ul {
                background:#1D2832 none;
                clear:left;
                list-style-type:none;
                margin:0 0 8px;
                padding:6px;
            }
            .videoHeaderWrapper ul li {
                display: inline;
            }
    div.videoWrapper {
        background: #090e13 none;
        overflow: hidden;
        margin-bottom: 8px;
        position: relative;
        clear: both;
        padding-bottom:4px;
    }
        *+html div.videoWrapper {
            overflow: hidden;
        }
        *html div.videoWrapper {
            overflow: visible;
        }
        div.sheen {
            background: transparent url(/images/bgVidWrapperSheen2.gif) no-repeat;
            position: absolute;
            top: 0px;
         
            
            height: 2px;
            width: 280px;
        }
            *html div.sheen {
                background: transparent none !important;
            }
        div.corner {
            height: 2px;
            width: 2px;
            position: absolute;
        }
            *html div.corner {
                display: none;
            }
            div.corner.TL {
                background: transparent url(/images/cornerDefaultTL.gif) no-repeat;
                top: 0px;
                left: 0px;
            }
            div.corner.TR {
                background: transparent url(/images/cornerDefaultTR.gif) no-repeat;
                top: 0px;
                right: 0px;
            }
            div.corner.BL {
                background: transparent url(/images/cornerDefaultBL.gif) no-repeat;
                bottom: 0px;
                left: 0px;
            }
            div.corner.BR {
                background: transparent url(/images/cornerDefaultBR.gif) no-repeat;
                bottom: 0px;
                right: 0px;
            }
        img.thumbnail {
            float: left;
            margin: 8px;
            width: 40px;
            height: 40px;
            z-index: 100;
        }
            *+html img.thumbnail {
                position: absolute;
            }
            *html img.thumbnail {
                position: absolute;
            }
        div.videoDetailsWrapper {
            padding-top: 3px; 
            padding-bottom: 6px;
            margin-left: 60px;
        }
            div.videoContent {
                margin: 8px 0px 0px;
            }
            div.videoDetails {
                display: none;
                font-size: 90%;
                margin-bottom: 16px;
                margin-top: 6px;
            }
            div.videoWrapper a.playVid {
                display: block;
                background: transparent url(/images/buttonPlayVid.gif) no-repeat;
                height: 22px;
                width: 82px;
                overflow: hidden;
                line-height: 60px;
                z-index: 100;
                clear: left;
                float: left;
            }
            div.rateVidWrapper {
                float: right;
                margin-left: 10px;
                font-size: 90%;
            }
                div.rateVidWrapper select {
                    background: #0f1419 none;
                    border: 1px #384b5d solid;
                    color: White;
                }
                div.rateVidWrapper input.buttonRate {
                    background: transparent url(/images/buttonRate.gif) no-repeat;
                    border: none;
                    width: 36px;
                    height: 21px;
                    color: white;
                    font-size: 90%;
                }
            ul.rating {
                list-style-type: none;
                margin: 8px 0px 0px;
                padding: 0px;
            }
                ul.rating li {
                    display: inline;
                    padding: 0px 8px;
                    font-size: 90%;
                    color: #b5b7b8;
                    border-right: 1px #6c6f72 solid;
                }
                ul.rating li:first-child {
                    padding-left: 0px;
                }
                ul.rating li:last-child {
                    border-right: none;
                }
                span.moreInfoToggle {
                    margin-left: 5px;
                }
            .utils {
                margin-top: 15px;
                margin-right: 10px;
            }
                *html .utils {
                    margin-top: 10px;
                    height: 20px;
                    position: relative;
                }
        
    div.videoWrapper.selected {
        background: #364858 url(/images/bgVidSelected.gif) repeat-x;
    }
        div.videoWrapper.selected div.sheen {
            background: transparent url(/images/bgVidWrapperSelSheen.gif) no-repeat;
        }
            *html div.videoWrapper.selected div.sheen {
                background: transparent none !important;
            }
            div.videoWrapper.selected div.corner.TL {
                background: transparent url(/images/cornerSelectedTL.gif) no-repeat;
            }                                               
            div.videoWrapper.selected div.corner.TR {       
                background: transparent url(/images/cornerSelectedTR.gif) no-repeat;
            }
            div.videoWrapper.selected div.corner.BL {
                background: transparent url(/images/cornerSelectedBL.gif) no-repeat;
            }
            div.videoWrapper.selected div.corner.BR {
                background: transparent url(/images/cornerSelectedBR.gif) no-repeat;
            }
        div.videoWrapper.selected img.thumbnail {
            margin-right: 12px;
        }
            div.videoWrapper.selected div.videoContent {
                font-size: 100%;
            }
            div.videoWrapper.selected div.videoDetails {
                display: block;
                font-size: 90%;
                margin-bottom: 16px;
                margin-top: 6px;
            }
                *html div.videoWrapper.selected a.playVid {
                    position: absolute;
                    margin-left: -10px;
                }
        
    div.pagination {
        clear: both;
        overflow: auto;
    }
    div.paginationText {
        float: left;
    }
    div.paginationButtons {
        float: right;
        
    }
    div.pagination input {
        width: 52px;
        height: 22px;
        border: none;
        overflow: hidden;
        text-indent: 150px;
        cursor: pointer;
    }
    input.backPage {
        background: transparent url(/images/buttonBack.gif) no-repeat;
        margin: 0px 6px;
        
    }
    input.nextPage {
        background: transparent url(/images/buttonNext.gif) no-repeat;
        margin: 0px 6px;
        
    }
    
    div#socialBookmarks {
    }
        a.rssFeed {
            display: block;
            background: transparent url(/images/iconRSS.gif) no-repeat right;
            width: 45px;
            height: 15px;
            overflow: hidden;
        }
        
div#footer {
    overflow: auto;
    font-size: 90%;
    color: #999999;
    margin: 0 0 20px 0;
} 
    div#footer ul {
        margin: 15px 0px 10px;
        padding: 0px;
        list-style-type: none;
    }
    div#footer ul li {
        display: inline;
        border-right: 1px #999999 solid;
        
    }
    div#footer ul li:last-child,
    div#footer ul li.last-child {
        border-right: none;
 
    }
    div#footer ul li a {
        color: #999999;
        padding: 0px 8px;
        white-space: nowrap;
        
    }
    span.copyright {
        padding-left: 8px;
    }
    
    img 
    {
        border: 0;
    }