.popupBackground
{
    background-color: Gray;
    filter: alpha(opacity=90);
    padding: 2px;
}
.tabs
{
    position: relative;
    top: 1px;
    left: 7px;
}
.tab
{
    border: solid 1px black;
    background-color: #333333;
    padding: 2px 10px;
    color: White;
}
.selectedTab
{
    background-color: white;
    border-bottom: solid 1px white;
    color: Black;
    font-weight: bold;
}
.tabContents
{
    border-top: solid 1px black;
    padding: 10px;
    background-color: white;
}
.menuBorder
{
    border-bottom: solid 1px Black;
    text-align: left;
    padding-left: 6px;
}
.redHeader
{
    background-image: url('images/headerRed.gif');
    background-repeat: repeat-x;
    height: 25px;
    vertical-align: middle;
    padding: 5px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: white;
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
    cursor: pointer;
}
.redHeaderNoSelect
{
    background-image: url('images/headerRed.gif');
    background-repeat: repeat-x;
    height: 25px;
    vertical-align: middle;
    padding: 5px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: white;
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.subHeader
{
    background-color: #999999;
    font-family: Arial;
    color: #FFFFFF;
    font-weight: bold;
    height: 25px;
    border: none 0px;
    padding: 0px;
    overflow: hidden;
    border-spacing: 0px;
    border-collapse: collapse;
}
.padded
{
    padding: 4px;
}
.bottomPad
{
    margin-bottom: 4px;
}
.noPad
{
    padding: 0px;
    border-width: 0px;
    margin: 0px;
}
.videoTitle
{
    font-family: Arial;
    font-weight: bold;
    text-align: left;
    color: Blue;
}
.videoText
{
    font-family: Arial;
    font-size: 10px;
    text-align: left;
}
.collapsedPanel
{
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    overflow: hidden;
}
.detailRowBorder
{
    border: solid 3px red;
}
.noSpace
{
    border-spacing: 0px;
    border-collapse: collapse;
}
.leftAlign
{
    text-align: left;
    color: Blue;
}
.summaryRow
{
    background-color: #E8E8E8;
    height: 20px;
}
.summaryAltRow
{
    background-color: #CCCCCC;
    height: 20px;
}
.rzButton
{
    border: #E61F26 1px solid;
    background-color: #A00B11;
    color: white;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
}
.redZonePanel
{
    border: solid 2px red;
    background: black;
    padding: 10px;
    color: White;
}
.trainerMenu
{
    border-bottom: solid 2px #E81F27;
    border-left: solid 2px #E81F27;
    border-right: solid 2px #E81F27;
    border-top: none 0px #000000;
    background-color: Black;
}
.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.navColumn
{
    width: 150px;
}
body
{
    font-family: Arial;
    background-color: White;
    background-image: url(images/background.gif);
    background-repeat: repeat;
    margin-left: 4px;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
}
body, td, th
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.detailHeader
{
    padding-right: 10px;
}
.style1
{
    width: 48%;
}