body {
    background-color: #000000;
    color: White;
    font-family: Verdana;
    font-size: 8pt;
}
a
{
    color: white;
}
input
{
    color: #000000;
    background-color: #ffffff;
}
label {
    color: white;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: Bold;
}
.pageHeaderLabel
{
    color: White;
    background-color: Red;
    font-family: Verdana;
    font-size: 8pt;
    width: 100%;
    font-weight: Bold;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}
.HeaderLabel
{
    color: White;
    background-color: #cc0000;
    font-family: Verdana;
    font-size: 8pt;
    width: 100%;
    font-weight: Bold;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}
.txtBoldRed
{
    color: Red;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: Bold;
}
.txtNormalRed
{
    color: Red;
    font-family: Verdana;
    font-size: 8pt;
}
.txtBoldWhite
{
    color: White;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: Bold;
}
.txtBoldWhite2
{
    color: White;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: Bold;
}
.txtNormalWhite
{
    color: White;
    font-family: Verdana;
    font-size: 8pt;
}
.buttonMainStyle
{
    font-family: verdana;
    font-weight: bold;
    font-size: 8pt;
    width: 160px;
    height: 25px;
    padding: 10px 0px 0px 0px;
    text-align: center;
    background-image: url(../images/ButtonBackground.gif);
    color: white;
    margin-top: 5px;
}
.buttonStyle
{
    font-family: verdana;
    font-weight: bold;
    font-size: 8pt;
    width: 70px;
    height: 25px;
    padding: 10px 0px 0px 0px;
    text-align: center;
    background-image: url(../images/buttons.jpg);
    color: white;
    margin-top: 5px;
}
.mainPanel
{
    text-align: center;
    width: 100%;
}
.contentPanel {
    color: White;
    font-family: Verdana;
    font-size: 8pt;
    text-align: left;
    width: 190px;
}
.submitBtn {
    font-size: 7pt;   
    border-color: white;
    background-color: red;
    font-weight: bold;
    font-family: verdana;
    color: white;
}
.submitBtn2 {
    width : 200px;
    font-size: 7pt;   
    border-color: white;
    background-color: red;
    font-weight: bold;
    font-family: verdana;
    color: white;
}
.Error
{
    color: Red;
    font-family: Verdana;
    font-size: 8pt;
}
.txtBoldGray
{
    color: Gray;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
}
.videoList {
    text-align: left;
    width: 190px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.buttonPanel {
    width: 190px;
}
.numericText {
    -wap-input-format: "*N";
}
.tdVideoBlack {
    text-align: left;
    width: 190px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tdVideoGray {
    background-color: #3E3535;
    text-align: left;
    width: 190px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.txtVideoTitle {
    color: White;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}
/*red hyperlink*/
.lnkRed {
    color: Red;
}

.lnkWhite {
    color: White;
    text-align: center;
}

.osbutton {
    background-image: url(../images/btn/blank.png);
    width: 192px;
    height: 37px;
}
