body#login-body {
    margin: 0px;
    /*background-color: #BBD4FF;*/
    /* Changes Done by Vaibhav on 5 Dec 2014 w.r.t #9809 */
    /*background: url(../../images/login-bg.jpg) no-repeat top right;*/
}

body.ltr#login-body {
    margin: 0px;
   /* Changes Done by Vaibhav on 5 Dec 2014 w.r.t #9809*/
   /*background: url(../../images/login-bg-ltr.jpg) no-repeat top left;*/
}

#header {
    width: 100%;
    /* Changes Done by Vaibhav on 5 Dec 2014 w.r.t #9809*/
    height: 60px;
    background-color: transparent;
}

.rtl #customerlogo {
    background: url("../images/loginWithAd/customerLogo_rtl.png") no-repeat scroll 99% 50% rgba(0, 0, 0, 0);
    height: 60px;
    /* Changes Done by Vaibhav on 5 Dec 2014 w.r.t #9809*/
    left: 80px;
    /*position: absolute;*/
    top: -70px;
}

.ltr #customerlogo {
    background: url("../images/loginWithAd/customerLogo_rtl.png") no-repeat scroll 99% 50% rgba(0, 0, 0, 0);
    height: 60px;
    /* Changes Done by Vaibhav on 5 Dec 2014 w.r.t #9809*/
    right: 80px;
    /*position: absolute;*/
    top: -70px;
}

.rtl #customerlogo img {
	 /* Changes Done by Vaibhav on 5 Dec 2014 w.r.t #9809*/
	padding-right: 35px;
}

/* Changes Done by Vaibhav on 5 Dec 2014 w.r.t #9809*/
.ltr #customerlogo img {
	padding-left: 35px;
}

.ltr #customerlogo {
    background: url("../images/loginWithAd/customerLogo_ltr.png") no-repeat 1% 50%;
    height: 60px;
}

.challengeNumbers {
    background: url("../images/loginWithAd/challengenumbers-bg.png") no-repeat;
    width: 235px;
    height: 24px;
    padding-top: 14px;
    padding-right: 4px;
    padding-left: 4px;
}

#challengeError {
    background: url("../images/loginWithAd/challengenumbers-bg.png") no-repeat;
    width: 235px;
    height: 24px;
    padding-top: 14px;
    padding-right: 4px;
    padding-left: 4px;
}

.rtl .challengeNumbers {
    margin: 0px 0px 0px auto;
    direction: rtl;
}

.rtl #challengeError {
    margin: 0px 0px 0px auto;
    direction: rtl;
}

.ltr .challengeNumbers {
    margin: 0px auto 0px 0px;
    direction: ltr;
}

.ltr #challengeError {
    margin: 0px auto 0px 0px;
    direction: ltr;
}

.rtl #locales {
    left: 15px;
    top: 40px;
    position: absolute;
}

.ltr #locales {
    top: 40px;
    right: 15px;
    position: absolute;
}

#container {
    margin: 0px auto;
    padding-top: 60px;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: transparent;
    /*border-top-color: rgb(204, 204, 204);*/
    /*border-bottom-color: rgb(204, 204, 204);*/
    /*border-top-width: 1px;*/
    /*border-bottom-width: 2px;*/
    /*border-top-style: solid;*/
    /*border-bottom-style: solid;*/
    /*background-color: rgb(247, 247, 247);*/
}

#centerdiv {
    margin: 0px auto;
    width: 1350px;
    height: auto;
}

#attentions {
    background: none repeat scroll 0 0 #EEF4FF;
    border: 1px solid #A5C3FF;
    border-radius: 6px 7px 0 0;
    color: #666666;
    font-family: tahoma;
    font-size: 14px;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    /* Changes Done by Vaibhav on 5 Dec 2014 w.r.t #9809*/
    width: 700px;
    position: relative;
}

.rtl #attentions {
    padding-right: 15px;
    float: left;
    direction: rtl;
}

.ltr #attentions {
    padding-left: 15px;
    float: right;
    direction: ltr;
}

#attentiontitle, .attentiontitle {
    margin-bottom: 20px;
}

.rtl .attenitem {
    margin-right: 30px;
    margin-bottom: 4px;
    margin-left: 15px;
}

.ltr .attenitem {
    margin-right: 15px;
    margin-bottom: 4px;
    margin-left: 30px;
}

.errorContainer {
    margin: 10px 0px;
    padding: 10px 2%;
    border: 2px solid rgb(215, 215, 215);
    width: 96%;
    min-height: 37px;
}

.rtl .errorContainer {
    background: url("../images/loginWithAd/error-bg.png") no-repeat 0px 0px rgb(244, 244, 244);
    text-align: right;
    direction: rtl;
}

.ltr .errorContainer {
    background: url("../images/loginWithAd/error-bg_ltr.png") no-repeat right top rgb(244, 244, 244);
    text-align: left;
    direction: ltr;
}

