﻿.MovieTab
{
    background: url(../images/net/movietabs/tab.gif);
    width:85px;
    height:30px;
    text-align:center;
}
.MovieTabSelected
{
    background: url(../images/net/movietabs/tab_selected.gif);
     width:85px;
    height:30px;
    text-align:center;
}
.MovieTabBorder
{
    background: url(../images/net/movietabs/border.gif);
    width:1px;
    height:30px;
}
.MovieTabLink
{
    font-size: 12px;color: #605D5D;font-style:normal;font-weight:bold;font-family:Arial,Verdana;text-decoration: none;
}
.MovieTabLinkSelected
{
    font-size: 12px;color: #FFFFFF;font-style:normal;font-weight:bold;font-family:Arial,Verdana;text-decoration: none    
}
.MovieTabSubLink
{
    font-size: 11px;color: #0863C1;font-style:normal;font-weight:normal;font-family:Arial,Verdana;text-decoration: none; 
}
.MovieTabSubLinkSelected
{
    font-size: 11px;color: #605D5D;font-style:normal;font-weight:normal;font-family:Arial,Verdana;text-decoration: none;
}

a.MovieTabLink:hover{font-size: 12px;color: #FFFFFF;font-style:normal;font-weight:bold;font-family:Arial,Verdana;text-decoration: none;}
a.MovieTabSubLink:hover{font-size: 11px;color: #605D5D;font-style:normal;font-weight:normal;font-family:Arial,Verdana;text-decoration:underline;}
