﻿/*TAGS */
.HeaderDiv {
    font-size: 16px;
    padding:5px;
    font-family: 'Open Sans', sans-serif, Tahoma, Arial;
    color: #404041;
    text-transform: uppercase;
    display: inline;
    background-color: #ffffff;
    padding-right: 15px;
}

.HeaderDivBck {
    background-image: url('images/HeaderBant.png');
    background-repeat: repeat-x;
    background-position: left 7px;
    margin-bottom: 15px;
}

.PBlock {
    color: #404041;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    padding-bottom: 15px;
}

.SliderCloseBck1 {
    background-image: url('images/sliderBck1.png');
    background-repeat:no-repeat;
    background-position: left top;
    background-size:cover;
    margin-top: 1px;
    height:554px;
}
/*CONTACT FORMS*/
.ContactFormMasterDiv {
}

.FromSepatator {
    margin-top: 10px;
}

.FormTextbox {
    font-family: 'Open Sans', sans-serif, !important;
    border: 1px solid #CCCCCC;
    padding: 8px;
    background-color: #FFFFFF;
}

    .FormTextbox input {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px;
        color: #404041;
    }

.dxeEditAreaSys {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.FromTextInvalid {
    font-family: 'Open Sans', sans-serif !important;
    background-color: #EDEDED;
    border: 1px dashed #666666;
}

.FormTextInvalid input {
    font-family: 'Open Sans', sans-serif !important;
    background-color: #EDEDED;
}

.FormDropdown {
    padding: 5px;
    background-color: #CCCCCC;
    font-size: 14px;
    color: #333333;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
}

    .FormDropdown:hover {
        color: #FFFFFF;
        background-color: #666666;
    }

.FormMemo {
    font-family: 'Open Sans', sans-serif !important;
    border: 1px solid #CCCCCC;
}

.dxeMemoEditAreaSys {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif !important;
    color: #333333;
}

.FormBtn {
    padding: 10px 15px 10px 15px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #404041;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    min-width: 120px;
    text-align: center;
}

    .FormBtn:hover {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #008dd2;
    }

.FormSendOk {
    background-image: url('images/SendOk.png');
    background-repeat: no-repeat;
    background-position: left top;
}

.FormSendNo {
    background-image: url('images/icoError.png');
    background-repeat: no-repeat;
    background-position: left top;
}

.chkNewsletters {
    font-family: 'Open Sans', sans-serif;
    color: #404041;
    text-decoration: none;
    font-size: 12px;
}

.FormRefreshLnk {
    color: #008dd2;
    font-size: 14px;
    text-decoration: none;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

    .FormRefreshLnk:hover {
        color: #333333;
        font-size: 14px;
        text-decoration: none;
    }

.FormSendText {
    color: #404041;
    line-height: 20px;
    text-decoration: none;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding-top: 80px;
}

.FormUploadBtn {
    border: 1px solid #008dd2;
    color: #FFFFFF !important;
    text-decoration: none;
    text-align: center;
    background-color: #008dd2;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    padding-right: 5px;
    padding-left: 5px;
}

    .FormUploadBtn:hover {
        color: #FFFFFF !important;
        text-decoration: none;
        background-color: #404041;
    }

    .FormUploadBtn a {
        color: #FFFFFF !important;
        text-transform: uppercase;
    }
/*VIDEO*/

.VideoBorder {
}

/*FILE BLOCK*/
.FileMasterDiv {
}

.FileRptUl {
}

.FileRptSeparetor {
}

.FileRptLi {
    padding-bottom: 5px;
}

.FileHypImg {
}

.FileHypLink {
    font-weight: 400;
    font-size: 14px;
    color: #404041;
    text-decoration: none;
    outline-width: medium;
    outline-style: none;
    outline-color: invert;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

    .FileHypLink:hover {
        color: #008dd2;
        text-decoration: underline;
    }

/*GRID*/
.GrdMain {
    border-style: none;
    color: #404041 !important;
}

.GrdHeader {
    font-family: Arial, Helvetica, sans-serif !important;
    background-color: #008dd2 !important;
    color: #FFFFFF !important;
    font-size: 14px;
    padding: 5px;
}

.GrdCell {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #404041 !important;
    font-size: 12px;
}

.dxgvHeader table {
    color: #FFFFFF !important;
}

.GrdPagerBottomPanel {
    padding: 5px !important;
    background-color: #EDEDED;
}

.GrdPageNumber {
    padding: 5px 0px 5px 0px !important;
    background-color: #008dd2;
    color: #FFFFFF !important;
    text-decoration: none !important;
    width: 24px;
    text-align: center;
    vertical-align: middle;
}

.GrdCurrentPageNumber {
    background-color: #404041;
    color: #FFFFFF;
}

.GrdLoadingPanel {
}

/*HTML BLOCK*/

.HtmlMasterDiv {
    width: auto;
}

.HtmlLtrDiv {
    width: auto;
}

.HtmlLnkBtnPanel {
    width: 100%;
    margin-top: 10px;
}

.HtmlLnkBtn {
    padding: 10px 25px 10px 25px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #404041;
    background-image: url('images/btnArrow1.png');
    background-repeat: no-repeat;
    background-position: 325px center;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

    .HtmlLnkBtn:hover {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #008dd2;
    }

.HtmlImg {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}


/*PAGER BLOCK*/
.pagerblockMasterDiv {
}

.pagerBtnLnkNext {
    padding: 5px 10px 5px 10px;
    width: 60px;
    background-color: #008dd2;
    color: #FFFFFF;
    font-size: 14px;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    margin-left: 2px;
    -webkit-border-radius: 0px 20px 20px 0px;
    -moz-border-radius: 0px 20px 20px 0px;
    -o-border-radius: 0px 20px 20px 0px;
    border-radius: 0px 20px 20px 0px;
}

    .pagerBtnLnkNext:hover {
        background-color: #404041;
    }

.pagerBtnLnkPrev {
    padding: 5px 10px 5px 10px;
    width: 60px;
    background-color: #008dd2;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 3px;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    -webkit-border-radius: 20px 0px 0px 20px;
    -moz-border-radius: 20px 0px 0px 20px;
    -o-border-radius: 20px 0px 0px 20px;
    border-radius: 20px 0px 0px 20px;
}

    .pagerBtnLnkPrev:hover {
        background-color: #404041;
    }

.pagerRptLnk {
    padding: 5px 12px 5px 12px;
    background-color: #008dd2;
    color: #FFFFFF;
    font-size: 14px;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    /*-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;*/
}

    .pagerRptLnk:hover {
        background-color: #404041;
    }

.pagerRptLnkSet {
    padding: 5px 12px 5px 12px;
    background-color: #404041;
    color: #FFFFFF;
    font-size: 14px;
    /*-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;*/
}

.pagerblockSeparator {
    float: left;
    padding: 8px 0px 8px 0px;
    width: 5px;
}

.pagerblockLnkLi {
    padding: 0px;
    margin: 0px;
    float: left;
}

/*LINK BLOCK*/
.linkblockMasterDiv {
}

.linkblockLnkDiv {
}

.linkblockSeparator {
    width: 10px;
    height: 10px;
}

.linkblockLnkLi {
}

.linkblockLnkHyp {
    background-position: left 3px;
    width: 100%;
    background-image: url('images/ArrowBullet.png');
    background-repeat: no-repeat;
    color: #404041;
    font-size: 14px;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    padding-left: 21px;
}

    .linkblockLnkHyp:hover {
        color: #D92231;
        text-decoration: underline;
    }

.linkblockLnk2Hyp {
    border-width: 1px;
    border-color: #C0C0C0;
    width: 100%;
    color: #404041;
    font-weight: 400;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    padding-left: 14px;
}

    .linkblockLnk2Hyp:hover {
        color: #008dd2;
    }

.linkblockImgDiv {
    display: table;
}

.linkblockImgUl {
    list-style: none;
    font-size: 0px;
    margin-left: -9px;
}

.linkblockImgLi {
    float: left;
    margin-left: 9px;
    margin-bottom: 9px;
}

.linkblockImgHpy {
}

    .linkblockImgHpy img:hover {
        filter: alpha(opacity=90);
        -moz-opacity: 0.90;
        -khtml-opacity: 0.90;
        opacity: 0.90;
    }


/*PAGE LOGIN*/
.loginPop {
    background-color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
}

.loginPopContent {
    background-image: url('images/bck-lock.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    font-family: 'Open Sans', sans-serif;
}

.loginLabel {
    font-family: 'Open Sans', sans-serif;
    color: #404041;
    font-size: 16px;
}

.LoginDivWarning {
    background-position: right center;
    border: 1px dashed #333333;
    width: 200px;
    padding: 10px 20px 5px 10px;
    color: #666666;
    text-align: left;
    background-image: url('images/ico-warningmsg.png');
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
}

.loginBtn {
    padding: 10px 25px 10px 25px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #404041;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    font-family: 'Open Sans', sans-serif;
}

    .loginBtn:hover {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #008dd2;
        font-family: 'Open Sans', sans-serif;
    }

.loginPopHdr {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #008dd2;
    font-weight: 400;
}

/*MAP*/
.MapMasterDiv {
}

.MapPopupHeader {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #008dd2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 15px;
    width: 250px;
}

.MapPopupP {
    color: #404041;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
    width: 250px;
}
/*MODALPOPUP*/
.ModalPopMaster {
    background-color: #FFFFFF;
}

.ModalBckPage {
    background-image: url('images/bs-overlay.png') !important;
    background-repeat: repeat;
    /*background-color: rgba(255,255,255, 0.50);*/
}

.ModalHpy img {
}

/*NEWS CONTROL*/
.NewsMasterDiv {
}

.NewsPagerNumber {
    padding: 5px 8px 5px 8px;
    background-color: #404041;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.NewsPagerNumberCurrent {
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    background-color: #D92231;
}

.NewItemDiv {
    width: auto;
    position: relative;
}

.NewsImgLnk {
    float: left;
    margin-right: 15px;
    max-width: 370px !important;
}

.NewsDate {
    background-color: #008dd2;
    width: 60px;
    position: absolute;
    z-index: 999;
    top: 149px;
    left: 310px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
}

.NewsDateFix {
    background-color: #008dd2;
    width: 60px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    float: left;
    margin-right: 15px;
    display: inline-block;
}

.NewsDateDay {
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    font-size: 14px;
}

.NewsDateMount {
    color: #FFFFFF;
    font-size: 10px;
    text-transform: uppercase;
}

.NewsDateYear {
    display: none;
}

.NewsContentDiv {
    float: left;
    max-width: 600px;
}

.NewsContentDivFix {
    float: left;
    /*padding-left: 32px;*/
    max-width: 600px;
    /*background-image: url('images/bullet1.png') !important;*/
    background-repeat: no-repeat;
    background-position: left 6px;
    border-bottom: dashed;
    border-bottom-color: #cccccc;
    border-bottom-width: 1px;
}

.NewsHeader {
    font-family: 'Open Sans', sans-serif;
    color: #404041;
    margin-bottom: 0px !important;
}

    .NewsHeader a {
        font-family: 'Open Sans', sans-serif;
        color: #404041;
        font-weight: 700;
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        transition-delay: 0s;
        font-size: 16px;
        text-decoration: none;
    }

        .NewsHeader a:hover {
            color: #008dd2;
        }

.NewsContentText {
    color: #666666;
    line-height: 20px;
    text-decoration: none;
    padding-bottom: 15px;
}

.NewsContentBtn {
    padding-top: 8px;
    padding-bottom: 10px;
    background-image: url('images/ArrowBullet.png') !important;
    background-repeat: no-repeat;
    background-position: left 4px;
}

.NewsAllLnk {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    background-image: url('images/ArrowBullet.png');
    background-repeat: no-repeat;
    background-position: 5px, center;
    padding-left: 20px;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

    .NewsAllLnk:hover {
        background-color: #ffffff;
        color: #404041;
    }

.NewsAllLnk2 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    background-color: #404041;
    background-image: url('images/ArrowBullet.png');
    background-repeat: no-repeat;
    background-position: 5px, center;
    padding-left: 20px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

    .NewsAllLnk2:hover {
        color: #D92231;
    }

/*SEARCH*/
.SearchMasterDiv {
}

.SearchButton {
    padding: 10px 15px 10px 15px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #008dd2;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    min-width: 100px;
    text-align: center;
}

    .SearchButton:hover {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #404041;
    }

.SearchTextbox {
    padding: 7px;
    border: 1px solid #CCCCCC;
}

    .SearchTextbox input {
        font-size: 16px !important;
        color: #333333;
    }

.SearchTextInvalid {
    background-color: #EDEDED;
    border: 1px dashed #666666;
}

    .SearchTextInvalid input {
        background-color: #EDEDED;
    }

.SearchTextValid td {
    font-size: 12px !important;
    color: #CC0000;
    padding-top: 5px !important;
    text-align: right;
}
/*PAGE*/
.PagesDiv {
    width: 1170px;
    /*padding-left: 15px;
    padding-right: 15px;*/
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    display: table;
    background-color: #FFFFFF;
    /*background-image: url('images/bckPageDiv.png');
    background-repeat: repeat-x;
    background-position: center top;*/
}

.DivPageUpdating {
    border: 1px solid #FFFFFF;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    position: fixed;
    top: 114px;
    width: 1170px;
    background-color: #CC0000;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}

.SliderDiv {
    width: 1170px;
    padding-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

/*CUSTOM NEWS*/

.scrollbar {
    width: 150px;
    height: 300px;
    background-color: lightgray;
    margin-top: 40px;
    margin-left: 40px;
    overflow-y: scroll;
    float: left;
}

.content {
    height: 450px;
}

#sc1 {
    /*scrollbar-3dlight-color: red;*/
    scrollbar-arrow-color: #515151;
    scrollbar-base-color: #a2a2a2;    
    scrollbar-face-color: #a2a2a2;    
    scrollbar-highlight-color: #515151;
    scrollbar-shadow-color: #515151;
}

    #sc1::-webkit-scrollbar-track {        
        background-color: #515151;
    }

    #sc1::-webkit-scrollbar {
        width: 12px;
        background-color: #515151;
    }

    #sc1::-webkit-scrollbar-thumb {
        background-color: #a2a2a2;
    }




.CustomNewsDiv {
    margin-top: 0px;
    width: 440px;
    height: 385px;
    background-color: #404041;
}

.CustomNewsTab1 {
    float: left;
    width: 220px;
    height: 65px;
    background-color: #404041;
    background-image: url('images/CustomNewsIcon.png');
    background-repeat: no-repeat;
    background-position: 25px center;
}

.CustomNewsTab2 {
    float: left;
    width: 220px;
    height: 65px;
    background-color: #a2a2a2;
}

.CustomNewsHeader1 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 80px;
    padding-top: 20px;
}

.CustomNewsHeaderBtn {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.CustomNewsLink {
    color: #FFFFFF;
    text-decoration: none;
}

    .CustomNewsLink:hover {
        text-decoration: underline;
    }

.CustomLi {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
    height: 49px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.CustomLiHeader {
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

.CustomLiP {
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 12px !important;
    margin: 0px;
    padding: 0px;
}

/*EVENT CALENDER*/

.EventCategoryCombo {
    font-family: 'Open Sans', sans-serif !important;
    color: #404041;
    padding: 5px;
}

.EventDateBtn {
    padding: 10px 25px 10px 25px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #008dd2;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

    .EventDateBtn:hover {
        color: #FFFFFF;
        text-decoration: none;
        background-color: #404041;
    }

.EventHeader {
    font-family: 'Open Sans', sans-serif;
    color: #008dd2 !important;
    text-decoration: none !important;
    font-size: 18px !important;
    margin-bottom: 0px !important;
}

    .EventHeader a {
        font-family: 'Open Sans', sans-serif;
        color: #008dd2 !important;
        text-decoration: none !important;
        font-size: 18px !important;
    }

        .EventHeader a:hover {
            color: #D92231 !important;
            text-decoration: underline !important;
        }

.EventDescText {
    font-family: 'Open Sans', sans-serif;
    color: #404041 !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

.EventAttText {
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #D92231 !important;
    text-decoration: none !important;
    font-size: 12px !important;
}

.EventLocationLink {
    margin-top: 5px;
    font-family: 'Open Sans', sans-serif;
    color: #666666 !important;
    font-size: 12px !important;
    text-decoration: underline;
}

    .EventLocationLink:hover {
        color: #008dd2 !important;
        text-decoration: underline;
    }
/*EVENT TOPLIST*/

.EventAllLnk {
    font-size: 14px;
    font-weight: 700;
    color: #414141;
    text-decoration: none;
    background-image: url('images/ArrowBullet.png');
    background-repeat: no-repeat;
    background-position: 5px, center;
    padding-left: 20px;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

    .EventAllLnk:hover {
        background-color: #414141;
        color: #ffffff;
    }


.EventLocationLink2 {
    margin-top: 5px;
    margin-left: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #008dd2 !important;
    font-size: 12px !important;
    text-decoration: none;
}

    .EventLocationLink2:hover {
        color: #D92231 !important;
        text-decoration: underline;
    }

.EventHdrLink {
    font-weight: 400;
    margin-top: 5px;
    font-family: 'Open Sans', sans-serif;
    color: #666666 !important;
    font-size: 14px !important;
    text-decoration: none;
}

    .EventHdrLink:hover {
        color: #008dd2 !important;
        text-decoration: underline;
    }

.EventMMM {
    color: #D92231;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.EventDD {
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}
/*CATALOG*/

.CatalogTopDiv {
    height: 42px;
    width: 100%;
    background-color: #404041;
    position: fixed;
    top: 0px;
}

.BackLnk {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    background-image: url('images/ArrowBulletLeft.png');
    background-repeat: no-repeat;
    background-position: 5px, center;
    padding-left: 20px;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

    .BackLnk:hover {
        background-color: #ffffff;
        color: #404041;
    }

.BackWebMasterLnk {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    background-image: url('images/icoWWW.png');
    background-repeat: no-repeat;
    background-position: right, center;
    padding-right: 22px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

    .BackWebMasterLnk:hover {
        color: #D92231;
    }