.errors li {
    list-style: none;
    color: rgb(255, 0, 0);
    line-height: 150%;
    font-size: 14px;
}

.rtl .errors li {
    direction: rtl;
}

.ltr .errors li {
    direction: ltr;
}

#errorTitle {
    display: none;
}

input.error {
    background: url("../images/invalid_line.gif") repeat-x 0px 100% rgb(255, 244, 244);
    border: 1px solid rgb(102, 102, 102);
}

#loginform {
    width: 260px;
    height: auto;
    padding-top: 20px;
    margin-bottom: 10px;
}

#loginform #error-div {
    position: relative;
}

#loginform .red_notice {
    position: absolute;
    /* Changes Done by Vaibhav on 5 Dec 2014 w.r.t #9809*/
    top: -80px;
}

#loginform .dijitButtonNode {
    border-width: 0;
}

.rtl #loginform {
	/* Changes Done by Vaibhav on 5 Dec 2014 w.r.t #9809*/
    float: right;
    padding-right: 50px;
}

.ltr #loginform {
	/* Changes Done by Vaibhav on 5 Dec 2014 w.r.t #9809*/
    float: left;
    padding-left: 50px;
}

#username {
    border: 1px solid rgb(204, 204, 204);
    width: 241px;
    color: rgb(51, 51, 51);
    font-family: tahoma;
    font-size: 14px;
}

#loginType {
    border: 1px solid rgb(204, 204, 204);
    width: 241px;
    color: rgb(51, 51, 51);
    font-family: tahoma;
    font-size: 14px;
}

#password {
    border: 1px solid rgb(204, 204, 204);
    width: 241px;
    color: rgb(51, 51, 51);
    font-family: tahoma;
    font-size: 14px;
}

#captchaContainer {
    width: auto;
    float: right;
    margin-top: 5px;
}

#captchaContainer img {
    height: 30px;
}

#captchaContainer img#simCap{
    margin-left:10px;
}

#captchaContainer span {
    margin: 0 !important;
}

#captcha {
    border: 1px solid rgb(204, 204, 204);
    width: 241px;
    color: rgb(51, 51, 51);
    font-family: tahoma;
    font-size: 14px;
}

#username {
    padding: 5px 0px;
    height: 16px !important;
}

#password {
    padding: 5px 0px;
    height: 16px !important;
}

#captcha {
    padding: 5px 0px;
    height: 16px !important;
}

.rtl #loginType {
    padding: 4px;
    height: 27px;
    direction: rtl;
}

.ltr #loginType {
    padding: 4px;
    height: 27px;
    direction: ltr;
}

.form-item-label {
    margin: 12px auto 7px;
    width: 260px;
    color: rgb(102, 102, 102);
    font-family: tahoma;
    font-size: 14px;
}

.rtl .form-item-label {
    text-align: right;
    direction: rtl;
}

.ltr .form-item-label {
    text-align: left;
    direction: ltr;
}

.form-item-field {
    width: 260px;
    text-align: right;
    margin-right: auto;
    margin-left: auto;
}

.form-item-field-empty {
    margin: 12px 0px 7px;
    width: auto;
    height: 30px;
    text-align: right;
    color: rgb(0, 102, 0);
    padding-right: 0px;
    font-size: 14px;
    vertical-align: top;
}

.form-item-field input {
    height: 13px !important;
    padding-top: 3px;
    padding-bottom: 2px;
}

.rtl .commandBar {
    width: 260px;
    text-align: right;
}

.ltr .commandBar {
    width: 260px;
    text-align: left;
}

.commandBar input {
    border: currentColor;
    width: 100px;
    height: 28px;
    overflow: hidden;
    font-size: 0px;
    margin-top: 10px;
    cursor: pointer;
}

.rtl .commandBar input {
    background: url("../images/loginWithAd/submitForm_rtl.png") no-repeat 0px 0px;
}

.ltr .commandBar input {
    background: url("../images/loginWithAd/submitForm_ltr.png") no-repeat 0px 0px;
}

.note {
    margin: 10px auto 0px;
    width: 260px;
    color: rgb(102, 102, 102);
    font-family: tahoma;
    font-size: 14px;
}

.rtl .note {
    text-align: right;
    direction: rtl;
}

.ltr .note {
    text-align: left;
    direction: ltr;
}

.keyboardContainer {
    width: 333px;
    height: 127px;
    visibility: hidden;
    position: absolute !important;
    direction: ltr;
}

.rtl .keyboardContainer {
    background: url("../images/VKeyboardBg-rtl.png") no-repeat 1px 0px;
    padding: 4px 0px 0px 2px;
}

.ltr .keyboardContainer {
    background: url("../images/VKeyboardBg-ltr.png") no-repeat 1px 0px;
    padding: 4px 2px 0px 0px;
}

.rtl .keyboardKeypad {
    left: 4px;
    width: 314px;
    position: absolute !important;
}

