.lexBack {
    background-image: url(/_layouts/15/1037/IMAGES/Custom/lexBar_1px.png);
    background-repeat: repeat-x;
    height: 27px;
    padding-right: 14px;
    border-top: dotted 1px #3F677A;
    border-bottom: dotted 1px #3F677A;
}



.lexABC {
    /*  background-image:url(/_layouts/15/1037/IMAGES/Custom/lexalphabeitBG_1px.png);*/
    background-color: #5b9bbd;
    background-repeat: repeat-x;
    height: 26px;
    padding-right: 14px;
    font-size: 150% !important;
    text-align: center;
    border-bottom: dotted 1px #3F677A;
}

A.lexLetterNav {
    padding: 0 10px 0 5px;
    text-decoration: none;
    border-right: 1px solid #ffffff;
    font-size: 16px !important;
    color: #ffffff !important;
    font-weight: bold;
}

    A.lexLetterNav:last-child {
        border-right: none !important;
    }


    A.lexLetterNav:hover {
        text-decoration: underline;
    }

.lex61pxBkgd {
    background-image: url(/_layouts/15/1037/IMAGES/Custom/lexLinkBar_1px.png);
    background-repeat: repeat-x;
    height: 61px;
    padding-right: 18px;
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 8px;
    vertical-align: middle;
    background-position: center bottom;
}

.lexLetter {
    text-align: center;
    vertical-align: top;
    width: 50px;
    background-position: center top;
    font-size: 24px !important;
    color: #ffffff;
}

    .lexLetter p {
        background-color: #3f7c9d;
        /*background-image:url(/_layouts/15/1037/IMAGES/Custom/lexletterBG.png);*/
        background-repeat: no-repeat;
        text-align: center;
        vertical-align: top;
        width: 50px;
    }

.lexTextLink {
    font-size: 115% !important;
    width: 100%;
}



    .lexTextLink td:first-child {
        width: 50px;
    }


.lexColumns {
    padding-right: 33px;
    line-height: 125%;
}

    .lexColumns img {
        padding-bottom: 3px;
    }

    .lexColumns a {
        text-decoration: none !important;
    }

.rptItems {
    width: 100%;
}

#LexiconContent a {
    text-decoration: underline !important;
}

#TDWithPic img {
    margin-left: 10px;
}

.tblBackToTop {
    padding-top: 10px;
    text-align: right;
}

.lexLinkBkgd {
    background-image: url(/_layouts/15/1037/IMAGES/Custom/lexLinkBar_1px.png);
    background-repeat: repeat-x;
    height: 47px;
    padding-left: 12px;
    vertical-align: middle;
    background-position: center bottom;
    border-top: dotted 1px #3F677A;
}

    .lexLinkBkgd img {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }
	
	.Lexicon_rtl .lexLinkBkgd img {
        -moz-transform: inherit;
        -o-transform: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        filter: inherit;
        -ms-filter: inherit;
    }
	
	.Lexicon_rtl .lexLinkBkgd {		
		padding-right: 12px;		
	}

	.Lexicon_rtl .lexLinkBkgd a{		
		text-align: right;
    float: right;		
	}
	
	.Lexicon_rtl .lexBack img{
	 -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

.Lexicon_rtl .HiddenPrint {
	text-align:left;
}

.Lexicon_rtl .lexBack.HiddenPrint{
	text-align:right;
}