.btn_mouseout
{
    border-right: #2C59AA 1px solid;
    padding-right: 2px;
    border-top: #2C59AA 1px solid;
    padding-left: 2px;
    font-size: 12px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
    border-left: #2C59AA 1px solid;
    cursor: hand;
    color: black;
    padding-top: 2px;
    border-bottom: #2C59AA 1px solid;
    text-decoration: none;
}
.btn_mouseover
{
    border-right: #2C59AA 1px solid;
    padding-right: 2px;
    border-top: #2C59AA 1px solid;
    padding-left: 2px;
    font-size: 12px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#D7E7FA);
    border-left: #2C59AA 1px solid;
    cursor: hand;
    color: black;
    padding-top: 2px;
    border-bottom: #2C59AA 1px solid;
    text-decoration: none;
}
.btn_mousedown
{
    border-right: #FFE400 1px solid;
    padding-right: 2px;
    border-top: #FFE400 1px solid;
    padding-left: 2px;
    font-size: 12px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
    border-left: #FFE400 1px solid;
    cursor: hand;
    color: black;
    padding-top: 2px;
    border-bottom: #FFE400 1px solid;
    text-decoration: none;
}
.btn_mouseup
{
    border-right: #2C59AA 1px solid;
    padding-right: 2px;
    border-top: #2C59AA 1px solid;
    padding-left: 2px;
    font-size: 12px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
    border-left: #2C59AA 1px solid;
    cursor: hand;
    color: black;
    padding-top: 2px;
    border-bottom: #2C59AA 1px solid;
    text-decoration: none;
}

#Mzx_popupContainer
{
    position: fixed !important;
    position: absolute;
    z-index: 2001;
}
#Mzx_popupInner
{
    border: 2px solid #000000;
    background-color: #ffffff;
}

#Mzx_popupFrame
{
    text-align: center;
    margin: 0px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2002;
    background-color: #FFFFFF;
}
#Mzx_popupTitleBar
{
    background-color: #486CAE;
    color: #ffffff;
    font-weight: bold;
    height: 18px;
    padding: 5px;
    border-bottom: 2px solid #000000;
    border-top: 1px solid #78A3F2;
    border-left: 1px solid #78A3F2;
    border-right: 1px solid #204095;
    position: relative;
    z-index: 2003;
    background-image: url('../Images/top-mid.png');
}
#Mzx_popupTitle
{
    float: left;
    font-size: 15px;
}
#Mzx_popupControls
{
    float: right;
    cursor: pointer;
    cursor: hand;
}
#Mzx_mask
{
    position: fixed !important;
    position: absolute;
    opacity: .4;
    filter: alpha(opacity=40);
    left: 0px;
    top: 0px;
    background-color: #999999;
}

.medialive_tabs
{
    width: 100%;
    margin: 8px auto;
    position: relative;
    height: 24px;
    border-bottom: 1px solid #7297c1;
}
.Medialive_tabs ul
{
    position: absolute;
    padding: 0px 0 0 11px;
    list-style-type: none;
}
ul
{
    margin: 0;
    padding: 0;
    border: 0;
}
.medialive_tabs li.active
{
    background-position: -51px 0px;
    color: #000;
    cursor: default;
    font-size: 12px;
}
.medialive_tabs li
{
    width: 51px;
    height: 25px;
    line-height: 25px;
    margin-right: 1px;
    background-image: url('../Images/medialive_tabs.gif');
    float: left;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
}