@media {
    .rtl .keyboardKeypad {
        left: 4px;
    }

    .ltr .keyboardKeypad {
        right: 4px;
    }
}

.ltr .keyboardKeypad {
    width: 314px;
    right: 6px;
    position: absolute !important;
}

.keyboardKeypad div {
    font-size: 14px !important;
}

.keyboardKeypad > div {
    border-top-color: currentColor !important;
    border-right-color: currentColor !important;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-top-style: none !important;
    border-right-style: none !important;
}

.hint {
    text-align: right;
    color: rgb(255, 0, 0);
    font-family: tahoma;
    font-size: 14px;
    display: none;
    direction: ltr;
}

#refreshCaptcha {
    margin: 4px;
    cursor: pointer;
}

#captchaImage {
    border: 2px solid rgb(204, 204, 204);
}

#advertise {
    margin: 20px auto;
    width: 800px;
    height: auto;
    text-align: justify;
    color: rgb(140, 140, 140);
    line-height: 150%;
    font-family: tahoma;
    font-size: 14px;
}

.rtl #advertise {
    direction: rtl;
}

.ltr #advertise {
    direction: ltr;
}

#localeLink {
    padding: 3px;
    border: 1px solid rgb(210, 210, 210);
    display: block;
    background-color: rgb(227, 227, 227);
}

body {
    height: 100%;
}

html {
    height: 100%;
}

* {
    margin: 0px;
    padding: 0px;
}

h1 {
    margin: 0px;
}

h2 {
    margin: 0px;
}

h3 {
    margin: 0px;
}

h4 {
    margin: 0px;
}

h5 {
    margin: 0px;
}

h6 {
    margin: 0px;
}

p {
    margin: 0px;
}

pre {
    margin: 0px;
}

blockquote {
    margin: 0px;
}

label {
    margin: 0px;
}

ul {
    margin: 0px;
}

ol {
    margin: 0px;
}

dl {
    margin: 0px;
}

fieldset {
    margin: 0px;
}

address {
    margin: 0px;
}

table {
    margin: 0px;
}

table {
    width: 100%;
}

hr {
    border: 1px solid currentColor;
    height: 1px;
}

fieldset {
    border-width: 2px;
    padding: 0.5em 10px;
    clear: both;
}

legend {
    color: black;
}

select {
    min-width: 1.5em;
}

.rtl select optgroup {
    margin-right: 5px;
}

.ltr select optgroup {
    margin-left: 5px;
}

.rtl select optgroup option {
    margin-right: 10px;
}

