﻿#tabbedDialog
{
   width: 555px; /* 585px - 15px - 15px */
   float: left;
   padding-left: 15px;
   padding-right: 15px;
   background: #000000 url(Images/TabDlg_TabBottomLine.gif) repeat-x bottom;  
   margin-bottom: 15px;  
   clear: right;
}

#tabbedDialog ul
{
   margin: 0px;
   padding: 0px;
   list-style-type: none;
   list-style-image: none;
}

#tabbedDialog li
{
   float: left;
   background: url(Images/TabDlg_TabRightEdgeNormal.gif) no-repeat top right;
   margin-left: 1px;
   margin-right: 1px;
}

#tabbedDialog a
{
   display: block;
   text-decoration: none;
   background: url(Images/TabDlg_TabLeftEdgeNormal.gif) no-repeat top left;
   width: 180;
   padding: 3px 10px;

}

#tabbedDialog a:hover
{
   color: #9acd32; /* YellowGreen */
}

#watchVideoPage #watchVideoPageLink, #submitVideoPage #submitVideoPageLink
{
   background: url(Images/TabDlg_TabRightEdgeSelected.gif) no-repeat top right;
}

#watchVideoPage #watchVideoPageLink a, #submitVideoPage #submitVideoPageLink a
{
   padding-bottom: 5px; /* 3px + 2px (i.e. 2px more) */
   color: #9acd32; /* YellowGreen */
   background: url(Images/TabDlg_TabLeftEdgeSelected.gif) no-repeat top left;
}


