﻿body {
    background-image: url("../../images/ring_Landing Page image.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
}

a.WhiteLink:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}

a.WhiteLink:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}

a.WhiteLink:hover, input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #5994ff;
    text-decoration: underline;
}

a.WhiteLinkSmaller:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}

a.WhiteLinkSmaller:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}

a.WhiteLinkSmaller:hover, input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #96B226;
    text-decoration: none;
}

a.GoldLink:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffbf41;
    text-decoration: none;
}

a.GoldLink:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffbf41;
    font-size: 16px;
    text-decoration: none;
}

a.GoldLink:hover, input {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffbf41;
    font-size: 16px;
    text-decoration: underline;
}

a.WhiteMenuLink:link {
    font-family: Arial, Helvetica, sans-serif;
    color: #5994ff;
    font-size: 16px;
    text-decoration: none;
}

a.WhiteMenuLink:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: #5994ff;
    font-size: 16px;
    text-decoration: none;
}

a.WhiteMenuLink:hover, input {
    font-family: Arial, Helvetica, sans-serif;
    color: #5994ff;
    font-size: 16px;
    text-decoration: underline;
}

a.BlueLink:link {
    font-family: Arial, Helvetica, sans-serif;
    color: #3366ff;
    font-size: 16px;
    text-decoration: none;
}

a.BlueLink:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: #003d8d;
    font-size: 16px;
    text-decoration: none;
}

a.BlueLink:hover, input {
    font-family: Arial, Helvetica, sans-serif;
    color: #0033A0;
    font-size: 16px;
    text-decoration: underline;
}

a.BlueLinkSmaller:link {
    font-family: Arial, Helvetica, sans-serif;
    color: #3366ff;
    font-size: small;
    text-decoration: none;
}

a.BlueLinkSmaller:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: #003d8d;
    font-size: small;
    text-decoration: none;
}

a.BlueLinkSmaller:hover, input {
    font-family: Arial, Helvetica, sans-serif;
    color: #0033A0;
    font-size: small;
    text-decoration: underline;
}

a.MenuItemLink:link {
    font-family: Arial, Helvetica, sans-serif;
    color: #3366ff;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

a.MenuItemLink:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: #003d8d;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

a.MenuItemLink:hover, input {
    font-family: Arial, Helvetica, sans-serif;
    color: ButtonHighlight;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}


.HeaderRow {
    /*background: #005ba6;
    height: 60px;
    vertical-align: middle;*/
}

.ContentRow {
    /*background: #ffffff;
    height: 455px;
    vertical-align: top;*/
}

.ContentColumn {
    /*width: 925px;
    vertical-align: top;*/
}

.TopRow {
    /*background: #ffbf41;*/
    /*height: 40px;
    vertical-align: top;*/
}

.MiddleRow {
    /*background: #ffbf41;*/
    /*font-size: 58px;
    height: 130px;
    vertical-align: top;*/
}

.LowerMiddleRow {
    /*background: #004d8d;*/
    /*height: 350px;
    vertical-align: top;*/
}

.FooterRow {
    /*background: #0033A0;*/
    /*height: 120px;
    vertical-align: middle;*/
    /*position: fixed;
    bottom: 0;
    background: #0033A0;
    width: 100%;
    left: 0;
    height: 100px;*/
}

.FooterTable {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: .7em;
    width: 100%;
}

.MenuBackground {
    background-color: #ffbf41;
}

.logindiv {
    position: absolute;
    top: 25%;
    right: 0;
    background-image: url("../../Images/log%20In%20box.png");
    padding-left: 35px;
    padding-top: 0px;
    padding-bottom: 15px;
}

.requestlogindiv {
    position: absolute;
    top: 15%;
    right: 0;
    background-image: url("../../Images/log%20In%20box.png");
    padding-left: 35px;
    padding-top: 0px;
    padding-bottom: 15px;
}

.centerDiv {
    text-align: left;
    width: 350px;
    height: 250px;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px;
    margin-top: -100px;
    margin-left: -100px;
    color: white;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("../../Images/log%20In%20box.png");
}

.centerDivwithBackground {
    text-align: left;
    width: 350px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    margin-top: -100px;
    margin-left: -100px;
    color: white;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("../../Images/log%20In%20box.png");
}

.logodiv {
    position: absolute;
    top: 60px;
    left: 16px;
}

.txtinputbox[type=text], select {
    border-radius: 8px;
    border: none;
    width: 300px;
    height: 30px;
    color: grey;
    padding-left: 10px;
    font-weight: 100;
    font-style: italic;
}

.txtpasswordbox[type=password], select {
    border-radius: 8px;
    border: none;
    width: 300px;
    height: 30px;
    color: grey;
    padding-left: 10px;
    font-weight: 100;
    font-style: italic;
}

.NormalTextBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    border-style: solid;
    border-color: Black;
    border-width: 1px;
    color: Black;
}

.LightTextBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    border-style: solid;
    border-color: gray;
    border-width: 1px;
    color: Black;
}

.NormalButton {
    background-color: ButtonHighlight;
    color: #0033A0;
    font-size: 14px;
    font-weight: bold;
    border-color: Black;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    border-left-style: solid;
    border-left-width: thin;
    border-top-style: solid;
    border-top-width: thin;
}

    .NormalButton:hover {
        background-color: Gainsboro;
        color: #0033A0;
        font-size: 14px;
        font-weight: bold;
        border-color: Black;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-right-style: solid;
        border-right-width: 2px;
        border-left-style: solid;
        border-left-width: thin;
        border-top-style: solid;
        border-top-width: thin;
    }

.BigLabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.BiggerLabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.NormalLabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.BoldLabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.BoldLabelWhite {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: ButtonHighlight;
}

.BiggerLabelWhite {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    color: ButtonHighlight;
}

.NormalLabelWhite {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: ButtonHighlight;
}

.BoldLabelGold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffbf41;
}

.NormalLabelGold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffbf41;
}

.BigBoldLabelGold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ffbf36;
}

.BigLabelGold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffbf36;
}

.BoldLabelBlue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #0033A0;
}

.BigBoldLabelBlue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    font-weight: bold;
    color: #0033A0;
    height: 20px;
}

.NormalLabelBlue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0033A0;
}

.RedNormalLabel {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: Red;
}

.RedBoldLabel {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: Red;
}

.RedLargeLabel {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: Red;
}

.Title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: GrayText;
}

.NotificationBanner {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: White;
    background-color: Red;
    margin: 0;
    padding: 2px;
}

.MsgFontSmall {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/*Order Menu Styles*/

.OrderMenuItemStyle {
    Font-Size: 12px;
    Color: #0033A0;
    height: 40px;
    border-color: #004d8d;
    border-style: solid;
    border-width: 0;
    font-weight: bold;
}

.OrderMenuItemHoverStyle {
    Font-Size: 12px;
    Color: ButtonHighlight;
    height: 40px;
    background-color: #ED891C;
    border-color: #ED891C;
    border-style: solid;
    border-width: 0;
    font-weight: bold;
}

/*Invoice Menu Styles*/
.InvoiceMenuItemStyle {
    Font-Size: 12px;
    Color: #3366ff;
    height: 25px;
    border-color: #3366ff;
    border-style: solid;
    border-width: 0;
}

.InvoiceMenuItemHoverStyle {
    Font-Size: 12px;
    Color: #3366ff;
    height: 25px;
    background-color: #F3E6A0;
    border-color: #F3E6A0;
    border-style: solid;
    border-width: 0;
    text-decoration: underline;
}


/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: #0033A0;
    padding: 3px;
    border-radius: 9px;
    /*width:350px;*/
}

.poModalBackground {
    background: url(../../images/modalbackground.png) repeat-x;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: #0033A0;
    padding: 3px;
    border-radius: 9px;
}

.progress {
    color: #333333;
    float: left;
    font: bold large "Segoe UI", Segoe, sans-serif;
    margin-top: 5px;
    width: 249px;
}
/*Hover Menu*/
/*.popupMenu {
    position: absolute;
    visibility: hidden;
    background-color: #ffffdd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.popupHover {
    background-repeat: repeat-x;
    background-position: left top;
    background-color:red;
	color:White;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    border-left-style: solid;
    border-left-width: thin;
    border-top-style: solid;
    border-top-width: thin;
    font-weight: bold;
}*/