.ltr select optgroup option {
    margin-left: 10px;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

input {
    border: 1px solid rgb(127, 157, 185);
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

textarea {
    border: 1px solid rgb(127, 157, 185);
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

select {
    border: 1px solid rgb(127, 157, 185);
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.formItem input {
    height: 16px;
}

.even input {
    height: 16px;
}

.odd input {
    height: 16px;
}

h1 {
    line-height: 150%;
}

h2 {
    line-height: 150%;
}

h3 {
    line-height: 150%;
}

h4 {
    line-height: 150%;
}

h5 {
    line-height: 150%;
}

h6 {
    line-height: 150%;
}

h1 {
    font-size: 125%;
}

h2 {
    font-size: 120%;
}

h3 {
    font-size: 115%;
}

h4 {
    font-size: 110%;
}

h5 {
    font-size: 105%;
}

h6 {
    font-size: 100%;
}

.rtl p {
    text-align: justify;
}

.ltr p {
    text-align: left;
}

:link {
    text-decoration: none;
}

:visited {
    text-decoration: none;
}

a img {
    border: 0px currentColor;
}

:link img {
    border: 0px currentColor;
    width: 40px;
}

:visited img {
    border: 0px currentColor;
}

.rtl th {
    padding: 0.4em 4px;
    text-align: right;
}

.rtl td {
    padding: 0.4em 4px;
    text-align: right;
}

.ltr th {
    padding: 0.2em 4px;
    text-align: left;
}

.rtl #loginform td, .ltr #loginform td {
    padding: 0;
}

#loginform.dijitToggleButton, #loginform .dijitButton, #loginform .dijitDropDownButton, #loginform .dijitComboButton {
    margin: 0;
}

.ltr td {
    padding: 0.2em 4px;
    text-align: left;
}

a:visited {
    color: rgb(0, 0, 255);
}

.form-item-field {
    display: inline-block;
}

.rtl .form-item-field {
    text-align: right;
}

.ltr .form-item-field {
    text-align: left;
}

.rtl .formSection .formItem {
    clear: both;
    min-height: 28px;
}

.ltr .formSection .formItem {
    clear: both;
    min-height: 25px;
}

.rtl .transferReceipt .formItem {
    clear: both;
    min-height: 40px;
}

.rtl .requiredField {
    background: url("../images/required_star.gif") no-repeat 100% 0px;
}

.ltr .requiredField {
    background: url("../images/required_star.gif") no-repeat 0px 0px;
}

.rtl .form-item-field-info {
    text-align: right;
}

.ltr .form-item-field-info {
    text-align: left;
}

.form-item-choice {
    width: 171px;
}

.rtl .form-item-label {
    width: 200px;
    text-align: right;
    float: right;
}

.rtl .form-item-label {
    padding-right: 9px;
}

.rtl .formSection .form-item-label {
    margin-bottom: 10px;
}

.ltr .form-item-label {
    width: 200px;
    text-align: left;
    padding-left: 10px;
    float: left;
}

.tooltip {
    display: none;
}

.hidden {
    display: none;
}

.ui-tooltip-fluid {
    float: left !important;
    display: block;
    visibility: hidden;
    position: static !important;
}

.ui-tooltip {
    left: -31000px;
    top: -31000px;
    line-height: 12px;
    font-size: 14px;
    display: none;
    position: absolute;
    min-width: 50px;
    max-width: 400px;
}

.qtip {
    left: -31000px;
    top: -31000px;
    line-height: 12px;
    font-size: 14px;
    display: none;
    position: absolute;
    min-width: 50px;
    max-width: 400px;
}

.ui-tooltip-content {
    border-width: 1px;
    border-style: solid;
    padding: 5px 9px;
    line-height: 170%;
    overflow: hidden;
    position: relative;
    -ms-word-wrap: break-word;
}

.rtl .ui-tooltip-content {
    text-align: right;
}

.ltr .ui-tooltip-content {
    text-align: left;
}

.ui-tooltip-titlebar {
    border-width: 1px 1px 0px;
    border-style: solid;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    font-weight: bold;
    position: relative;
    min-height: 14px;
}

.ui-tooltip-titlebar + .ui-tooltip-content {
    border-top-width: 0px !important;
}

.ui-tooltip-titlebar .ui-state-default {
    border-width: 1px;
    border-style: solid;
    top: 50%;
    right: 4px;
    margin-top: -9px;
    position: absolute;
    cursor: pointer;
}

* html .ui-tooltip-titlebar .ui-state-default {
    top: 16px;
}

.ui-tooltip-titlebar .ui-icon {
    text-indent: -1000em;
    display: block;
}

.ui-tooltip-icon .ui-icon {
    text-indent: -1000em;
    display: block;
}

.ui-tooltip-icon {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.ui-tooltip-icon .ui-icon {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.ui-tooltip-icon .ui-icon {
    background: no-repeat -100em -100em;
    font: bold 10px/13px Tahoma, sans-serif;
    width: 18px;
    height: 14px;
    text-align: center;
    color: inherit;
    text-indent: 0px;
    font-size-adjust: none;
    font-stretch: normal;
}

.ui-tooltip .ui-tooltip-tip {
    margin: 0px auto;
    border: 0px dashed transparent !important;
    overflow: hidden;
    z-index: 10;
}

.ui-tooltip .ui-tooltip-tip {
    border: 0px dashed transparent;
    color: rgb(18, 52, 86);
    line-height: 0.1px !important;
    font-size: 0.1px !important;
    position: absolute;
}

.ui-tooltip .ui-tooltip-tip * {
    border: 0px dashed transparent;
    color: rgb(18, 52, 86);
    line-height: 0.1px !important;
    font-size: 0.1px !important;
    position: absolute;
}

.ui-tooltip .ui-tooltip-tip canvas {
    position: static;
}

#qtip-overlay {
    left: -10000em;
    top: -10000em;
    position: absolute;
    opacity: 0.7;
    background-color: black;
}

.ui-tooltip-titlebar {
    border-color: rgb(241, 208, 49);
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 163);
}

.ui-tooltip-content {
    border-color: rgb(241, 208, 49);
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 163);
}

.ui-tooltip-titlebar {
    background-color: rgb(255, 239, 147);
}

.ui-tooltip-titlebar .ui-tooltip-icon {
    background: rgb(241, 241, 241);
    border-color: rgb(204, 204, 204);
    color: rgb(119, 119, 119);
}

.ui-tooltip-titlebar .ui-state-hover {
    border-color: rgb(170, 170, 170);
    color: rgb(17, 17, 17);
}

.ui-tooltip-light .ui-tooltip-titlebar {
    border-color: rgb(226, 226, 226);
    color: rgb(69, 69, 69);
}

.ui-tooltip-light .ui-tooltip-content {
    border-color: rgb(226, 226, 226);
    color: rgb(69, 69, 69);
}

.ui-tooltip-light .ui-tooltip-content {
    background-color: white;
}

.ui-tooltip-light .ui-tooltip-titlebar {
    background-color: rgb(241, 241, 241);
}

.ui-tooltip-dark .ui-tooltip-titlebar {
    border-color: rgb(48, 48, 48);
    color: rgb(243, 243, 243);
}

.ui-tooltip-dark .ui-tooltip-content {
    border-color: rgb(48, 48, 48);
    color: rgb(243, 243, 243);
}

.ui-tooltip-dark .ui-tooltip-content {
    background-color: rgb(80, 80, 80);
}

.ui-tooltip-dark .ui-tooltip-titlebar {
    background-color: rgb(64, 64, 64);
}

.ui-tooltip-dark .ui-tooltip-icon {
    border-color: rgb(68, 68, 68);
}

.ui-tooltip-dark .ui-tooltip-titlebar .ui-state-hover {
    border-color: rgb(48, 48, 48);
}

.ui-tooltip-cream .ui-tooltip-titlebar {
    border-color: rgb(249, 233, 142);
    color: rgb(162, 125, 53);
}

.ui-tooltip-cream .ui-tooltip-content {
    border-color: rgb(249, 233, 142);
    color: rgb(162, 125, 53);
}

.ui-tooltip-cream .ui-tooltip-content {
    background-color: rgb(251, 247, 170);
}

.ui-tooltip-cream .ui-tooltip-titlebar {
    background-color: rgb(240, 222, 125);
}

.ui-tooltip-cream .ui-state-default .ui-tooltip-icon {
    background-position: -82px 0px;
}

.ui-tooltip-red .ui-tooltip-titlebar {
    border-color: rgb(217, 82, 82);
    color: rgb(145, 35, 35);
}

.ui-tooltip-red .ui-tooltip-content {
    border-color: rgb(217, 82, 82);
    color: rgb(145, 35, 35);
}

.ui-tooltip-red .ui-tooltip-content {
    background-color: rgb(247, 139, 131);
}

.ui-tooltip-red .ui-tooltip-titlebar {
    background-color: rgb(240, 109, 101);
}

.ui-tooltip-red .ui-state-default .ui-tooltip-icon {
    background-position: -102px 0px;
}

.ui-tooltip-red .ui-tooltip-icon {
    border-color: rgb(217, 82, 82);
}

.ui-tooltip-red .ui-tooltip-titlebar .ui-state-hover {
    border-color: rgb(217, 82, 82);
}

.ui-tooltip-green .ui-tooltip-titlebar {
    border-color: rgb(144, 217, 63);
    color: rgb(63, 98, 25);
}

.ui-tooltip-green .ui-tooltip-content {
    border-color: rgb(144, 217, 63);
    color: rgb(63, 98, 25);
}

.ui-tooltip-green .ui-tooltip-content {
    background-color: rgb(202, 237, 158);
}

.ui-tooltip-green .ui-tooltip-titlebar {
    background-color: rgb(176, 222, 120);
}

.ui-tooltip-green .ui-state-default .ui-tooltip-icon {
    background-position: -42px 0px;
}

.ui-tooltip-blue .ui-tooltip-titlebar {
    padding: 10px;
    border: 2px solid rgb(159, 183, 215);
    line-height: 200%;
    background-color: rgb(233, 242, 254);
}

.ui-tooltip-blue .ui-tooltip-content {
    padding: 10px;
    border: 2px solid rgb(159, 183, 215);
    line-height: 200%;
    background-color: rgb(233, 242, 254);
}

.ui-tooltip-blue .ui-state-default .ui-tooltip-icon {
    background-position: -2px 0px;
}

.ui-tooltip-blue-summary {
    min-width: 200px;
    max-width: 400px;
}

.ui-tooltip-blue-summary hr {
    border-width: 1px 0px 0px;
    border-style: dotted none none;
    border-color: gray currentColor currentColor;
    margin: 5px 0px;
}

.ui-tooltip-blue-summary .errorText {
    text-align: center;
    color: red;
}

.ui-tooltip-shadow {
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.ui-tooltip-shadow .ui-tooltip-titlebar {

}

.ui-tooltip-shadow .ui-tooltip-content {

}

.ui-tooltip-rounded {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ui-tooltip-rounded .ui-tooltip-content {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ui-tooltip-tipsy {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ui-tooltip-tipsy .ui-tooltip-content {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ui-tooltip-youtube {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ui-tooltip-youtube .ui-tooltip-content {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ui-tooltip-rounded .ui-tooltip-titlebar {
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.ui-tooltip-tipsy .ui-tooltip-titlebar {
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.ui-tooltip-youtube .ui-tooltip-titlebar {
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.ui-tooltip-rounded .ui-tooltip-titlebar + .ui-tooltip-content {
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.ui-tooltip-tipsy .ui-tooltip-titlebar + .ui-tooltip-content {
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.ui-tooltip-youtube .ui-tooltip-titlebar + .ui-tooltip-content {
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.ui-tooltip-youtube {
    box-shadow: 0px 0px 3px #333;
    -webkit-box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
}

.ui-tooltip-youtube .ui-tooltip-titlebar {
    background: rgba(0, 0, 0, 0.85);
    border-color: rgb(204, 204, 204);
    color: white;
}

.ui-tooltip-youtube .ui-tooltip-content {
    background: rgba(0, 0, 0, 0.85);
    border-color: rgb(204, 204, 204);
    color: white;
}

.ui-tooltip-youtube .ui-tooltip-icon {
    border-color: rgb(34, 34, 34);
}

.ui-tooltip-youtube .ui-tooltip-titlebar .ui-state-hover {
    border-color: rgb(48, 48, 48);
}

.ui-tooltip-jtools {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 2px;
    border: 2px solid rgba(241, 241, 241, 1);
    box-shadow: 0px 0px 12px #333;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 0 12px #333;
    -moz-box-shadow: 0 0 12px #333;
}

.ui-tooltip-jtools .ui-tooltip-titlebar {

}

.ui-tooltip-jtools .ui-tooltip-content {

}

.ui-tooltip-jtools .ui-tooltip-titlebar {
    border: 0px dashed transparent;
    color: white;
}

.ui-tooltip-jtools .ui-tooltip-content {
    border: 0px dashed transparent;
    color: white;
}

.ui-tooltip-jtools .ui-tooltip-icon {
    border-color: rgb(85, 85, 85);
}

.ui-tooltip-jtools .ui-tooltip-titlebar .ui-state-hover {
    border-color: rgb(51, 51, 51);
}

.ui-tooltip-cluetip {
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
}

.ui-tooltip-cluetip .ui-tooltip-titlebar {
    border: 0px dashed transparent;
    color: white;
    background-color: rgb(135, 135, 106);
}

.ui-tooltip-cluetip .ui-tooltip-content {
    border: 0px dashed transparent;
    color: rgb(17, 17, 17);
    background-color: rgb(217, 217, 194);
}

.ui-tooltip-cluetip .ui-tooltip-icon {
    border-color: rgb(128, 128, 100);
}

.ui-tooltip-cluetip .ui-tooltip-titlebar .ui-state-hover {
    border-color: rgb(105, 105, 82);
    color: rgb(105, 105, 82);
}

.ui-tooltip-tipsy {
    border: 0px solid rgba(0, 0, 0, 0.87);
}

.ui-tooltip-tipsy .ui-tooltip-titlebar {
    background: rgba(0, 0, 0, 0.87);
    border: 0px dashed transparent;
    color: white;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0px 1px black;
}

.ui-tooltip-tipsy .ui-tooltip-content {
    background: rgba(0, 0, 0, 0.87);
    border: 0px dashed transparent;
    color: white;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0px 1px black;
}

.ui-tooltip-tipsy .ui-tooltip-titlebar {

}

.ui-tooltip-tipsy .ui-tooltip-content {

}

.ui-tooltip-tipsy .ui-tooltip-icon {
    border-color: rgb(34, 34, 34);
    text-shadow: none;
}

.ui-tooltip-tipsy .ui-tooltip-titlebar .ui-state-hover {
    border-color: rgb(48, 48, 48);
}

.ui-tooltip-tipped .ui-tooltip-titlebar {
    border: 3px solid rgb(149, 159, 169);
}

.ui-tooltip-tipped .ui-tooltip-content {
    border: 3px solid rgb(149, 159, 169);
}

.ui-tooltip-tipped .ui-tooltip-titlebar {
    background: rgb(58, 121, 184);
    border-radius: 3px 3px 0px 0px;
    color: white;
    font-weight: normal;
    border-bottom-width: 0px;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}

.ui-tooltip-tipped .ui-tooltip-content {
    border-radius: 0px 0px 3px 3px;
    color: rgb(69, 69, 69);
    background-color: rgb(249, 249, 249);
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}

.ui-tooltip-tipped .ui-tooltip-icon {
    background: rgb(40, 85, 137);
    border: 2px solid rgb(40, 85, 137);
}

.ui-tooltip-tipped .ui-tooltip-icon .ui-icon {
    color: rgb(85, 85, 85);
    background-color: rgb(251, 251, 251);
}

body.browserUpdate {
    background-color: rgb(239, 239, 239);
}

#oldBrowserContainer {
    margin: 30px auto;
    padding: 20px;
    border: 1px solid rgb(204, 204, 204);
    width: 700px;
    height: auto;
    color: rgb(79, 79, 79);
    font-size: 14px;
    position: relative;
    min-width: 500px;
    max-width: 700px;
    background-color: rgb(255, 255, 255);
}

#oldBrowserContainer p {
    margin: 0px;
    padding: 5px 5px 15px;
}

#oldBrowserHeader {
    margin: 0px;
    padding: 5px;
    color: rgb(51, 51, 51);
    font-size: 1.3em;
    font-weight: bold;
    display: block;
}

.item {
    background: url("../images/background_browser.gif") no-repeat 0px 0px;
    margin: 0px 10px 10px;
    padding: 0px;
    width: 120px;
    height: 122px;
    text-align: center;
    float: left;
}

.icon {
    margin: 1px auto;
    padding: 0px;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

#other-browsers {
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    width: 560px;
    overflow: hidden;
}

#current-browser {
    margin: 0px auto;
    width: 130px;
    height: 140px;
}

.opera .icon {
    background: url("../images/browser_opera.gif") no-repeat 0px 1px;
}

.firefox .icon {
    background: url("../images/browser_firefox.gif") no-repeat 0px 1px;
}

.msie .icon {
    background: url("../images/browser_msie.gif") no-repeat 0px 1px;
}

.chrome .icon {
    background: url("../images/browser_chrome.gif") no-repeat 0px 1px;
}

.safari .icon {
    background: url("../images/browser_safari.gif") no-repeat 0px 1px;
}

.item .link {
    margin: 1px auto;
    padding: 0px;
    width: 118px;
    height: 18px;
    text-align: center;
    color: rgb(128, 128, 128);
    line-height: 17px;
    font-size: 0.8em;
}

.item .link a {
    margin: 0px;
    padding: 0px;
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.datagrid {
    background-color: #F8F8F8;
    /*border-collapse: collapse;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: transparent #D2D2D2;
    border-image: none;
    border-style: none solid;
    border-width: 0 1px;
    clear: both;
    width: 100%;
}

.datagrid2 {
    background-color: #F8F8F8;
    border-collapse: collapse;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: transparent #D2D2D2;
    border-image: none;
    border-style: none solid;
    border-width: 0 1px;
    clear: both;
    width: 120%;
}

.oddrow {
    background-color: #e9fff8;
    border-bottom: 1px solid #D8D8D8;
    /*color: whitesmoke;*/
}

.evenrow {
    background-color: #dbf0f2;
    border-bottom: 1px solid #D8D8D8;
    border-top: 0 none transparent;
    /*color: whitesmoke;*/
}

.gridHeader {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    color: #3D5B8B;
    font-weight: bold;
    line-height: 26px;
    padding: 5px 7px 5px 10px;
    text-align: inherit;
}

.textcell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
    padding: 0.5em 4px;
    text-align: center;
}

.textcell2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
    padding: 0.5em 4px;
    text-align: left;
}

.gridheaderrow {
    background-color: #3e5b76;
    color: whitesmoke;
    font-weight: bold;
    /*height: 25px;*/
    text-align: center;
    line-height: 26px;
}

.gridheaderrowJoint {
    background-color: #0052CC;
    color: whitesmoke;
    font-weight: bold;
    /*height: 25px;*/
    text-align: center;
    line-height: 26px;
}

.gridheaderrowCorp {
    background-color: #66A3FF;
    color: whitesmoke;
    font-weight: bold;
    /*height: 25px;*/
    text-align: center;
    line-height: 26px;
}


.gridheaderrow2 {
    background-color: #3D5B8B;
    color: whitesmoke;
    font-weight: bold;
    height: 25px;
    text-align: left;
}

.frame {
    width: 90%;
    background-color: #F5F5F5;
    margin-left: 5%;
    margin-right: 5%;
}

.menuitem {
    display: inline;
}

.nomenulines {
    text-decoration: none;
}

.logininput {
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    width: 70%;
    font-size: 14px;
    margin-top: 10px;
    border-width: 2px;
    border-color: #34569a;
    border-radius: 4px;
}

.logininput:focus {
    border-color: #F39200;
}

#idLoginForm .toolbar .dijitButtonNode {
    background: #34569a;
    border-width: 0;
    color: #FFFFFF;
    height: 20px;
    line-height: 30px;
    margin-top: 8px;
    min-width: 184px;
    padding: 6px;
    border-radius: 4px;
    /*border: 1px solid white;*/
}

#idLoginForm .toolbar .dijitButtonNode:hover {
    background: #F39200;
}

.loginRadio {
    margin-left: 15px;
}

.ltr .loginRadio {
    margin-right: 15px;
    margin-left: 0;
}

.welcomelangselect {
    width: 50%;
    text-align: center;
}

.welcomelang {
    width: 70%;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}

.welcomelanglink {
    color: #034695;
    font-size: 14px;
    font-weight: bold;
}

.transbox {
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;

}

.titletranbox {
    width: 100%;
    height: 100%;
}

.welcomebody {

    background-color: #F7F7F7;
    background: url('images/bg-welcome.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.tablewelcome {

    border-collapse: collapse;
    margin-top: 10%;
    width: 100%;
}

.welcomelangtb {
    width: 100%;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}

.scrollGrid {
    background-color: #F8F8F8;
    border-collapse: collapse;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: transparent #D2D2D2;
    border-image: none;
    border-style: none solid;
    border-width: 0 1px;
    clear: both;
    width: 100%;
    height: 400px;
    overflow: auto;
}

#footer {
    background: none repeat scroll 0 0 #BBD4FF;
    border-bottom: 1px solid #85B1FF;
    border-top: 1px solid #85B1FF;
    color: #0B3580;
    height: 30px;
    /* Changes Done by Vaibhav on 5 Dec 2014 w.r.t #9809*/
    margin-top: 0px;
    padding: 30px 10px 10px;
    text-align: center;
    /*width: 100%;*/
}

#footer .center {
    width: 1350px;
}

#footer .browsers {
    float: left;
    /* Changes Done by Vaibhav on 5 Dec 2014 w.r.t #9809*/
    margin-left: 110px;
    width: 148px;
}

.ltr #footer .browsers {
    float: right;
    /* Changes Done by Vaibhav on 5 Dec 2014 w.r.t #9809*/
    margin-right: 110px;
}

#footer .browsers h3 {
    border-bottom: 1px solid #85B1FF;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: right;
    text-shadow: 1px 1px #FFFFFF;
    display: none;
}

#footer .browsers li {
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    float: left;
    height: 32px;
    margin-bottom: 5px;
    margin-right: 5px;
    opacity: 1;
    position: relative;
    width: 32px;
}

#footer .browsers li:hover {
    opacity: 1;
}

#footer .browsers li.firefox {
    background-image: url(../../images/browsers/firefox.png);
}

