﻿/* CSS RESET */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; }
a, a:visited, a:active { text-decoration: none; font-size: inherit; color: #000000; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
/* RESET END */


body { width: 100%; font-family: Verdana; font-size: 13px; background-color: #000000; line-height: 110%; color: #FFFFFF; overflow: hidden;}

#allPage
{
    width: 100%;
    /*overflow: hidden;*/
}
#videoContainer { position: relative; }
#moreInfoText
{
    position: absolute;
    background-color: #000000;
    z-index: 100;
}
#moreInfoTextContent
{
    position: relative;
    display: block;
    overflow: hidden;
    font-size:13px;
}
#moreInfoTextContent a, #moreInfoTextContent a:visited, #moreInfoTextContent a:hover
{
    color: #FFFFFF;
}

#moreInfoTextContent .TextMed
{
    font-size:12px;
}
#moreInfoTextContent .TextSmall
{
    font-size:10px;
}
#showMenuBar
{
    background-image: url('/images/showmenu.png');
    background-repeat: no-repeat;
    background-position: 30px center;
    width: 100%;
    height: 20px;
    position: fixed;
    bottom: 0px;
    cursor: pointer;
}
#menuBarContainer
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    margin-left: 30px;
    margin-right: 30px;
}
#moveThumbsLeft, #moveThumbsRight
{
    float:left;
    height: 102px;
    width: 30px;
    z-index: 1000;
    cursor: pointer;
}
#moveThumbsLeft
{
    background-image: url('/images/moveleft.png');
    background-repeat: no-repeat;
    background-position: center center;
}
#moveThumbsRight
{
    background-image: url('/images/moveright.png');
    background-repeat: no-repeat;
    background-position: center center;
}
#menuBarThumbsContainer
{
   float: left;
   width:500px;
   overflow:hidden
}
#menuBarThumbs
{
    position: relative;
    left: 0px;
    width: 5400px; 
    overflow: hidden;
}
.videoSelector
{
    float: left;
}
.videoSelector IMG
{
    cursor:pointer;
    border: 1px solid transparent;
}
.videoSelector IMG.selected
{
    border: 1px solid transparent;
}
.footertext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #FFFFFF;
}
#btmoreinfo
{
    margin-right: 30px;
}
#btmoreinfo:hover
{
    cursor: pointer;
}
#closeInfo, #moveinfoup, #moveinfodown
{
    cursor: pointer;
}