.popupMenu {
    position: absolute;
    visibility: hidden;
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    border-color: #0033A0;
}

.popupHover {
    background-repeat: repeat-x;
    background-position: left top;
    border-color: #0033A0;
    /*background-color:red;
	color:White;*/
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-style: solid;
    border-left-width: thin;
    border-top-style: solid;
    border-top-width: thin;
    font-weight: bold;
}

.Help_ContentRow {
    background: #ffffff;
    height: 400px;
    vertical-align: top;
}

/* plain theme */
.CustomTabStyle .ajax__tab_outer {
    text-align: left;
    vertical-align: middle;
    border: 1px solid #005ba6;
    background: White;
    color: #005ba6;
    padding-right: 4px;
    padding-left: 4px;
    font-weight: bold;
}

.CustomTabStyle .ajax__tab_inner {
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
}

.CustomTabStyle .ajax__tab_body {
    text-align: left;
    vertical-align: middle;
    border: 1px solid #005ba6;
    padding-left: 8px;
}

.CustomTabStyle .ajax__tab_header {
    text-align: left;
    vertical-align: middle;
    color: #FFFFFF;
    background-color: #005BA6;
}

.CustomTabStyle .ajax__tab_active .ajax__tab_header {
    background-position: #004D8D;
    background: #004D8D;
    color: #FFBF41;
    font-size: 14px;
    font-weight: bold;
}

.CustomTabStyle .ajax__tab_active .ajax__tab_inner {
    background-position: #004D8D;
    background: #004D8D;
    color: #FFBF41;
    font-size: 14px;
    font-weight: bold;
}

.CustomTabStyle .ajax__tab_active .ajax__tab_outer {
    background: #005ba6;
    color: White;
    font-size: 14px;
    font-weight: bold;
}




/* button images */

.LoginButton {
    background: url(../../images/Login_Off.png) no-repeat top;
    border: none;
    width: 88px;
    height: 32px;
}

    .LoginButton:hover {
        background: url(../../images/Login_On.png) no-repeat top;
        border: none;
        width: 88px;
        height: 32px;
    }

.HomeButton {
    background: url(../../images/HomeMenu_Off.png) no-repeat top;
    border: none;
    width: 88px;
    height: 32px;
}

    .HomeButton:hover {
        background: url(../../images/HomeMenu_On.png) no-repeat top;
        border: none;
        width: 88px;
        height: 32px;
    }

.OKLoginButton {
    background: url(../../images/OK_Off.png) no-repeat top;
    border: none;
    width: 88px;
    height: 32px;
}

    .OKLoginButton:hover {
        background: url(../../images/OK_On.png) no-repeat top;
        border: none;
        width: 88px;
        height: 32px;
    }

.OKMainButton {
    /*background: url(../../users/images/Ok_Off_blue.png) no-repeat top;
    border: none;
    width: 88px;
    height: 32px;*/
    background: url(../../users/images/75_30_blank.png) no-repeat top;
    border: none;
    color: white;
    width: 75px;
    height: 30px;
    font-size: 16px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
}

    .OKMainButton:hover {
        /*background: url(../../users/images/Ok_On_blue.png) no-repeat top;
        border: none;
        width: 88px;
        height: 32px;*/
        background: url(../../users/images/75_30_blank.png) no-repeat top;
        border: none;
        color: #96B22A;
        width: 75px;
        height: 30px;
        font-size: 16px;
        font-style: italic;
        font-family: Arial, Helvetica, sans-serif;
    }

.OKButton {
    /*background: url(../../users/images/Ok_Off_blue.png) no-repeat top;
    border: none;
    width: 88px;
    height: 32px;*/
    background: url(../../users/images/75_30_blank.png) no-repeat top;
    border: none;
    color: white;
    width: 75px;
    height: 30px;
    font-size: 16px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
}

    .OKButton:hover {
        /*background: url(../../users/images/Ok_On_blue.png) no-repeat top;
        border: none;
        width: 88px;
        height: 32px;*/
        background: url(../../users/images/75_30_blank.png) no-repeat top;
        border: none;
        color: #96B22A;
        width: 75px;
        height: 30px;
        font-size: 16px;
        font-style: italic;
        font-family: Arial, Helvetica, sans-serif;
    }