#footer .browsers li.chrome {
    background-image: url(../../images/browsers/chrome.png);
}

#footer .browsers li.safari {
    background-image: url(../../images/browsers/safari.png);
}

#footer .browsers li.ie {
    background-image: url(../../images/browsers/ie.png);
}

#footer .browsers li.opera {
    background-image: url(../../images/browsers/opera.png);
}

#footer .browsers li .name {
    display: none;
}

#footer .browsers li .version {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #0B3580;
    display: none;
    font-size: 14px;
    min-width: 20px;
    opacity: 0.7;
    padding: 3px 2px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

#footer .browsers li:hover .version {
    display: block
}

#footer .panels {
    float: right;
    width: 770px;
    display: none;
}

#footer .panels .panel {
    background: none repeat scroll 0 0 #D8E6FF;
    border-radius: 2px;
    float: right;
    height: 80px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px;
    width: 360px;
    text-align: right;
}

#footer .panels .panel + .panel {
    margin: 0;
}

#footer .panels .panel h3 {

}

#footer .panels .panel .content {

}

#footer .panels .copyright {
    border-top: 1px solid #85B1FF;
    clear: both;
    font-size: 14px;
}
#grid {    
    max-height: 350px;
	overflow:auto;
	min-height:100px;
}
.dojoxGridRow tr {
  background-color: #e9fff8;
  color: black;
  font-size: 14px;
}
.dojoxGridRowOdd tr {
  background-color: #dbf0f2;
  color: black;
  font-size: 14px;
}
/*.dojoxGridRow tr:hover td {
  background-color: white !important;
  color: #2F4F4F !important;
  font-size: 18px;
}
*/
.dojoxGridHeader .dojoxGridCell {
  background-image: none !important;
  background-color: #3e5b76 !important;
}

