﻿/**************************Default CSS By MVC3 Template *****************/
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {color: #ff0000;}
.field-validation-valid {display: none;}
.input-validation-error {border: 1px solid #ff0000;background-color: #ffeeee;}
.validation-summary-errors {font-weight: normal; color: #ff0000;}
.validation-summary-valid {display: none;}

/**********************************************************************/
body 
{  
    background-color: #eef2f3;
    font-size: 9.75pt;
    font-family: Tahoma, Geneva, sans-serif; margin:0px; padding:0px;  
    
}
html, body {height: 100%; font-family: Tahoma, Geneva, sans-serif; }
p {margin:0px;}

/***********************master page css ********************************/
#main-con{ width:1020px; margin:0px auto; min-height:100%; }
.contentpanel{ padding: 0px 0px 10px 10px; padding-bottom: 60px;min-height:380px; width:1020px;}

/********************master page header css ***************************/
.logo{ float:left; width:92px; height:61px; background:url(../images/logo_small.png) no-repeat; margin: 5px 0px 0px 0px;}
.title-header {float:left;padding-top:20px; font-size:15pt;font-weight:bold;margin-left:5px;}
.welcome {float:right;margin-right:10px;padding-top:30px;}
.welcome-text {font-weight:bold;font-size:12pt;}
.header-menu-text{text-decoration:none; color:#000000;padding:1em;font-size: 9.75pt;font-weight:bold;}
.header-menu-text-locked{color:#7b7b7b;font-weight:bold;padding: 1em;font-size: 9.75pt;}
.header-menu-container{display:block;padding-top:2px;}
.top-menu-bar{width:1000px;height:100%;border:1px solid #dde3ea; padding:0px;
              -moz-border-radius: 10px; 
              -webkit-border-radius:10px;/*border-radius:10px;*/
              background-color:#f7f8f9;background-repeat:repeat-x;
              background-image:linear-gradient(top, #ffffff, #f7f8f9);
              }

.head-td-border { width:14%;border-left:1px solid transparent;border-right:1px solid #dde3ea;font-weight:bold;background-color:#eaeef1; background-repeat:repeat-x;
             -moz-border-radius-topleft:10px; 
             -moz-border-radius-bottomleft:10px; 
             -webkit-border-top-left-radius:10px; 
             -webkit-border-bottom-left-radius:10px;
              background:-khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#dde3ea)); 
          background:-moz-linear-gradient(top, #ffffff, #dde3ea);
          background:-ms-linear-gradient(top, #ffffff, #dde3ea);
          background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dde3ea));
          background:-webkit-linear-gradient(top, #ffffff, #dde3ea);
          background:-o-linear-gradient(top, #ffffff, #dde3ea);
          background:linear-gradient(top, #ffffff, #dde3ea);
          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dde3ea', GradientType=0);}


.head-td {width:14%;border-right:1px solid #dde3ea;font-weight:bold;background-color:#eaeef1; background-repeat:repeat-x;
          background:-khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#dde3ea)); 
          background:-moz-linear-gradient(top, #ffffff, #dde3ea);
          background:-ms-linear-gradient(top, #ffffff, #dde3ea);
          background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dde3ea));
          background:-webkit-linear-gradient(top, #ffffff, #dde3ea);
          background:-o-linear-gradient(top, #ffffff, #dde3ea);
          background:linear-gradient(top, #ffffff, #dde3ea);
          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dde3ea', GradientType=0);}
          
          /****Language bar ***/
          /*
.en { background:url(../images/flags/en.gif) no-repeat; background-position:center left;  cursor:pointer;padding-left:25px;}
.vi { background:url(../images/flags/vi.gif) no-repeat; background-position:center left;  cursor:pointer;padding-left:25px;}
.ms { background:url(../images/flags/ms.gif) no-repeat; background-position:center left;  cursor:pointer;padding-left:25px;}
.zh { background:url(../images/flags/zh.gif) no-repeat; background-position:center left;  cursor:pointer;padding-left:25px;}
.km { background:url(../images/flags/km.gif) no-repeat; background-position:center left;  cursor:pointer;padding-left:25px;}
.th { background:url(../images/flags/th.gif) no-repeat; background-position:center left;  cursor:pointer;padding-left:25px;}
.en-selected { background:url(../images/flags/en.gif) no-repeat; background-position:center left;  cursor:pointer;width:70px;height:22px;
               border:2px solid #dde3ea;color:#000; background-color:#fff transparent;padding-left:20px;}*/
.lastloginlabel {font-weight:bold;color:#454545;}
.lastlogin {color:#454545;}
.subheaddiv{padding: 10px 0px 0px 0px;}
 
/********************master page footer css ***************************/
.footer-bg{height:31px;width:auto; margin-top:-33px; clear:both; position:relative;}
.footer-panel{margin:0px auto; width:1000px;height:100%; }
.line{border-top:1px solid #a7a7a7;width:1000px;}
.footer-logo {float:left; width:62px; height:31px; /*background:url(../images/logo_small_2.png) no-repeat;*/margin-left:344px;}
.copyright {width:250px; float:left; color:#555555; font-size:8.5pt;padding-left:15px;padding-top:5px;font-family:Arial Unicode MS;}

.footer-link {font-size:8.5pt;}

/******************** Login Page css ***********************************/
.loginpanel{padding:0px;}
.login-box{ width:350px; margin:0px auto;height:220px auto; min-height:220px; background-color:#fff;border:1px solid #dde3ea; -moz-border-radius: 10px; -webkit-border-radius:10px;
            padding:10px 0px 10px 15px;position: absolute;top:150px;margin-left:335px; border-radius:10px;}
.passwordexpiry-box{ width:400px; margin:0px auto;height:220px auto; min-height:220px; background-color:#fff;border:1px solid #dde3ea; -moz-border-radius: 10px; -webkit-border-radius:10px;
            padding:10px 0px 10px 15px;position: absolute;top:150px;margin-left:300px; border-radius:10px;}
.pwdReset-box{ width:340px; margin:0px auto;min-height:220px; background-color:#fff;border:1px solid #dde3ea; -moz-border-radius: 10px; -webkit-border-radius:10px;border-radius:10px;
            padding:10px 10px 10px 15px;position: absolute;top:150px;margin-left:335px; }
.login-infobox{background-color:#f0fce6; width:120px; height:75px;padding: 15px 15px 15px 15px;border:1px solid #dde3ea;-moz-border-radius: 10px;
                -webkit-border-radius:10px;position: relative;border-radius:10px;/*margin:220px 0px 0px 630px;*/top:220px;left:625px;}
/*.pwereset-infobox{background-color:#f0fce6; width:120px; height:70px;padding: 15px 15px 15px 15px;border:1px solid #dde3ea;-moz-border-radius: 10px;
                -webkit-border-radius:10px;position: relative;/*margin:215px 0px 0px 630px;top:225px;left:630px;}                */
.login-right-image {position: relative;margin-left:750px;margin-top:100px;}                
               
.login-header-bar {float:left;background-color:#a0d9ec;width:100%;height:6px;-moz-border-radius: 10px; -webkit-border-radius:10px;margin-top:0px;border-radius: 10px;
                  background:-khtml-gradient(linear, left top, left bottom, from(#6aa9c2), to(#a0d9ec)); 
                  background:-moz-linear-gradient(top, #6aa9c2, #a0d9ec);
                  background:-ms-linear-gradient(top, #6aa9c2, #a0d9ec);
                  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #6aa9c2), color-stop(100%, #a0d9ec));
                  background:-webkit-linear-gradient(top, #6aa9c2, #a0d9ec);
                  background:-o-linear-gradient(top, #6aa9c2, #a0d9ec);
                  background:linear-gradient(top, #6aa9c2, #a0d9ec);
                  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aa9c2', endColorstr='#a0d9ec', GradientType=0);margin-top:3px;}
.login-header-text{color:#616161; font-size:13.75pt;font-weight:bold;font-family:Arial;}
.passwordreset-header-text{color:#616161; font-size:13pt;font-weight:bold;font-family:Arial;}

/************************ Controls & Generic Styles  ********************************/
a { color:#0081c0;text-decoration:none;}
a:hover{color:#0081c0;text-decoration:underline;}
/*
.btn {border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    width:120px;text-decoration:none;text-align:center; color:#616161; cursor:pointer;display:inline-block;background-color:#e6e6e6;
      background-repeat:no-repeat;padding: 5px;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}
      .btn:hover {text-decoration:none;}
.btn-small{border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    width:70px;text-decoration:none;text-align:center; color:#616161;font-weight:bold; cursor:pointer;display:inline-block;background-color:#e6e6e6;
        background-repeat:no-repeat;padding: 5px;
    font-size: 13px;
    line-height: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}
.btn-small:hover{color:#393d08;} 
.btn:hover{color:#393d08;}
.btn-large:hover{color:#393d08;} 
.btn-large {border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    width:170px;text-decoration:none;text-align:center; color:#616161; cursor:pointer;display:inline-block;background-color:#e6e6e6;
      background-repeat:no-repeat;padding: 5px;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}
.btn-disabled {border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    width:120px;text-decoration:none;text-align:center; color:#616161; cursor:pointer;display:inline-block;background-color:#e6e6e6;                             
      background-repeat:no-repeat;padding: 5px;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}
*/
.btn {width:120px;text-decoration:none;text-align:center; color:#616161; cursor:pointer;display:inline-block;background-color:#e6e6e6;
      background-repeat:no-repeat;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
      background-image:-webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
      background-image:-ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
      background-image:linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);padding:5px;
      font-size:13px;font-weight:bold;
      line-height:normal;border:1px solid #ccc;border-bottom-color:#bbb;-webkit-border-radius:4px;-moz-border-radius:4px;
      border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
      -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
      box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
      -webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-ms-transition:0.1s linear all;-o-transition:0.1s linear all;
      transition:0.1s linear all;}
      .btn:hover {text-decoration:none;}
.btn-small{width:70px;text-decoration:none;text-align:center; color:#616161;font-weight:bold; cursor:pointer;display:inline-block;background-color:#e6e6e6;
        background-repeat:no-repeat;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
        background-image:-webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
        background-image:-ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        background-image:linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
        padding:5px;font-size:13px;line-height:normal;
        border:1px solid #ccc;border-bottom-color:#bbb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
        -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
        -webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-ms-transition:0.1s linear all;-o-transition:0.1s linear all;transition:0.1s linear all;
        font-family:Tahoma, Geneva, sans-serif;font-size:9pt;}
.btn-small:hover{color:#393d08;text-decoration:none;} 
.btn:hover{color:#393d08;}
.btn-large:hover{color:#393d08;text-decoration:none;} 
.btn-large {width:170px;text-decoration:none;text-align:center; color:#616161; cursor:pointer;display:inline-block;background-color:#e6e6e6;
      background-repeat:no-repeat;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
      background-image:-webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
      background-image:-ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
      background-image:linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);padding:5px;
      font-size:13px;font-weight:bold;
      line-height:normal;border:1px solid #ccc;border-bottom-color:#bbb;-webkit-border-radius:4px;-moz-border-radius:4px;
      border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
      -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
      box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
      -webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-ms-transition:0.1s linear all;-o-transition:0.1s linear all;
      transition:0.1s linear all;}
.btn-disabled {width:120px;text-decoration:none;text-align:center; color:#616161; cursor:pointer;display:inline-block;background-color:#e6e6e6;                             
      background-repeat:no-repeat;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
      background-image:-webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
      background-image:-ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
      background-image:linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
      filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);padding:5px;
      font-size:13px;font-weight:bold;
      line-height:normal;border:1px solid #ccc;border-bottom-color:#bbb;-webkit-border-radius:4px;-moz-border-radius:4px;
      border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
      -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
      box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
      -webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-ms-transition:0.1s linear all;-o-transition:0.1s linear all;
      transition:0.1s linear all;}
label,input,select,textarea{font-family:Tahoma, Geneva, sans-serif;font-size:9.75pt;font-weight:normal;line-height:normal;}

input[type="submit"] {font-family:Tahoma, Geneva, sans-serif; }
input[type="file"] { font-family:Tahoma, Geneva, sans-serif;font-size:9.75pt;/*position:relative;*/
text-align: left;-moz-opacity:100 ;filter:alpha(opacity: 100);opacity: 100;z-index: 2; }
input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{background-color:#f5f5f5;/*border-color:#ddd;cursor:not-allowed;*/}
 
textarea {overflow:auto;resize:none;}
.textBox {width:350px;border:1px solid #d7d7d7;font-size:9.75pt;}
.textBox-normal {width:200px;border:1px solid #d7d7d7;font-size:9.75pt;}
.grey-label {color:#5a5a5a;} .small {font-size:9pt;}
.grid-table {border-left: 1px solid #dde3ea;}
.grid-header-row {background-color:#dde3ea;height:30px;}
.grid-cell {border-bottom:1px solid #dde3ea;border-right:1px solid #dde3ea;/*border-left:1px solid #dde3ea;*/}
.grid-cell-desc {border-bottom:1px solid #dde3ea;border-right:1px solid #dde3ea;/*border-left:1px solid #dde3ea;display: inline-block;*/word-break: break-all;}
.grid-cell-left {border-bottom:1px solid #dde3ea;/*border-right:1px solid #dde3ea;border-left:1px solid #dde3ea;*/}
.grid-cell-alternate-row {background-color:#f0f0f0;}
.greybg {background-color:#f0f0f0;}
.leftlabel {text-align:right;}
.rightlabel {font-weight:bold;}
/*.entryleftlabel {text-align:right;}*/

.printlink {background:url(../images/printer-green.png) no-repeat ;background-position:left; margin: 0px 0px 0px 0px;padding-left:25px;}
.downloadlink {background:url(../images/download.png) no-repeat ;background-position:left; margin: 5px 0px 0px 0px;padding-left:25px; display: inline-block; height:20px;}
.downloadlinks {background:url(../images/downloads.png) no-repeat ;background-position:left; margin: 5px 0px 0px 0px;padding-left:20px; display: inline-block; height:15px;}
.viewdetails {background:url(../images/lens.png) no-repeat ;background-position:left; width:16px;height:16px;display:inline-block; }
.sendmail {background:url(../images/mail.png) no-repeat ;background-position:left; width:16px;height:16px;display:inline-block; }
.errormsg {color:#f90000; font-size:8.75pt;}
.successmsg {color:/*#a2cf38*/#93c325;font-size:8.75pt;} 
.cancellink {background:url(../images/cancel.gif) no-repeat ;background-position:left; width:25px;height:16px;padding-left:17px;}
.savelink {background:url(../images/save1.jpg) no-repeat ;background-position:left; width:56px;height:18px;display:inline-block;border:none;color:#0081c0;padding-left:24px;text-align:left;text-decoration:underline;}
.deletelink {background:url(../images/delete_ico.png) no-repeat ;background-position:left; width:auto;height:20px;display:inline-block;border:none;color:#0081c0;padding-left:22px;text-align:left;text-decoration:underline;}
.savelinka {background:url(../images/save.jpg) no-repeat ;background-position:left; width:27px;height:16px;display:inline-block;border:none;color:#0081c0;padding-left:20px;text-align:left;text-decoration:underline;}
.helplink {background:url(../images/help.jpg) no-repeat ;background-position:left; width:auto;height:20px;display:inline-block;border:none;padding-left:23px;text-align:left;}
.refundlink {background:url(../images/refund.gif) no-repeat ;background-position:left; width:25px;height:16px;padding-left:17px;}
.voidlink {background:url(../images/void.png) no-repeat ;background-position:left; width:25px;height:16px;padding-left:17px;}
.addnewlink {background:url(../images/addnew.png) no-repeat ;background-position:left; width:50px;height:20px;padding-left:25px;padding-bottom:8px;padding-top: 5px;vertical-align:middle;}
.backlink {background:url(../images/common-back.png)no-repeat ;background-position:left; width:100%;height:20px;padding-left:27px;padding-bottom:4px;vertical-align:middle;}
.searchlink {background:url(../images/search.png) no-repeat ;background-position:left; width:25px;height:16px;padding-left:25px;}
.previewlink {background:url(../images/preview.png) no-repeat ;background-position:left; width:100%;height:22px;padding-left:23px;padding-bottom:4px;vertical-align:middle;}
.copylink {background:url(../images/copy.jpg) no-repeat ;background-position:left; width:25px;height:16px;padding-left:17px;}
.selectlink {background:url(../images/select.png) no-repeat ;background-position:left; width:25px;height:16px;padding-left:17px;}
.greyborder {border:1px solid #dde3ea;}
.search-box{width:100%;height:auto;min-height:150px;border:1px solid #dde3ea; -moz-border-radius: 10px; margin-top:10px;
                      -webkit-border-radius:10px;background-color:#ffffff;background-repeat:repeat-x;}
.entry-box {width:955px;background-color:#f0f0f0;}                      
.buttonlink {border:none;color:#0081c0;text-decoration:underline;background-color:transparent;cursor:hand;cursor:pointer;}                      
.clear {clear:both;}
.combo { border:2px solid #dde3ea;
        /*background-position: left top;*/
        height:30px; text-align:left; padding: 3px 6px 4px 25px; /*font-weight:normal; */ color:#000; background-color:#fff transparent; 
        border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
        /*background-repeat: no-repeat !important;
        background-attachment: scroll !important;*/
        /*font-style: normal;
        font-variant: normal;        
        font-size: 9.75pt;   
        font-family: Tahoma, Geneva, sans-serif;*/
    }
.mandatory {color:#f60505;}
.searchbox {background-color:#f0f0f0;border-radius:10px;-moz-border-radius:10px; -webkit-border-radius:10px;width:700px;padding:20px;margin-left:125px;margin-top:10px;}
.ctooltip {}
.infolabel {color:#454545;}

/***************************** Sub Header CSS *************************************/
.green-menu-bar{width:1001px;height:40px;/*border:1px solid #a2cf38;*/ -moz-border-radius: 10px; -webkit-border-radius:10px;
                background-color:#a2cf38;background-repeat:repeat-x;
                   background:-khtml-gradient(linear, left top, left bottom, from(#b9e35c), to(#93c325)); 
    background:-moz-linear-gradient(top, #b9e35c, #93c325);
    background:-ms-linear-gradient(top,#b9e35c, #93c325);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9e35c), color-stop(100%, #93c325));
    background:-webkit-linear-gradient(top, #b9e35c, #93c325);
    background:-o-linear-gradient(top, #b9e35c, #93c325);
    background:linear-gradient(top, #b9e35c, #93c325);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9e35c', endColorstr='#93c325', GradientType=0);}
.green-menu-selected{color:#000000;text-decoration:none;}
.green-menu-normal{color:#ffffff;}
.green-menu-locked {color:#d7d7d7;text-decoration:none;}

/*************************Account Overview Home Css ****************************************/
.home-box-left{border:1px solid #dde3ea; background-color:#ffffff;height:250px;margin-right:5px;margin-bottom:5px;padding-right:0px;}
.home-box-right{border:1px solid #dde3ea; background-color:#ffffff;height:250px;margin-right:5px;margin-bottom:5px;padding-right:0px;}
.home-box-small{border:1px solid #dde3ea; background-color:#ffffff;height:auto; width:auto;-moz-border-radius: 10px; -webkit-border-radius:10px;border-radius:10px; 
                padding:15px 0px 10px 15px;margin-left:5px;}
.home-subtitle {font-size:13pt; font-weight:bold;color:#000000;padding-left:15px;}
.home-subtitle-1 {font-size:13pt; font-weight:bold;color:#000000;}
.home-header-bar {width:100% auto;height:6px;-moz-border-radius: 10px; -webkit-border-radius:10px;border-radius: 10px; 
          background:-khtml-gradient(linear, left top, left bottom, from(#6aa9c2), to(#a0d9ec)); 
          background:-moz-linear-gradient(top, #6aa9c2, #a0d9ec);
          background:-ms-linear-gradient(top, #6aa9c2, #a0d9ec);
          background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #6aa9c2), color-stop(100%, #a0d9ec));
          background:-webkit-linear-gradient(top, #6aa9c2, #a0d9ec);
          background:-o-linear-gradient(top, #6aa9c2, #a0d9ec);
          background:linear-gradient(top, #6aa9c2, #a0d9ec);
          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aa9c2', endColorstr='#a0d9ec', GradientType=0);         
                  margin: 5px 10px 5px 15px;}
.home-sub-menubar td {border-right:1px solid #ffffff;width:20%;font-size:11.25pt;font-weight:bold;}
.home-sub-menubar-right {font-size:11.25pt;font-weight:bold;padding-left:20px;} /* Change Password menu section */
.home-graph-div {padding-left:10px;min-height:160px;}
.home-footer-link-normal{width:85px;float:left;text-align:center;background-color:#f0fce6;border-top:1px solid #dde3ea;height:28px;padding-top:5px;}
.home-footer-link-selected{width:85px;float:left;text-align:center;background-color:#ffffff;border-right:1px solid #dde3ea;border-left:1px solid #dde3ea;height:28px;padding-top:5px;text-decoration:none;color:#000000;}
.home-footer-link-selected-right{width:84px;float:left;text-align:center;background-color:#ffffff;border-left:1px solid #dde3ea;height:28px;padding-top:5px;text-decoration:none;color:#000000;}
.home-footer-link-normal-txn{width:173px;float:left;text-align:center;background-color:#f0fce6;border-top:1px solid #dde3ea;height:28px;padding-top:5px;}
.home-footer-link-selected-txn{width:172px;float:left;text-align:center;background-color:#ffffff;border-right:1px solid #dde3ea;border-left:1px solid #dde3ea;height:28px;padding-top:5px;text-decoration:none;color:#000000;}
.home-footer-link-selected-right-txn{width:170px;float:left;text-align:center;background-color:#ffffff;border-left:1px solid #dde3ea;height:28px;padding-top:5px;text-decoration:none;color:#000000;}
.home-footer-text-selected{text-decoration:none;color:#000000;font-weight:bold;}
.home-footer-text-selected-txn{text-decoration:none;color:#000000;font-weight:bold;}
/*#loadingicon {position: fixed;top: 235px;left: 855px;width: 16px;height: 16px;margin-top: -10px;margin-left: -20px;cursor: pointer;overflow: hidden;z-index: 1104;}
#loadingicon div {position: absolute;	top: 10;	left: 0;width: 16px;height:16px;background-image: url('../images/loading.gif');}*/
.loadingdiv {position:relative;float:right;background-image: url('../images/loading.gif');background-repeat:no-repeat;width:16px;height:16px;display:none;padding-right:10px;} 
/***for green sub menu divs - to show and hide --*/
.greenmenu-block {float:left;width:139px;height:32px;border-right:1px solid #ffffff;padding-top:8px;text-align:center;}
.greenmenu-block-tran {float:left;width:124px;height:32px;border-right:1px solid #ffffff;padding-top:8px;text-align:center;}
.greenmenu-block-large{float:left;width:180px;height:32px;padding-top:8px;text-align:center;} /* change password menu div*/
 /**********************Account - Options css ****************************************/
.option-box-left {width:495px;float:left;background-color:#ffffff;border:1px solid #dde3ea;margin: 5px 0px 0px 0px;}
.option-box-right {width:495px;float:left;background-color:#ffffff;border:1px solid #dde3ea;margin:5px 0px 0px 6px;}

.editlink {background:url('../images/pencil.gif') no-repeat ;background-position:left; margin: 5px 0px 0px 0px;padding-left:18px;}
.info{background:url('../images/info_icon.png') no-repeat ;background-position:bottom; width:20px;height:20px;display:inline-block;}
.loadinghome_sv {position:relative;float:right;background-image: url('../images/loading.gif');background-repeat:no-repeat;width:16px;height:16px;display:none;text-align:right;}
.loadinghome_tran {position:relative;float:right;background-image: url('../images/loading.gif');background-repeat:no-repeat;width:16px;height:16px;display:none;}
.loadinghome_pm {position:relative;float:right;background-image: url('../images/loading.gif');background-repeat:no-repeat;width:16px;height:16px;display:none;}
.loadinghome_ct {position:relative;float:right;background-image: url('../images/loading.gif');background-repeat:no-repeat;width:16px;height:16px;display:none;}
.graphbar {background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);background-image:-ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:-o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);background-image:linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);}

/**********************Account Withdraw css ******************************************/
.account-withdraw-box{width:999px;height:auto;min-height:300px;border:1px solid #dde3ea; margin-top:10px;background-color:#ffffff;background-repeat:repeat-x;}
.account-user-box{width:999px;height:auto;min-height:450px;border:1px solid #dde3ea; margin-top:10px;background-color:#ffffff;background-repeat:repeat-x;}
.success-msgbox {background-color:#f0fce6;width:800px;border:1px solid #f0fce6;-moz-border-radius: 10px; -webkit-border-radius:10px; 
                 padding: 15px 15px 15px 20px;margin:10px 0px 20px 80px;}

/************************ Quick Pay css ************************************************/
.qp-box { border:1px solid #dde3ea;margin-top:10px;background-color:#ffffff;width:1000px;}
.message-box{border:1px solid #dde3ea;margin-top:10px;background-color:#ffffff;width:700px;}
.success-msg {color:#a2cf38;}

/************************ Transactions css ************************************************/
.transaction-navigation-td {text-align:center; width:10%;}
.transaction-navigation-a {color:#ffffff;}
.transaction-navigation-a-selected {color:#000000; text-decoration:none;}
.td-left-middle{text-align: left; vertical-align: middle;}
.td-center-middle{text-align: center; vertical-align: middle;}
.td-right-middle{text-align: right; vertical-align: middle;}
.transaction-details-break-line {background-color:#d3d7d8;width:auto;height:2px;-moz-border-radius: 10px; -webkit-border-radius:10px; border-radius: 10px; background: -moz-linear-gradient(top,  #ccc,  #000) -webkit-gradient(top,  #ccc,  #000);margin:10px;}
.transaction-details-container {padding:5px 100px 5px 100px;}
.transaction-details-section {background-color:#eef2f3; width:100%; padding-top:5px;}
.transaction-details-logo {padding: 15px 15px 15px 15px; background-color:white; width:100px; margin-left:20px; margin-top:15px;}
.transaction-details-section-sub-transparent {padding: 5px 0 5px 0; background-color:transparent; margin-top:-110px;}
.transaction-details-section-sub {padding: 5px 0 5px 0;}
.transaction-box {width:1000px; /*float:left;*/ background-color:#ffffff; border:1px solid #dde3ea; margin:5px 0px 0px 0px; height:100%; min-height:320px;}
.transaction-details-label-right {width:50%; color:#000000; text-align:right;}
.transaction-details-label-left {width:50%; color:#000000; text-align:left;font-weight:bold;}
.transaction-details-label-right-1 { color:#000000; text-align:right;}
.transaction-search-label-right {width:15%; color:#000000; text-align:right;}
.transaction-search-label-left {width:20%; color:#000000; text-align:left;font-weight:bold;}
.transaction-search-button {color:#000000; text-align:center;}

.transaction-top-link {padding:5px 100px 7px 100px;}
.transaction-bottom-link {padding:0px 100px 15px 100px;}

.btnTransaction {border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    width:150px;text-decoration:none;text-align:center; color:#000000; cursor:pointer;display:inline-block;background-color:#e6e6e6;background-repeat:no-repeat;padding: 5px 14px 6px;
    font-size: 13px;
    line-height: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);/*text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);color:#b52b1c;*/
}
.btnTransactionConfirm {border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    width:150px;text-decoration:none;text-align:center; color:#000000; cursor:pointer;display:inline-block;background-color:#a2cf38;background-repeat:no-repeat;padding: 5px 14px 6px;
    font-size: 13px;
    line-height: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    background-image: linear-gradient(#ffffff, #ffffff 25%, #a2cf38);/*text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);color:#b52b1c;*/
}
.btnTransactionCancel {border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    width:150px;text-decoration:none;text-align:center; color:#000000; cursor:pointer;display:inline-block;background-color:#FF0000;background-repeat:no-repeat;padding: 5px 14px 6px;
    font-size: 13px;
    line-height: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    background-image: linear-gradient(#ffffff, #ffffff 25%, #FF0000);/*text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);color:#b52b1c;*/
}

.head-td-transaction 
{
    height:40px;
    border-right:1px solid #dde3ea;
    font-weight:bold;
    background-color:#f7f8f9; 
    background-repeat:repeat-x;
    background:-khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#dde3ea)); 
    background:-moz-linear-gradient(top, #ffffff, #dde3ea);
    background:-ms-linear-gradient(top, #ffffff, #dde3ea);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dde3ea));
    background:-webkit-linear-gradient(top, #ffffff, #dde3ea);
    background:-o-linear-gradient(top, #ffffff, #dde3ea);
    background:linear-gradient(top, #ffffff, #dde3ea);
}

._A {color:#0000FF;} /*Blue*/
._S {color:#008000;} /*Green*/
._F {color:#FF0000;} /*Red*/
._PF {color:#FF0000;} /*Red*/
._FF {color:#FF0000;} /*Red*/
._V {color:#454545;} /* DimGrey*/
._VP {color:#454545;} /* DimGrey*/
._RF {color:#FF0000;} /* Red */
._RR {color:#FF0000;} /* Red */
._SS { color:#FFA500; } /*Orange*/
._RS { color:#FFA500; }
._RSM { color:#FFA500; }
._RC { color:#FF0000; }

._CBR {color:#FF0000;} /*Red*/
._IP {color:#FF0000;} /*Red*/
._AR {color:#FF0000;} /*Red*/
._ROE {color:#FF0000;} /*Red*/

td.menuon { color: #0081c0; }
td.menuoff { color: #000000; }

.details {font-weight:bold; }

/*****************************************REPORTS ***************************************************************/
.total-bar {width:100% auto;height:6px;-moz-border-radius: 10px; -webkit-border-radius:10px;border-radius: 10px; 
          background:-khtml-gradient(linear, left top, left bottom, from(#6aa9c2), to(#a0d9ec)); 
          background:-moz-linear-gradient(top, #6aa9c2, #a0d9ec);
          background:-ms-linear-gradient(top, #6aa9c2, #a0d9ec);
          background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #6aa9c2), color-stop(100%, #a0d9ec));
          background:-webkit-linear-gradient(top, #6aa9c2, #a0d9ec);
          background:-o-linear-gradient(top, #6aa9c2, #a0d9ec);
          background:linear-gradient(top, #6aa9c2, #a0d9ec);
          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6aa9c2', endColorstr='#a0d9ec', GradientType=0);         
                  margin: 0px;}
 .totallabel {font-weight:bold;}                 
                  
/****************************************Message*****************************************************************/
.right-container {border:1px solid #dde3ea; background-color:#ffffff; padding:0px;-moz-border-radius: 10px; -webkit-border-radius:10px;}
.searchtext{
background:#FFFFFF url(../images/search_1.png) no-repeat 0px 0px;
padding:0px 0px 4px 22px;
border:1px solid #CCCCCC;
/*width:150px;
height:14px;
*/
}


/*****************************************Live Chat*************************************************************/
.live-chat-off {width:auto;height:auto;border:1px solid #dde3ea; padding:0px;color:#5a5a5a;
              -moz-border-radius: 10px; 
              -webkit-border-radius:10px;
             border-right:1px solid #dde3ea;font-weight:bold;
             background-color:#eaeef1; background-repeat:repeat-x;
          background:-khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#dde3ea)); 
          background:-moz-linear-gradient(top, #ffffff, #dde3ea);
          background:-ms-linear-gradient(top, #ffffff, #dde3ea);
          background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dde3ea));
          background:-webkit-linear-gradient(top, #ffffff, #dde3ea);
          background:-o-linear-gradient(top, #ffffff, #dde3ea);
          background:linear-gradient(top, #ffffff, #dde3ea);
          filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dde3ea', GradientType=0);}
              
.live-chat-on 
{
    width:auto;height:auto;border:1px solid #dde3ea; padding:0px;
    -moz-border-radius: 10px; 
    -webkit-border-radius:10px;
    background-color:#a2cf38;background-repeat:repeat-x;color:#ffffff;font-weight:bold;
    background:-khtml-gradient(linear, left top, left bottom, from(#b9e35c), to(#93c325)); 
    background:-moz-linear-gradient(top, #b9e35c, #93c325);
    background:-ms-linear-gradient(top,#b9e35c, #93c325);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9e35c), color-stop(100%, #93c325));
    background:-webkit-linear-gradient(top, #b9e35c, #93c325);
    background:-o-linear-gradient(top, #b9e35c, #93c325);
    background:linear-gradient(top, #b9e35c, #93c325);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9e35c', endColorstr='#93c325', GradientType=0);}

/******************************************Help Center ***************************************************************/
              
.help-box { border:1px solid #dde3ea;margin:0px;background-color:#ffffff;width:100%;}
.helpmenu-container {background-color:#f0fce6;border-left:1px solid #b6ea94;-moz-border-radius: 5px;-webkit-border-radius:5px;}
.selected-menu {color:#000000;text-decoration:none;}
.selected-menu-bg {width:100px;height:37px;border-right:1px solid #b6ea94;border-bottom:0px;border-left:1px solid #b6ea94;}
.selected-menu-bg-acc{width:100px;height:37px;border-right:1px solid #b6ea94;border-bottom:0px;}
.helpmenu-bg {width:100px;background-color:#eff2f3;border-bottom:1px solid #b6ea94;}
.helpmenu-right-bg {width:160px;background-color:#eff2f3;border-bottom:1px solid #b6ea94;border-right:1px solid #d9d9d9;}
.helpmenu-innerbody {border-right:1px solid #b6ea94;}
.questionmark-bullet {font-weight:bold;font-size:12pt;color:#808690;}
.help-subtitle {font-weight:bold;font-size:10.75pt}

.chatdialog {background-color:#dde3ea;font-size: 9.75pt;
    font-family: Tahoma, Geneva, sans-serif;}

/*****************Paging css ****************************/
.pager {/*float:right;*/ }
.page {/*border: 1px solid #dde3ea;*/color:#000000;font-weight:normal;margin:0px 2px 0px 2px;padding:0px 1px 0px 1px;text-decoration:none;}
.selected-page {/*border: 1px solid #dde3ea;*/color:#0000e7;font-weight:bold;margin:0px 2px 0px 2px;padding:0px 1px 0px 1px;text-decoration:none;}
.previous-dots {margin:0px 2px 0px 2px;text-decoration:none;}
.next-dots {margin:0px 2px 0px 2px;text-decoration:none;}

/***************Error Page css ********************/
.error-box{width:100%;height:auto;min-height:450px;border:1px solid #dde3ea; -moz-border-radius: 10px; margin-top:0px;
                      -webkit-border-radius:10px;background-color:#ffffff;background-repeat:repeat-x;}
                      
/***********************Change Password (Passowrd Expiry / Forgot Password) **************************/                      
.changepassword-box{ width:450px; margin:0px auto;height:220px auto; min-height:220px; background-color:#fff;border:1px solid #dde3ea; -moz-border-radius: 10px; -webkit-border-radius:10px;
            padding:5px 0px 10px 15px;position: absolute;top:130px;margin-left:295px; border-radius:10px;}
            
.changepassworderror-box{ width:400px; margin:0px auto;min-height:180px; background-color:#fff;border:1px solid #dde3ea; -moz-border-radius: 10px; -webkit-border-radius:10px;
            padding:5px 0px 10px 15px;position: absolute;top:200px;margin-left:295px; border-radius:10px;}
.note {font-weight:bold;font-size:11pt;margin-left:5px;}            
.notediv{float:left;margin-left:5px;margin-top:5px;padding:10px;background-color:#ffffff;border-radius:10px;border:1px solid #7e7e7e; -moz-border-radius: 10px; -webkit-border-radius:10px;         
         -moz-box-shadow: 5px 5px 5px #ccc; -webkit-box-shadow: 5px 5px 5px #ccc;  box-shadow: 5px 5px 5px #ccc;}                        
/*******Sesion Expired ******************/
.no-close .ui-dialog-titlebar {display: none }

.ui-widget-header 
{
    /*paing added background to overwrite the jquery template bg color for IE*/
/*
    background-position: 0% 0%;
    background-color: #b9e35c !important;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(#b9e35c, #93c325) !important ;
    border-bottom-color: #b9e35c !important;
    background-attachment: scroll !important;*/
     background:#b9e35c !important;
  background-color: #b9e35c !important;
  background-repeat: repeat-x !important;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#b9e35c), to(#93c325)) !important;
  background-image: -moz-linear-gradient(#b9e35c, #93c325) !important;
  background-image: -ms-linear-gradient(#b9e35c, #93c325) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b9e35c), color-stop(100%, #93c325)) !important;
  background-image: -webkit-linear-gradient(#b9e35c, #93c325) !important;
  background-image: -o-linear-gradient(#b9e35c, #93c325) !important;
  background-image: linear-gradient(#b9e35c, #93c325) !important;
  border-bottom-color: #b9e35c !important;
}

.num {mso-number-format:General;}

/**************QuickPay Landing Page *******************/
.qp-wait{ width:600px; margin:0px auto;height:130px auto; min-height:130px; background-color:transparent;/*border:1px solid #dde3ea; -moz-border-radius: 10px; -webkit-border-radius:10px;*/
            padding:50px 0px 10px 0px;position: absolute;top:170px;margin-left:190px; border-radius:10px;}
          
.waitlabel {color:#000071;font-size:11pt;margin:0px;padding-top:10px;}          
.processing {background:url(images/processing.gif)no-repeat ;background-position:left; width:45px;height:40px;vertical-align:middle;margin:0px 0px 0px 10px;display:block;}          
.copyrightlabel {font-size:8.5pt;font-family:Arial Unicode MS;}

/**********************JQUery Dropdown ***********************/
   
.toplinks{	font-family: Tahoma, Geneva, sans-serif; 
	font-size:12px;
	background-color: #777777;
	color:#fff;
	border-bottom:2px solid #c3c3c3;
	margin-bottom:10px;
	padding-bottom:10px;
}
.toplinks a, .toplinks a :visited{color:#FFF;}
.small{font-size:10px; line-height:12px; color:#006; font-weight:normal; font-family: Tahoma, Geneva, sans-serif;  position:relative; top:-10px}
.error {color: #ff0000;}
#dataTable1 { width: 210px;
                border:  1px solid #777777;
                border-collapse: collapse;
               
               
               }
#dataTable1 td {
    width:150px;
    border: solid 1px #777777;
    
}
#dataTable2{ width: 210px;
                border:  1px solid #777777;
                border-collapse: collapse;
               
               
               }
    #dataTable2 td {
        width: 150px;
        border: solid 1px #777777;
    }
    

  