/*.OKBlue {
    background: url(../../users/images/Ok_Off_blue.png) no-repeat top;
    border: none;
    width: 88px;
    height: 32px;
}

    .OKBlue:hover {
        background: url(../../users/images/Ok_On_blue.png) no-repeat top;
        border: none;
        width: 88px;
        height: 32px;
    }*/

/*.CancelBlue {
    background: url(../../users/images/Cancel_Off.png) no-repeat top;
    border: none;
    width: 88px;
    height: 32px;
}

    .CancelBlue:hover {
        background: url(../../users/images/Cancel_On_blue.png) no-repeat top;
        border: none;
        width: 88px;
        height: 32px;
    }*/

.EditButton {
    background: url(../../users/images/75_30_blank.png) no-repeat top;
    border: none;
    color: white;
    width: 75px;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

    .EditButton:hover {
        background: url(../../users/images/75_30_blank.png) no-repeat top;
        border: none;
        color: #96B22A;
        width: 75px;
        height: 30px;
        font-family: Arial, Helvetica, sans-serif;
    }

.ViewEditButton {
    background: url(../../users/images/135_30_blank.png) no-repeat top;
    border: none;
    color: white;
    width: 75px;
    height: 30px;
    font-size: 16px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
}

    .ViewEditButton:hover {
        background: url(../../users/images/135_30_blank.png) no-repeat top;
        border: none;
        color: #96B22A;
        width: 75px;
        height: 30px;
        font-size: 16px;
        font-style: italic;
        font-family: Arial, Helvetica, sans-serif;
    }

.AddCartButton {
    /*background: url(../../users/images/AddCart_Off.png) no-repeat top;
    border: none;
    width: 88px;
    height: 30px;*/
    color: #0033A0;
    background-color: white;
    border: none;
    width: 200px;
    height: 36px;
    font-size: 14px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
}

    .AddCartButton:hover {
        /*background: url(../../users/images/AddCart_On.png) no-repeat top;
        border: none;
        width: 88px;
        height: 30px;*/
        color: #96B22A;
        background-color: white;
        border: none;
        width: 200px;
        height: 36px;
        font-size: 14px;
        font-style: italic;
        font-family: Arial, Helvetica, sans-serif;
    }

.CloseButton {
    background: url(../../users/images/75_30_blank.png) no-repeat top;
    border: none;
    color: white;
    width: 75px;
    height: 30px;
}

    .CloseButton:hover {
        background: url(../../users/images/75_30_blank.png) no-repeat top;
        border: none;
        color: #96B22A;
        width: 75px;
        height: 30px;
    }

.CancelButton {
    /*background: url(../../users/images/Cancel_Off_blue.png) no-repeat top;
    border: none;
    width: 88px;
    height: 32px;*/
    background: url(../../users/images/75_30_blank.png) no-repeat top;
    border: none;
    color: white;
    width: 75px;
    height: 30px;
    font-size: 16px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
}

    .CancelButton:hover {
        /*background: url(../../users/images/Cancel_On_blue.png) no-repeat top;
        border: none;
        width: 88px;
        height: 32px;*/
        background: url(../../users/images/75_30_blank.png) no-repeat top;
        border: none;
        color: #96B22A;
        width: 75px;
        height: 30px;
        font-size: 16px;
        font-style: italic;
        font-family: Arial, Helvetica, sans-serif;
    }

.BackMainButton {
    background: url(../../../users/images/135_30_blank.png) no-repeat top;
    border: none;
    color: white;
    width: 135px;
    height: 30px;
    font-size: 12px;
    font-style: italic;
}

    .BackMainButton:hover {
        background: url(../../../users/images/135_30_blank.png) no-repeat top;
        border: none;
        color: #96B22A;
        width: 135px;
        height: 30px;
        font-size: 12px;
        font-style: italic;
    }


.SubmitOrderButton {
    background: url(../../users/images/SubmitOrder_Off.png) no-repeat top;
    border: none;
    width: 88px;
    height: 32px;
}

    .SubmitOrderButton:hover {
        background: url(../../users/images/SubmitOrder_On.png) no-repeat top;
        border: none;
        width: 88px;
        height: 32px;
    }

.RemoveOrderButton {
    background: url(../../users/images/145_30_blank.png) no-repeat top;
    border: none;
    color: white;
    width: 145px;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

    .RemoveOrderButton:hover {
        background: url(../../users/images/145_30_blank.png) no-repeat top;
        border: none;
        color: #96B22A;
        width: 145px;
        height: 30px;
        font-family: Arial, Helvetica, sans-serif;
    }

.ChangePWButton {
    background: url(../../users/images/200_30_blank.png) no-repeat top;
    border: none;
    color: white;
    border: none;
    width: 200px;
    height: 30px;
    font-size: 14px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
}

    .ChangePWButton:hover {
        background: url(../../users/images/200_30_blank.png) no-repeat top;
        border: none;
        color: #96B22A;
        border: none;
        width: 200px;
        height: 30px;
        font-size: 14px;
        font-style: italic;
        font-family: Arial, Helvetica, sans-serif;
    }

.UpdateButton {
    background: url(../../users/images/75_30_blank.png) no-repeat top;
    border: none;
    color: white;
    width: 75px;
    height: 30px;
    font-size: 16px;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    ;
}

    .UpdateButton:hover {
        background: url(../../users/images/75_30_blank.png) no-repeat top;
        border: none;
        color: #96B22A;
        width: 75px;
        height: 30px;
        font-size: 16px;
        font-style: italic;
        font-family: Arial, Helvetica, sans-serif;
    }

.NewListButton {
    background: url(../../users/images/NewList_Off.png) no-repeat top;
    border: none;
    width: 88px;
    height: 32px;
}

    .NewListButton:hover {
        background: url(../../users/images/NewList_On.png) no-repeat top;
        border: none;
        width: 88px;
        height: 32px;
    }

.NewContactButton {
    background: url(../../users/images/NewContact_Off.png) no-repeat top;
    border: none;
    width: 88px;
    height: 32px;
}

    .NewContactButton:hover {
        background: url(../../users/images/NewContact_On.png) no-repeat top;
        border: none;
        width: 88px;
        height: 32px;
    }

.CancelLoginButton {
    background: url(../../images/Cancel_Off.png) no-repeat top;
    border: none;
    width: 88px;
    height: 32px;
}

    .CancelLoginButton:hover {
        background: url(../../images/Cancel_On.png) no-repeat top;
        border: none;
        width: 88px;
        height: 32px;
    }

.RequestLoginButton {
    background: url(../../images/RequestLogin_Off.png) no-repeat top;
    border: none;
    /*width: 88px;
    height: 32px;*/
}

    .RequestLoginButton:hover {
        background: url(../../images/RequestLogin_On.png) no-repeat top;
        border: none;
        /*width: 88px;
        height: 32px;*/
    }

.SubmitRequestLoginButton {
    background: url(../../images/Submit_Request_Off.png) no-repeat top;
    border: none;
    /*width: 88px;
    height: 32px;*/
}

    .SubmitRequestLoginButton:hover {
        background: url(../../images/Submit_Request_On.png) no-repeat top;
        border: none;
        /*width: 88px;
        height: 32px;*/
    }

.AddPOButton {
    background: url(../../images/Add_PO_Off.png) no-repeat top;
    border: none;
    width: 88px;
    height: 32px;
}

    .AddPOButton:hover {
        background: url(../../images/Add_PO_On.png) no-repeat top;
        border: none;
        width: 88px;
        height: 32px;
    }

.CRapplicationButton {
    background: url(../../images/CRApplication_Off.png) no-repeat top;
    border: none;
    /*width: 88px;
    height: 32px;*/
}

    .CRapplicationButton:hover {
        background: url(../../images/CRApplication_On.png) no-repeat top;
        border: none;
        /*width: 88px;
        height: 32px;*/
    }