.dojoxGridHeader .dojoxGridCell div {
  color: white;
  font-size: 14px;
}

.dijitTextBox {
	border: solid black 1px;
	#overflow: hidden; 
	width: 12em;	
	vertical-align: middle;
}

.bodybackground { 
    background-image: url('/devib/images/bank_water.jpg');
    no-repeat center center fixed; background-size: cover;
    -webkit-background-size: cover; -moz-background-size: cover;
    -o-background-size: cover; margin: 0; padding: 0;
}
.content1 {
    margin-left: 15px;
    margin-right: 25px;
    width: 98%;
}

.usrname_curve1 {
    padding: 4px 40px 10px;
    vertical-align: top;
}
.sectionTopDivEn {
    vertical-align: top;
    display: table-cell;
    width: 80%;
    text-align: right;
}

.sectionTop {
    display: table;
    width: 650px;
}
.sectionTopDivFa {
    vertical-align: top;
    display: table-cell;
    width: 80%;
    text-align: left;
}
.logoutbuttons ul{
	display: table-cell;
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 13px Verdana;
	list-style-type: none;
	text-align: center; 
}
.logoutbuttons li{
	display: inline-block;
	margin: 0;
}
.logoutbuttons li a{
	text-decoration: none;
	padding: 1px 12px;
	margin-right: 5px;
	border: 1px solid #778;
	color: white;
	border:1px solid gray;
	background: #3282c2;
	border-radius: 8px; 
}
.displayTable {
	background-color: #dbf0f2;
    border: 1px solid #a5c3ff;
	width:50%;
}
.displayTable tr {
		margin:0;
		padding:4px;
}
.displayTable td {
		border: 1px solid #a5c3ff;
		padding: 0.4em ;
    	/*text-align: left; */
}
.displaynewtable{width:89%;margin-top:12px}
.displaynewtable tr td{width:20%}
/*.displaynewtable .sameline{display:none} */
