﻿body 
{
    background-color:Transparent;
    color:White;
    font-family: Tahoma;
}


a:link
{
    color: #BBBBBB;
    text-decoration: none; 
}
a:visited
{
    color: #BBBBBB;
    text-decoration:none;
}
a:hover
{
    color: White;
    text-decoration: none; 
}

a:active
{
    color:White;
    text-decoration:none;
}
.boton
{
    font-family: Tahoma;
    font-weight: bold;
    font-size: 13px;
    background-color: Transparent;
    background-image: url(./images/boton.png);
    background-repeat: no-repeat;
    border: none;
    padding: 0px;
    color: White;
    width: 98px;
    height: 26px;
    cursor: pointer;
    vertical-align:middle;
    
}

.bodyAdmin
{
    color: Black;
    background-color:#e5e9f1;
}

.Menu
{
    font-family: Tahoma;
    font-weight:normal;
    font-size: 13px;
    text-align: center;
    color: #BBBBBB
}

.MenuBack
{
    background-image: url(./images/menu/fondomenu.png);
    background-repeat: repeat-x;
    height: 30px;
}
.MenuBackTd
{
    background-image: url(./images/menu/fondomenu.png);
    background-repeat: repeat-x;
    height: 30px;
    width: 93px;
    cursor: pointer;
}
.MenuLeft
{
    background-image: url(./images/menu/menuleft.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 30px;
}
.MenuRight
{
    background-image: url(./images/menu/menuright.png);
    background-repeat: no-repeat;
    background-position:left;
    height: 30px;
}
.MenuHover
{
    background-image: url('PersistantImage.ashx?key=MenuHover');
    background-repeat: no-repeat;
    background-position: center center; 
    background-color:Transparent;
    width: 93px;
    color: White;
    cursor: pointer;
}

.SubMenu
{
    color: #BBBBBB;
    font-family: Tahoma;
    font-size: 13px;
    text-align: left;
}
.SubMenuHover
{
    color: White;
    font-family: Tahoma;
    font-size: 13px;
    text-align: left;
}
.SubMenuDiv
{
    padding: 5px;
    background-image: url(images/menu/submenu2.png);
    background-repeat:repeat;
    border: solid 1px #666666;
}

.VideoTitle
{
    font-family: Tahoma;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    color: White;
}
.VideoDescription
{
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    color: Silver;
}
.VideoDate
{
    font-family: Tahoma;
    font-size: 11px;
    /*font-style: italic;*/
    text-decoration: none;
}

.TextBox
{
    background-color: Transparent;
    color: White;
    font-family: Tahoma;
    cursor: text;
    border: solid 1px silver;
   
}


.VideoPopUp
{
    padding: 10px;
    background-color:Transparent;
    background-image: url('images/menu/submenu2.png');
    background-repeat:repeat;
    border: solid 1px #666;
    display: block;
    /*width: 250px;*/
    position:fixed;
    top: 50%;
    left: 50%;
    overflow:visible;
    visibility: hidden;
}

.PasPanel
{
    padding-left: 50px;
}
