/*
 *  Change History
 *  20-Jan-2007  Richard Clauson  Extracted the TVAM specific styles to a separate common file
 *                                and referenced moved images, also in a common folder
 *                                Added more comments about the styles
 */

/* info combo (?) */

/*
 *  Styles for the "logo and fading bar" titles
 */

/*  Original absolute positioned styles  */

/*  original Green bar  */
.tvTitle {
    position: absolute;
    background-image: url(/content/files/images/editBar1.gif);
    background-repeat: no-repeat;
    height: 40px;
    width: 400px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 0px 0px 70px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
}

/*  original Green Wide bar  */
.tvTitle1 {
    position: absolute;
    background-image: url(/content/files/images/editBar2.gif);
    background-repeat: no-repeat;
    height: 40px;
    width: 400px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 0px 0px 70px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
}

/*  Modified, non-absolute "logo & fading bar" styles  */

/*  Green bar  */
.tvTitleGreen {
    background-image: url(/content/files/images/editBar1.gif);
    background-repeat: no-repeat;
    /* tried this "just logo" and background colour while getting to grips with padding problems */
    /* background-image: url(/content/files/images/editBarLogo.gif); */
    /* background-color: #00CC00; */
    height: 40px;
    width: 400px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 0px 0px 70px;
    /* can't use negative numbers, so reduce the <div> size as the bg-img is in corner of padding */
    /* padding: 10px -70px -10px 70px; */
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
}

/*  Green Wide bar  */
.tvTitleGreenWide {
    background-image: url(/content/files/images/editBar2.gif);
    background-repeat: no-repeat;
    height: 40px;
    width: 400px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 0px 0px 70px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
}

/*  Blue bar  */
.tvTitleBlue {
    /* position: absolute; */
    background-image: url(/content/files/images/editBarBlue1.gif);
    background-repeat: no-repeat;
    height: 40px;
    width: 400px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 0px 0px 70px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
}

/*  Red bar  */
.tvTitleRed {
    /* position: absolute; */
    background-image: url(/content/files/images/editBarRed1.gif);
    background-repeat: no-repeat;
    height: 40px;
    width: 400px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 0px 0px 70px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
}

/*  Used in Advanced-Rider.asp, but doesn't do much/anything!!  */
.txOne {
    position: absolute;
    height: 100px;
    width: 400px;
    color: #000000;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
}

/*  end of tvamcss.css  */
