/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    /*
Override the default (display: inline) for
browsers that do not recognize HTML5 tags.

IE8 (and lower) requires a shiv:
http://ejohn.org/blog/html5-shiv
    */
    display: block;
}		
b, strong {
    /*
Makes browsers agree.
IE + Opera = font-weight: bold.
Gecko + WebKit = font-weight: bolder.
    */
    font-weight: bold;
}
img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    /*
For IE.
http://css-tricks.com/ie-fix-bicubic-scaling-for-images
    */
    -ms-interpolation-mode: bicubic;
}
ol, ul {
    list-style: none;
}
li {
    /*
For IE6 + IE7:

"display: list-item" keeps bullets from
disappearing if hasLayout is triggered.
    */
    display: list-item;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th, td, caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}
q {
    quotes: none;
}
q:before, q:after {
    content: '';
    content: none;
}
sub, sup, small {
    font-size: 75%;
}
sub, sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
svg {
    /*
For IE9. Without, occasionally draws shapes
outside the boundaries of <svg> rectangle.
    */
    overflow: hidden;
}
/*
    Document   : global
    Created on : Jun 17, 2012, 2:14:39 PM
    Author     : rodinpaulsandrino
    Description:
        Purpose of the stylesheet follows.
*/


root {
    display: block;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


/********************************************************************
 * 	Common Styles
********************************************************************/

.floatL { float: left }
.floatR { float: right }
.clearB { clear: both }
.dispB {  display:block }
.posRel { position: relative !important }
.posAbs { position: absolute }

.clearfix:after
{
    clear: both;
    display: block;
    content: " ";
    height: 0px;
    visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hide these rules from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
li.clearfix { display: list-item; }

/********************************************************************
 * 	Font Styles
********************************************************************/
.ellipsis
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
    display: block;
}

.h0 { font-size: 36px; }
.h1 { font-size: 32px; }
.h2 { font-size: 30px; }
.h3 { font-size: 28px; }
.h4 { font-size: 26px; }
.h5 { font-size: 24px; }
.h6 { font-size: 22px; }
.h7 { font-size: 20px; }
.h8 { font-size: 18px; }
.h9 { font-size: 16px; }
.h10 { font-size: 15px; }
.h11 { font-size: 14px; }
.h12 { font-size: 13px; }
.h13 { font-size: 12px; }
.h14 { font-size: 11px; }
.h15 { font-size: 10px; }

.mar10 { margin: 10px }
.mar15 { margin: 15px }
.mar20 { margin: 20px }
.mar30 { margin: 30px }
.mar40 { margin: 40px }
.mar50 { margin: 50px }

.marL0 { margin-left: 0px !important; }
.marL2 { margin-left: 2px !important; }
.marL4 { margin-left: 4px !important; }
.marL6 { margin-left: 6px !important; }
.marL8 { margin-left: 8px !important; }
.marL10 { margin-left: 10px !important; }
.marL12 { margin-left: 12px !important; }
.marL15 { margin-left: 15px !important; }
.marL20 { margin-left: 20px !important; }
.marL25 { margin-left: 25px !important; }
.marL30 { margin-left: 30px !important; }
.marL35 { margin-left: 35px !important; }
.marR0 { margin-right: 0px !important; }
.marR2 { margin-right: 2px !important; }
.marR4 { margin-right: 4px !important; }
.marR6 { margin-right: 6px !important; }
.marR8 { margin-right: 8px !important; }
.marR10 { margin-right: 10px !important; }
.marR12 { margin-right: 12px !important; }
.marR14 { margin-right: 14px !important; }
.marR15 { margin-right: 15px !important; }
.marR18 { margin-right: 18px !important; }
.marR20 { margin-right: 20px !important; }
.marR21 { margin-right: 21px !important; }
.marR22 { margin-right: 22px !important; }
.marR24 { margin-right: 24px !important; }
.marR25 { margin-right: 25px !important; }
.marR30 { margin-right: 30px !important; }
.marR32 { margin-right: 32px !important; }
.marR35 { margin-right: 35px !important; }
.marR36 { margin-right: 36px !important; }
.marR39 { margin-right: 39px !important; }
.marR40 { margin-right: 40px !important; }
.marR42 { margin-right: 42px !important; }
.marR45 { margin-right: 45px !important; }
.marR46 { margin-right: 46px !important; }
.marR48 { margin-right: 48px !important; }
.marR50 { margin-right: 50px !important; }
.marR52 { margin-right: 52px !important; }
.marT0 { margin-top: 0px !important; }
.marT2 { margin-top: 2px !important; }
.marT4 { margin-top: 4px !important; }
.marT6 { margin-top: 6px !important; }
.marT8 { margin-top: 8px !important; }
.marT10 { margin-top: 10px !important; }
.marT12 { margin-top: 12px !important; }
.marT15 { margin-top: 15px !important; }
.marT20 { margin-top: 20px !important; }
.marT25 { margin-top: 25px !important; }
.marT35 { margin-top: 35px !important; }
.marB0 { margin-bottom: 0px !important; }
.marB2 { margin-bottom: 2px !important; }
.marB4 { margin-bottom: 4px !important; }
.marB6 { margin-bottom: 6px !important; }
.marB8 { margin-bottom: 8px !important; }
.marB10 { margin-bottom: 10px !important; }
.marB12 { margin-bottom: 12px !important; }
.marB15 { margin-bottom: 15px !important; }
.marB20 { margin-bottom: 20px !important; }
.marB25 { margin-bottom: 25px !important; }
.marB35 { margin-bottom: 35px !important; }

.pad10 { padding: 10px }
.pad20 { padding: 20px }
.pad30 { padding: 30px }
.pad40 { padding: 40px }
.pad50 { padding: 50px }

.padL2 { padding-left: 2px !important; }
.padL4 { padding-left: 4px !important; }
.padL6 { padding-left: 6px !important; }
.padL8 { padding-left: 8px !important; }
.padL10 { padding-left: 10px !important; }
.padL12 { padding-left: 12px !important; }
.padL15 { padding-left: 15px !important; }
.padL20 { padding-left: 20px !important; }
.padL25 { padding-left: 25px !important; }
.padL35 { padding-left: 35px !important; }
.padR2 { padding-right: 2px !important; }
.padR4 { padding-right: 4px !important; }
.padR6 { padding-right: 6px !important; }
.padR8 { padding-right: 8px !important; }
.padR10 { padding-right: 10px !important; }
.padR12 { padding-right: 12px !important; }
.padR15 { padding-right: 15px !important; }
.padR20 { padding-right: 20px !important; }
.padR25 { padding-right: 25px !important; }
.padR30 { padding-right: 30px !important; }
.padR35 { padding-right: 35px !important; }
.padR45 { padding-right: 45px !important; }
.padR50 { padding-right: 50px !important; }
.padT2 { padding-top: 2px !important; }
.padT4 { padding-top: 4px !important; }
.padT6 { padding-top: 6px !important; }
.padT8 { padding-top: 8px !important; }
.padT10 { padding-top: 10px !important; }
.padT12 { padding-top: 12px !important; }
.padT15 { padding-top: 15px !important; }
.padT20 { padding-top: 20px !important; }
.padT25 { padding-top: 25px !important; }
.padT35 { padding-top: 35px !important; }
.padB2 { padding-bottom: 2px !important; }
.padB4 { padding-bottom: 4px !important; }
.padB6 { padding-bottom: 6px !important; }
.padB8 { padding-bottom: 8px !important; }
.padB10 { padding-bottom: 10px !important; }
.padB12 { padding-bottom: 12px !important; }
.padB15 { padding-bottom: 15px !important; }
.padB20 { padding-bottom: 20px !important; }
.padB25 { padding-bottom: 25px !important; }
.padB35 { padding-bottom: 35px !important; }

.txtAC { text-align: center !important }
.txtAR { text-align: right !important }
.txtTop { vertical-align: top !important }
.fBold { font-weight: bold !important }
.fNormal { font-weight: normal !important }
.fItalized { font-style: italic }

.fsize11 { font-size: 11px !important }
.fsize12 { font-size: 12px !important }
.fsize13 { font-size: 13px !important }
.fsize14 { font-size: 14px !important }
.fsize16 { font-size: 16px !important }
.fsize18 { font-size: 18px !important }
.fsize20 { font-size: 20px !important }

.fcolorGreen { color: #73BC42 !important }
.fcolorRed { color: #DD2E2E !important }
.fcolorBlue { color: #00608a !important }
.fcolorLBlue { color: #0cb0d0 !important }
.fcolorLGray { color: #cfcfcf !important; }
.fcolorGray { color: #666 !important }
.fcolorGray2{color:#7a7a7a !important}
.fcolorWhite { color: #fff !important; }
.fcolorOrange { color: #e09d00 !important;}

.greyNTxt { color: #666666; font-weight: normal; }
.greyBTxt { color: #666666; font-weight: bold; }
.whiteNTxt { color: #666666; font-weight: normal; }
.whiteBTxt { color: #666666; font-weight: bold; }

.descriptionTxt {
    font-size: 11px;
    font-weight: normal;
    color: #666666;
}
/* I created the set of margins / padding from 20 to to to maintain gapping, please remove this - Gopi  */
.margMoreWidgets { margin: 10px !important; }
.marg5 { margin: 5px !important; }
.height50 { height: 50% !important }
.height100 { height: 100% !important }
.height30p {height: 30px}
.heightauto{ height:auto !important}
.width50 { width: 50% !important }
.width45 { width: 45% !important }
.width100 { width: 100% !important }
.widthAuto { width: auto !important }
/* I created the set of margins / padding from 20 to to to maintain gapping, please remove this - Gopi  */

.bordRadius4 {-webkit-border-radius: 4px !important;
              -moz-border-radius: 4px !important;
              border-radius: 4px !important;}

/********************************************************************
 * 	Global Styles
********************************************************************/

body
{
	background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
}
.bg { display: none }
/* text styles */



/* remove this styles and use the 'currenctDisplay' class - Gopi */
.one-hundred-pct-width
{
    width: 100%;
}


.currencydisplay {
    font-weight: bold;
    word-spacing: -0.12em;
}
.currencydisplay-moneyin {
    color: #73bc42;
}
.currencydisplay-moneyout {
    color: #dd2e2e;
}
.currencydisplay-moneymedium-currency {
    font-size: 10px;
}
.currencydisplay-moneymedium-amount {
    font-size: 18px;
}
.currencydisplay-moneymedium-centavos {
    font-size: 10px;
}
.currencydisplay-moneysmall-currency {
    font-size: 9px;
}
.currencydisplay-moneysmall-amount {
    font-size: 14px
}
.currencydisplay-moneysmall-centavos {
    font-size: 9px;
}

.border4 { /* please replace this with proper name and move it to proper css - Gopi */
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.activeError{
    border-color: red !important;
}

.activeErrorBox, .activeErrorSelectBox{
    box-shadow:0 0 1px 1px Red !important;
}

/* remove this styles and use the 'currenctDisplay' class *//********************************************************************
 * 	Icons
********************************************************************/

/* START ADMIN SPRITES */
.admin-iconSprites {
    background-image: url('../assets/images/adminSprites.png');
}
.sprite-accountmgt_20 {
    background-position: 0 0;
    width: 20px;
    height: 20px;
}
.sprite-bank_20 {
    background-position: -70px 0;
    width: 20px;
    height: 20px;
}
.sprite-banstaff_20 {
    background-position: -140px 0;
    width: 20px;
    height: 20px;
}
.sprite-branch_20 {
    background-position: -210px 0;
    width: 20px;
    height: 20px;
}
.sprite-campaign_20 {
    background-position: -280px 0;
    width: 20px;
    height: 20px;
}
.sprite-city_20 {
    background-position: -350px 0;
    width: 20px;
    height: 20px;
}
.sprite-country_20 {
    background-position: -420px 0;
    width: 20px;
    height: 20px;
}
.sprite-csvgen_20 {
    background-position: -490px 0;
    width: 20px;
    height: 20px;
}
.sprite-currency2_20 {
    background-position: -560px 0;
    width: 20px;
    height: 20px;
}
.sprite-customer_20 {
    background-position: -630px 0;
    width: 20px;
    height: 20px;
}
.sprite-customermgt_20 {
    background-position: -700px 0;
    width: 20px;
    height: 20px;
}
.sprite-merchant_20 {
    background-position: -770px 0;
    width: 20px;
    height: 20px;
}
.sprite-onlineservicemgt_20 {
    background-position: -840px 0;
    width: 20px;
    height: 20px;
}
.sprite-products_20 {
    background-position: -910px 0;
    width: 20px;
    height: 20px;
}
.sprite-referencecode_20 {
    background-position: -980px 0;
    width: 20px;
    height: 20px;
}
.sprite-roleaccess_20 {
    background-position: -1050px 0;
    width: 20px;
    height: 20px;
}
.sprite-states_20 {
    background-position: -1120px 0;
    width: 20px;
    height: 20px;
}
.sprite-systemconfig_20 {
    background-position: -1190px 0;
    width: 20px;
    height: 20px;
}

.sprite-useralert_20 {
    background-position: -1260px 0;
    width: 20px;
    height: 20px;
}
/* END ADMIN SPRITES */

.iconSelect20 .ui-icon, #icons-menu .ui-icon {
    background-image: url('../assets/images/icon20.png');
}
.iconSelectFlag .ui-icon, #iconsFlags-menu .ui-icon {
    background-image: url('../assets/images/flags.png');
}
#iconsFlags-menu .ui-selectmenu-item-icon {
    margin-top: -12px !important;
}
.iconSelectFlag .ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
    margin-top: -10px !important;
}
option.css-icons {
    background-repeat: no-repeat !important;
    padding: 0px 10px;
}
/* 20 by 20 icons */
.ui-iconSprites {
    background-image: url('/assets/images/icon20_2.png');
}
/* icon positioning */
.sprite-bag_20 {
    background-position: 0 0;
    width: 20px;
    height: 20px;
}
.sprite-basket_20 {
    background-position: 0 -70px;
    width: 20px;
    height: 20px;
}
.sprite-camera_20 {
    background-position: 0 -140px;
    width: 20px;
    height: 20px;
}
.sprite-car_20 {
    background-position: 0 -210px;
    width: 20px;
    height: 20px;
}
.sprite-carryBag_20 {
    background-position: 0 -280px;
    width: 20px;
    height: 20px;
}
.sprite-chart_20 {
    background-position: 0 -350px;
    width: 20px;
    height: 20px;
}
.sprite-clock_20 {
    background-position: 0 -420px;
    width: 20px;
    height: 20px;
}
.sprite-creditCard_20 {
    background-position: 0 -490px;
    width: 20px;
    height: 20px;
}
.sprite-currency_20 {
    background-position: 0 -560px;
    width: 20px;
    height: 20px;
}
.sprite-dollar_20 {
    background-position: 0 -630px;
    width: 20px;
    height: 20px;
}
.sprite-flight_20 {
    background-position: 0 -700px;
    width: 20px;
    height: 20px;
}
.sprite-home_20 {
    background-position: 0 -770px;
    width: 20px;
    height: 20px;
}
.sprite-key_20 {
    background-position: 0 -840px;
    width: 20px;
    height: 20px;
}
.sprite-lock_20 {
    background-position: 0 -910px;
    width: 20px;
    height: 20px;
}
.sprite-notes_20 {
    background-position: 0 -980px;
    width: 20px;
    height: 20px;
}
.sprite-party_20 {
    background-position: 0 -1050px;
    width: 20px;
    height: 20px;
}
.sprite-pie_20 {
    background-position: 0 -1120px;
    width: 20px;
    height: 20px;
}
.sprite-piggy_20 {
    background-position: 0 -1190px;
    width: 20px;
    height: 20px;
}
.sprite-ringBall_20 {
    background-position: 0 -1260px;
    width: 20px;
    height: 20px;
}
.sprite-sandWatch_20 {
    background-position: 0 -1330px;
    width: 20px;
    height: 20px;
}
.sprite-spend_20 {
    background-position: 0 -1400px;
    width: 20px;
    height: 20px;
}
.sprite-trolly_20 {
    background-position: 0 -1470px;
    width: 20px;
    height: 20px;
}
.sprite-wallet_20 {
    background-position: 0 -1540px;
    width: 20px;
    height: 20px;
}
.sprite-cash1_20 {
    background-position: 0 -1611px;
    width: 20px;
    height: 20px;
}
.sprite-cash2_20 {
    background-position: 0 -1686px;
    width: 20px;
    height: 20px;
}
/* sprite-icons 32x32 */

.ui-iconSprites32{
    background-image:url('../assets/images/icon32.png');
}

.sprite-bag_32 {
    background-position: 0 0;
    width: 32px;
    height: 32px;
}
.sprite-basket_32 {
    background-position: 0 -34px;
    width: 32px;
    height: 32px;
}
.sprite-camera_32 {
    background-position: 0 -65px;
    width: 32px;
    height: 32px;
}
.sprite-car_32 {
    background-position: 0 -99px;
    width: 32px;
    height: 32px;
}
.sprite-carryBag_32 {
    background-position: 0 -130px;
    width: 32px;
    height: 32px;
}
.sprite-chart_32 {
    background-position: 0 -165px;
    width: 32px;
    height: 32px;
}
.sprite-clock_32 {
    background-position: 0 -204px;
    width: 32px;
    height: 32px;
}
.sprite-creditCard_32 {
    background-position: 0 -238px;
    width: 32px;
    height: 32px;
}
.sprite-currency_32 {
    background-position: 0 -304px;
    width: 32px;
    height: 32px;
}
.sprite-dollar_32 {
    background-position: 0 -268px;
    width: 32px;
    height: 32px;
}
.sprite-flight_32 {
    background-position: 0 -340px;
    width: 32px;
    height: 32px;
}
.sprite-home_32 {
    background-position: 0 -374px;
    width: 32px;
    height: 32px;
}
.sprite-key_32 {
    background-position: 0 -410px;
    width: 32px;
    height: 32px;
}
.sprite-lock_32 {
    background-position: 0 -442px;
    width: 32px;
    height: 32px;
}
.sprite-notes_32 {
    background-position: 0 -980px;
    width: 32px;
    height: 32px;
}
.sprite-party_32 {
    background-position: 0 -508px;
    width: 32px;
    height: 32px;
}
.sprite-pie_32 {
    background-position: 0 -1120px;
    width: 32px;
    height: 32px;
}
.sprite-piggy_32 {
    background-position: 0 -542px;
    width: 32px;
    height: 32px;
}
.sprite-ringBall_32 {
    background-position: 0 -574px;
    width: 32px;
    height: 32px;
}
.sprite-sandWatch_32 {
    background-position: 0 -606px;
    width: 32px;
    height: 32px;
}
.sprite-spend_32 {
    background-position: 0 -670px;
    width: 32px;
    height: 32px;
}
.sprite-trolly_32 {
    background-position: 0 -636px;
    width: 32px;
    height: 32px;
}
.sprite-wallet_32 {
    background-position: 0 -700px;
    width: 32px;
    height: 32px;
}

.sprite-LC_32 {
    background-position: -1px -789px;
    width: 32px;
    height: 32px;
}

.sprite-SG_32 {
    background-position: 0 -573px;
    width: 32px;
    height: 32px;
}

.sprite-Bills_32 {
    background-position: 0 -164px;
    width: 32px;
    height: 32px;
}

.sprite-Application_32 {
    background-position: 0 -474px;
    width: 32px;
    height: 32px;
}

.sprite-Cash1_32 {
    background-position: 0 -818px;
    width: 32px;
    height: 32px;
}

.sprite-Cash2_32 {
    background-position: 0 -855px;
    width: 32px;
    height: 32px;
}
/*Gray Images */
.grayImages-sprites {
    background-image: url('../assets/images/grayImages.png');
}
.grayImages-atmLocatorIco_22 {
    background-position: 0 0;
    width: 22px;
    height: 22px;
}
.grayImages-attachIco_22 {
    background-position: 0 -72px;
    width: 22px;
    height: 22px;
}
.grayImages-branchLocatorIco_22 {
    background-position: 0 -144px;
    width: 22px;
    height: 22px;
}
.grayImages-bulbIco_22 {
    background-position: 0 -216px;
    width: 22px;
    height: 22px;
}
.grayImages-clockIco_22 {
    background-position: 0 -288px;
    width: 22px;
    height: 22px;
}
.grayImages-composeIco_22 {
    background-position: 0 -360px;
    width: 22px;
    height: 22px;
}
.grayImages-comtactIco_22 {
    background-position: 0 -432px;
    width: 22px;
    height: 22px;
}
.grayImages-deleteIco_22 {
    background-position: 0 -504px;
    width: 22px;
    height: 22px;
}
.grayImages-exclamationIco_22 {
    background-position: 0 -576px;
    width: 22px;
    height: 22px;
}
.grayImages-facebookIco_16 {
    background-position: 0 -648px;
    width: 16px;
    height: 16px;
}
.grayImages-faqIco_22 {
    background-position: 0 -714px;
    width: 22px;
    height: 22px;
}
.grayImages-forwardIco_22 {
    background-position: 0 -786px;
    width: 22px;
    height: 22px;
}
.grayImages-inboxIco_22 {
    background-position: 0 -858px;
    width: 22px;
    height: 22px;
}
.grayImages-intoIco_16 {
    background-position: 0 -930px;
    width: 16px;
    height: 16px;
}
.grayImages-listIco_22 {
    background-position: 0 -996px;
    width: 22px;
    height: 22px;
}
.grayImages-loanIco_22 {
    background-position: 0 -1068px;
    width: 22px;
    height: 22px;
}
.grayImages-lockIco_16 {
    background-position: 0 -1140px;
    width: 16px;
    height: 16px;
}
.grayImages-mailForwardIco_24by22 {
    background-position: 0 -1206px;
    width: 24px;
    height: 22px;
}
.grayImages-mailIco_16 {
    background-position: 0 -1278px;
    width: 16px;
    height: 16px;
}
.grayImages-mailIco_22 {
    background-position: 0 -1344px;
    width: 22px;
    height: 22px;
}
.grayImages-mapIco_22 {
    background-position: 0 -1416px;
    width: 22px;
    height: 22px;
}
.grayImages-moneyIco_22 {
    background-position: 0 -1488px;
    width: 22px;
    height: 22px;
}
.grayImages-msgForwardIco {
    background-position: 0 -1560px;
    width: 16px;
    height: 12px;
}
.grayImages-msgReplyIco {
    background-position: 0 -1622px;
    width: 16px;
    height: 12px;
}
.grayImages-phoneIco_16 {
    background-position: 0 -1684px;
    width: 16px;
    height: 16px;
}
.grayImages-productsIco_22 {
    background-position: 0 -1750px;
    width: 22px;
    height: 22px;
}
.grayImages-questionIco_22 {
    background-position: 0 -1822px;
    width: 22px;
    height: 22px;
}
.grayImages-quickIco_22 {
    background-position: 0 -1894px;
    width: 22px;
    height: 22px;
}
.grayImages-replyIco_22 {
    background-position: -74px 0;
    width: 22px;
    height: 22px;
}
.grayImages-starIco_22 {
    background-position: -74px -72px;
    width: 22px;
    height: 22px;
}
.grayImages-transIco_22 {
    background-position: -74px -144px;
    width: 22px;
    height: 22px;
}
.grayImages-twitterIco_16 {
    background-position: -74px -216px;
    width: 16px;
    height: 16px;
}
.grayImages-unDoIco_16 {
    background-position: -74px -282px;
    width: 16px;
    height: 16px;
}
/*flags */
.flags-sprites {
    background-image: url('../assets/images/flags.png');
}
.sprite-flag_ASEAN {
    background-position: 0 0;
    width: 24px;
    height: 24px;
}
.sprite-flag_Afghanistan {
    background-position: 0 -74px;
    width: 24px;
    height: 24px;
}
.sprite-flag_AfricanUnion {
    background-position: 0 -148px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Aland {
    background-position: 0 -222px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Albania {
    background-position: 0 -296px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Algeria {
    background-position: 0 -370px;
    width: 24px;
    height: 24px;
}
.sprite-flag_AmericanSamoa {
    background-position: 0 -444px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Andorra {
    background-position: 0 -518px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Angola {
    background-position: 0 -592px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Anguilla {
    background-position: 0 -666px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Antarctica {
    background-position: 0 -740px;
    width: 24px;
    height: 24px;
}
.sprite-flag_AntiguaBarbuda {
    background-position: 0 -814px;
    width: 24px;
    height: 24px;
}
.sprite-flag_ArabLeague {
    background-position: 0 -888px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Argentina {
    background-position: 0 -962px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Armenia {
    background-position: 0 -1036px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Aruba {
    background-position: 0 -1110px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Australia {
    background-position: 0 -1184px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Austria {
    background-position: 0 -1258px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Azerbaijan {
    background-position: 0 -1332px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Bahamas {
    background-position: 0 -1406px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Bahrain {
    background-position: 0 -1480px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Bangladesh {
    background-position: 0 -1554px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Barbados {
    background-position: 0 -1628px;
    width: 24px;
    height: 24px;
}
.sprite-flag_BasqueCountry {
    background-position: 0 -1702px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Belarus {
    background-position: 0 -1776px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Belgium {
    background-position: 0 -1850px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Belize {
    background-position: 0 -1924px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Benin {
    background-position: -74px 0;
    width: 24px;
    height: 24px;
}
.sprite-flag_Bermuda {
    background-position: -74px -74px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Bhutan {
    background-position: -74px -148px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Bolivia {
    background-position: -74px -222px;
    width: 24px;
    height: 24px;
}
.sprite-flag_BosniaHerzegovina {
    background-position: -74px -296px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Botswana {
    background-position: -74px -370px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Bouvet {
    background-position: -74px -444px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Brazil {
    background-position: -74px -518px;
    width: 24px;
    height: 24px;
}
.sprite-flag_BritishIndianOceanTerritory {
    background-position: -74px -592px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Brunei {
    background-position: -74px -666px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Bulgaria {
    background-position: -74px -740px;
    width: 24px;
    height: 24px;
}
.sprite-flag_BurkinaFaso {
    background-position: -74px -814px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Burundi {
    background-position: -74px -888px;
    width: 24px;
    height: 24px;
}
.sprite-flag_CARICOM {
    background-position: -74px -962px;
    width: 24px;
    height: 24px;
}
.sprite-flag_CIS {
    background-position: -74px -1036px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Cambodja {
    background-position: -74px -1110px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Cameroon {
    background-position: -74px -1184px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Canada {
    background-position: -74px -1258px;
    width: 24px;
    height: 24px;
}
.sprite-flag_CapeVerde {
    background-position: -74px -1332px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Catalonia {
    background-position: -74px -1406px;
    width: 24px;
    height: 24px;
}
.sprite-flag_CaymanIslands {
    background-position: -74px -1480px;
    width: 24px;
    height: 24px;
}
.sprite-flag_CentralAfricanRepublic {
    background-position: -74px -1554px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Chad {
    background-position: -74px -1628px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Chile {
    background-position: -74px -1702px;
    width: 24px;
    height: 24px;
}
.sprite-flag_China {
    background-position: -74px -1776px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Christmas {
    background-position: -74px -1850px;
    width: 24px;
    height: 24px;
}
.sprite-flag_CocosKeeling {
    background-position: -74px -1924px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Colombia {
    background-position: -148px 0;
    width: 24px;
    height: 24px;
}
.sprite-flag_Commonwealth {
    background-position: -148px -74px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Comoros {
    background-position: -148px -148px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Congo-Brazzaville {
    background-position: -148px -222px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Congo-Kinshasa {
    background-position: -148px -296px;
    width: 24px;
    height: 24px;
}
.sprite-flag_CookIslands {
    background-position: -148px -370px;
    width: 24px;
    height: 24px;
}
.sprite-flag_CostaRica {
    background-position: -148px -444px;
    width: 24px;
    height: 24px;
}
.sprite-flag_CotedIvoire {
    background-position: -148px -518px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Croatia {
    background-position: -148px -592px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Cuba {
    background-position: -148px -666px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Cyprus {
    background-position: -148px -740px;
    width: 24px;
    height: 24px;
}
.sprite-flag_CzechRepublic {
    background-position: -148px -814px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Denmark {
    background-position: -148px -888px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Djibouti {
    background-position: -148px -962px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Dominica {
    background-position: -148px -1036px;
    width: 24px;
    height: 24px;
}
.sprite-flag_DominicanRepublic {
    background-position: -148px -1110px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Egypt {
    background-position: -148px -1184px;
    width: 24px;
    height: 24px;
}
.sprite-flag_ElSalvador {
    background-position: -148px -1258px;
    width: 24px;
    height: 24px;
}
.sprite-flag_England {
    background-position: -148px -1332px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Equador {
    background-position: -148px -1406px;
    width: 24px;
    height: 24px;
}
.sprite-flag_EquatorialGuinea {
    background-position: -148px -1480px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Eritrea {
    background-position: -148px -1554px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Estonia {
    background-position: -148px -1628px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Ethiopia {
    background-position: -148px -1702px;
    width: 24px;
    height: 24px;
}
.sprite-flag_EuropeanUnion {
    background-position: -148px -1776px;
    width: 24px;
    height: 24px;
}
.sprite-flag_FAO {
    background-position: -148px -1850px;
    width: 24px;
    height: 24px;
}
.sprite-flag_FalklandMalvinas {
    background-position: -148px -1924px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Faroes {
    background-position: -222px 0;
    width: 24px;
    height: 24px;
}
.sprite-flag_Fiji {
    background-position: -222px -74px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Finland {
    background-position: -222px -148px;
    width: 24px;
    height: 24px;
}
.sprite-flag_France {
    background-position: -222px -222px;
    width: 24px;
    height: 24px;
}
.sprite-flag_FrenchGuiana {
    background-position: -222px -296px;
    width: 24px;
    height: 24px;
}
.sprite-flag_FrenchSouthernTerritories {
    background-position: -222px -370px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Gabon {
    background-position: -222px -444px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Galicia {
    background-position: -222px -518px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Gambia {
    background-position: -222px -592px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Georgia {
    background-position: -222px -666px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Germany {
    background-position: -222px -740px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Ghana {
    background-position: -222px -814px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Gibraltar {
    background-position: -222px -888px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Greece {
    background-position: -222px -962px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Greenland {
    background-position: -222px -1036px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Grenada {
    background-position: -222px -1110px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Guadeloupe {
    background-position: -222px -1184px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Guam {
    background-position: -222px -1258px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Guatemala {
    background-position: -222px -1332px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Guernsey {
    background-position: -222px -1406px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Guinea-Bissau {
    background-position: -222px -1480px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Guinea {
    background-position: -222px -1554px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Guyana {
    background-position: -222px -1628px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Haiti {
    background-position: -222px -1702px;
    width: 24px;
    height: 24px;
}
.sprite-flag_HeardIslandandMcDonald {
    background-position: -222px -1776px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Honduras {
    background-position: -222px -1850px;
    width: 24px;
    height: 24px;
}
.sprite-flag_HongKong {
    background-position: -222px -1924px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Hungary {
    background-position: -296px 0;
    width: 24px;
    height: 24px;
}
.sprite-flag_IAEA {
    background-position: -296px -74px;
    width: 24px;
    height: 24px;
}
.sprite-flag_IHO {
    background-position: -296px -148px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Iceland {
    background-position: -296px -222px;
    width: 24px;
    height: 24px;
}
.sprite-flag_India {
    background-position: -296px -296px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Indonesia {
    background-position: -296px -370px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Iran {
    background-position: -296px -444px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Iraq {
    background-position: -296px -518px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Ireland {
    background-position: -296px -592px;
    width: 24px;
    height: 24px;
}
.sprite-flag_IslamicConference {
    background-position: -296px -666px;
    width: 24px;
    height: 24px;
}
.sprite-flag_IsleofMan {
    background-position: -296px -740px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Israel {
    background-position: -296px -814px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Italy {
    background-position: -296px -888px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Jamaica {
    background-position: -296px -962px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Japan {
    background-position: -296px -1036px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Jersey {
    background-position: -296px -1110px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Jordan {
    background-position: -296px -1184px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Kazakhstan {
    background-position: -296px -1258px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Kenya {
    background-position: -296px -1332px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Kiribati {
    background-position: -296px -1406px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Kosovo {
    background-position: -296px -1480px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Kuwait {
    background-position: -296px -1554px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Kyrgyzstan {
    background-position: -296px -1628px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Laos {
    background-position: -296px -1702px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Latvia {
    background-position: -296px -1776px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Lebanon {
    background-position: -296px -1850px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Lesotho {
    background-position: -296px -1924px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Liberia {
    background-position: -370px 0;
    width: 24px;
    height: 24px;
}
.sprite-flag_Libya {
    background-position: -370px -74px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Liechtenstein {
    background-position: -370px -148px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Lithuania {
    background-position: -370px -222px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Luxembourg {
    background-position: -370px -296px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Macao {
    background-position: -370px -370px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Macedonia {
    background-position: -370px -444px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Madagascar {
    background-position: -370px -518px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Malawi {
    background-position: -370px -592px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Malaysia {
    background-position: -370px -666px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Maldives {
    background-position: -370px -740px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Mali {
    background-position: -370px -814px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Malta {
    background-position: -370px -888px;
    width: 24px;
    height: 24px;
}
.sprite-flag_MarshallIslands {
    background-position: -370px -962px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Martinique {
    background-position: -370px -1036px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Mauritania {
    background-position: -370px -1110px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Mauritius {
    background-position: -370px -1184px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Mayotte {
    background-position: -370px -1258px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Mexico {
    background-position: -370px -1332px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Micronesia {
    background-position: -370px -1406px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Moldova {
    background-position: -370px -1480px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Monaco {
    background-position: -370px -1554px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Mongolia {
    background-position: -370px -1628px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Montenegro {
    background-position: -370px -1702px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Montserrat {
    background-position: -370px -1776px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Morocco {
    background-position: -370px -1850px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Mozambique {
    background-position: -370px -1924px;
    width: 24px;
    height: 24px;
}
.sprite-flag_MyanmarBurma {
    background-position: -444px 0;
    width: 24px;
    height: 24px;
}
.sprite-flag_NATO {
    background-position: -444px -74px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Namibia {
    background-position: -444px -148px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Nauru {
    background-position: -444px -222px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Nepal {
    background-position: -444px -296px;
    width: 24px;
    height: 24px;
}
.sprite-flag_NetherlandsAntilles {
    background-position: -444px -370px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Netherlands {
    background-position: -444px -444px;
    width: 24px;
    height: 24px;
}
.sprite-flag_NewCaledonia {
    background-position: -444px -518px;
    width: 24px;
    height: 24px;
}
.sprite-flag_NewZealand {
    background-position: -444px -592px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Nicaragua {
    background-position: -444px -666px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Niger {
    background-position: -444px -740px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Nigeria {
    background-position: -444px -814px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Niue {
    background-position: -444px -888px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Norfolk {
    background-position: -444px -962px;
    width: 24px;
    height: 24px;
}
.sprite-flag_NorthKorea {
    background-position: -444px -1036px;
    width: 24px;
    height: 24px;
}
.sprite-flag_NorthernCyprus {
    background-position: -444px -1110px;
    width: 24px;
    height: 24px;
}
.sprite-flag_NorthernIreland {
    background-position: -444px -1184px;
    width: 24px;
    height: 24px;
}
.sprite-flag_NorthernMariana {
    background-position: -444px -1258px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Norway {
    background-position: -444px -1332px;
    width: 24px;
    height: 24px;
}
.sprite-flag_OAS {
    background-position: -444px -1406px;
    width: 24px;
    height: 24px;
}
.sprite-flag_OECD {
    background-position: -444px -1480px;
    width: 24px;
    height: 24px;
}
.sprite-flag_OPEC {
    background-position: -444px -1554px;
    width: 24px;
    height: 24px;
}
.sprite-flag_OlimpicMovement {
    background-position: -444px -1628px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Oman {
    background-position: -444px -1702px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Pakistan {
    background-position: -444px -1776px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Palau {
    background-position: -444px -1850px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Palestine {
    background-position: -444px -1924px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Panama {
    background-position: -518px 0;
    width: 24px;
    height: 24px;
}
.sprite-flag_PapuaNewGuinea {
    background-position: -518px -74px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Paraguay {
    background-position: -518px -148px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Peru {
    background-position: -518px -222px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Philippines {
    background-position: -518px -296px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Pitcairn {
    background-position: -518px -370px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Poland {
    background-position: -518px -444px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Portugal {
    background-position: -518px -518px;
    width: 24px;
    height: 24px;
}
.sprite-flag_PuertoRico {
    background-position: -518px -592px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Qatar {
    background-position: -518px -666px;
    width: 24px;
    height: 24px;
}
.sprite-flag_RedCross {
    background-position: -518px -740px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Reunion {
    background-position: -518px -814px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Romania {
    background-position: -518px -888px;
    width: 24px;
    height: 24px;
}
.sprite-flag_RussianFederation {
    background-position: -518px -962px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Rwanda {
    background-position: -518px -1036px;
    width: 24px;
    height: 24px;
}
.sprite-flag_SaintBarthelemy {
    background-position: -518px -1110px;
    width: 24px;
    height: 24px;
}
.sprite-flag_SaintHelena {
    background-position: -518px -1184px;
    width: 24px;
    height: 24px;
}
.sprite-flag_SaintLucia {
    background-position: -518px -1258px;
    width: 24px;
    height: 24px;
}
.sprite-flag_SaintPierreandMiquelon {
    background-position: -518px -1332px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Saint-MartinFrench {
    background-position: -518px -1406px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Samoa {
    background-position: -518px -1480px;
    width: 24px;
    height: 24px;
}
.sprite-flag_SanMarino {
    background-position: -518px -1554px;
    width: 24px;
    height: 24px;
}
.sprite-flag_SaoTomePrincipe {
    background-position: -518px -1628px;
    width: 24px;
    height: 24px;
}
.sprite-flag_SaudiArabia {
    background-position: -518px -1702px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Scotland {
    background-position: -518px -1776px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Senegal {
    background-position: -518px -1850px;
    width: 24px;
    height: 24px;
}
.sprite-flag_SerbiaYugoslavia {
    background-position: -518px -1924px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Seyshelles {
    background-position: -592px 0;
    width: 24px;
    height: 24px;
}
.sprite-flag_SierraLeone {
    background-position: -592px -74px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Singapore {
    background-position: -592px -148px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Slovakia {
    background-position: -592px -222px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Slovenia {
    background-position: -592px -296px;
    width: 24px;
    height: 24px;
}
.sprite-flag_SolomonIslands {
    background-position: -592px -370px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Somalia {
    background-position: -592px -444px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Somaliland {
    background-position: -592px -518px;
    width: 24px;
    height: 24px;
}
.sprite-flag_SouthAfrica {
    background-position: -592px -592px;
    width: 24px;
    height: 24px;
}
.sprite-flag_SouthGeorgiaandSouthSandwich {
    background-position: -592px -666px;
    width: 24px;
    height: 24px;
}
.sprite-flag_SouthKorea {
    background-position: -592px -740px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Spain {
    background-position: -592px -814px;
    width: 24px;
    height: 24px;
}
.sprite-flag_SriLanka {
    background-position: -592px -888px;
    width: 24px;
    height: 24px;
}
.sprite-flag_StKittsNevis {
    background-position: -592px -962px;
    width: 24px;
    height: 24px;
}
.sprite-flag_StVincenttheGrenadines {
    background-position: -592px -1036px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Sudan {
    background-position: -592px -1110px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Suriname {
    background-position: -592px -1184px;
    width: 24px;
    height: 24px;
}
.sprite-flag_SvalbardandJanMayen {
    background-position: -592px -1258px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Swaziland {
    background-position: -592px -1332px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Sweden {
    background-position: -592px -1406px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Switzerland {
    background-position: -592px -1480px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Syria {
    background-position: -592px -1554px;
    width: 24px;
    height: 24px;
}
.sprite-flag_TahitiFrenchPolinesia {
    background-position: -592px -1628px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Taiwan {
    background-position: -592px -1702px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Tajikistan {
    background-position: -592px -1776px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Tanzania {
    background-position: -592px -1850px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Thailand {
    background-position: -592px -1924px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Timor-Leste {
    background-position: -666px 0;
    width: 24px;
    height: 24px;
}
.sprite-flag_Togo {
    background-position: -666px -74px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Tokelau {
    background-position: -666px -148px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Tonga {
    background-position: -666px -222px;
    width: 24px;
    height: 24px;
}
.sprite-flag_TrinidadTobago {
    background-position: -666px -296px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Tunisia {
    background-position: -666px -370px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Turkey {
    background-position: -666px -444px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Turkmenistan {
    background-position: -666px -518px;
    width: 24px;
    height: 24px;
}
.sprite-flag_TurksandCaicosIslands {
    background-position: -666px -592px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Tuvalu {
    background-position: -666px -666px;
    width: 24px;
    height: 24px;
}
.sprite-flag_UNESCO {
    background-position: -666px -740px;
    width: 24px;
    height: 24px;
}
.sprite-flag_UNICEF {
    background-position: -666px -814px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Uganda {
    background-position: -666px -888px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Ukraine {
    background-position: -666px -962px;
    width: 24px;
    height: 24px;
}
.sprite-flag_UnitedArabEmirates {
    background-position: -666px -1036px;
    width: 24px;
    height: 24px;
}
.sprite-flag_UnitedKingdomGreatBritain {
    background-position: -666px -1110px;
    width: 24px;
    height: 24px;
}
.sprite-flag_UnitedNations {
    background-position: -666px -1184px;
    width: 24px;
    height: 24px;
}
.sprite-flag_UnitedStatesMinorOutlying {
    background-position: -666px -1258px;
    width: 24px;
    height: 24px;
}
.sprite-flag_UnitedStatesofAmericaUSA {
    background-position: -666px -1332px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Uruguay {
    background-position: -666px -1406px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Uzbekistan {
    background-position: -666px -1480px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Vanuatu {
    background-position: -666px -1554px;
    width: 24px;
    height: 24px;
}
.sprite-flag_VaticanCity {
    background-position: -666px -1628px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Venezuela {
    background-position: -666px -1702px;
    width: 24px;
    height: 24px;
}
.sprite-flag_VietNam {
    background-position: -666px -1776px;
    width: 24px;
    height: 24px;
}
.sprite-flag_VirginIslandsBritish {
    background-position: -666px -1850px;
    width: 24px;
    height: 24px;
}
.sprite-flag_VirginIslandsUS {
    background-position: -666px -1924px;
    width: 24px;
    height: 24px;
}
.sprite-flag_WHO {
    background-position: -740px 0;
    width: 24px;
    height: 24px;
}
.sprite-flag_WTO {
    background-position: -740px -74px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Wales {
    background-position: -740px -148px;
    width: 24px;
    height: 24px;
}
.sprite-flag_WallisandFutuna {
    background-position: -740px -222px;
    width: 24px;
    height: 24px;
}
.sprite-flag_WesternSahara {
    background-position: -740px -296px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Yemen {
    background-position: -740px -370px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Zambia {
    background-position: -740px -444px;
    width: 24px;
    height: 24px;
}
.sprite-flag_Zimbabwe {
    background-position: -740px -518px;
    width: 24px;
    height: 24px;
}
/********************************************************************
 * 	Default Link
********************************************************************/

a {
    font-size: 12px;
    font-weight: normal;
    color: #50ae32;
}
a:link {
   color: #50ae32;
}    /* unvisited link */
a:visited {
    color: #3bce0c;
} /* visited link */
a:hover {
    color: #3bce0c;
}   /* mouse over link */
a:active {
    color: #50ae32;
}  /* selected link */
/********************************************************************
 * 	Default Accordion
********************************************************************/

.accordion {
    min-height: 120px !important;
}
.accordion {
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.accordion .ui-accordion-header {
    border: none;
    cursor: pointer;
    position: relative;
    margin-top: -1px;
    zoom: 1;
}
.accordion h3 a {
    font-size: 14px;
    font-weight: bold;
    color: #666666 !important;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    display: block;
    position: relative;
    width: auto;
    z-index: 5;
    padding-left: 10px;
    /* header bg color */
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border-left: 1px solid #a9a7a8;
    border-right: 1px solid #a9a7a8;
    border-top: 1px solid #a8a8a8;
    border-bottom: 1px solid #a8a8a8;
    background: #e2e2e2; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); /*old webkit*/
    background: -webkit-linear-gradient(#ffffff, #cccccc); /*new webkit*/
    background: -moz-linear-gradient(#ffffff, #cccccc); /*gecko*/
    background: -ms-linear-gradient(#ffffff, #cccccc); /*IE10*/
    background: -o-linear-gradient(#ffffff, #cccccc); /*opera 11.10+*/
    background: linear-gradient(#ffffff, #cccccc); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#ffffff, #cccccc); /*_PIE*/
    behavior: url(piee.htc);
}
.accordion a, .accordion a:visited {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    display: block;
    position: relative;
    width: auto;
    padding: 5px;
    z-index: 5;
    behavior: url(piee.htc);
}
.accordion a:hover {
    display: block;
    background: #cccccc; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#e5e5e5)); /*old webkit*/
    background: -webkit-linear-gradient(#cccccc, #e5e5e5); /*new webkit*/
    background: -moz-linear-gradient(#cccccc, #e5e5e5); /*gecko*/
    background: -ms-linear-gradient(#cccccc, #e5e5e5); /*IE10*/
    background: -o-linear-gradient(#cccccc, #e5e5e5); /*opera 11.10+*/
    background: linear-gradient(#cccccc, #e5e5e5); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#cccccc, #e5e5e5); /*_PIE*/
    behavior: url(piee.htc);
}
.accordion .ui-accordion-content {
    width: auto;
}
.accordion .defaultIcon, .accordion .selectedIcon {
    position: absolute;
    width: 20px;
    height: 21px;
    right: 0px;
    margin-right: 4px;
    z-index: 10;
}
.accordion .defaultIcon {
    background: url("../assets/images/spritesDashboard.png") no-repeat scroll -88px -18px transparent !important;
}
.accordion .ui-icon-triangle-1-e {
    background: url("../assets/images/spritesDashboard.png") no-repeat scroll -88px -18px transparent !important;
    height: 20px;
    position: absolute;
    right: 5px;
    width: 20px;
    z-index: 999;
}
.accordion .selectedIcon {
    background: url("../assets/images/spritesDashboard.png") no-repeat scroll -72px -18px transparent;
}
.accordion .ui-icon-triangle-1-s {
    background: url("../assets/images/spritesDashboard.png") no-repeat scroll -72px -18px transparent !important;
    height: 20px;
    position: absolute;
    right: 5px;
    width: 20px;
    z-index: 999;
}
/********************************************************************
 * 	Theme Accordion
********************************************************************/

.accordionDark {
    min-height: 120px !important;
}
.accordionDark {
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.accordionDark .ui-accordion-header {
    border: none;
    cursor: pointer;
    position: relative;
    margin-top: -1px;
    zoom: 1;
}
.accordionDark h3 a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 1px 0px #000;
    display: block;
    position: relative;
    width: auto;
    z-index: 5;
    padding-left: 10px;
    /* header bg color */
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border-left: 1px solid #202427;
    border-right: 1px solid #202427;
    border-top: 1px solid #202427;
    border-bottom: 1px solid #202427;
    background: #2d3738; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#2d3738), to(#1e2326)); /*old webkit*/
    background: -webkit-linear-gradient(#2d3738, #1e2326); /*new webkit*/
    background: -moz-linear-gradient(#2d3738, #1e2326); /*gecko*/
    background: -ms-linear-gradient(#2d3738, #1e2326); /*IE10*/
    background: -o-linear-gradient(#2d3738, #1e2326); /*opera 11.10+*/
    background: linear-gradient(#2d3738, #1e2326); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#2d3738, #1e2326); /*_PIE*/
    behavior: url(piee.htc);
}
.accordionDark a, .accordionDark a:visited {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 1px 0px #000;
    display: block;
    position: relative;
    width: auto;
    padding: 5px;
    z-index: 5;
    behavior: url(piee.htc);
}
.accordionDark a:hover {
    display: block;
    background: #2d3738; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#2d3738), to(#1e2326)); /*old webkit*/
    background: -webkit-linear-gradient(#2d3738, #1e2326); /*new webkit*/
    background: -moz-linear-gradient(#2d3738, #1e2326); /*gecko*/
    background: -ms-linear-gradient(#2d3738, #1e2326); /*IE10*/
    background: -o-linear-gradient(#2d3738, #1e2326); /*opera 11.10+*/
    background: linear-gradient(#2d3738, #1e2326); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#2d3738, #1e2326); /*_PIE*/
    behavior: url(piee.htc);
}
.accordionDark .ui-accordion-content {
    width: auto;
}
.accordionDark .defaultIcon, .accordionDark .selectedIcon {
    position: absolute;
    width: 20px;
    height: 21px;
    right: 0px;
    margin-right: 4px;
    z-index: 10;
}
.accordionDark .defaultIcon {
    background: url("../assets/images/spritesDashboard.png") no-repeat scroll -88px -18px transparent !important;
}
.accordionDark .selectedIcon {
    background: url("../assets/images/spritesDashboard.png") no-repeat scroll -72px -18px transparent;
}
.patternBg {
    height: 50px;
    padding: 10px 10px 0px 0px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background-color: #18191b; /*fallback for non-CSS3 browsers*/
    background: url('../assets/images/botomShadow.png'), url('../assets/images/themeBottPattern.png'), -webkit-gradient(linear, left top, left bottom, from(#121212), to(#1e2225)); /*old webkit*/
    background: url('../assets/images/botomShadow.png'), url('../assets/images/themeBottPattern.png'), -webkit-linear-gradient(#121212, #1e2225); /*new webkit*/
    background: url('../assets/images/botomShadow.png'), url('../assets/images/themeBottPattern.png'), -moz-linear-gradient(#121212, #1e2225); /*gecko*/
    background: url('../assets/images/botomShadow.png'), url('../assets/images/themeBottPattern.png'), -ms-linear-gradient(#121212, #1e2225); /*IE10*/
    background: url('../assets/images/botomShadow.png'), url('../assets/images/themeBottPattern.png'), -o-linear-gradient(#121212, #1e2225); /*opera 11.10+*/
    background: url('../assets/images/botomShadow.png'), url('../assets/images/themeBottPattern.png'), linear-gradient(#121212, #1e2225); /*future CSS3 browsers*/
    -pie-background: url('../assets/images/botomShadow.png'), url('../assets/images/themeBottPattern.png'), linear-gradient(#121212, #1e2225); /*PIE*/
    background-repeat: repeat-x, repeat, no-repeat;
    background-position: 0 0, 0 0, 0 0;
    behavior: url(piee.htc);
}
/********************************************************************
 * 	Default Button
********************************************************************/

input[type="submit"], input[type="reset"] {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 1px 0px #002135;
    cursor: pointer;
    outline: none;
    display: inline-block;
    min-width: 50px;
    padding: 6px 22px 6px 22px;
    margin: 0 auto;
}
input[type="submit"] {
    border: 1px solid #003c62;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #05466e; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c72a3), color-stop(50%, #064c76), color-stop(51%, #05466e), color-stop(100%, #05466e)); /*old webkit*/
    background: -webkit-linear-gradient(top, #0c72a3 0%, #064c76 50%, #05466e 51%, #05466e 100%); /*new webkit*/
    background: -moz-linear-gradient(top, #0c72a3 0%, #064c76 50%, #05466e 51%, #05466e 100%); /*gecko*/
    background: -ms-linear-gradient(top, #0c72a3 0%, #064c76 50%, #05466e 51%, #05466e 100%); /*IE10*/
    background: -o-linear-gradient(top, #0c72a3 0%, #064c76 50%, #05466e 51%, #05466e 100%);	/*opera 11.10+*/
    background: linear-gradient(top, #0c72a3 0%, #064c76 50%, #05466e 51%, #05466e 100%); /*future CSS3 browsers*/
    -pie-background: linear-gradient(top, #0c72a3 0%, #064c76 50%, #05466e 51%, #05466e 100%); /*_PIE*/
    -webkit-box-shadow: inset 0px 2px 0px -1px #2080ad, 0px 0px 4px -1px #000000;
    box-shadow: inset 0px 2px 0px -1px #2080ad, 0px 0px 4px -1px #000000;
}
input[type="submit"]:hover {
    border: 1px solid #006699;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #064c76; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ce8), color-stop(50%, #006cb7), color-stop(51%, #0063af), color-stop(100%, #0063af)); /*old webkit*/
    background: -webkit-linear-gradient(top, #009ce8 0%, #006cb7 50%, #0063af 51%, #0063af 100%); /*new webkit*/
    background: -moz-linear-gradient(top, #009ce8 0%, #006cb7 50%, #0063af 51%, #0063af 100%); /*gecko*/
    background: -ms-linear-gradient(top, #009ce8 0%, #006cb7 50%, #0063af 51%, #0063af 100%); /*IE10*/
    background: -o-linear-gradient(top, #009ce8 0%, #006cb7 50%, #0063af 51%, #0063af 100%);	/*opera 11.10+*/
    background: linear-gradient(top, #009ce8 0%, #006cb7 50%, #0063af 51%, #0063af 100%); /*future CSS3 browsers*/
    -pie-background: linear-gradient(top, #009ce8 0%, #006cb7 50%, #0063af 51%, #0063af 100%); /*_PIE*/
    -webkit-box-shadow: inset 0px 2px 0px -1px #2080ad, 0px 0px 4px -1px #000000;
    box-shadow: inset 0px 2px 0px -1px #2080ad, 0px 0px 4px -1px #000000;
}
input[type="submit"]:active {
    border: 1px solid #006699;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #283940; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ce8), color-stop(50%, #006cb7), color-stop(51%, #0063af), color-stop(100%, #0063af)); /*old webkit*/
    background: -webkit-linear-gradient(top, #009ce8 0%, #006cb7 50%, #0063af 51%, #0063af 100%); /*new webkit*/
    background: -moz-linear-gradient(top, #009ce8 0%, #006cb7 50%, #0063af 51%, #0063af 100%); /*gecko*/
    background: -ms-linear-gradient(top, #009ce8 0%, #006cb7 50%, #0063af 51%, #0063af 100%); /*IE10*/
    background: -o-linear-gradient(top, #009ce8 0%, #006cb7 50%, #0063af 51%, #0063af 100%);	/*opera 11.10+*/
    background: linear-gradient(top, #009ce8 0%, #006cb7 50%, #0063af 51%, #0063af 100%); /*future CSS3 browsers*/
    -pie-background: linear-gradient(top, #009ce8 0%, #006cb7 50%, #0063af 51%, #0063af 100%); /*_PIE*/
    -webkit-box-shadow: inset 0px 0px 3px -1px rgba(0, 0, 0, .8);
    box-shadow: inset 0px 0px 3px -1px rgba(0, 0, 0, .8);
}
input[type="submit"]:disabled, input[type="reset"]:disabled {
    background: #D3D3D3;
    background: -moz-linear-gradient(center top, #D3D3D3 0%, #AAAAAA 100%) repeat scroll 0 0 transparent;
    border: 1px solid #A4A7AC;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0px 0px 3px -1px #000000;
    box-shadow: 0px 0px 3px -1px #000000;
    color: #666666;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    min-width: 50px;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #CCCCCC;
    cursor: default;
}
/********************************************************************
 * 	Default Reset / Secondary Button
********************************************************************/

input[type="reset"] {
    color: #666666;
    text-shadow: 0px 1px 0px #fff;
    border: 1px solid #a7a7a7;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #e6e6e6; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e5e5e5)); /*old webkit*/
    background: -webkit-linear-gradient(#fefefe, #e5e5e5); /*new webkit*/
    background: -moz-linear-gradient(#fefefe, #e5e5e5); /*gecko*/
    background: -ms-linear-gradient(#fefefe, #e5e5e5); /*IE10*/
    background: -o-linear-gradient(#fefefe, #e5e5e5); /*opera 11.10+*/
    background: linear-gradient(#fefefe, #e5e5e5); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#fefefe, #e5e5e5); /*_PIE*/
    -webkit-box-shadow: 0px 0px 3px -1px #000000;
    box-shadow: 0px 0px 3px -1px #000000;
}
input[type="reset"]:hover {
    color: #666666;
    text-shadow: 0px 1px 0px #fff;
    border: 1px solid #a4a7ac;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #e6e6e6; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#bdbdbd)); /*old webkit*/
    background: -webkit-linear-gradient(#f4f4f4, #bdbdbd); /*new webkit*/
    background: -moz-linear-gradient(#f4f4f4, #bdbdbd); /*gecko*/
    background: -ms-linear-gradient(#f4f4f4, #bdbdbd); /*IE10*/
    background: -o-linear-gradient(#f4f4f4, #bdbdbd); /*opera 11.10+*/
    background: linear-gradient(#f4f4f4, #bdbdbd); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#f4f4f4, #bdbdbd); /*_PIE*/
    -webkit-box-shadow: 0px 0px 3px -1px #000000;
    box-shadow: 0px 0px 3px -1px #000000;
}
input[type="reset"]:active {
    color: #666666;
    text-shadow: 0px 1px 0px #fff;
    border: 1px solid #a4a7ac;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #e6e6e6; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#bdbdbd), to(#f4f4f4)); /*old webkit*/
    background: -webkit-linear-gradient(#bdbdbd, #f4f4f4); /*new webkit*/
    background: -moz-linear-gradient(#bdbdbd, #f4f4f4); /*gecko*/
    background: -ms-linear-gradient(#bdbdbd, #f4f4f4); /*IE10*/
    background: -o-linear-gradient(#bdbdbd, #f4f4f4); /*opera 11.10+*/
    background: linear-gradient(#bdbdbd, #f4f4f4); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#bdbdbd, #f4f4f4); /*_PIE*/
    -webkit-box-shadow: inset 0px 0px 3px -1px rgba(0, 0, 0, .8);
    box-shadow: inset 0px 0px 3px -1px rgba(0, 0, 0, .8);
}
/********************************************************************
 * 	Default Button using anchor tag
********************************************************************/

button.defaultButton {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-shadow: 0px 1px 0px #002135;
	cursor: pointer;
	outline: none;
	min-width: 50px;
	padding: 6px 22px 6px 22px;
	margin: 0;
	border: 1px solid #6a89db;
	-webkit-border-radius: 5px 5px 5px 5px;
    background: rgb(161,215,145);

    background: -moz-linear-gradient(180deg, rgba(161,215,145,1) 0%, rgba(64,142,39,1) 35%);
    background: -webkit-linear-gradient(180deg, rgba(161,215,145,1) 0%, rgba(64,142,39,1) 35%); 
    background: linear-gradient(180deg, rgba(161,215,145,1) 0%, rgba(64,142,39,1) 35%);
}
button.defaultButton:hover {
	border: 1px solid #006699;
	background: -moz-linear-gradient(180deg, rgba(161,215,145,1) 0%, rgba(80,174,50,1) 30%); 
    background: -webkit-linear-gradient(180deg, rgba(161,215,145,1) 0%, rgba(80,174,50,1) 30%); 
    background: linear-gradient(180deg, rgba(161,215,145,1) 0%, rgba(80,174,50,1) 30%);    
}
button.defaultButton:active {
	background: rgb(101,179,78);
    background: -moz-linear-gradient(180deg, rgba(101,179,78,1) 0%, rgba(64,142,39,1) 97%);
    background: -webkit-linear-gradient(180deg, rgba(101,179,78,1) 0%, rgba(64,142,39,1) 97%);
    background: linear-gradient(180deg, rgba(101,179,78,1) 0%, rgba(64,142,39,1) 97%);
   
}
button.defaultButton:disabled, button.secondaryButton:disabled {
    color: #9d9d9d;
    text-shadow: 0px 1px 0px #fff;
}
/********************************************************************
 * 	Default Secondary Button using anchor tag
********************************************************************/

button.secondaryButton {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 1px 0px #fff;
    cursor: pointer;
    outline: none;
    min-width: 50px;
    padding: 6px 22px 6px 22px;
    margin: 0;
    border: 1px solid #a7a7a7;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #e6e6e6; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e5e5e5)); /*old webkit*/
    background: -webkit-linear-gradient(#fefefe, #e5e5e5); /*new webkit*/
    background: -moz-linear-gradient(#fefefe, #e5e5e5); /*gecko*/
    background: -ms-linear-gradient(#fefefe, #e5e5e5); /*IE10*/
    background: -o-linear-gradient(#fefefe, #e5e5e5); /*opera 11.10+*/
    background: linear-gradient(#fefefe, #e5e5e5); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#fefefe, #e5e5e5); /*_PIE*/
    -webkit-box-shadow: 0px 0px 3px -1px #000000;
    box-shadow: 0px 0px 3px -1px #000000;
}
button.secondaryButton:hover {
    border: 1px solid #a4a7ac;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #e6e6e6; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#bdbdbd)); /*old webkit*/
    background: -webkit-linear-gradient(#f4f4f4, #bdbdbd); /*new webkit*/
    background: -moz-linear-gradient(#f4f4f4, #bdbdbd); /*gecko*/
    background: -ms-linear-gradient(#f4f4f4, #bdbdbd); /*IE10*/
    background: -o-linear-gradient(#f4f4f4, #bdbdbd); /*opera 11.10+*/
    background: linear-gradient(#f4f4f4, #bdbdbd); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#f4f4f4, #bdbdbd); /*_PIE*/
    -webkit-box-shadow: 0px 0px 3px -1px #000000;
    box-shadow: 0px 0px 3px -1px #000000;
}
button.secondaryButton:active {
    border: 1px solid #a4a7ac;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #e6e6e6; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#bdbdbd), to(#f4f4f4)); /*old webkit*/
    background: -webkit-linear-gradient(#bdbdbd, #f4f4f4); /*new webkit*/
    background: -moz-linear-gradient(#bdbdbd, #f4f4f4); /*gecko*/
    background: -ms-linear-gradient(#bdbdbd, #f4f4f4); /*IE10*/
    background: -o-linear-gradient(#bdbdbd, #f4f4f4); /*opera 11.10+*/
    background: linear-gradient(#bdbdbd, #f4f4f4); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#bdbdbd, #f4f4f4); /*_PIE*/
    -webkit-box-shadow: inset 0px 0px 3px -1px rgba(0, 0, 0, .8);
    box-shadow: inset 0px 0px 3px -1px rgba(0, 0, 0, .8);
}
/* use defaultButton, defaultSecondaryButton class - Gopi */
.button {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 1px 0px #002135;
    cursor: pointer;
    padding: 5px 20px;
    margin: 0 auto;
    min-width: 50px;
    border: 1px solid #003e65;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #666 0px 2px 2px;
    -moz-box-shadow: #666 0px 2px 2px;
    box-shadow: #666 0px 2px 2px;
    background: #0c72a3;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0c72a3), to(#05466e));
    background: -webkit-linear-gradient(#0c72a3, #05466e);
    background: -moz-linear-gradient(#0c72a3, #05466e);
    background: -ms-linear-gradient(#0c72a3, #05466e);
    background: -o-linear-gradient(#0c72a3, #05466e);
    background: linear-gradient(#0c72a3, #05466e);
    -pie-background: linear-gradient(#0c72a3, #05466e);
}
.button:hover {
    color: #fff;
    background: #0065b1;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0065b1), to(#0063af));
    background: -webkit-linear-gradient(#0065b1, #0063af);
    background: -moz-linear-gradient(#0065b1, #0063af);
    background: -ms-linear-gradient(#0065b1, #0063af);
    background: -o-linear-gradient(#0065b1, #0063af);
    background: linear-gradient(#0065b1, #0063af);
    -pie-background: linear-gradient(#0c72a3, #0063af);
}
.button:active {
    color: #fff;
    background: #013058;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#013058), to(#012d53));
    background: -webkit-linear-gradient(#013058, #012d53);
    background: -moz-linear-gradient(#013058, #012d53);
    background: -ms-linear-gradient(#013058, #012d53);
    background: -o-linear-gradient(#013058, #012d53);
    background: linear-gradient(#013058, #012d53);
    -pie-background: linear-gradient(#013058, #012d53);
}
.buttonGray {
    font-size: 14px;
    font-weight: bold;
    color: #676767;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 1px 0px #fff;
    cursor: pointer;
    padding: 5px 20px;
    margin: 0 auto;
    min-width: 50px;
    border: 1px solid #a4a7ac;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #666 0px 2px 2px;
    -moz-box-shadow: #666 0px 2px 2px;
    box-shadow: #666 0px 2px 2px;
    background: #e5e5e5;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FEFEFE ), to(#E2E2E2 ));
    background: -webkit-linear-gradient(#FEFEFE, #E2E2E2 );
    background: -moz-linear-gradient(#FEFEFE, #E2E2E2 );
    background: -ms-linear-gradient(#FEFEFE, #E2E2E2 );
    background: -o-linear-gradient(#FEFEFE, #E2E2E2 );
    background: linear-gradient(#FEFEFE, #E2E2E2 );
    -pie-background: linear-gradient(#FEFEFE, #E2E2E2 );
}
.buttonGray:hover {
    color: #676767;
    background: #e5e5e5;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FEFEFE), to(#e8e8e8));
    background: -webkit-linear-gradient(#FEFEFE, #e8e8e8);
    background: -moz-linear-gradient(#FEFEFE, #e8e8e8);
    background: -ms-linear-gradient(#FEFEFE, #e8e8e8);
    background: -o-linear-gradient(#FEFEFE, #e8e8e8);
    background: linear-gradient(#FEFEFE, #e8e8e8);
    -pie-background: linear-gradient(#FEFEFE, #e8e8e8);
    behavior: url(piee.htc);
}
.buttonGray:active {
    color: #676767;
    background: #013058;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FEFEFE), to(#e8e8e8));
    background: -webkit-linear-gradient(#FEFEFE, #e8e8e8);
    background: -moz-linear-gradient(#FEFEFE, #e8e8e8);
    background: -ms-linear-gradient(#FEFEFE, #e8e8e8);
    background: -o-linear-gradient(#FEFEFE, #e8e8e8);
    background: linear-gradient(#FEFEFE, #e8e8e8);
    -pie-background: linear-gradient(#FEFEFE, #e8e8e8);
    behavior: url(piee.htc);
}
.buttonGrayDisabled {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-align: center;
	text-shadow: 0px 1px 0px #ccc;
	cursor: pointer;
	padding: 6px 20px;
	margin: 0 auto;
	min-width: 50px;
	border: 1px solid #a4a7ac;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 2px;
	-moz-box-shadow: #666 0px 2px 2px;
	box-shadow: #666 0px 2px 2px;
	background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top, #d3d3d3 0%, #aaaaaa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #aaaaaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d3d3d3 0%, #aaaaaa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d3d3d3 0%, #aaaaaa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d3d3d3 0%, #aaaaaa 100%); /* IE10+ */
	background: linear-gradient(top, #d3d3d3 0%, #aaaaaa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#aaaaaa', GradientType=0 ); /* IE6-9 */
}
.buttonGrayDisabled:hover {
	color: #666;
	background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top, #d3d3d3 0%, #aaaaaa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #aaaaaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d3d3d3 0%, #aaaaaa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d3d3d3 0%, #aaaaaa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d3d3d3 0%, #aaaaaa 100%); /* IE10+ */
	background: linear-gradient(top, #d3d3d3 0%, #aaaaaa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#aaaaaa', GradientType=0 ); /* IE6-9 */
}
.buttonGrayDisabled:active {
	color: #666;
	background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top, #d3d3d3 0%, #aaaaaa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #aaaaaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d3d3d3 0%, #aaaaaa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d3d3d3 0%, #aaaaaa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d3d3d3 0%, #aaaaaa 100%); /* IE10+ */
	background: linear-gradient(top, #d3d3d3 0%, #aaaaaa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#aaaaaa', GradientType=0 ); /* IE6-9 */
}
/********************************************************************
 * 	Default Button Bar
********************************************************************/

div.defaultButtonBar {
    display: inline-block;
}
div.defaultButtonBar a, a.defaultButtonBarLink {
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    display: block;
    float: left;
    padding: 6px 12px 6px 12px;
    margin: 0 -1px 0 0;
    border: 1px solid #a7a7a7;
    background: #e5e5e5; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#e5e5e5)); /*old webkit*/
    background: -webkit-linear-gradient(#fdfdfd, #e5e5e5); /*new webkit*/
    background: -moz-linear-gradient(#fdfdfd, #e5e5e5); /*gecko*/
    background: -ms-linear-gradient(#fdfdfd, #e5e5e5); /*IE10*/
    background: -o-linear-gradient(#fdfdfd, #e5e5e5); /*opera 11.10+*/
    background: linear-gradient(#fdfdfd, #e5e5e5); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#fdfdfd, #e5e5e5); /*_PIE*/
}
div.defaultButtonBar a:first-child, a.defaultButtonBarLinkFirst {
    -webkit-border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;
}
div.defaultButtonBar a:last-child, a.defaultButtonBarLinkLast {
    -webkit-border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
}
div.defaultButtonBar .dbbHover {
    border: 1px solid #959699;
    background: #c1c1c1; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#bfbfbf)); /*old webkit*/
    background: -webkit-linear-gradient(#f3f3f3, #bfbfbf); /*new webkit*/
    background: -moz-linear-gradient(#f3f3f3, #bfbfbf); /*gecko*/
    background: -ms-linear-gradient(#f3f3f3, #bfbfbf); /*IE10*/
    background: -o-linear-gradient(#f3f3f3, #bfbfbf); /*opera 11.10+*/
    background: linear-gradient(#f3f3f3, #bfbfbf); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#f3f3f3, #bfbfbf); /*_PIE*/
    -webkit-box-shadow: inset 0px 2px 0px -1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 2px 0px -1px rgba(255, 255, 255, 0.5);
}
div.defaultButtonBar .dbbSelected, div.defaultButtonBarLinkWrapper .dbbSelected {
    border: 1px solid #959699;
    background: #c1c1c1; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1ed), to(#fdfdfd)); /*old webkit*/
    background: -webkit-linear-gradient(#f1f1ed, #fdfdfd); /*new webkit*/
    background: -moz-linear-gradient(#f1f1ed, #fdfdfd); /*gecko*/
    background: -ms-linear-gradient(#f1f1ed, #fdfdfd); /*IE10*/
    background: -o-linear-gradient(#f1f1ed, #fdfdfd); /*opera 11.10+*/
    background: linear-gradient(#f1f1ed, #fdfdfd); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#f1f1ed, #fdfdfd); /*_PIE*/
    -webkit-box-shadow: inset 0px 1px 2px -1px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0px 1px 2px -1px rgba(0, 0, 0, 0.8);
}
div.defaultButtonBar:after {
    clear: both;
    display: block;
    content: " ";
    height: 0px;
    visibility: hidden;
}
a.defaultButtonBarDisabled {
    font-size: 12px;
    color: #222222;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    display: block;
    float: left;
    padding: 6px 12px 6px 12px;
    margin: 0 -1px 0 0;
    border: 1px solid #a7a7a7;
    background: #a2a2a2; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#a2a2a2)); /*old webkit*/
    background: -webkit-linear-gradient(#fdfdfd, #a2a2a2); /*new webkit*/
    background: -moz-linear-gradient(#fdfdfd, #a2a2a2); /*gecko*/
    background: -ms-linear-gradient(#fdfdfd, #a2a2a2); /*IE10*/
    background: -o-linear-gradient(#fdfdfd, #a2a2a2); /*opera 11.10+*/
    background: linear-gradient(#fdfdfd, #a2a2a2); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#fdfdfd, #a2a2a2); /*_PIE*/
}

/********************************************************************
 * 	Default Check Box
********************************************************************/

label.defaultCheckBox input[type="checkbox"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
label.defaultCheckBox {
    font-size: 13px;
    color: #5e5e5e;
    line-height: 20px;
    display: block;
    cursor: pointer;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, .5);
    padding: 0;
    margin: 0 0 10px 0;
}
label.defaultCheckBox:before {
    content: "";
    display: block;
    float: left;
    background: url('../assets/images/css_sprite.png') no-repeat;
    background-position: -10px -54px;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 7px 0 0;
}
label.defaultCheckBox_on:before {
    background-position: -35px -54px;
}
label.defaultCheckBox:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}
/********************************************************************
 * 	Currency Display - Static
********************************************************************/
.moneyIn {
    color: #73bc42 !important;
}
.moneyOut {
    color: #dd2e2e !important;
}
div.currencyDisplay {
    font-size: 22px;
    font-weight: bold;
}
div.currencyDisplay span {
    display: inline;
    float: left;
}
div.currencyDisplay .currency, div.currencyDisplay .cents {
    font-size: 12px;
    font-weight: bold;
    margin: 3px 0 0 0;
}
div.currencyDisplay .currency {
    padding-right: 2px;
}
div.currencyDisplaySmall .amount {
    font-size: 14px;
}
div.currencyDisplaySmall .currency, div.currencyDisplaySmall .cents {
    font-size: 10px;
    margin: 0 0 0 0;
}
div.currencyDisplayAverage .amount {
    font-size: 16px;
}
div.currencyDisplayAverage .currency, div.currencyDisplayAverage .cents {
    font-size: 11px;
    margin: 0 0 0 0;
}
div.currencyDisplayMedium .amount {
    font-size: 18px;
}
div.currencyDisplayMedium .currency, div.currencyDisplayMedium .cents {
    font-size: 11px;
    margin: 0 0 0 0;
}
/********************************************************************
 * 	Currency Display - Dynamic
********************************************************************/
.money-small-curr, .money-small-cents {
    font-size: 0.41em !important;
    margin: 2px 1px 0 1px !important;
}
.money-small-amount {
    font-size: 0.77em !important;
}
.money-medium-curr, .money-medium-cents {
    font-size: 0.5em !important;
    margin: 2px 1px 0 1px !important;
}
.money-medium-amount {
    font-size: 0.81em !important;
}
.money-large-curr, .money-large-cents {
    font-size: 0.54em !important;
    margin: 3px 0 0 0 !important;
}
.money-large-amount {
    font-size: 1em !important;
}
/********************************************************************
*       Form
*********************************************************************/

form.defaultForm {
    overflow: hidden;
    width: 45%;
}
form.defaultForm .width45 {
    width: 45% !important;
}
form.defaultForm .width50 {
    width: 50% !important;
}
form.defaultForm .width45 {
    width: 45% !important;
}
form.defaultForm .width100 {
    width: 100% !important;
}
form.defaultForm > label {
    font-size: 13px;
    font-weight: normal;
    color: #4d4d4d;
    letter-spacing: 0px;
    clear: left;
    float: left;
    width: 40%;
    padding-right: 12px;
    margin-top: 8px;
    text-align: left;
}
form.defaultForm .formPlaceholder {
    display: block;
    float: left;
    width: 57%;
    margin-bottom: 10px;
}
form.defaultForm > label:first-child {
    margin-top: 12px;
}
form.defaultForm > div:nth-child(2) {
    margin-top: 4px;
}
form.defaultForm input[type="text"], form.defaultForm input[type="password"], form.defaultForm select, form.defaultForm .defaultSelectbox, form.defaultForm .darkSelectbox, form.defaultForm .ui-selectmenu, form.defaultForm textArea, form.defaultForm div {
    width: 93%;
}
form.defaultForm .ui-selectmenu {
    padding-right: 22px;
}
/* theme form */

form.themeForm > label, form.themeForm2 > label {
    color: #fff;
    width: 25%;
    text-shadow: 0px 1px 0px #000;
}
form.themeForm .darkSelectbox, form.themeForm .ui-selectmenu, form.themeForm2 .darkSelectbox, form.themeForm2 .ui-selectmenu {
    width: 98% !important;
}
/********************************************************************
 *  Carousel - jCarousel Menu
********************************************************************/

.jcarousel-skin-tango .jcarousel-container {
    margin: 5px 10px 0 10px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: auto; /* 350px; */
    padding: 0px 25px 0px 25px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: auto; /* 350px; */
    height: 118px; /* 75px */
}
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-item  /* ul li */ {
    width: 136px;
    height: 118px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    color: #000;
}
/* li - Carousel List Item Styles */
.jcarousel-skin-tango .carousel-catalog-item .shelfBase /* ul li a */ {
    width: 134px;
    height: 118px;
    display: block;
    position: relative;
    margin: 0 auto 0 auto;
    text-decoration: none;
}
.jcarousel-skin-tango .carousel-catalog-item .shelfHoverBg {
    width: 134px;
    height: 118px;
    display: none;
    position: absolute;
    border: none;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #e6e6e6; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#407ead), to(#1c486b)); /*old webkit*/
    background: -webkit-linear-gradient(#407ead, #1c486b); /*new webkit*/
    background: -moz-linear-gradient(#407ead, #1c486b); /*gecko*/
    background: -ms-linear-gradient(#407ead, #1c486b); /*IE10*/
    background: -o-linear-gradient(#407ead, #1c486b); /*opera 11.10+*/
    background: linear-gradient(#407ead, #1c486b); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#407ead, #1c486b); /*_PIE*/
    -webkit-box-shadow: 0px 0px 3px -1px #000000;
    box-shadow: 0px 0px 3px -1px #000000;
    behavior: url(piee.htc);
}
.jcarousel-skin-tango .carousel-catalog-item .shelfItem {
    width: 114px;
    height: 107px;
    margin: 0 auto 0 auto;
    position: relative;
    top: 8px;
}
.jcarousel-skin-tango .carousel-catalog-item .shelfItemDelete {
    display: none;
    position: absolute;
    width: 18px;
    height: 18px;
    background: url('../../../assets/images/closeUpIco.png') no-repeat 0 0;
    left: 114px;
    top: 2px;
}
.jcarousel-skin-tango .carousel-catalog-item .shelfImgFrame {
    display: block;
    position: relative;
    width: 114px;
    height: 84px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px -1px #000000;
    box-shadow: 0px 0px 3px -1px #000000;
    behavior: url(piee.htc);
}
.jcarousel-skin-tango .carousel-catalog-item .shelfImgBg {
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    border: 1px solid #e2e2e2;
    background: #f0f0f0;
    width: 108px;
    height: 78px;
}
.jcarousel-skin-tango .carousel-catalog-item #shelfImg, .jcarousel-skin-tango .carousel-catalog-item .shelfHoverItem {
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 111px;
    max-width: 111px;
    height: 80px;
    max-height: 80px;
}
.jcarousel-skin-tango .carousel-catalog-item #shelfImg {
}
.jcarousel-skin-tango .carousel-catalog-item .shelfHoverItem {
    display: none;
    border: none;
    background-color: #232d31; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(60, 60, 60, 0.8)), color-stop(100%, rgba(31, 31, 31, 0.8))); /*old webkit*/
    background: -webkit-linear-gradient(top, rgba(60, 60, 60, 0.8) 0%, rgba(31, 31, 31, 0.8) 100%); /*new webkit*/
    background: -moz-linear-gradient(top, rgba(60, 60, 60, 0.8) 0%, rgba(31, 31, 31, 0.8) 100%); /*gecko*/
    background: -ms-linear-gradient(top, rgba(60, 60, 60, 0.8) 0%, rgba(31, 31, 31, 0.8) 100%); /*IE10*/
    background: -o-linear-gradient(top, rgba(60, 60, 60, 0.8) 0%, rgba(31, 31, 31, 0.8) 100%); /*opera 11.10+*/
    background: linear-gradient(top, rgba(60, 60, 60, 0.8) 0%, rgba(31, 31, 31, 0.8) 100%); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#3a4145, #1c2427); /*_PIE*/
    box-shadow: insert 0px 0px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: insert 0px 0px 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: insert 0px 0px 10px rgba(0, 0, 0, 0.6);
    behavior: url(piee.htc);
}
.jcarousel-skin-tango .carousel-catalog-item .shelfItemTransfer, .jcarousel-skin-tango .carousel-catalog-item .shelfItemDetails {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    width: 54px;
    height: 80px;
}
.jcarousel-skin-tango .carousel-catalog-item .shelfItemLink {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    width: 108px;
    height: 80px;
}
.jcarousel-skin-tango .carousel-catalog-item .shelfItemTransfer {
    background: url('../assets/images/payeeTransferIco.png') no-repeat 50% 50%;
    border-right: 1px solid #645454;
}
.jcarousel-skin-tango .carousel-catalog-item .shelfItemDetails {
    background: url('../assets/images/payeeDetailsIco.png') no-repeat 50% 50%;
    border-left: 1px solid #403533;
}
.jcarousel-skin-tango .carousel-catalog-item .shelfItemLink {
    background: url('../assets/images/payeeTransferIco.png') no-repeat 50% 50%;
}
.jcarousel-skin-tango .carousel-catalog-item .shelfItemTransfer:hover, .jcarousel-skin-tango .carousel-catalog-item .shelfItemDetails:hover, .jcarousel-skin-tango .carousel-catalog-item .shelfItemLink {
    -webkit-box-shadow: inset 0px 0px 10px 10px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 10px 10px rgba(0, 0, 0, 0.4);
    behavior: url(piee.htc);
}
.jcarousel-skin-tango .carousel-catalog-item label {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    text-decoration: none;
    margin-top: 3px;
}
.jcarousel-skin-tango .carousel-catalog-item #shelfHoverItem {
    display: none;
    background: purple;
}
.jcarousel-skin-tango .carousel-catalog-item #shelfHoverItem a {
    color: #fff;
}
/* Horizontal Buttons */

.jcarousel-next-horizontal, .jcarousel-prev-horizontal {
    position: absolute;
    width: 20px;
    height: 25px;
    cursor: pointer;
    background: transparent url(../assets/images/css_sprite.png) -10px -619px no-repeat;
}
.jcarousel-next-horizontal {
    top: 43px;
    right: 0px;
}
.jcarousel-prev-horizontal {
    top: 43px;
    left: 0px;
}
.jcarousel-prev-horizontal:hover, .jcarousel-prev-horizontal:focus, .jcarousel-prev-horizontal:active {
    background-position: -35px -619px
}
.jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:focus, .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -60px -619px
}
.jcarousel-next-horizontal {
    background: transparent url(../assets/images/css_sprite.png) -85px -619px no-repeat;
}
.jcarousel-next-horizontal:hover, .jcarousel-next-horizontal:focus, .jcarousel-next-horizontal:active {
    background-position: -110px -619px
}
.jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover, .jcarousel-next-disabled-horizontal:focus, .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -135px -619px
}
/* Vertical part not required.. at this time.. */
/*
.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}


**
 *  Vertical Buttons
 *
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
} */



/********************************************************************
 *  Carousel - Filter Carousel Menu
********************************************************************/

.jcarousel-skin-filterMenu .jcarousel-container {
    margin: 0
}
.jcarousel-skin-filterMenu .jcarousel-direction-rtl {
    direction: rtl;
}
.jcarousel-skin-filterMenu .jcarousel-container-horizontal {
    width: auto;
    padding: 0px 30px 0px 30px;
}
.jcarousel-skin-filterMenu .jcarousel-clip-horizontal {
    width: auto; /* 350px; */
    height: 30px !important;
    border: none;
    background: #e8f5fc; /*fallback for non-CSS3 browsers*/
    background: url('../assets/images/filterMenuInsertShadow.png'), -webkit-gradient(linear, left top, left bottom, from(#ecf8ff), to(#e4f1f9)); /*old webkit*/
    background: url('../assets/images/filterMenuInsertShadow.png'), -webkit-linear-gradient(#ecf8ff, #e4f1f9); /*new webkit*/
    background: url('../assets/images/filterMenuInsertShadow.png'), -moz-linear-gradient(#ecf8ff, #e4f1f9); /*gecko*/
    background: url('../assets/images/filterMenuInsertShadow.png'), -ms-linear-gradient(#ecf8ff, #e4f1f9); /*IE10*/
    background: url('../assets/images/filterMenuInsertShadow.png'), -o-linear-gradient(#ecf8ff, #e4f1f9); /*opera 11.10+*/
    background: url('../assets/images/filterMenuInsertShadow.png'), linear-gradient(#ecf8ff, #e4f1f9); /*future CSS3 browsers*/
    -pie-background: url('../assets/images/filterMenuInsertShadow.png'), linear-gradient(#ecf8ff, #e4f1f9); /*_PIE*/
    background-repeat: repeat-x, no-repeat;
    background-position: 0 100%, 0 0;
}
.jcarousel-skin-filterMenu .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-filterMenu .jcarousel-item {
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    text-shadow: 0px 1px 0px #fff;
    position: relative;
    min-width: 30px;
    min-height: 10px !important;
    padding: 7px 30px 7px 30px;
    border-right: 1px solid #bfc2c2;
    cursor: pointer;
}
/* .jcarousel-skin-filterMenu .jcarousel-item:hover,
.jcarousel-skin-filterMenu .jcarousel-item:focus,
.jcarousel-skin-filterMenu .jcarousel-item:active,
.jcarousel-skin-filterMenu .jcarousel-item .active */
.jcarousel-skin-filterMenu .hover {
    background: #e8f5fc; /*fallback for non-CSS3 browsers*/
    background: url('../assets/images/filterMenuInsertShadow.png'), -webkit-gradient(linear, left top, left bottom, from(#e0f4ff), to(#d5e9f5)); /*old webkit*/
    background: url('../assets/images/filterMenuInsertShadow.png'), -webkit-linear-gradient(#e0f4ff, #d5e9f5); /*new webkit*/
    background: url('../assets/images/filterMenuInsertShadow.png'), -moz-linear-gradient(#e0f4ff, #d5e9f5); /*gecko*/
    background: url('../assets/images/filterMenuInsertShadow.png'), -ms-linear-gradient(#e0f4ff, #d5e9f5); /*IE10*/
    background: url('../assets/images/filterMenuInsertShadow.png'), -o-linear-gradient(#e0f4ff, #d5e9f5); /*opera 11.10+*/
    background: url('../assets/images/filterMenuInsertShadow.png'), linear-gradient(#e0f4ff, #d5e9f5); /*future CSS3 browsers*/
    -pie-background: url('../assets/images/filterMenuInsertShadow.png'), linear-gradient(#e0f4ff, #d5e9f5); /*_PIE*/
    background-repeat: repeat-x, no-repeat;
    background-position: 0 100%, 0 0;
    behavior: url(piee.htc);
}
.jcarousel-skin-filterMenu .active, .jcarousel-skin-filterMenu .activeHover {
    background: #e8f5fc; /*fallback for non-CSS3 browsers*/
    background: url('../assets/images/filterListSelectedIndicator.png'), url('../assets/images/filterMenuInsertShadow.png'), -webkit-gradient(linear, left top, left bottom, from(#e0f4ff), to(#d5e9f5)); /*old webkit*/
    background: url('../assets/images/filterListSelectedIndicator.png'), url('../assets/images/filterMenuInsertShadow.png'), -webkit-linear-gradient(#e0f4ff, #d5e9f5); /*new webkit*/
    background: url('../assets/images/filterListSelectedIndicator.png'), url('../assets/images/filterMenuInsertShadow.png'), -moz-linear-gradient(#e0f4ff, #d5e9f5); /*gecko*/
    background: url('../assets/images/filterListSelectedIndicator.png'), url('../assets/images/filterMenuInsertShadow.png'), -ms-linear-gradient(#e0f4ff, #d5e9f5); /*IE10*/
    background: url('../assets/images/filterListSelectedIndicator.png'), url('../assets/images/filterMenuInsertShadow.png'), -o-linear-gradient(#e0f4ff, #d5e9f5); /*opera 11.10+*/
    background: url('../assets/images/filterListSelectedIndicator.png'), url('../assets/images/filterMenuInsertShadow.png'), linear-gradient(#e0f4ff, #d5e9f5); /*future CSS3 browsers*/
    background-repeat: no-repeat, repeat-x, no-repeat;
    background-position: 50% 100%, 0 100%, 0 0;
}
.jcarousel-skin-filterMenu .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 0px;
}
.jcarousel-skin-filterMenu .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 0px;
    margin-right: 0;
}
.jcarousel-skin-filterMenu .jcarousel-item-vertical {
    margin-bottom: 0px;
}
.jcarousel-skin-filterMenu .jcarousel-item-placeholder {
}
/**
 *  Horizontal Buttons
*/
.jcarousel-skin-filterMenu .jcarousel-next-horizontal, .jcarousel-skin-filterMenu .jcarousel-prev-horizontal {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
    background: #e8f5fc; /*fallback for non-CSS3 browsers*/
    background: url(../assets/images/css_sprite.png), url('../assets/images/filterMenuInsertShadow.png'), -webkit-gradient(linear, left top, left bottom, from(#ecf8ff), to(#e4f1f9)); /*old webkit*/
    background: url(../assets/images/css_sprite.png), url('../assets/images/filterMenuInsertShadow.png'), -webkit-linear-gradient(#ecf8ff, #e4f1f9); /*new webkit*/
    background: url(../assets/images/css_sprite.png), url('../assets/images/filterMenuInsertShadow.png'), -moz-linear-gradient(#ecf8ff, #e4f1f9); /*gecko*/
    background: url(../assets/images/css_sprite.png), url('../assets/images/filterMenuInsertShadow.png'), -ms-linear-gradient(#ecf8ff, #e4f1f9); /*IE10*/
    background: url(../assets/images/css_sprite.png), url('../assets/images/filterMenuInsertShadow.png'), -o-linear-gradient(#ecf8ff, #e4f1f9); /*opera 11.10+*/
    background: url(../assets/images/css_sprite.png), url('../assets/images/filterMenuInsertShadow.png'), linear-gradient(#ecf8ff, #e4f1f9); /*future CSS3 browsers*/
    -pie-background: url(../assets/images/css_sprite.png), url('../assets/images/filterMenuInsertShadow.png'), linear-gradient(#ecf8ff, #e4f1f9); /*_PIE*/
    background-repeat: no-repeat, repeat-x, no-repeat;
    background-position: 0 0, 0 100%, 0 0;
    behavior: url(piee.htc);
}
.jcarousel-skin-filterMenu .jcarousel-next-horizontal {
    top: 0px;
    right: 0px;
    background-position: -115px -649px, 0 100%, 0 0;
}
.jcarousel-skin-filterMenu .jcarousel-prev-horizontal {
    top: 0px;
    left: 0px;
    background-position: -10px -649px, 0 100%, 0 0;
}
.jcarousel-skin-filterMenu .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0px;
    right: auto;
}
.jcarousel-skin-filterMenu .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 0px;
}
.jcarousel-skin-filterMenu .jcarousel-next-horizontal:hover, .jcarousel-skin-filterMenu .jcarousel-next-horizontal:focus, .jcarousel-skin-filterMenu .jcarousel-prev-horizontal:hover, .jcarousel-skin-filterMenu .jcarousel-prev-horizontal:focus {
    background: #e8f5fc; /*fallback for non-CSS3 browsers*/
    background: url(../assets/images/css_sprite.png), url('../assets/images/filterMenuInsertShadow.png'), -webkit-gradient(linear, left top, left bottom, from(#e0f4ff), to(#d5e9f5)); /*old webkit*/
    background: url(../assets/images/css_sprite.png), url('../assets/images/filterMenuInsertShadow.png'), -webkit-linear-gradient(#e0f4ff, #d5e9f5); /*new webkit*/
    background: url(../assets/images/css_sprite.png), url('../assets/images/filterMenuInsertShadow.png'), -moz-linear-gradient(#e0f4ff, #d5e9f5); /*gecko*/
    background: url(../assets/images/css_sprite.png), url('../assets/images/filterMenuInsertShadow.png'), -ms-linear-gradient(#e0f4ff, #d5e9f5); /*IE10*/
    background: url(../assets/images/css_sprite.png), url('../assets/images/filterMenuInsertShadow.png'), -o-linear-gradient(#e0f4ff, #d5e9f5); /*opera 11.10+*/
    background: url(../assets/images/css_sprite.png), url('../assets/images/filterMenuInsertShadow.png'), linear-gradient(#e0f4ff, #d5e9f5); /*future CSS3 browsers*/
    -pie-background: url(../assets/images/css_sprite.png), url('../assets/images/filterMenuInsertShadow.png'), linear-gradient(#e0f4ff, #d5e9f5); /*_PIE*/
    background-repeat: no-repeat, repeat-x, no-repeat;
    background-position: 0 0, 0 100%, 0 0;
    behavior: url(piee.htc);
}
.jcarousel-skin-filterMenu .jcarousel-next-horizontal:hover, .jcarousel-skin-filterMenu .jcarousel-next-horizontal:focus {
    background-position: -150px -649px, 0 100%, 0 0;
}
.jcarousel-skin-filterMenu .jcarousel-prev-horizontal:hover, .jcarousel-skin-filterMenu .jcarousel-prev-horizontal:focus {
    background-position: -45px -649px, 0 100%, 0 0;
}
.jcarousel-skin-filterMenu .jcarousel-next-horizontal:active, .jcarousel-skin-filterMenu .jcarousel-prev-horizontal:active {
}
.jcarousel-skin-filterMenu .jcarousel-next-disabled-horizontal, .jcarousel-skin-filterMenu .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-filterMenu .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-filterMenu .jcarousel-next-disabled-horizontal:active, .jcarousel-skin-filterMenu .jcarousel-prev-disabled-horizontal, .jcarousel-skin-filterMenu .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-filterMenu .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-filterMenu .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    /* border-bottom: 1px solid #a9b3b9; */

    background: #e8f5fc; /*fallback for non-CSS3 browsers*/
    background: url(../assets/images/css_sprite.png), url('../assets/images/filterMenuInsertShadow.png'), -webkit-gradient(linear, left top, left bottom, from(#ecf8ff), to(#e4f1f9)); /*old webkit*/
    background: url(../assets/images/css_sprite.png), url('../assets/images/filterMenuInsertShadow.png'), -webkit-linear-gradient(#ecf8ff, #e4f1f9); /*new webkit*/
    background: url(../assets/images/css_sprite.png), url('../assets/images/filterMenuInsertShadow.png'), -moz-linear-gradient(#ecf8ff, #e4f1f9); /*gecko*/
    background: url(../assets/images/css_sprite.png), url('../assets/images/filterMenuInsertShadow.png'), -ms-linear-gradient(#ecf8ff, #e4f1f9); /*IE10*/
    background: url(../assets/images/css_sprite.png), url('../assets/images/filterMenuInsertShadow.png'), -o-linear-gradient(#ecf8ff, #e4f1f9); /*opera 11.10+*/
    background: url(../assets/images/css_sprite.png), url('../assets/images/filterMenuInsertShadow.png'), linear-gradient(#ecf8ff, #e4f1f9); /*future CSS3 browsers*/
    background-repeat: no-repeat, repeat-x, no-repeat;
    background-position: 0 0, 0 100%, 0 0;
}
.jcarousel-skin-filterMenu .jcarousel-next-disabled-horizontal, .jcarousel-skin-filterMenu .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-filterMenu .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-filterMenu .jcarousel-next-disabled-horizontal:active {
    background-position: -185px -649px, 0 100%, 0 0;
}
.jcarousel-skin-filterMenu .jcarousel-prev-disabled-horizontal, .jcarousel-skin-filterMenu .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-filterMenu .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-filterMenu .jcarousel-prev-disabled-horizontal:active {
    background-position: -80px -649px, 0 100%, 0 0;
}
.jcarousel-skin-filterMenu .jcarousel-prev-horizontal, .jcarousel-skin-filterMenu .jcarousel-prev-disabled-horizontal {
    border-right: 1px solid #bfc2c2;
}
.jcarousel-skin-filterMenu .jcarousel-next-horizontal, .jcarousel-skin-filterMenu .jcarousel-next-disabled-horizontal {
    border-left: 1px solid #bfc2c2;
}
/********************************************************************
 * 	Datepicker
********************************************************************/
.ui-datepicker {
    width: 252px;
    display: none;
    background: #2a2a2a; /* Old browsers */
    background: -moz-linear-gradient(top, #2a2a2a 0%, #5b5b5b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a2a2a), color-stop(100%, #5b5b5b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2a2a2a 0%, #5b5b5b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2a2a2a 0%, #5b5b5b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2a2a2a 0%, #5b5b5b 100%); /* IE10+ */
    background: linear-gradient(top, #2a2a2a 0%, #5b5b5b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#5b5b5b', GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000;
    -webkit-box-shadow: #000 0px 2px 2px;
    -moz-box-shadow: #000 0px 2px 2px;
    box-shadow: #000 0px 2px 2px;
}
.ui-datepicker .ui-icon-circle-triangle-w {
    background: url(../assets/images/spritesPreferences.png) -0px -58px no-repeat;
}
.ui-datepicker .ui-icon-circle-triangle-e {
    background: url(../assets/images/spritesPreferences.png) -0px -74px no-repeat;
    right: 10px;
}
.ui-datepicker .ui-state-default {
    background: #676767; /* Old browsers */
    background: -moz-linear-gradient(top, #676767 0%, #3f3f3f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #676767), color-stop(100%, #3f3f3f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #676767 0%, #3f3f3f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #676767 0%, #3f3f3f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #676767 0%, #3f3f3f 100%); /* IE10+ */
    background: linear-gradient(top, #676767 0%, #3f3f3f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676767', endColorstr='#3f3f3f', GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.ui-datepicker .ui-state-disabled {
    background: #272727; /* Old browsers */
    background: -moz-linear-gradient(top, #272727 0%, #181818 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #272727), color-stop(100%, #181818)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #272727 0%, #181818 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #272727 0%, #181818 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #272727 0%, #181818 100%); /* IE10+ */
    background: linear-gradient(top, #272727 0%, #181818 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#181818', GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0px;
    background: #5b5b5b; /* Old browsers */
    background: -moz-linear-gradient(top, #5b5b5b 0%, #323232 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #323232)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5b5b5b 0%, #323232 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5b5b5b 0%, #323232 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5b5b5b 0%, #323232 100%); /* IE10+ */
    background: linear-gradient(top, #5b5b5b 0%, #323232 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#323232', GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #000;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
    cursor: pointer
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 7px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    width: 20px
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    font-size: 12px;
    margin: 5px 2px;
    width: 47%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
}
.ui-datepicker th {
    padding: .3em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    border-top: 1px solid #747474;
    color: #9d9d9d;
    text-shadow: -1px -1px #2a2a2a;
    background: #676767; /* Old browsers */
    background: -moz-linear-gradient(top, #676767 0%, #3f3f3f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #676767), color-stop(100%, #3f3f3f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #676767 0%, #3f3f3f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #676767 0%, #3f3f3f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #676767 0%, #3f3f3f 100%); /* IE10+ */
    background: linear-gradient(top, #676767 0%, #3f3f3f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676767', endColorstr='#3f3f3f', GradientType=0 ); /* IE6-9 */
}
.ui-datepicker td {
    padding: 0px;
    vertical-align: bottom !important;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 5px 2px;
    color: #fff;
    border-left: 1px solid #828282;
    border-top: 1px solid #828282
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%); /* IE10+ */
    background: linear-gradient(top, #fcfcfc 0%, #e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e5e5e5', GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none !important;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask; /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/*Fix for AMM-5277 & 6443*/
td > a.ui-state-default.ui-state-active{
    background: #FF363D;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF363D', endColorstr='#FF363D', GradientType=0)!important;
}
/********************************************************************
 * 	Text Input
********************************************************************/

/* input, textarea, label, select { display: block; }  */
label > input {
    display: inline;
}
input[type="text"].defaultTextInput, input[type="password"].defaultTextInput, textarea.defaultTextArea {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    min-width: 200px;
    margin: 0 0 0 0;
    padding: 5px 10px 7px 10px;
    outline: none;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-top: 1px solid #a0a0a0;
    border-bottom: 1px solid #cbcbcb;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background: #f0f0f0; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ffffff)); /*old webkit*/
    background: -webkit-linear-gradient(#f0f0f0, #ffffff); /*new webkit*/
    background: -moz-linear-gradient(#f0f0f0, #ffffff); /*gecko*/
    background: -ms-linear-gradient(#f0f0f0, #ffffff); /*IE10*/
    background: -o-linear-gradient(#f0f0f0, #ffffff); /*opera 11.10+*/
    background: linear-gradient(#f0f0f0, #ffffff); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#f0f0f0, #ffffff); /*_PIE*/
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.22) inset;
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.22) inset;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.22) inset;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}
input[type="text"].defaultTextInput:focus, input[type="password"].defaultTextInput:focus, textarea.defaultTextArea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 0.7);
    -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0.7);
    -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0.7);
    border: 1px solid #6a89db;
}
input:-webkit-input-placeholder {
    color:#666666;
}
input:-moz-placeholder {
    color:#666666;
}
/********************************************************************
 * 	Theme TextInput
********************************************************************/

input[type="text"].themeTextInput, input[type="password"].themeTextInput {
    font-size: 13px;
    color: #000;
    width: 92%;
    height: 30px;
    padding: 0 10px 0 10px;
    border: 1px solid #353737;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: background-color 0.2s ease 0s;
    -moz-transition: background-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
input.themeTextInput[type="text"]:focus, input.themeTextInput[type="password"]:focus {
    border: 1px solid #353737;
    background-color: #353d3e;
}
input.themeTextInput:-webkit-input-placeholder {
    color:#666666;
}
input.themeTextInput:-moz-placeholder {
    color:#666666;
}

/********************************************************************
 * 	Theme TextSelect
********************************************************************/
select.themeTextSelect {
    font-size: 13px;
    color: #fff;
    width: 100%;
    height: 35px;
    padding: 0 10px 0 10px;
    border: 1px solid #353737;
    background: #1d2223;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #000 inset;
    -moz-box-shadow: 0 0 5px #000 inset;
    box-shadow: 0 0 5px #000 inset;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: background-color 0.2s ease 0s;
    -moz-transition: background-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
}
select.themeTextSelect:focus{
    border: 1px solid #353737;
    background-color: #353d3e;
}
select.themeTextSelect:-webkit-input-placeholder {
    color:#666666;
}
select.themeTextSelect:-moz-placeholder {
    color:#666666;
}

/********************************************************************
 * 	Tab Bar Styles
********************************************************************/

.ui-tabs {
    position: relative;
    /* padding-bottom:5px; */
    padding-top: 5px;
    zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
    margin: 0px;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    margin: 0px 2px;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li:first-child {
    margin-left: 10px;
}
.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0px 1px 0px #fff;
    position: relative;
    top: 1px;
    border-bottom: 1px solid #bfbfbf;
}
.ui-tabs .ui-tabs-hide {
    display: none !important;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f0f0 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f0f0 0%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(top, #f0f0f0 0%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0 ); /* IE9 */
    border-top: 1px solid #bfbfbf;
    padding-top: 10px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
.ui-tabs .ui-tabs-nav .ui-state-default /* old - .ui-tabs .ui-tabs-nav .ui-state-default a */ {
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 8px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #c8deea;
    border-bottom: 1px solid #bfbfbf;
    background: #ebf7fe; /* Old browsers */
    background: -moz-linear-gradient(top, #ebf7fe 0%, #e5f1f9 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebf7fe), color-stop(99%, #e5f1f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebf7fe 0%, #e5f1f9 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebf7fe 0%, #e5f1f9 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebf7fe 0%, #e5f1f9 99%); /* IE10+ */
    background: linear-gradient(top, #ebf7fe 0%, #e5f1f9 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf7fe', endColorstr='#e5f1f9', GradientType=0 ); /* IE6-9 */
}
.ui-tabs .ui-tabs-nav .ui-tabs-selected, .ui-tabs .ui-tabs-nav .ui-state-active {
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 8px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #f1f1f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #f1f1f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%, #f1f1f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%, #f1f1f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%, #f1f1f1 100%); /* IE10+ */
    background: linear-gradient(top, #fefefe 0%, #f1f1f1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f1f1f1', GradientType=0 ); /* IE6-9 */
}
.ui-tabs .ui-tabs-nav .ui-tabs-selected a, .ui-tabs .ui-tabs-nav .ui-state-active a {
    border-bottom: 1px solid #f0f0f0;
}

/********************************************************************
 * 	Default Label
********************************************************************/

label.defaultLabel {
    font-size: 13px;
    color: #5e5e5e;
    line-height: 20px;
    display: block;
    cursor: pointer;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, .5);
    padding: 0;
    margin: 0 0 10px 0;
}
/********************************************************************
 * 	Pagination Button Bar
********************************************************************/

div.paginationButtonBar {
    display: inline-block;
}
div.paginationButtonBar a {
    width: 10px;
    height: 10px;
    display: block;
    float: left;
    padding: 0;
    margin: 0 10px 0 0;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #9f9ea2;
    background: #e0e0e0; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#e0e0e0)); /*old webkit*/
    background: -webkit-linear-gradient(#cccccc, #e0e0e0); /*new webkit*/
    background: -moz-linear-gradient(#cccccc, #e0e0e0); /*gecko*/
    background: -ms-linear-gradient(#cccccc, #e0e0e0); /*IE10*/
    background: -o-linear-gradient(#cccccc, #e0e0e0); /*opera 11.10+*/
    background: linear-gradient(#cccccc, #e0e0e0); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#cccccc, #e0e0e0); /*_PIE*/
}
div.paginationButtonBar a:last-child {
    margin-right: 0;
}
div.paginationButtonBar .pbbHover {
    border: 1px solid #959699;
    background: #c1c1c1; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#bfbfbf)); /*old webkit*/
    background: -webkit-linear-gradient(#f3f3f3, #bfbfbf); /*new webkit*/
    background: -moz-linear-gradient(#f3f3f3, #bfbfbf); /*gecko*/
    background: -ms-linear-gradient(#f3f3f3, #bfbfbf); /*IE10*/
    background: -o-linear-gradient(#f3f3f3, #bfbfbf); /*opera 11.10+*/
    background: linear-gradient(#f3f3f3, #bfbfbf); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#f3f3f3, #bfbfbf); /*_PIE*/
    -webkit-box-shadow: inset 0px 2px 0px -1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 2px 0px -1px rgba(255, 255, 255, 0.5);
}
div.paginationButtonBar .pbbSelected {
    border: 1px solid #07537e;
    background: #098ad3; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#098ad3), to(#026cb8)); /*old webkit*/
    background: -webkit-linear-gradient(#098ad3, #026cb8); /*new webkit*/
    background: -moz-linear-gradient(#098ad3, #026cb8); /*gecko*/
    background: -ms-linear-gradient(#098ad3, #026cb8); /*IE10*/
    background: -o-linear-gradient(#098ad3, #026cb8); /*opera 11.10+*/
    background: linear-gradient(#098ad3, #026cb8); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#098ad3, #026cb8); /*_PIE*/
    -webkit-box-shadow: inset 0px 3px 0px -1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 3px 0px -1px rgba(255, 255, 255, 0.3);
}
div.paginationButtonBar:after {
    clear: both;
    display: block;
    content: " ";
    height: 0px;
    visibility: hidden;
}
/********************************************************************
 * 	Default Profile Accordion
********************************************************************/

/* ACCORDION 3 -- IMPLEMENTED IN Transfer's ADD BENEFICIARY */

.defaultProfileAccordion {
    margin: 10px 5px
}
.defaultProfileAccordion h3 {
    margin: 0px 0px 10px
}
.defaultProfileAccordion h2 {
    color: #fff;
    font-size: 14px;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.75);
}
.defaultProfileAccordion .ui-state-default {
    border: 1px solid #c1c5c8;
    padding: 5px 0px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.defaultProfileAccordion .ui-state-active {
    border: 1px solid #c1c5c8;
    border-bottom: none;
    padding: 5px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    margin: 0px
}
.defaultProfileAccordion .ui-accordion-content {
    border: 1px solid #c1c5c8;
    border-top: none;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 10px;
}
.defaultProfileAccordion .ui-state-active a, .defaultProfileAccordion .ui-state-default a {
    font-size: 14px;
    color: #00608a;
    display: block;
    font-weight: bold;
    text-decoration: none;
    border: 0 !important;
    background: transparent !important;
}
.defaultProfileAccordion .ui-state-active a em, .defaultProfileAccordion .ui-state-default a em {
    font-size: 12px;
    color: #666;
    text-decoration: none;
    text-shadow: none;
    font-style: normal;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: -4px;
}
.defaultProfileAccordion .cont {
    margin: 0px 10px;
}
.defaultProfileAccordion hr {
    border: 0;
    border-top: 1px solid #cecece;
    padding: 0px;
    margin: 0px
}
.defaultProfileAccordion .one, .defaultProfileAccordion .two, .defaultProfileAccordion .three, .defaultProfileAccordion .four, .defaultProfileAccordion .five,
.defaultProfileAccordion .six, .defaultProfileAccordion .seven, .defaultProfileAccordion .eight, .defaultProfileAccordion .nine, .defaultProfileAccordion .ten,
.defaultProfileAccordion .eleven, .defaultProfileAccordion .twelve {
    float: left;
    width: 29px;
    height: 29px;
    margin: 2px 0px 0px
}
.defaultProfileAccordion .one {
    background: url(../assets/images/spritesPreferences.png) 0px 0 no-repeat;
}
.defaultProfileAccordion .two {
    background: url(../assets/images/spritesPreferences.png) -29px 0 no-repeat;
}
.defaultProfileAccordion .three {
    background: url(../assets/images/spritesPreferences.png) -58px 0 no-repeat;
}
.defaultProfileAccordion .four {
    background: url(../assets/images/spritesPreferences.png) 0px -29px no-repeat;
}
.defaultProfileAccordion .five {
    background: url(../assets/images/spritesPreferences.png) -29px -29px no-repeat;
}
.defaultProfileAccordion .six {
    background: url(../assets/images/accordionSprites.png) 0px -113px no-repeat;
}
.defaultProfileAccordion .seven {
    background: url(../assets/images/accordionSprites.png) -29px -113px no-repeat;
}
.defaultProfileAccordion .eight {
    background: url(../assets/images/accordionSprites.png) -58px -113px no-repeat;
}
.defaultProfileAccordion .nine {
    background: url(../assets/images/accordionSprites.png) -85px -113px no-repeat;
}
.defaultProfileAccordion .ten {
    width: 48px;
    background: url(../assets/images/accordionSprites.png) 0px -142px no-repeat;
}
.defaultProfileAccordion .eleven {
    width: 48px;
    background: url(../assets/images/accordionSprites.png) -49px -142px no-repeat;
}
.defaultProfileAccordion .twelve {
    width: 48px;
    background: url(../assets/images/accordionSprites.png) -92px -142px no-repeat;
}
.defaultProfileAccordion .ui-icon-triangle-1-s {
    background: url(../assets/images/spritesPreferences.png) -83px 0 no-repeat;
    height: 29px;
    margin-right: 15px;
    position: absolute;
    right: 0;
    width: 29px;
    z-index: 10;
}
.defaultProfileAccordion .ui-icon-triangle-1-e {
    background: url(../assets/images/spritesPreferences.png) -111px 0 no-repeat;
    height: 29px;
    margin: 5px 27px 0px 0px;
    position: absolute;
    right: 0;
    width: 29px;
    z-index: 10;
}
/* ACCORDION 3 -- IMPLEMENTED IN Transfer's ADD BENEFICIARY */

/* .accordion3 {
        margin: 10px 5px
}
.accordion3 h3 {
        margin: 0px 0px 10px
}
.accordion3 h2 {
        color: #fff;
        font-size: 14px;
        text-shadow: -1px -1px 0px rgba(0,0,0,0.75);
}
.accordion3 .ui-state-default {
        border: 1px solid #c1c5c8;
        padding: 5px 0px;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        behavior: url(piee.htc);
}
.accordion3 .ui-state-active {
        border: 1px solid #c1c5c8;
        border-bottom: none;
        padding: 5px 0px;
        -webkit-border-radius: 4px 4px 0px 0px;
        -moz-border-radius: 4px 4px 0px 0px;
        border-radius: 4px 4px 0px 0px;
        margin: 0px
}
.accordion3 .ui-accordion-content {
        border: 1px solid #c1c5c8;
        border-top: none;
        -webkit-border-radius: 0px 0px 4px 4px;
        -moz-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px;
        margin-bottom: 10px;
}
.accordion3 .ui-state-active a, .accordion3 .ui-state-default a {
        font-size: 14px;
        color: #00608a;
        display: block;
        font-weight: bold;
        text-decoration: none
}
.accordion3 .ui-state-active a em, .accordion3 .ui-state-default a em {
        font-size: 12px;
        color: #666;
        text-decoration: none;
        text-shadow: none;
        font-style: normal;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
        position: relative;
        top: -4px;
}
.accordion3 .cont {
        margin: 0px 10px;
}
.accordion3 hr {
        border: 0;
        border-top: 1px solid #cecece;
        padding: 0px;
        margin: 0px
}
.accordion3 .one {
        float: left;
        width: 29px;
        height: 29px;
        background: url(../assets/images/spritesPreferences.png) 0px 0 no-repeat;
        margin: 2px 0px 0px
}
.accordion3 .two {
        float: left;
        width: 29px;
        height: 29px;
        background: url(../assets/images/spritesPreferences.png) -29px 0 no-repeat;
        margin: 2px 0px 0px
}
.accordion3 .three {
        float: left;
        width: 29px;
        height: 29px;
        background: url(../assets/images/spritesPreferences.png) -58px 0 no-repeat;
        margin: 2px 0px 0px
}
.accordion3 .four {
        float: left;
        width: 29px;
        height: 29px;
        background: url(../assets/images/spritesPreferences.png) 0px -29px no-repeat;
        margin: 2px 0px 0px
}
.accordion3 .five {
        float: left;
        width: 29px;
        height: 29px;
        background: url(../assets/images/spritesPreferences.png) -29px -29px no-repeat;
        margin: 2px 0px 0px
}
.accordion3 .ui-icon-triangle-1-s {
        background: url(../assets/images/spritesPreferences.png) -83px 0 no-repeat;
        height: 29px;
        margin-right: 15px;
        position: absolute;
        right: 0;
        width: 29px;
        z-index: 10;
}
.accordion3 .ui-icon-triangle-1-e {
        background: url(../assets/images/spritesPreferences.png) -111px 0 no-repeat;
        height: 29px;
        margin: 5px 15px 0px 0px;
        position: absolute;
        right: 0;
        width: 29px;
        z-index: 10;
} */

/********************************************************************
 * 	Theme Profile Accordion
********************************************************************/

.themeProfileAccordion h3 {
    margin: 0 0 10px 0;
}
.themeProfileAccordion h2 {
    font-size: 14px;
    color: #fff;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.75);
}
.themeProfileAccordion .ui-state-default {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #131718;
    padding: 8px;
}
.themeProfileAccordion .ui-state-active {
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #131718;
    border-bottom: none;
    padding: 8px;
    margin: 0px !important;
}
.themeProfileAccordion .ui-accordion-content {
    border: 1px solid #131718;
    border-top: none;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 10px;
}
.themeProfileAccordion .ui-state-active a, .themeProfileAccordion .ui-state-active a:link, .themeProfileAccordion .ui-state-active a:visited, .themeProfileAccordion .ui-state-default a, .themeProfileAccordion .ui-state-default a:link, .themeProfileAccordion .ui-state-default a:visited {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.9);
    display: block;
}
.themeProfileAccordion .ui-state-active a em, .themeProfileAccordion .ui-state-default a em {
    font-size: 11.5px;
    font-weight: normal;
    font-style: normal;
    color: #7a7a7a;
    text-decoration: none;
    text-shadow: none;
    position: relative;
}
.themeProfileAccordion .cont {
    margin: 0px 10px;
}
.themeProfileAccordion hr {
    border: 0;
    border-bottom: 1px solid #4f4f50;
    border-top: 1px solid #252525;
    padding: 0px;
    margin: 0px
}
.themeProfileAccordion .one, .themeProfileAccordion .two, .themeProfileAccordion .three, .themeProfileAccordion .four, .themeProfileAccordion .five {
    float: left;
    width: 29px;
    height: 29px;
    background: url(../assets/images/spritesPreferences.png);
    background-repeat: no-repeat;
    margin: 2px 5px 2px 0;
}
.themeProfileAccordion .one {
    background-position: 0 0;
}
.themeProfileAccordion .two {
    background-position: -29px 0;
}
.themeProfileAccordion .three {
    background-position: -58px 0;
}
.themeProfileAccordion .four {
    background-position: 0 -29px;
}
.themeProfileAccordion .five {
    background-position: -29px -29px;
}
.themeProfileAccordion .ui-icon-triangle-1-s {
    background: url(../assets/images/spritesPreferences.png) -83px 0 no-repeat !important;
    height: 29px;
    margin-right: 15px;
    position: absolute;
    right: 0;
    width: 29px;
    z-index: 10;
}
.themeProfileAccordion .ui-icon-triangle-1-e {
    background: url(../assets/images/spritesPreferences.png) -111px 0 no-repeat;
    height: 29px;
    margin: 5px 15px 0px 0px;
    position: absolute;
    right: 0;
    width: 29px;
    z-index: 10;
}
/********************************************************************
 * 	Default Radio Button
********************************************************************/

label.defaultRadioButton input[type="radio"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
label.defaultRadioButton {
    font-size: 13px;
    color: #5e5e5e;
    line-height: 20px;
    display: block;
    cursor: pointer;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, .5);
    padding: 0;
    margin: 0 0 10px 0;
}
label.defaultRadioButton:before {
    content: "";
    display: block;
    float: left;
    background: url('../assets/images/css_sprite.png') no-repeat;
    background-position: -10px -79px;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 7px 0 0;
}
label.defaultRadioButton_on:before {
    background-position: -35px -79px;
}
label.defaultRadioButton:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}
textarea.defaultTextArea {
    min-height: 60px;
}
/********************************************************************
*       Select Box
*********************************************************************/

.ui-selectmenu /* select menu background */ {
    width: 100%;
    position: relative;
    border: 1px solid #C1C5C8;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #666;
    font-size: 12px;
    outline: none;
    vertical-align: middle;
    background: #2c3335; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #e2e2e2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e2e2e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefefe 0%, #e2e2e2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefefe 0%, #e2e2e2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefefe 0%, #e2e2e2 100%); /* IE10+ */
    background: linear-gradient(top, #fefefe 0%, #e2e2e2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: #ccc 0px 0px 1px 1px;
    -moz-box-shadow: #ccc 0px 0px 1px 1px;
    box-shadow: #ccc 0px 0px 1px 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: default;
    zoom: 1;
    white-space: nowrap;
}
.ui-selectmenu-icon {
    position: absolute;
    right: 6px;
    top: 0 !important;
    right: 0 !important;
    width: 23px !important;
    height: 100% !important;
    background: url(../assets/images/dropDownButtonUp.png) 50% center no-repeat !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    display: none;
    overflow: auto;
    z-index: 99999;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #a8a8a8;
    background: #fff; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)); /*old webkit*/
    background: -webkit-linear-gradient(#fff, #fff); /*new webkit*/
    background: -moz-linear-gradient(#fff, #fff); /*gecko*/
    background: -ms-linear-gradient(#fff, #fff); /*IE10*/
    background: -o-linear-gradient(#fff, #fff); /*opera 11.10+*/
    background: linear-gradient(#fff, #fff); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#fff, #fff); /*PIE*/
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
    behavior: url(piee.htc);
} /* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-menu-popup {
    margin-top: -1px;
}
.ui-selectmenu-menu li /* li - drop down row background */ {
    padding: 0;
    margin: 0;
    display: block;
    border-bottom: 1px solid #bfbfbf;
}
.ui-selectmenu-menu li:last-child {
    border-bottom: none;
}
.ui-selectmenu-menu li a, .ui-selectmenu-status /* dropdown row font style*/ {
    font-size: 13px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    display: block;
    padding: 5px 12px 5px 10px;
    outline: none;
}
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a, .ui-selectmenu-hasIcon .ui-selectmenu-status {
    padding-left: 30px;
    position: relative;
    margin-left: 5px;
    overflow:hidden;
}
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
    position: absolute;
    top: 1em;
    margin-top: -8px;
    left: 0;
}
.ui-selectmenu-status /* select li item */ {
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    padding: 5px 12px 5px 10px;
    margin: 0;
    margin-right:24px;
    overflow:hidden;
}
.ui-selectmenu-open li.ui-selectmenu-item-focus a /* dropdown rollover background */ {
    background: #e8e8e8;
}
.ui-selectmenu-open li.ui-selectmenu-item-selected /* list selected background */ {
    background: #e8e8e8; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8)); /*old webkit*/
    background: -webkit-linear-gradient(#ffffff, #e8e8e8); /*new webkit*/
    background: -moz-linear-gradient(#ffffff, #e8e8e8); /*gecko*/
    background: -ms-linear-gradient(#ffffff, #e8e8e8); /*IE10*/
    background: -o-linear-gradient(#ffffff, #e8e8e8); /*opera 11.10+*/
    background: linear-gradient(#ffffff, #e8e8e8); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#ffffff, #e8e8e8); /*PIE*/
    behavior: url(piee.htc);
}
.ui-selectmenu-menu li span, .ui-selectmenu-status span {
    display: block;
    margin-bottom: .2em;
}
.ui-selectmenu-menu li .ui-selectmenu-item-header {
    font-weight: bold;
}
.ui-selectmenu-menu li .ui-selectmenu-item-content {
}
.ui-selectmenu-menu li .ui-selectmenu-item-footer {
    opacity: .8;
}
/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group {
    font-size: 1em;
}
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
    line-height: 1.4em;
    display: block;
    padding: .6em .5em 0;
    font-weight: bold;
}
.ui-selectmenu-menu .ui-selectmenu-group ul {
    margin: 0;
    padding: 0;
}
/*dark selectbox */
.darkSelectboxCont .ui-state-default {
    padding: 0px !important
}
.darkSelectboxCont .ui-icon-triangle-1-s {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 23px !important;
    height: 100% !important;
    background: url(../assets/images/jquery.selectBox-arrow.gif) 50% center no-repeat !important;
    border-left: solid 1px #6a89db !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
}
.darkSelectboxCont .ui-selectmenu /* select menu background */ {
    width: 100% !important;
    position: relative;
    border: solid 1px #6a89db;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #0e0e0e !important;
    font-size: 12px !important;
    outline: none;
    vertical-align: middle;
    background: -moz-linear-gradient(top, #2c3335 0%, #1f2325 100%);
    background: -o-linear-gradient(top, #2c3335 0%, #1f2325 100%);
    background: -ms-linear-gradient(top, #2c3335 0%, #1f2325 100%);
    background: linear-gradient(top, #2c3335 0%, #1f2325 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3335', endColorstr='#1f2325', GradientType=0 );
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: default;
}
.darkSelectboxCont .ui-selectmenu-icon {
    position: absolute;
    right: 6px;
    margin-top: -8px;
    top: 50%;
}
.darkSelectboxCont .ui-selectmenu-open {
    visibility: visible;
}
.darkSelectboxCont .ui-selectmenu-menu-popup {
    margin-top: -1px;
}
.darkSelectboxCont .ui-selectmenu-menu-dropdown {
}
.darkSelectboxCont .ui-selectmenu-menu li /* li - drop down row background */ {
    padding: 0;
    margin: 0;
    display: block;
    border-bottom: 1px solid #bfbfbf;
}
.darkSelectboxCont .ui-selectmenu-menu li:last-child {
    border-bottom: none;
}
.darkSelectboxCont .ui-selectmenu-menu li a, .darkSelectboxCont .ui-selectmenu-status /* dropdown row font style*/ {
    font-size: 13px;
    font-weight: normal;
    color: #6d6d6d !important;
    text-decoration: none;
    display: block;
    outline: none;
}
.darkSelectboxCont .ui-selectmenu-menu li.ui-selectmenu-hasIcon a, .darkSelectboxCont .ui-selectmenu-hasIcon .ui-selectmenu-status {
    padding-left: 30px;
    position: relative;
    margin-left: 5px;
}
.darkSelectboxCont .ui-selectmenu-menu li .ui-icon, .darkSelectboxCont .ui-selectmenu-status .ui-icon {
    position: absolute;
    top: 1em;
    margin-top: -8px;
    left: 0;
}
.darkSelectboxCont .ui-selectmenu-status /* select li item */ {
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    padding: 5px 12px 6px 10px;
    margin: 0;
    margin-right:24px;
    overflow:hidden;
}
.darkSelectboxCont .ui-selectmenu-open li.ui-selectmenu-item-focus a /* dropdown rollover background */ {
    background: #e8e8e8;
}
.darkSelectboxCont .ui-selectmenu-open li.ui-selectmenu-item-selected /* list selected background */ {
    background: #e8e8e8; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e8e8e8)); /*old webkit*/
    background: -webkit-linear-gradient(#ffffff, #e8e8e8); /*new webkit*/
    background: -moz-linear-gradient(#ffffff, #e8e8e8); /*gecko*/
    background: -ms-linear-gradient(#ffffff, #e8e8e8); /*IE10*/
    background: -o-linear-gradient(#ffffff, #e8e8e8); /*opera 11.10+*/
    background: linear-gradient(#ffffff, #e8e8e8); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#ffffff, #e8e8e8); /*PIE*/
    behavior: url(piee.htc);
}
.darkSelectboxCont .ui-selectmenu-menu li span, .darkSelectboxCont .ui-selectmenu-status span {
    display: block;
    margin-bottom: .2em;
}
.darkSelectboxCont .ui-selectmenu-menu li .ui-selectmenu-item-header {
    font-weight: bold;
}
.darkSelectboxCont .ui-selectmenu-menu li .ui-selectmenu-item-content {
}
.darkSelectboxCont .ui-selectmenu-menu li .ui-selectmenu-item-footer {
    opacity: .8;
}
/*for optgroups*/
.darkSelectboxCont .ui-selectmenu-menu .ui-selectmenu-group {
    font-size: 1em;
}
.darkSelectboxCont .ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
    line-height: 1.4em;
    display: block;
    padding: .6em .5em 0;
    font-weight: bold;
}
.darkSelectboxCont .ui-selectmenu-menu .ui-selectmenu-group ul {
    margin: 0;
    padding: 0;
}
/********************************************************************
 * 	Scroll Bars
********************************************************************/

.scroll-pane {
    width: 100% !important;
    height: 85%;
    overflow: auto;
    margin: 5px 0px;
}
.horizontal-only {
    height: auto;
    max-height: 200px;
}
.jspContainer {
    overflow: hidden;
    position: relative;
    width: 100% !important;
}
.jspPane {
    position: absolute;
    width: 100% !important;
}
.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background: red;
}
.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: red;
}
.jspVerticalBar *, .jspHorizontalBar * {
    margin: 0;
    padding: 0;
}
.jspCap {
    display: none;
}
.jspHorizontalBar .jspCap {
    float: left;
}
.jspTrack {
    background: #fff;
    position: relative;
}
.jspDrag {
    background: #ccc;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 40
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}
.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}
.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}
.jspVerticalBar .jspArrow {
    height: 8px;
}
.jspHorizontalBar .jspArrow {
    width: 8px;
    float: left;
    height: 100%;
}
.jspVerticalBar .jspArrow:focus {
    outline: none;
}
.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}
/********************************************************************
 * 	jqGrid
********************************************************************/

.ui-jqgrid {
    position: relative;
    font-size: 12px;
    width: 100% !important;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.ui-jqgrid .ui-jqgrid-view {
    position: relative;
    left: 0px;
    top: 0px;
    padding: .0em;
}
/* caption*/
.ui-jqgrid .ui-jqgrid-titlebar {
    padding: .3em .2em .2em .3em;
    position: relative;
    border-left: 0px none;
    border-right: 0px none;
    border-top: 0px none;
}
.ui-jqgrid .ui-jqgrid-title {
    float: left;
    margin: .1em 0 .2em;
}
.ui-jqgrid .ui-jqgrid-titlebar-close {
    position: absolute;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}
.ui-jqgrid .ui-jqgrid-titlebar-close span {
    display: block;
    margin: 1px;
}
.ui-jqgrid .ui-jqgrid-titlebar-close:hover {
    padding: 0;
}
/* header*/
.ui-jqgrid .ui-jqgrid-hdiv {
    position: relative;
    margin: 0em;
    padding: 0em;
    overflow-x: hidden;
    overflow-y: auto;
    border-left: 0px none !important;
    border-top : 0px none !important;
    border-right : 0px none !important;
}
.ui-jqgrid .ui-jqgrid-hbox {
    float: left;
}
.ui-jqgrid .ui-jqgrid-htable {
    table-layout: fixed;
    margin: 0em;
}
.ui-jqgrid .ui-jqgrid-htable th {
    font-size: 13px;
    height: 28px;
    padding: 0 2px 0 2px;
    border: 1px solid #bbbbbb; /* header rignt seperator */
}
.ui-jqgrid .ui-jqgrid-htable th:last-child {
    border: none;
}
.ui-jqgrid .jqgh_treegrid_invdate {
    background: red;
    padding-left: 10px;
}
.ui-jqgrid .ui-jqgrid-labels /* header bg */ {
    background: #eef9ff; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#eef9ff), to(#e5f2fa)); /*old webkit*/
    background: -webkit-linear-gradient(#eef9ff, #e5f2fa); /*new webkit*/
    background: -moz-linear-gradient(#eef9ff, #e5f2fa); /*gecko*/
    background: -ms-linear-gradient(#eef9ff, #e5f2fa); /*IE10*/
    background: -o-linear-gradient(#eef9ff, #e5f2fa); /*opera 11.10+*/
    background: linear-gradient(#eef9ff, #e5f2fa); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#eef9ff, #e5f2fa); /*_PIE*/
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
    behavior: url(piee.htc);
}
.ui-jqgrid .ui-jqgrid-htable th div {
    overflow: hidden;
    position: relative;
    height: 17px;
}
.ui-jqgrid .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    border-top : 0px none;
    border-bottom : 0px none;
}
.ui-jqgrid .ui-th-ltr, .ui-jqgrid .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
    border-left : 0px none;
}
.ui-jqgrid .ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {
    border-right : 0px none;
}
.ui-jqgrid .ui-th-div-ie {
    white-space: nowrap;
    zoom : 1;
    height: 17px;
}
.ui-jqgrid .ui-jqgrid-resize {
    height: 20px !important;
    position: relative;
    cursor : e-resize;
    display: inline;
    overflow: hidden;
}
.ui-jqgrid .ui-grid-ico-sort {
    overflow: hidden;
    position: absolute;
    display: inline;
    cursor: pointer !important;
}
.ui-jqgrid .ui-icon-asc {
    margin-top: -3px;
    height: 12px;
}
.ui-jqgrid .ui-icon-desc {
    margin-top: 3px;
    height: 12px;
}
.ui-jqgrid .ui-i-asc {
    margin-top: 0px;
    height: 16px;
}
.ui-jqgrid .ui-i-desc {
    margin-top: 0px;
    margin-left: 13px;
    height: 16px;
}
.ui-jqgrid .ui-jqgrid-sortable /* header text style */ {
    cursor: pointer;
    padding: 4px 8px;
}
.ui-jqgrid tr.ui-search-toolbar th {
    border-top-width: 1px !important;
    border-top-color: inherit !important;
    border-top-style: ridge !important
}
tr.ui-search-toolbar input {
    margin: 1px 0px 0px 0px
}
tr.ui-search-toolbar select {
    margin: 1px 0px 0px 0px
}
/* body */
.ui-jqgrid .ui-jqgrid-bdiv {
    position: relative;
    margin: 0em;
    padding: 1px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
}
.ui-jqgrid .ui-jqgrid-btable {
    table-layout: fixed;
    margin: 0em;
    outline-style: none;
}
.ui-jqgrid tr.jqgrow {
    outline-style: none;
    border-right: 1px solid #bbbbbb;
}
.ui-jqgrid tr.jqgrow :last-child {
    border-right: none;
}
.ui-jqgrid tr.jqgroup {
    outline-style: none;
}
.ui-jqgrid tr.jqgrow td {
    font-size: 12px;
    font-weight: normal;
    color: #676767;
    overflow: hidden;
    white-space: normal;/*pre;*/
    vertical-align: middle;
    padding: 8px;
}
.ui-jqgrid tr.jqgfirstrow td {
    padding: 0 2px 0 2px;
    border-right-width: 1px;
    border-right-style: solid;
}
.ui-jqgrid tr.jqgroup td {
    font-weight: normal;
    overflow: hidden;
    white-space: pre;
    height: 22px;
    padding: 0 2px 0 2px;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    border-bottom-style: solid;
}
.ui-jqgrid tr.jqfoot td {
    font-weight: bold;
    overflow: hidden;
    white-space: pre;
    height: 22px;
    padding: 0 2px 0 2px;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    border-bottom-style: solid;
}
.ui-jqgrid tr.ui-row-ltr td {
    text-align: left;
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
}
.ui-jqgrid tr.ui-row-rtl td {
    text-align: right;
    border-left-width: 1px;
    border-left-color: inherit;
    border-left-style: solid;
}
.ui-jqgrid td.jqgrid-rownum {
    padding: 0 2px 0 2px;
    margin: 0px;
    border: 0px none;
}
.ui-jqgrid .ui-jqgrid-resize-mark {
    width: 2px;
    left: 0;
    background-color: #777;
    cursor: e-resize;
    cursor: col-resize;
    position: absolute;
    top: 0;
    height: 100px;
    overflow: hidden;
    display: none;
    border: 0 none;
}
/* footer */
.ui-jqgrid .ui-jqgrid-sdiv {
    position: relative;
    margin: 0em;
    padding: 0em;
    overflow: hidden;
    border-left: 0px none !important;
    border-top : 0px none !important;
    border-right : 0px none !important;
}
.ui-jqgrid .ui-jqgrid-ftable {
    table-layout: fixed;
    margin-bottom: 0em;
}
.ui-jqgrid tr.footrow td {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    height: 21px;
    padding: 0 2px 0 2px;
    border-top-width: 1px;
    border-top-color: inherit;
    border-top-style: solid;
}
.ui-jqgrid tr.footrow-ltr td {
    text-align: left;
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
}
.ui-jqgrid tr.footrow-rtl td {
    text-align: right;
    border-left-width: 1px;
    border-left-color: inherit;
    border-left-style: solid;
}
/* Pager*/
.ui-jqgrid .ui-jqgrid-pager {
    border-left: 0px none !important;
    border-right: 0px none !important;
    border-bottom: 0px none !important;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
}
.ui-jqgrid .ui-pager-control {
    position: relative;
}
.ui-jqgrid .ui-pg-table {
    position: relative;
    padding-bottom: 2px;
    width: auto;
    margin: 0em;
}
.ui-jqgrid .ui-pg-table td {
    font-weight: normal;
    vertical-align: middle;
    padding: 1px;
}
.ui-jqgrid .ui-pg-button {
    height: 19px !important;
}
.ui-jqgrid .ui-pg-button span {
    display: block;
    margin: 1px;
    float: left;
}
.ui-jqgrid .ui-pg-button:hover {
    padding: 0px;
}
.ui-jqgrid .ui-state-disabled:hover {
    padding: 1px;
}
.ui-jqgrid .ui-pg-input {
    height: 13px;
    font-size: .8em;
    margin: 0em;
}
.ui-jqgrid .ui-pg-selbox {
    font-size: .8em;
    line-height: 18px;
    display: block;
    height: 18px;
    margin: 0em;
}
.ui-jqgrid .ui-separator {
    height: 18px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 1px;
    float: right;
}
.ui-jqgrid .ui-paging-info {
    font-weight: normal;
    height: 19px;
    margin-top: 3px;
    margin-right: 22px;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
    padding: 1px 0;
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    position: relative;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
    cursor: pointer;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {
    float: left;
    margin: 0 2px;
}
.ui-jqgrid td input, .ui-jqgrid td select .ui-jqgrid td textarea {
    margin: 0em;
}
.ui-jqgrid td textarea {
    width: auto;
    height: auto;
}
.ui-jqgrid .ui-jqgrid-toppager {
    border-left: 0px none !important;
    border-right: 0px none !important;
    border-top: 0px none !important;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
    height: 25px !important;
    white-space: nowrap;
    overflow: hidden;
}
/*subgrid*/
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
    display: block;
}
.ui-jqgrid .ui-subgrid {
    margin: 0em;
    padding: 0em;
    width: 100%;
}
.ui-jqgrid .ui-subgrid table {
    table-layout: fixed;
}
.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {
    height: 18px;
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: inherit;
    border-bottom-style: solid;
}
.ui-jqgrid .ui-subgrid td.subgrid-data {
    border-top: 0px none !important;
}
.ui-jqgrid .ui-subgrid td.subgrid-cell {
    border-width: 0px 0px 1px 0px;
}
.ui-jqgrid .ui-th-subgrid {
    height: 20px;
}
/* loading */
.ui-jqgrid .loading {
    position: absolute;
    top: 45%;
    left: 45%;
    width: auto;
    z-index: 101;
    padding: 6px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
    display: none;
    border-width: 2px !important;
}
.ui-jqgrid .jqgrid-overlay {
    display: none;
    z-index: 100;
}
* html .jqgrid-overlay {
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}
* .jqgrid-overlay iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}
/* end loading div */
/* toolbar */
.ui-jqgrid .ui-userdata {
    border-left: 0px none;
    border-right: 0px none;
    height : 21px;
    overflow: hidden;
}
/*Modal Window */
.ui-jqgrid .ui-jqdialog {
    display: none;
    width: 300px;
    position: absolute;
    padding: .2em;
    font-size: 11px;
    overflow: visible;
}
.ui-jqgrid .ui-jqdialog .ui-jqdialog-titlebar {
    padding: .3em .2em;
    position: relative;
}
.ui-jqgrid .ui-jqdialog .ui-jqdialog-title {
    margin: .1em 0 .2em;
}
.ui-jqgrid .ui-jqdialog .ui-jqdialog-titlebar-close {
    position: absolute;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}
.ui-jqgrid .ui-jqdialog .ui-jqdialog-titlebar-close span {
    display: block;
    margin: 1px;
}
.ui-jqgrid .ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqgrid .ui-jqdialog .ui-jqdialog-titlebar-close:focus {
    padding: 0;
}
.ui-jqgrid .ui-jqdialog-content, .ui-jqgrid .ui-jqdialog .ui-jqdialog-content {
    border: 0;
    padding: .3em .2em;
    background: none;
    height: auto;
}
.ui-jqgrid .ui-jqdialog .ui-jqconfirm {
    padding: .4em 1em;
    border-width: 3px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    overflow: visible;
    display: none;
    height: 80px;
    width: 220px;
    text-align: center;
}
/* end Modal window*/
/* Form edit */
.ui-jqgrid .ui-jqdialog-content .FormGrid {
    margin: 0px;
}
.ui-jqgrid .ui-jqdialog-content .EditTable {
    width: 100%;
    margin-bottom: 0em;
}
.ui-jqgrid .ui-jqdialog-content .DelTable {
    width: 100%;
    margin-bottom: 0em;
}
.ui-jqgrid .EditTable td input, .ui-jqgrid .EditTable td select, .ui-jqgrid .EditTable td textarea {
    margin: 0em;
}
.ui-jqgrid .EditTable td textarea {
    width: auto;
    height: auto;
}
.ui-jqgrid .ui-jqdialog-content td.EditButton {
    text-align: right;
    border-top: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    padding-bottom: 5px;
    padding-top: 5px;
}
.ui-jqgrid .ui-jqdialog-content td.navButton {
    text-align: center;
    border-left: 0px none;
    border-top: 0px none;
    border-right: 0px none;
    padding-bottom: 5px;
    padding-top: 5px;
}
.ui-jqgrid .ui-jqdialog-content input.FormElement {
    padding: .3em
}
.ui-jqgrid .ui-jqdialog-content .data-line {
    padding-top: .1em;
    border: 0px none;
}
.ui-jqgrid .ui-jqdialog-content .CaptionTD {
    text-align: left;
    vertical-align: middle;
    border: 0px none;
    padding: 2px;
    white-space: nowrap;
}
.ui-jqgrid .ui-jqdialog-content .DataTD {
    padding: 2px;
    border: 0px none;
    vertical-align: top;
}
.ui-jqgrid .ui-jqdialog-content .form-view-data {
    white-space: pre
}
.ui-jqgrid .fm-button {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: .4em .5em;
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
    text-align: center;
    zoom: 1;
}
.ui-jqgrid .fm-button-icon-left {
    padding-left: 1.9em;
}
.ui-jqgrid .fm-button-icon-right {
    padding-right: 1.9em;
}
.ui-jqgrid .fm-button-icon-left .ui-icon {
    right: auto;
    left: .2em;
    margin-left: 0;
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
.ui-jqgrid .fm-button-icon-right .ui-icon {
    left: auto;
    right: .2em;
    margin-left: 0;
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
.ui-jqgrid #nData, #pData {
    float: left;
    margin: 3px;
    padding: 0;
    width: 15px;
}
/* End Eorm edit */
/*.ui-jqgrid .edit-cell {}*/
.ui-jqgrid .selected-row, .ui-jqgrid .selected-row td {
    font-style : normal;
    border-left: 0px none;
}
/* Tree Grid */
.ui-jqgrid .tree-wrap {
    float: left;
    position: relative;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
}
.ui-jqgrid .tree-minus {
    position: absolute;
    height: 18px;
    width: 18px;
    overflow: hidden;
}
.ui-jqgrid .tree-plus {
    position: absolute;
    height: 18px;
    width: 18px;
    overflow: hidden;
}
.ui-jqgrid .tree-leaf {
    position: absolute;
    height: 18px;
    width: 18px;
    overflow: hidden;
}
.ui-jqgrid .treeclick {
    cursor: pointer;
}
/* moda dialog */
.jqmOverlay {
    background-color: #000;
}
* iframe.jqm {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}
.ui-jqgrid-dnd tr td {
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
    height: 20px
}
/* RTL Support */
.ui-jqgrid .ui-jqgrid-title-rtl {
    float: right;
    margin: .1em 0 .2em;
}
.ui-jqgrid .ui-jqgrid-hbox-rtl {
    float: right;
    padding-left: 20px;
}
.ui-jqgrid .ui-jqgrid-resize-ltr {
    float: right;
    margin: -2px -2px -2px 0px;
}
.ui-jqgrid .ui-jqgrid-resize-rtl {
    float: left;
    margin: -2px 0px -1px -3px;
}
.ui-jqgrid .ui-sort-rtl {
    left: 0px;
}
.ui-jqgrid .tree-wrap-ltr {
    float: left;
}
.ui-jqgrid .tree-wrap-rtl {
    float: right;
}
.ui-jqgrid .ui-ellipsis {
    text-overflow: ellipsis;
    -moz-binding: url('ellipsis-xbl.xml#ellipsis');
}
/* UI Scheme */

/* Component containers
----------------------------------*/
.ui-jqgrid .ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.ui-jqgrid .ui-widget .ui-widget {
    font-size: 12px;
}
.ui-jqgrid .ui-widget input, .ui-jqgrid .ui-widget select, .ui-jqgrid .ui-widget textarea, .ui-jqgrid .ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-jqgrid .ui-widget-content {
    border: 0px solid #cc0000;
    background: #ffffff url(../assets/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
    color: #222222;
}
.ui-jqgrid .ui-widget-content a {
    color: #222222;
}
.ui-jqgrid .ui-widget-header {
    font-size: 13px;
    background: #5c9ccc url(../assets/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}
.ui-jqgrid .ui-widget-header a {
    color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-jqgrid .ui-state-default, /* header bottom seperator */ .ui-jqgrid .ui-widget-content .ui-state-default, .ui-jqgrid .ui-widget-header .ui-state-default {
    font-weight: bold;
    color: #707072;
    border: 1px solid #c9dfec;
}
.ui-jqgrid .ui-state-default a, .ui-jqgrid .ui-state-default a:link, .ui-jqgrid .ui-state-default a:visited {
    color: #2e6e9e;
    text-decoration: none;
}
.ui-jqgrid .ui-state-hover, .ui-jqgrid .ui-widget-content .ui-state-hover, .ui-jqgrid .ui-widget-header .ui-state-hover, .ui-jqgrid .ui-state-focus, .ui-jqgrid .ui-widget-content .ui-state-focus, .ui-jqgrid .ui-widget-header .ui-state-focus {
    font-weight: bold;
    background: #cfeafc;
}
.ui-jqgrid .ui-state-hover a, .ui-jqgrid .ui-state-hover a:hover {
    color: #1d5987;
    text-decoration: none;
}
.ui-jqgrid .ui-state-active, .ui-jqgrid .ui-widget-content .ui-state-active, .ui-jqgrid .ui-widget-header .ui-state-active {
    border: 1px solid #79b7e7;
    background: #f5f8f9 url(../assets/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #e17009;
}
.ui-jqgrid .ui-state-active a, .ui-jqgrid .ui-state-active a:link, .ui-jqgrid .ui-state-active a:visited {
    color: #e17009;
    text-decoration: none;
}
.ui-jqgrid .ui-widget :active {
    outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-jqgrid .ui-state-highlight, .ui-jqgrid .ui-widget-content .ui-state-highlight, .ui-jqgrid .ui-widget-header .ui-state-highlight {
    color: #fff;
    border: 1px solid #fad42e;
    background: #dbdbdb url(../assets/images/dgSelected.png) 50% 50% repeat-x;
}
.ui-jqgrid .ui-state-highlight a, .ui-jqgrid .ui-widget-content .ui-state-highlight a, .ui-jqgrid .ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-jqgrid .ui-state-error, .ui-jqgrid .ui-widget-content .ui-state-error, .ui-jqgrid .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(assets/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
}
.ui-jqgrid .ui-state-error a, .ui-jqgrid .ui-widget-content .ui-state-error a, .ui-jqgrid .ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}
.ui-jqgrid .ui-state-error-text, .ui-jqgrid .ui-widget-content .ui-state-error-text, .ui-jqgrid .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}
.ui-jqgrid .ui-priority-primary, .ui-jqgrid .ui-widget-content .ui-priority-primary, .ui-jqgrid .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-jqgrid .ui-priority-secondary, .ui-jqgrid .ui-widget-content .ui-priority-secondary, .ui-jqgrid .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}
.ui-jqgrid .ui-state-disabled, .ui-jqgrid .ui-widget-content .ui-state-disabled, .ui-jqgrid .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-jqgrid .gridZebra {
    background: #f1f6f9 !important;
}
.imgAdsProperty {
    width: 100%;
    border: 1px solid #3477ba;
}
/********************************************************************
 * 	mScroller Plugin
********************************************************************/

/* content block 2 */
#scrollText_container, #widContent {
    margin: 0;
    padding: 0;
}
.customScrollBox {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.customScrollBox .sbContainer {
    position: relative;
    width: 100% !important;
    top: 0;
    float: left;
    /* background:yellow; */
    margin: 0;
    padding: 0;
}
.customScrollBox .sbContent {
    clear: both;
}
.dragger_container {
    position: absolute;
    width: 6px;
    height: auto !important; /* 480px & tried 97% */
    float: left;
    top: 10px;
    bottom: 10px;
    right: 7px;
    cursor: pointer;
    z-index: 1;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
}
.dragger, .dragger_pressed {
    position: absolute;
    width: 6px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
    cursor: pointer;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    color: #666;
    background: #b3b3b3;
}
.dragger_pressed {
    background: #8f8f8f;
    color: #777;
}
/* remove this styles and use defaultTextInput class - Gopi  */

/*input global */

input.defaultGray[type="text"], input.transfersTextInput[type="Search"] {
    behavior: url(piee.htc);
    font-size: 13px;
    color: #969696;
    width: 98%;
    margin: 5px 15px 0px 0px;
    padding: 6px 2px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #ccc inset;
    -moz-box-shadow: 0 0 5px #ccc inset;
    box-shadow: 0 0 5px #ccc inset;
    display: block;
    -webkit-transition: background-color 08s ease 0s;
    -moz-transition: background-color 0.8s ease 0s;
    -o-transition: background-color 0.8s ease 0s;
    transition: background-color 0.8s ease 0s;
}
input.defaultGray[type="text"]:focus, input.transfersTextInput[type="Search"]:focus {
    border: 1px solid #9f9f9f;
    background-color: #e6e6e6;
}
input.defaultGray:-webkit-input-placeholder {
    color:#9f9f9f;
}
input.defaultGray:-moz-placeholder {
    color:#9f9f9f;
}
/*alert confrimation dialog */

/*
#alertMask{
    background-color:#000000;
    display:block;
    z-index:9000;
    position:absolute;
    top:0;
    left:0;
    opacity:0.8;
}
*/

/* move this styles to relevent module css - Gopi  */

#aboutMe_maritalStatus, #aboutMe_occupation-menu, #aboutMe_natureOfBusiness, #aboutMe_preferredLanguage, #aboutMe_preferredMailingAddress, #aboutMe_preferredPhone, #aboutMe_qualificationLevel, #aboutMe_educationLevel, #aboutMe_countryProf, #aboutMe_country {
    width: 209px !important
}
#iconsFlags-menu {
    width: auto !important
}
#aboutMe_gender, #aboutMe_annualIncome, #aboutMe_incomeCurrency, #aboutMe_preferredCurrency, #aboutMe_preferredEmail, #aboutMe_preferredMobile, #aboutMe_qualificationYear, #aboutMe_countryOfStudy, #aboutMe_stateProf, #aboutMe_state, #aboutMe_institutionCountry-menu {
    width: 254px !important
}
#aboutMe_resAddr_country-menu, #aboutMe_comAddr_country-menu {
    width: 180px !important
}
#aboutMe_comAddr_state-menu, #aboutMe_resAddr_state-menu {
    width: 222px !important
}
#accountsQuickFundsTransfer #movementsSelectCont-button {
    width: 100% !important
}
/*
 * Modal date picker
 */
.modalDatepicker {
    background: none repeat scroll 0 0 #323333;
    border-radius: 4px;
    clear: both;
    padding: 10px 10px;
}
/*
 * Content
 */
.content-container {
    /*    position: absolute; */
    /*    padding: 10px;*/
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /* overflow:hidden; */
    position: relative;
}

.widget-notification-wrapper
{
    position: absolute;
    bottom: 0;
    margin-bottom: 15px;
    white-space: nowrap;
    /*white-space: pre-wrap;      */
    /*white-space: -moz-pre-wrap; */
    /*white-space: -pre-wrap;     */
    /*white-space: -o-pre-wrap;   */
    /*word-wrap: break-word;      */
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background: none repeat scroll 0 0 #E64C65;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
}

.tab-container {
    /*    position: absolute;*/
    top: 36px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
}
.hidden {
    display: none;
}
.visible {
    display: block;
}
.block {
    display: block;
}
.inline {
    display: inline;
}
.inlineBlock {
    display: inline-block;
}
.widget-margin-left {
    margin-left: 14px;
}
.widget-margin-right {
    margin-right: 14px;
}
.widget-margin-bottom {
    margin-bottom : 14px;
}
/* TABS  movement - TODO: Create a themeTabContainer */

.themeTabContainer {
    padding: 15px 18px;
    background: #101417;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    behavior: url(piee.htc);
}
.themeTabContainer h2 {
    color: #fff;
}
.themeTabContainer hr {
    border: 0;
    border-bottom: 1px solid #363636;
    border-top: 1px solid #0f0f0f;
    padding: 0px;
    margin: 5px 0px
}
.themeTabContainer .padR {
    padding-right: 10px
}
.themeTabContainer .ui-tabs {
    position: relative;
    padding: 5px 0px;
    zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.themeTabContainer .ui-tabs .ui-tabs-nav {
    margin: 0px;
    padding: 0px 12px;
}
.themeTabContainer .ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    margin: 0px 2px;
    border: none;
    border-bottom: 0 !important;
    padding: 0;
    white-space: nowrap;
}
.themeTabContainer .ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0px 1px 0px #333;
    position: relative;
    top: 1px;
}
.themeTabContainer .ui-tabs .ui-state-default a {
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 8px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    border: none !important;
    background: #505558 !important;
}
.themeTabContainer .ui-tabs .ui-tabs-selected a {
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 8px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    background: #323333 !important;
    border-bottom: 1px solid #f0f0f0;
}
.themeTabContainer .ui-tabs .ui-tabs-panel {
    display: block;
    padding: 10px;
    background: #323333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #323333;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323333', endColorstr='#323333', GradientType=0 ); /* IE6-9 */
}
.themeTabContainer .ui-tabs .ui-tabs-hide {
    display: none !important;
}
.themeTabContainer .mCont {
    border: 1px solid #141719;
    padding: 10px;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.themeTabContainer .mCont .multipleTransact {
    display: table;
    margin: 10px 0px;
    padding: 0;
    width: 100%;
}
.themeTabContainer .mCont .multipleTransact li {
    display: table-row;
    vertical-align: top;
}


.themeTabContainer .mCont .multipleTransact div {
    display: table-cell;
    padding: 2px 0px;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.75);
}

.themeTabContainer .mCont .multipleTransact {font-size: 12px;
                                             color: #fff;
                                             font-weight: bold;}


.themeTabContainer .mCont .multipleTransact div:nth-child(1) {
    text-align: right;
    padding-right: 25px;
    width: 40%;
}
/* for IE 8 */
.themeTabContainer .mCont .multipleTransact div:first-child {
    text-align: right;
    padding-right: 25px;
    width: 40%;
}
.themeTabContainer .txtAreaBg {
    background: #353636;
    color: #fff;
    width: 96.5%;
    margin: 10px 0px;
    padding: 10px;
    border: #3b3c3e solid 1px;
    -webkit-box-shadow: inset 0px 2px 12px -6px #000, inset 0px -2px 12px -6px #000;
    box-shadow: inset 0px 2px 12px -6px #000, inset 0px -2px 12px -6px #000;
}
.norecordFound {
    font-size: 12px;
    color: #666;
    padding: 10px
}
/*
#accordion2 h3 {
        margin: 0px 0px 10px
}
#accordion2 h2 {
        color: #fff;
        font-size: 14px;
        text-shadow: -1px -1px 0px rgba(0,0,0,0.75);
}
#accordion2 .ui-state-default {
        border: 1px solid #141719;
        padding: 5px 0px;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        behavior: url(piee.htc);
}
#accordion2 .ui-state-active {
        border: 1px solid #141719;
        border-bottom: none;
        padding: 5px 0px;
        -webkit-border-radius: 4px 4px 0px 0px;
        -moz-border-radius: 4px 4px 0px 0px;
        border-radius: 4px 4px 0px 0px;
        margin: 0px
}
#accordion2 .ui-accordion-content {
        border: 1px solid #141719;
        border-top: none;
        -webkit-border-radius: 0px 0px 4px 4px;
        -moz-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px;
        margin-bottom: 10px;
}
#accordion2 .ui-state-active a, #accordion2 .ui-state-default a {
        font-size: 14px;
        color: #fff;
        display: block;
        font-weight: bold;
        text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.9);
        text-decoration: none
}
#accordion2 .ui-state-active a em, #accordion2 .ui-state-default a em {
        font-size: 12px;
        color: #606060;
        text-decoration: none;
        text-shadow: none;
        font-style: normal;
        margin: 0px;
        padding: 0px;
        position: relative;
        top: -4px;
}
#accordion2 .cont {
        margin: 0px 10px;
}
#accordion2 hr {
        border: 0;
        border-bottom: 1px solid #4f4f50;
        border-top: 1px solid #252525;
        padding: 0px;
        margin: 0px
}
#accordion2 .one {
        float: left;
        width: 29px;
        height: 29px;
        background: url(../assets/images/spritesPreferences.png) 0px 0 no-repeat;
        margin: 2px 0px 0px
}
#accordion2 .two {
        float: left;
        width: 29px;
        height: 29px;
        background: url(../assets/images/spritesPreferences.png) -29px 0 no-repeat;
        margin: 2px 0px 0px
}
#accordion2 .three {
        float: left;
        width: 29px;
        height: 29px;
        background: url(../assets/images/spritesPreferences.png) -58px 0 no-repeat;
        margin: 2px 0px 0px
}
#accordion2 .four {
        float: left;
        width: 29px;
        height: 29px;
        background: url(../assets/images/spritesPreferences.png) 0px -29px no-repeat;
        margin: 2px 0px 0px
}
#accordion2 .five {
        float: left;
        width: 29px;
        height: 29px;
        background: url(../assets/images/spritesPreferences.png) -29px -29px no-repeat;
        margin: 2px 0px 0px
}
#accordion2 .ui-icon-triangle-1-s {
        background: url(../assets/images/spritesPreferences.png) -83px 0 no-repeat;
        height: 29px;
        margin-right: 10px;
        position: absolute;
        right: 0;
        width: 29px;
        z-index: 10;
}
#accordion2 .ui-icon-triangle-1-e {
        background: url(../assets/images/spritesPreferences.png) -111px 0 no-repeat;
        height: 29px;
        margin: 5px 10px 0px 0px;
        position: absolute;
        right: 0;
        width: 29px;
        z-index: 10;
} */

.valignMiddle {
    vertical-align: middle !important;
}
.valignTop {
    vertical-align: top !important;
}
.valignBottom {
    vertical-align: bottom !important;
}
/* UL element emulating a table */

UL.tbllike {
    display: table;
    padding: 0;
    width: 100%;
}
UL.tbllike LI {
    display: table-row;
    vertical-align: top;
}
UL.tbllike DIV.tblrowlike {
    display: table-cell;
    padding: 2px 10px 2px 0px;
}
/********************************************************************
 * 	Widget Simple List / Renderer
********************************************************************/

ul.widgetSimpleList {
    width: auto;
}
ul.widgetSimpleList, ul.widgetSimpleList li {
    margin: 0;
    padding: 0;
}
ul.widgetSimpleList li a {
    padding: 3px 10px 3px 8px;
    border: none;
}
ul.widgetSimpleList li.alternate a {
    background: #f1f6f9;
}
ul.widgetSimpleList li a:hover, ul.widgetSimpleList li a:active {
    background: #e2e2e2;
    behavior: url(piee.htc);
}
ul.widgetSimpleList li a:active {
    -webkit-box-shadow: inset 0px 6px 12px -6px rgba(0, 0, 0, 0.15), inset 0px -6px 12px -6px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 6px 12px -6px rgba(0, 0, 0, 0.15), inset 0px -6px 12px -6px rgba(0, 0, 0, 0.15);
    behavior: url(piee.htc);
}
.simpleListSelected {
    background: #f0f0f0 !important;
    -webkit-box-shadow: inset 0px 6px 12px -6px rgba(0, 0, 0, 0.15), inset 0px -6px 12px -6px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 6px 12px -6px rgba(0, 0, 0, 0.15), inset 0px -6px 12px -6px rgba(0, 0, 0, 0.15);
    behavior: url(piee.htc);
}
ul.widgetSimpleList li a div.marg {
    margin-left: 7px;
}
ul.widgetSimpleList li a h3 {
    font-size: 12px !important;
    font-weight: normal;
    color: #666666;
    text-shadow: 0px 1px 0px #fff;
    line-height: 16px;
    margin: 0;
    margin-bottom: -2px;
}
ul.widgetSimpleList li a small {
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    text-shadow: 0px 1px 0px #fff;
}
ul.widgetSimpleList div.iconHolder {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    top: 2px;
    background: none;
    border: none;
}
ul.widgetSimpleList div.iconHolder span {
    display: block;
    position: relative;
    margin: 0 auto;
}
/********************************************************************
 * 	Widget List / Renderer
********************************************************************/

ul.widgetList {
    width: auto;
}
ul.widgetList, ul.widgetList li {
    margin: 0;
    padding: 0;
}
ul.widgetList li {
    border-bottom: 1px solid #b6b6b6;
}
ul.widgetList li a {
    padding: 5px 10px 5px 8px;
    border: none;
    display: block;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: #e2e2e2; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#eaeaea)); /*old webkit*/
    background: -webkit-linear-gradient(#fbfbfb, #eaeaea); /*new webkit*/
    background: -moz-linear-gradient(#fbfbfb, #eaeaea); /*gecko*/
    background: -ms-linear-gradient(#fbfbfb, #eaeaea); /*IE10*/
    background: -o-linear-gradient(#fbfbfb, #eaeaea); /*opera 11.10+*/
    background: linear-gradient(#fbfbfb, #eaeaea); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#fbfbfb, #eaeaea); /*PIE*/
    behavior: url(piee.htc);
}
ul.widgetList li a:hover, ul.widgetList li a:active {
    background: #e6e6e6; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#e6e6e6)); /*old webkit*/
    background: -webkit-linear-gradient(#e6e6e6, #e6e6e6); /*new webkit*/
    background: -moz-linear-gradient(#e6e6e6, #eaeaea); /*gecko*/
    background: -ms-linear-gradient(#e6e6e6, #e6e6e6); /*IE10*/
    background: -o-linear-gradient(#e6e6e6, #e6e6e6); /*opera 11.10+*/
    background: linear-gradient(#e6e6e6, #e6e6e6); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#e6e6e6, #e6e6e6); /*PIE*/
    behavior: url(piee.htc);
}
ul.widgetList li a:active {
    -webkit-box-shadow: inset 0px 6px 12px -6px rgba(0, 0, 0, 0.3), inset 0px -6px 12px -6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 6px 12px -6px rgba(0, 0, 0, 0.3), inset 0px -6px 12px -6px rgba(0, 0, 0, 0.3);
    behavior: url(piee.htc);
}
.listSelected {
    -webkit-box-shadow: inset 0px 6px 12px -6px rgba(0, 0, 0, 0.35), inset 0px -6px 12px -6px rgba(0, 0, 0, 0.35) !important;
    box-shadow: inset 0px 6px 12px -6px rgba(0, 0, 0, 0.35), inset 0px -6px 12px -6px rgba(0, 0, 0, 0.35) !important;
    behavior: url(piee.htc) !important;
}
ul.widgetList li a .txt1 {
    margin-left: 8px;
	width: 58%;
}
ul.widgetList li a h3 {
    font-size: 13.2px;
    font-weight: bold;
    color: #666666;
    text-shadow: 0px 1px 0px #fff;
    line-height: 16px;
    text-decoration: none;
    margin: 4px 0 1px 0;
}
ul.widgetList li a small {
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    text-shadow: 0px 1px 0px #fff;
    text-decoration: none;
}
ul.widgetList li a div:last-child {
    /*margin: 10px 0 0 0; */
    padding: 0;
    text-shadow: 0px 1px 0px #fff;
}
ul.widgetList div.iconHolder {
    display: block;
    position: relative;
    width: 37px;
    height: 37px;
    border: 1px solid #a9a9a9;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(piee.htc);
}
ul.widgetList div.iconHolder span {
    display: block;
    position: relative;
    margin: 0 auto;
    top: 8px;
}
.maintainShelf hr {
    border: none;
    border-bottom: 1px solid #666;
    margin: 10px 0px
}
.maintanShelfLayer {
    background: #373737; /* Old browsers */
    background: -moz-linear-gradient(top, #373737 0%, #1f1f1f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #373737), color-stop(100%, #1f1f1f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #373737 0%, #1f1f1f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #373737 0%, #1f1f1f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #373737 0%, #1f1f1f 100%); /* IE10+ */
    background: linear-gradient(top, #373737 0%, #1f1f1f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#1f1f1f', GradientType=0 ); /* IE6-9 */
    margin: 15px 0px;
    width: auto;
    height: auto;
    border: 1px solid #242424;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0px;
    border: 1px solid #666;
}
.maintanShelfLayer ul {
    display: block;
    width: 100%;
}
.maintanShelfLayer ul li {
    width: auto;
    display: block;
    color: #ccc;
    font-size: 12px;
    padding: 10px 5px;
}
.maintanShelfLayer ul li.even {
    background: #212729;
}
.maintanShelfLayer ul li.undo {
    background: #422122;
}
.maintanShelfLayer ul li.undoEven {
    background: #532e2e;
}
.passwordStrength_level .levelRed {
    height: 2px;
    background: red;
    display: block
}
.passwordStrength_level .levelYellow {
    height: 2px;
    background: yellow;
    display: block
}
.passwordStrength_level .levelGreen {
    height: 2px;
    background: green;
    display: block
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute !important;
    z-index: 2;
    cursor: default;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider-horizontal {
    height: .3em;
    background: #2d2d2d;
    box-shadow: inset 0 0 10px #000000;
    border-bottom: 1px #393939 solid;
    border-right: 1px #393939 solid;
    border-left: 1px #393939 solid;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.6em;
    margin-left: -.6em;
    background:url(../assets/images/sliderCursor.png);
    width: 13px;
    height: 20px;
    border: 0px;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background: #4d4f52
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}
.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
} /* more specificity required here to overide default borders */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
} /* vertical centre icon */
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}

/********************************************************************
 * 	OTP
********************************************************************/
.twoFADialog {
    z-index: 1000000 !important;
}

.checkboxOtpChannels {
    font-size: 14px;
    color: #cfcfcf
}
.radioAvatar label, .checkboxOtpChannels label {
    padding-right: 15px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.twoFADialog .ui-icon-triangle-1-s {
    display:none;
}

/********************************************************************
 * 	LAST LOGIN HISTORY
********************************************************************/
.lastLoginText {
    font-size:14px;
    font-weight: bold;
    color: #01489f;
    /* text-shadow: -1px -1px 0px #fff; */
    padding-top: 9px;
    behavior:url(ie-css3.htc);
}
.timestampTxt {
    font-weight: bold;
    color: #01489f;
}

/********************************************************************
 * 	NOTY
********************************************************************/
.notyCloseButtonImage {
    float: right;
    cursor: pointer;
}

#memoTxtArea {
    overflow: auto;
}

.ui-icon-custom {
    height: 24px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 24px;
}
.ui-icon-custom-37 {
    height: 37px;
    left: 0;
    position: absolute;
    top: 8em;
    width: 37px;
}
/********************************************************************
 * 	Login Styles
********************************************************************/

#outer {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#outer[id] {
    display: table;
    position: static;
}
#middle {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}
#middle[id] {
    display: table-cell;
    vertical-align: middle;
    position: static;
}
.loginLanguageWrapper {
    text-align: right;
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.loginBaseWrapper {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /*top: -50%;*/
    text-align: left;
    z-index: 1;
}
.loginOtpBaseWrapper {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /*top: -50%;*/
    text-align: left;
    z-index: 1;
}
.loginChangePasswordBaseWrapper {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /*top: -50%;*/
    text-align: left;
    z-index: 1;
}
.loginSecurityQuestionsBaseWrapper {
    width: 470px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /*top: -50%;*/
    text-align: left;
    z-index: 1;
}
.logoutBaseWrapper {
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -50%;
    text-align: left;
    z-index: 1;
}
.loginMainWrapper {
    border: 1px solid #6a89db;
    float: left;
    /* background: rgb(255,255,255); */
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 35%, rgba(1,72,159,1) 60%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 35%, rgba(1,72,159,1) 60%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 35%, rgba(1,72,159,1) 60%);
    background-repeat: repeat-x, no-repeat;
    background-position: 0 0, 0 0;
}
.loginMainWrapper .topWrap {
    padding: 18px 19px;
    width:auto;
}
.loginMainWrapper .botWrap {
	width: auto;
	height: 100%;
    padding: 15px 15px 5px;
    background: url(../assets/images/botomShadow.png), -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    background: url(../assets/images/botomShadow.png), url(../assets/images/themeBottPattern.png), -moz-linear-gradient(top, rgba(30, 35, 38, 0.9) 0%, rgba(17, 17, 17, 0.9) 100%);
    background: url(../assets/images/botomShadow.png), url(../assets/images/themeBottPattern.png), -ms-linear-gradient(top, rgba(30, 35, 38, 0.9) 0%, rgba(17, 17, 17, 0.9) 100%);
    background: url(../assets/images/botomShadow.png), url(../assets/images/themeBottPattern.png), -o-linear-gradient(top, rgba(30, 35, 38, 0.9) 0%, rgba(17, 17, 17, 0.9) 100%);
    background: url(../assets/images/botomShadow.png), url(../assets/images/themeBottPattern.png), linear-gradient(top, rgba(30, 35, 38, 0.9) 0%, rgba(17, 17, 17, 0.9) 100%);
	background-repeat: repeat-x, repeat, no-repeat;
	background-position: 0 0, 0 0, 0 0;
}
.loginMainWrapper hr {
	width: 100%;
    border-top: 1px solid #6a89db;
    margin: 10px 0 11px 0;
 margin:0px !ie7;
}
.botWrap hr {
	width: 100%;
	height: 2px;
	background-color: #121313;
	border-bottom: 1px solid #333536;
	margin: 10px 0 10px 0;
}
.loginMainWrapper h1 {
	font-size:18px;
    color: #01489f;
	margin: 0 0 2px 0;
	text-shadow: 1px 1px 0px #c7d4e3;
	behavior:url(ie-css3.htc);
    
}
.loginMainWrapper h3 {
    font-size:16px;
    font-weight:bold;
    color: #0063af;
    margin: 0 0 2px 0;
    behavior:url(ie-css3.htc);
}
.loginMainWrapper small {
	font-size:12px;
	font-weight:normal;
	color: #FFF;
	margin: 0 0 5px 0;
	display: block;
	behavior:url(ie-css3.htc);
}
.width98 {
    width: 82% !important;
}
.themeDescriptionTxt {
	font-size: 11px;
    color: #fff;
    padding: 0px 0px 15px;
}
.loginErrorTxt {
    font-size: 11px;
    font-weight: normal;
    color: #dd2e2e;
}

.resetPasswordErrTxt{
    font-weight: bold;
    color: #dd2e2e;
}

.loginMainWrapper a {
    font-size: 11px;
}
.topWrap a {
    padding-top: 10px;
}
.mic {
    background:url('../assets/images/sprites.png') 0 0;
    width:41px;
    height:35px;
    margin:8px 10px 0px 0px;
    margin:4px 10px 0px 0px !ie7;
}
.micTxtCont a {
    text-decoration:none;
}
.micTxtCont a:hover {
    text-decoration:underline;
}
.micTxtCont {
    width:80%;
}
.micTxt {
    font-size: 11px;
    color: #666;
}
.loginPanelfooter p {
    font-size:12px;
    color:#fff;
    padding:10px 0px 0px
}
.loginPanelfooter a {
    font-size:12px;
    text-decoration:underline
}
.loginPanelfooter .veriSign {
    background:url('../assets/images/sprites.png') -135px 0;
    width:87px;
    height:37px;
    margin:5px 0px 0px;
}
/********************************************************************
 * 	Login 2fa Styles
********************************************************************/

.twoFaSnapshotWrapper {
    min-height: 230px;
    padding: 15px 15px 20px 15px;
    vertical-align: middle;
    overflow:auto;
    border-bottom: 1px solid #272f32;
    /* -webkit-border-radius: 10px 10px 10px 10px; */
    -moz-border-radius: 10px 10px 10px 10px;
    /* border-radius: 10px 5px 10px 10px; */
    background: #495154;
    /* -webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.8); */
    /* box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.8); */
    behavior: url(piee.htc);
}
.twofaLegendWrapper {
    margin-bottom: 10px;
}
.twoFaUserDetailsContainer {
    padding: 8px 0 8px 0;
}
.welUserText {
	font-size:18px;
	font-weight:bold;
    color: #01489f;
	display: inline-block;
    /* text-shadow: -1px -1px 0px #ffffff; */
	padding: 6px 0 0 2px;
	behavior:url(ie-css3.htc);
}
.loginOtpListHeading {
    font-size: 14px;
    font-weight: bold;
    color: #014f9f;
    text-shadow: -1px -1px 0px #fff;
    behavior:url(ie-css3.htc);
}
.legend {
    width: 15px;
    height: 15px;
    display: block;
}
.assets {
    background: #72bc41;
}
.liability {
    background: #dd2d2d;
}
.assetsLegendLabel {
    font-size: 12px;
    font-weight: normal;
    color: #014f9f;
    display: block;
    position: relative;
    margin-left: 7px;
    text-shadow: -1px -1px 0px #fff;
    behavior:url(ie-css3.htc);
}
.accountSummaryItem {
    margin-bottom: 5px;
}
.accountSummaryInnerDiv {
    padding: 5px;
    border-bottom: 1px solid #c2c5cd;
    background: #e2e2e2;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
    background: -webkit-linear-gradient(#ffffff, #e2e2e2);
    background: -moz-linear-gradient(#ffffff, #e2e2e2);
    background: -ms-linear-gradient(#ffffff, #e2e2e2);
    background: -o-linear-gradient(#ffffff, #e2e2e2);
    background: linear-gradient(#ffffff, #e2e2e2);
    -pie-background: linear-gradient(#ffffff, #e2e2e2);
    behavior: url(piee.htc);
    border-top: 1px solid #c2c5cd;
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    behavior: url(pie.htc);
}
.accountSummaryItem .iconHolder {
    display: block;
    position: relative;
    width: 37px;
    height: 37px;
    border: 1px solid #505153;
    background: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior:url(piee.htc);
}
.accountSummaryItem .iconHolder span {
    display: block;
    position: relative;
    margin: 0 auto;
    top: 8px;
}
.accountSummaryInnerDiv div:nth-child(2) {
    padding-top: 3px;
}
.accountSummaryInnerDiv div:nth-child(3) {
    padding-top: 7px;
}
.twoFaSnapshotWrapper hr {
    width: 100%;
    border-top:1px solid #5c6063;
    border-bottom: 0px solid #000;
    margin: 10px 0 10px 0;
    margin:0px !ie7;
}
.loginMainWrapper .otpBotWrap {
    width: auto;
    height: 100%;
    padding: 12px 19px 10px;
    padding: 15px 19px 15px !ie7;
}
.otpFooterTxt {
    font-size: 12px;
    color: #656565;
    padding-bottom: 3px;
}
.otpTxtInput {
    display: inline-block;
    width: 305px !important;
}

.twoFaOtpPromptContainer DIV.otpErrorMsgContainer{
    width: 45%;
}



/********************************************************************
 * 	First Time Login Styles
********************************************************************/
.firstTimePasswordInput {
    display: inline-block;
    width: 305px !important;
}
/********************************************************************
 * 	Logout Styles
********************************************************************/
div.hoursSpent {
    width: 30%;
    padding: 15px;
    display: block;
    text-shadow: 0px -1px 0px #000;
    border: 1px solid #242a2c;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    background: #464a4c;
    -webkit-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.35);
    behavior: url(piee.htc);
    position:relative;
}
div.hoursSpent p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
div.hoursSpent span, div.hoursSpent small {
    font-size: 24px;
    font-weight: bold;
    color: #5b98d8;
    display: inline-block;
}
div.hoursSpent small {
    font-size: 24px;
    font-weight: normal;
}
table.themeTable, table.themeTable td, table.themeTable th {
    font-size: 13px;
    color: #b3b3b3;
    border:1px solid #666666;
    padding: 7px;
    text-shadow: 0px -1px 0px #000;
}
table.themeTable th {
    font-weight: bold;
    background-color:#495256;
    color:white;
}
table.themeTable td, table.themeTable span {
    font-size: 15px;
    font-weight: bold;
}
table.themeTable small {
    font-size: 12px;
    color: #b3b3b3;
}
/********************************************************************
 * 	Default Button
********************************************************************/

a.button {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align:center;
    text-shadow: 0px 1px 0px #002135;
    cursor: pointer;
    position: static;
    outline: none;
    display: inline-block;
    min-width: 50px;
    padding: 6px 22px 7px 22px;
    margin: 0 auto;
    border-bottom: 1px solid #003d64;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #085c88; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#0c72a3), to(#05466e)); /*old webkit*/
    background: -webkit-linear-gradient(#0c72a3, #05466e); /*new webkit*/
    background: -moz-linear-gradient(#0c72a3, #05466e); /*gecko*/
    background: -ms-linear-gradient(#0c72a3, #05466e); /*IE10*/
    background: -o-linear-gradient(#0c72a3, #05466e); /*opera 11.10+*/
    background: linear-gradient(#0c72a3, #05466e); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#0c72a3, #05466e); /*PIE*/
    -webkit-box-shadow: inset 0px 2px 0px -1px #2080ad, 0px 0px 4px -1px #000000;
    box-shadow: inset 0px 2px 0px -1px #2080ad, 0px 0px 4px -1px #000000;
}
a.button:hover {
    background: #0065b1; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#0065b1), to(#0063af)); /*old webkit*/
    background: -webkit-linear-gradient(#0065b1, #0063af); /*new webkit*/
    background: -moz-linear-gradient(#0065b1, #0063af); /*gecko*/
    background: -ms-linear-gradient(#0065b1, #0063af); /*IE10*/
    background: -o-linear-gradient(#0065b1, #0063af); /*opera 11.10+*/
    background: linear-gradient(#0065b1, #0063af); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#0065b1, #0063af); /*PIE*/
}
a.button:active {
    background: #013058; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, left top, left bottom, from(#013058), to(#012d53)); /*old webkit*/
    background: -webkit-linear-gradient(#013058, #012d53); /*new webkit*/
    background: -moz-linear-gradient(#013058, #012d53); /*gecko*/
    background: -ms-linear-gradient(#013058, #012d53); /*IE10*/
    background: -o-linear-gradient(#013058, #012d53); /*opera 11.10+*/
    background: linear-gradient(#013058, #012d53); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#013058, #012d53); /*PIE*/
    -webkit-box-shadow: inset 0px 0px 6px -1px #000000;
    box-shadow: inset 0px 0px 6px -1px #000000;
}

/*bread crumbs */

.breadCrumbs {
    background:#ccc;
    width:100%;
    margin:15px 0px;
    height:27px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e2e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e2e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e2e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e2e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #e2e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e1e1', GradientType=0 ); /* IE6-9 */
    border:1px solid #c1c5c6;
}
.breadCrumbs ul {
    width:100%;
    height:100%;
}
.breadCrumbs ul li {
    width:50%;
    height:auto;
    color:#fff;
    display: block;
    float:left;
    margin:0px;
    padding:0px;
    font-size:12px;
    text-align:center;
    color:#666;
    padding:6px 0px;
    font-weight:bold;
    background: url(../assets/images/arrowBreadCrumbs.png) left no-repeat;
}
.breadCrumbs ul li.breadCrumbsinactive {
    background: none;
    cursor: pointer;
}
.breadCrumbs ul li.breadCrumbsDisabled {
    color: #C0C0C0;
}
.breadCrumbs ul li.breadCrumbsactive {
    color: #01489f;
    background: url(../assets/images/arrowBreadCrumbs.png) right no-repeat;
}
.breadCrumbs ul li.breadCrumbsactive span {
    /*background: url(../assets/images/arrowBreadCrumbsBlue1.png) no-repeat right;*/
    width:16px;
    height:28px;
    position:absolute;
    right: -16px;
    top: -1px;
}
.breadCrumbs ul li.breadCrumbsactive span.grayArrow {
    background: url(../assets/images/arrowBreadCrumbsGray.png) no-repeat left;
    width:16px;
    height:28px;
    position:absolute;
    left: 0;
    top: -1px;/* cursor: pointer; */
}
/*bread crumbs */

/********************************************************************
 * 	Responsive mobile
********************************************************************/

@media screen and (max-width: 480px) {
    .wrapper {
        position: relative;
        margin: 5% 2%;
        width: auto;
    }
    .loginMainWrapper {
        width: 100%;
        height: auto;
        margin: 5% auto auto;
    }
    a.button {
        min-width: 40px;
    }
    .richBtn {
        width: 100%;
    }
    .richBtn:hover {
        width: 100%;
    }
    .richBtn .txtCont {
        width: 75%
    }
    .width98 {
        width: 82% !important;
    }
}

#security_LoginQuestionSel0-menu, #security_LoginQuestionSel1-menu, #security_LoginQuestionSel2-menu {width:392px !important;}
#security_LoginAnswer0, #security_LoginAnswer1, #security_LoginAnswer2 {width:383px !important;}

ul.forgotPasswordBreadCrumbs > li.firstChild{
    width: 25%;
}

ul.forgotPasswordBreadCrumbs > li.secondChild{
    width: 40%;
}

ul.forgotPasswordBreadCrumbs > li.thirdChild{
    width: 35%;
}

.forgotPassword_resetPasswordDialog .passwordStrength_container {
    height: 30px;
    margin-top: 14px;
}

.forgotPassword_resetPasswordDialog .passwordStrength_txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    text-shadow: -1px -1px 0px rgba(0,0,0,0.75);
}
.forgotPassword_resetPasswordDialog .passwordStrength_level {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    height: 2px;
    background: #101415;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0px;
}

/********************************************************************
 * 	Reset Password
********************************************************************/

.resetPasswordFormContainer{
	/*background: linear-gradient(to bottom, #ffffff 0%, #17202b 100%) repeat scroll 0 0 transparent; */
	/*border-radius:  8px;*/
	padding: 10px;
    border: 1px solid #b8bdcc;
}

.resetPasswordFormContainer div form div{
    margin-left: 20px;
}.wrapper {
    width: 380px;
    margin: 8% auto auto;
    z-index: 1;
    position: relative;
}
.login-main-wrapper {
    width: 380px;
    height: auto;
    border: 1px solid #1c2428;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    background: url(../assets/images/loginTopBgStripe.png) repeat-x;
    background-size: 100% 100%;
    behavior: url(piee.htc);
}
.login-main-wrapper .topWrap {
    padding: 16px 19px;
    width: auto;
}
.topWrap a {
    padding-top: 7px;
}
.login-main-wrapper .botWrap {
    width: auto;
    height: 100%;
    padding: 5px 19px 5px;
    padding:5px 19px 10px !ie7;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background: url(../assets/images/loginBottomBgStripe.png);
    behavior: url(piee.htc);
}
.login-main-wrapper hr {
    width: 100%;
    border-top: 1px solid #24292c;
    border-bottom: 1px solid #4f565a;
    margin: 10px 0 10px 0;
    margin:0px !ie7;
}
.login-main-wrapper h1 {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    margin: 0 0 2px 0;
    text-shadow: -1px -1px -0px #000;
    behavior: url(ie-css3.htc);
}
.login-main-wrapper small {
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    margin: 0 0 5px 0;
    display: block;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.75);
    behavior: url(ie-css3.htc);
}
input.themeTextInput[type="text"], input.themeTextInput[type="password"] {
	behavior: url(piee.htc);
	font-size: 13px;
    color: #000;
	width: 97%;
	padding: 2px 5px;
    border: 1px solid #6a89db;
    background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	margin-bottom: 5px;
	-webkit-transition: background-color 08s ease 0s;
	-moz-transition: background-color 0.8s ease 0s;
	-o-transition: background-color 0.8s ease 0s;
	transition: background-color 0.8s ease 0s;
}
input.themeTextInput[type="text"]:focus, input.themeTextInput[type="password"]:focus {
	border: 1px solid #6a89db;
	background-color: #fff;
}
input.themeTextInput:-webkit-input-placeholder {
    color:#666666;
}
input.themeTextInput:-moz-placeholder {
    color:#666666;
}
.width98 {
    width: 86% !important;
}


.mic {
    background: url(../assets/images/sprites.png) 0 0;
    width: 41px;
    height: 35px;
    margin: 8px 10px 0px 0px;
    margin:4px 10px 0px 0px !ie7;
}
.micTxtCont a {
    text-decoration: none;
}
.micTxtCont a:hover {
    text-decoration: underline;
}
.micTxtCont {
    width: 80%;
}
.micTxt {
    font-size: 11px;
    color: #666;
}
.richBtn {
    display: block;
    cursor: pointer;
    text-decoration: none;
    width: 46%;
    min-height: 62px;
    background: url(../assets/images/richBtn.png);
    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.18);
    margin: 4px 15px 10px 4px;
    behavior: url(piee.htc);
}
.richBtn:hover {
    display: block;
    text-decoration: none;
    width: 46%;
    min-height: 62px;
    background: #424546;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#424546, ), to(#262b2d));
    background: -webkit-linear-gradient(#424546, #262b2d);
    background: -moz-linear-gradient(#424546, #262b2d);
    background: -ms-linear-gradient(#424546, #262b2d);
    background: -o-linear-gradient(#424546, #262b2d);
    background: linear-gradient(#424546, #262b2d);
    -pie-background: linear-gradient(#424546, #262b2d);
    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.18);
    behavior: url(piee.htc);
}
.monitorIcn {
    width: 35px;
    height: 24px;
    background: url(../assets/images/sprites.png) -92px 0;
    margin: 17px 10px 0px 10px
}
.questionIcon {
    width: 35px;
    height: 30px;
    background: url(../assets/images/sprites.png) -52px 0;
    margin: 17px 10px 0px 10px
}
.richBtn .txtCont {
    width: 100px
}
.richBtn p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.75);
    padding: 7px 0px 0px;
    behavior: url(ie-css3.htc);
}
.richBtn span {
    font-size: 11px;
    line-height: 12px;
    color: #666;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.75);
    behavior: url(ie-css3.htc);
    padding: 0px;
    float: left;
}
.rmMarg {
    margin-right: 0px;
}
.footerLogin p {
    font-size: 12px;
    color: #fff;
    padding: 10px 0px 0px
}
.footerLogin a {
    text-decoration: underline
}
.footerLogin .veriSign {
    background: url(../assets/images/sprites.png) -135px 0;
    width: 87px;
    height: 37px;
    margin: 5px 0px 0px;
}

#twofa-userdetails-wrapper *, #twofa-legend-wrapper *, .account-summary-innerdiv * {
    /* vertical-align: middle;  */
    display: inline-block;
}
.wel-user-text {
    font-size: 21px;
    font-weight: normal;
    color: #FFFFFF;
    padding-top: 2px;
}
.last-login-text {
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: right;
}
.theme-icon {
    border-style: solid;
    border-color: #262D30;
    background-color: #424A4E;
    border-width: 1px;
}
#twofa-accountsnapshot-wrapper {
    min-height: 230px;
    width: 640px;
    /* -webkit-border-radius: 8px 8px 8px 8px; */
    -moz-border-radius: 8px 8px 8px 8px;
    /* border-radius: 8px 8px 8px 8px; */
    background-color: #fff;
    border-style: solid;
    border-color: #6a89db;
    border-width: 1px;
    margin-top: 5px;
    padding: 5px 5px 5px 5px;
    /* box-shadow: 0px 0px 10px 0px #262D30 inset; */
    vertical-align: middle;
    overflow:auto;
}
.assets-legend {
    background-color: #73BC42;
    height: 15px;
    width: 15px;
}
.liabilities-legend {
    background-color: #DD2E2E;
    height: 15px;
    width: 15px;
}
.account-summary, #twofa-legend-wrapper, #twofa-accountsnapshot-networth-wrapper {
    width: 98%;
    height: 100%;
    vertical-align: middle;
    margin: 5px 3px 5px 3px;
}
.account-summary {
    background-color: #212629;
    min-height: 55px;
}
.account-summary-innerdiv {
    padding: 5px 20px 5px 5px;
}
.account-summary-icon-container {
    width: 37px;
    height: 37px;
    border: 1px solid #505153;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.account-summary-icon-container * {
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -10px;
}
.twofa-main-width {
    width: 475px;
}
a.otpSubmitBtn {
    color: #FFFFFF;
}
.inline {
    display: inline;
}
.width50 {
    width: 50px;
}
.inline-block {
    display: inline-block;
}



/********************************************************************
 * 	Responsive mobile
********************************************************************/

@media screen and (max-width: 480px) {
    .wrapper {
        position: relative;
        margin: 5% 2%;
        width: auto;
    }
    .login-main-wrapper {
        width: 100%;
        height: auto;
        margin: 5% auto auto;
    }
    a.button {
        min-width: 40px;
    }
    .richBtn {
        width: 100%;
    }
    .richBtn:hover {
        width: 100%;
    }
    .richBtn .txtCont {
        width: 75%
    }
    .width98 {
        width: 82% !important;
    }
}
/* Main style sheet for jQuery Keypad v1.4.2. */
button.keypad-trigger {
    width: 25px;
    padding: 0px;
}
img.keypad-trigger {
    margin: -2px 0px 0px 0px;
    padding-left:3px;
    vertical-align: middle;
    /* added by andreo.alfonso */

}
.keypad-popup, .keypad-inline, .keypad-key, .keypad-key-numeric, .keypad-special {
    font-family: Arial,Helvetica,sans-serif;

    /* *********** MODIFICATIONS START (andreo.alfonso) ***********
     * Various changes on style attributes to make it look close to the
     * Flex virtual keyboard
     */
    font-size: /* 14px */ 12px;
    color: #a5a5a5;
    border: 1px solid #141414;
    -webkit-box-shadow: #333 0px 2px 3px;
    -moz-box-shadow: #333 0px 2px 3px;
    box-shadow: #333 0px 2px 3px;
    background: #404141;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#404141), to(#313232));
    background: -webkit-linear-gradient(#404141, #313232);
    background: -moz-linear-gradient(#404141, #313232);
    background: -ms-linear-gradient(#404141, #313232);
    background: -o-linear-gradient(#404141, #313232);
    background: linear-gradient(#404141, #313232);
    -pie-background: linear-gradient(#404141, #313232);
    behavior: url(piee.htc);
    /* *********** MODIFICATIONS END (andreo.alfonso) *********** */
}
.keypad-popup {
    display: none;
    z-index: 10;
    margin: 0;
    padding: 0;

    color: #000;
    /* *********** MODIFICATIONS START (andreo.alfonso) ***********
     * Commented border-radius attributes to make the buttons "square-ish"
     */

    border-radius: /* 0.25em */ 0em;
    -moz-border-radius: /* 0.25em */ 0em;
    -webkit-border-radius: /* 0.25em */ 0em;

    /* *********** MODIFICATIONS END (andreo.alfonso) *********** */
}
.keypad-keyentry {
    display: none;
}
.keypad-inline {
    background-color: #fff;
    border: 1px solid #888;

    /* *********** MODIFICATIONS START (andreo.alfonso) ***********
     * Commented border-radius attributes to make the buttons "square-ish"
     */

    border-radius: /* 0.25em */ 0em;
    -moz-border-radius: /* 0.25em */ 0em;
    -webkit-border-radius: /* 0.25em */ 0em;

    /* *********** MODIFICATIONS END (andreo.alfonso) *********** */
}
.keypad-disabled {
    position: absolute;
    z-index: 100;
    background-color: white;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.keypad-rtl {
    direction: rtl;
}
.keypad-prompt {
    clear: both;
    text-align: center;
    color: #A5A5A5;
}
.keypad-prompt.ui-widget-header {
    margin: 0.125em;
}
.keypad-row {
    clear: both;
    float: left;
    width: 100%;
}
.keypad-space {
    float: left;
    margin: 0.125em;
    width: 2em;
}
* html .keypad-space { /* IE6 */
    margin: 0em;
    width: 2.25em;
}
.keypad-half-space {
    float: left;
    margin: 0.125em 0.0625em;
    width: 1em;
}
* html .keypad-half-space { /* IE6 */
    margin: 0em;
    width: 1.125em;
}
.keypad-key, .keypad-special, .keypad-key-numeric {
    float: left;

    /* *********** MODIFICATIONS START (andreo.alfonso) ***********
     * Various changes on style attributes to make it look close to the
     * Flex virtual keyboard
     */

    /*
    margin: 0.125em;
    padding: 0em;
    width: 2.3em;
    */

    margin: 0em;
    padding: 5px;
    width: 32px;
    height: 30px;
    -webkit-box-shadow: #333 0px 2px 3px;
    -moz-box-shadow: #333 0px 2px 3px;
    box-shadow: #333 0px 2px 3px;
    background: #404141;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#404141), to(#313232));
    background: -webkit-linear-gradient(#404141, #313232);
    background: -moz-linear-gradient(#404141, #313232);
    background: -ms-linear-gradient(#404141, #313232);
    background: -o-linear-gradient(#404141, #313232);
    background: linear-gradient(#404141, #313232);
    -pie-background: linear-gradient(#404141, #313232);
    behavior: url(piee.htc);

    border-radius: /* 0.25em */ 0em;
    -moz-border-radius: /* 0.25em */ 0em;
    -webkit-border-radius: /* 0.25em */ 0em;

    /* *********** MODIFICATIONS END (andreo.alfonso) *********** */
    text-align: center;
    cursor: pointer;
}

/* *********** MODIFICATIONS START (andreo.alfonso) ***********
 * Added a style for numeric keys
 */

.keypad-key-numeric {




    background: #656565;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#656565), to(#484848));
    background: -webkit-linear-gradient(#656565, #484848);
    background: -moz-linear-gradient(#656565, #484848);
    background: -ms-linear-gradient(#656565, #484848);
    background: -o-linear-gradient(#656565, #484848);
    background: linear-gradient(#656565, #484848);
    -pie-background: linear-gradient(#656565, #484848);
    behavior: url(piee.htc);

}

/* *********** MODIFICATIONS END (andreo.alfonso) *********** */

.keypad-key[disabled] {
    border: 0.125em outset;
}
.keypad-key-down {
}
.keypad-special {
    width: 4.25em;
}
.keypad-spacebar {
    width: 13.25em;
}
.keypad-tab {
    width: 2em;
}
.keypad-clear, .keypad-back, .keypad-close, .keypad-shift, .keypad-shift-withicon {
    color: #A5A5A5;
}
.keypad-clear {
    background-color: #a00;
}

/* *********** MODIFICATIONS START (andreo.alfonso) ***********
 * Changed width, height. Applied gradient background for button.
 */
.keypad-back {
    width: 96px;
    height: 30px;

    /* IE10 */
    background-image: -ms-radial-gradient(right center, ellipse contain, #656565 0%, #484848 100%);

    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(right center, ellipse contain, #656565 0%, #484848 100%);

    /* Opera */
    background-image: -o-radial-gradient(right center, ellipse contain, #656565 0%, #484848 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, right center, 0, right center, 0, color-stop(0, #656565), color-stop(1, #484848));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(right center, ellipse contain, #656565 0%, #484848 100%);

    /* Proposed W3C Markup */
    background-image: radial-gradient(right center, ellipse contain, #656565 0%, #484848 100%);
}
/* *********** MODIFICATIONS END (andreo.alfonso) *********** */

/* *********** MODIFICATIONS START (andreo.alfonso) ***********
 * Changed width. Applied gradient background for button.
 */
.keypad-close {
    width: 64px;

    /* IE10 */
    background-image: -ms-radial-gradient(center, ellipse farthest-side, #074B6F 0%, #053550 100%);

    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(center, ellipse farthest-side, #074B6F 0%, #053550 100%);

    /* Opera */
    background-image: -o-radial-gradient(center, ellipse farthest-side, #074B6F 0%, #053550 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center center, 0, center center, 490, color-stop(0, #074B6F), color-stop(1, #053550));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center, ellipse farthest-side, #074B6F 0%, #053550 100%);

    /* Proposed W3C Markup */
    background-image: radial-gradient(center, ellipse farthest-side, #074B6F 0%, #053550 100%);
}
/* *********** MODIFICATIONS END (andreo.alfonso) *********** */

.keypad-shift{
    width: 4.25em;
}

/* *********** MODIFICATIONS START (andreo.alfonso) ***********
 * Added style for shift key with icon (no custom shift text must be set) and
 * gradient background.
 */
.keypad-shift-withicon{

    /* IE10 */
    background-image: -ms-radial-gradient(right center, ellipse contain, #656565 0%, #484848 100%);

    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(right center, ellipse contain, #656565 0%, #484848 100%);

    /* Opera */
    background-image: -o-radial-gradient(right center, ellipse contain, #656565 0%, #484848 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, right center, 0, right center, 0, color-stop(0, #656565), color-stop(1, #484848));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(right center, ellipse contain, #656565 0%, #484848 100%);

    /* Proposed W3C Markup */
    background-image: radial-gradient(right center, ellipse contain, #656565 0%, #484848 100%);

    background: url('../assets/images/shiftKeyIco.png') no-repeat center;

    width: 32px;
    height: 30px;
}
/* *********** MODIFICATIONS END (andreo.alfonso) *********** */

.keypad-cover {
    display: none;
    display/**/: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 125px;
    height: 200px;
}

/* Campaign */
.loginCampaign {
    float:left;
    width:300px;
    height: 395px;
    border: 1px solid #6a89db;
    border-left: 0px;
    background: -moz-linear-gradient(top, rgba(60, 60, 60, 0.9) 0%, rgba(31, 31, 31, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(60, 60, 60, 0.9) 0%, rgba(31, 31, 31, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(60, 60, 60, 0.9) 0%, rgba(31, 31, 31, 0.9) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 25%, rgba(1,72,159,1) 60%);
    background-repeat: repeat-x, no-repeat;
    background-position: 0 0, 0 0;
    
}

.stealthy {
    left: 0;
    margin: 0;
    max-height: 1px;
    max-width: 1px;
    opacity: 0;
    outline: none;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1;
}