html, body{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #555555;
    font: 10pt Helvetica,Arial,Tahoma,sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}

#page {
    /*background:  #FFFFFF url(../images/logo/bg-header.png) top center no-repeat;*/
    border: medium none;
    height: auto !important;
    margin-bottom: 0;
    min-height: 100%;
    position: relative;
}

#header {
    background: url(../images/logo/SC_ALIPAY_PUBLICBANK.jpg) #ffffff left center no-repeat;
    /*border-bottom: 1px solid #CCCCCC;*/
    height: 100px;
    margin: 0;
    min-width: 1000px;
    padding: 0;
}

#img-header {

}

#user-header {
    display: block;
    height: 80px;
    width: 500px;
    float:right;
    margin-top: 15px;
    margin-right: 20px;
    background: transparent;
}

#user-login {
    padding: 5px 0 0 5px;
    display: block;
    height: 65px;
    width: 330px;
    float: right;
    /*background: #EFEFEF;*/
    background: #f2f0df;
}

#user-login span{
    float: left;
    width: 160px; 
    height: 35px;
    text-align: left;
    font-weight: bold;
    font-family: Arial; 
    font-size: 12px;
}

#user-login span img{
    vertical-align: bottom;
    margin-right: 5px;
    width: 22px;
}

#user-login .link:hover{
    cursor: pointer;
    color: blue;
}

#top-nav{
    height: 30px;
    border-bottom: 1px solid #dfdfdf;
    color: #ffffff;
    background-color: #4C9ED9;
    /*background-color: #404A4C;*/
    font-weight: bold;
    margin: 0;
}
/*
#top-nav{
    height: 30px;
    border-bottom: 1px solid #dfdfdf;
    color: #ffffff;
    background-color: #1E74C4;
    *background-color: #1A6ABB;
    background-image: -moz-linear-gradient(top, #1E74C4, #1A6ABB);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1E74C4), to(#1A6ABB));
    background-image: -webkit-linear-gradient(top, #1E74C4, #1A6ABB);
    background-image: -o-linear-gradient(top, #1E74C4, #1A6ABB);
    background-image: linear-gradient(to bottom, #1E74C4, #1A6ABB);
    background-repeat: repeat-x;
    border-color: #1A6ABB #1A6ABB #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E74C4', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    font-weight: bold;
    margin: 0;
}
*/
.nav-active,
.nav-active a{
    background: #C8CEF9;
    color: #1A6ABB !important;
    text-shadow: 0 -1px 0 #ffffff;
}
#div-breadcrumbs{
    padding: 0 20px 0 30px;
    background: #F3F3F3;
    font-size: 9pt;
    text-align: left;
    border-bottom: 1px solid #b4b2b2;
    height: 20px;
}
/*
#tag-breadcrumbs li{
    display: inline;
    list-style: none;
    padding-right: 10px;
    padding-left: 5px;
    font-weight: bold;
    color: #6996C5;
}
#tag-breadcrumbs>li.first{
    background: #EEEEEE url(../images/bg-breadcrumbs.png) right center no-repeat;
}
#tag-breadcrumbs>li.middle{
    background: #EEEEEE url(../images/bg-breadcrumbs.png) right center no-repeat;
}
#tag-breadcrumbs>li.last,
#tag-breadcrumbs>li.last>a{
    color: #E11837;
}*/
#content{
    padding: 20px 20px 80px 20px;
}

.readonly{
	background-color: #BDBDBD !important;
}
.div-form {
    margin-top: 10px;
    background-color: #efefef;
    overflow: auto;
    padding-bottom: 10px;
    display: block;

    /*
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    */
}

.div-title {
    font-size: 11pt;
    font-weight: bold;
    font-family: Helvetica,Arial,Tahoma,sans-serif;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    font-weight: bold;
    /*background-color: #3498db;*/
    background-color: #3A9AC4;
    /*
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #1E74C4;
    *background-color: #1A6ABB;
    background-image: -moz-linear-gradient(top, #1E74C4, #1A6ABB);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1E74C4), to(#1A6ABB));
    background-image: -webkit-linear-gradient(top, #1E74C4, #1A6ABB);
    background-image: -o-linear-gradient(top, #1E74C4, #1A6ABB);
    background-image: linear-gradient(to bottom, #1E74C4, #1A6ABB);
    background-repeat: repeat-x;
    border-color: #1A6ABB #1A6ABB #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E74C4', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    */
}
.div-form table, table {
    background: transparent;
    color: #000000;
    margin-top: 10px;
    /*margin-left: 10px;*/
    border-collapse: separate;
    border-spacing: 3px;
}
.div-form table td.tab, table td.tab {
    text-align: left;
    width: 10px;
    font-size: 9pt;
    font-weight: bold;
    vertical-align: top;
    white-space:nowrap;
}
.div-form table td.title, table td.title, .div-form table td.input, table td.input {
    text-align: left;
    font-size: 9pt;
    font-weight: bold;
    vertical-align: top;
}
.div-form table td.changed, table td.changed {
	color:blue !important;
}
.div-form table td.title, table td.title{
	text-align:right !important;
}
.div-form table td.subheader, table td.subheader{
	text-align:left !important;
	background-color:#ffffff;
	font-weight:bold;
	padding:2px;
}
.div-form table td.subheader2, table td.subheader2{
	text-align:center !important;
	background-color:#CEECF5;
	font-weight:bold;
	padding:2px;
}
.div-form table td.subheadernobg, table td.subheadernobg{
	text-align:left !important;
	font-weight:bold;
	padding:2px;
}
.div-button {
    text-shadow: none;
    font-size: 11pt;
    font-weight: bold;
    font-family: Helvetica,Arial,Tahoma,sans-serif;
    color: #064594;
    padding: 10px 10px 0px 10px;
    text-align: right;
}

.div-button ul li{
    list-style-type: none;
    display: block;
    width: 50%;
    float: left;
}
.btn {
    text-shadow: none;
    color: #ffffff;
    font-weight: bold;
    font-family: Helvetica,Arial,Tahoma,sans-serif;
    /*border-radius: 4px;*/
    border-width: 0px 0px 2px 0px;
    cursor: pointer;
    /*background-color: #3498DB;*/
    background-color: #3A9AC4;
    border-bottom: 3px solid #2980b9;
}
/*.btn.reject {
    background-color: #e74c3c;
    border-bottom: 3px solid #c0392b;
}
.btn.reject:hover {
    background-color: #c0392b;
    border-bottom: 3px solid #c0392b;
}*/
.btn.reject,.btn:after  {
  color: #702526;
  text-shadow: 0 1px #ea8f99;
  background: #e46565;
  border-color: #e1696e #c85252 #a03a38;
  background-image: -webkit-linear-gradient(top, #eb9093, #e46565 70%, #e25755);
  background-image: -moz-linear-gradient(top, #eb9093, #e46565 70%, #e25755);
  background-image: -o-linear-gradient(top, #eb9093, #e46565 70%, #e25755);
  background-image: linear-gradient(to bottom, #eb9093, #e46565 70%, #e25755);
  -webkit-box-shadow: inset 0 1px #dcaaaa, inset 0 0 0 1px #df777a, 0 1px #a03a38, 0 1px #be4b49, 0 2px #a03a38;// 0 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px #dcaaaa, inset 0 0 0 1px #df777a, 0 1px #a03a38, 0 1px #be4b49, 0 2px #a03a38;// 0 5px 2px rgba(0, 0, 0, 0.4);
}
.btn.reject:hover,.btn.reject:active,.btn.reject:focus {
  color: #702526;
  background: #e46565;
  border-top-color: #d0585a;
}

.btn.approve {
    background-color: #2ecc71;
    border-bottom: 3px solid #27ae60;
}
.btn.approve:hover {
    background-color: #27ae60;
    border-bottom: 3px solid #27ae60;
}
.btn.orange{
    background-color: #f39c12;
    border-color: #e67e22;
}
.btn.orange:hover{
    background-color: #e67e22;
}
.btn.green{
    background-color: #1abc9c;
    border-color: #16a085;
}
.btn.green:hover{
    background-color: #16a085;
}
.btn.grey{
    background-color: #bdc3c7;
    border-color: #95a5a6;
}
.btn.grey:hover{
    background-color: #95a5a6;
}
.btn.darkGrey{
    background-color: #71757A;
    border-color: #46494E;
}
.btn.darkGrey:hover{
    background-color: #46494E;
}
.btn {
    padding-left: 10px;
    padding-right: 10px;
    /* IE10 only */
    padding-top: 3px;
    padding-bottom: 3px;
    /* IE6-9 */
    padding-top: 1px\9 !important;
    padding-bottom: 1px\9 !important;
}

.btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn:hover {
    color: #ffffff;
    /*background-color: #2980B9;*/
    background-color: #3083a7;
    *background-color: #003bb3;
}

.btn:hover,
.btn:focus {
    color: #ffffff;
    text-decoration: none;
    background-position: 0 -20px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

/*input[type=submit] {
    margin-bottom: 0;
    margin-top: -8px;
    text-decoration: none;
    float: left;
    display: block;
    color: #ffffff;
    font-size: 9pt;
    font-family: Tahoma ,sans-serif;
    border: none;
    padding: 3px 10px 3px 10px;
    transition:all .3s ease-in; 
    -o-transition:all .3s ease-in; 
    -moz-transition:all .3s ease-in; 
    -webkit-transition:all .3s ease-in;
    background-color:#3A9AC4;
    text-transform:uppercase;
    border-radius: 0;
}

input[type=submit]:hover {
    margin-bottom: 0;
    margin-top: -8px;
    background-color:#42484d;
    text-decoration: none;
    float: left;
    display: block;
    color: #f5f4f2;
    font-size: 9pt;
    font-family: Tahoma,sans-serif;
    border: none;
    padding: 3px 10px 3px 10px;
    text-transform:uppercase;
    border-radius: 0;
}*/

/* div float center */
.m-center {
    margin: 10px auto;
}
/* manage text align */
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}

.tblData {
    border: 1px solid #d3d3d3;
    border-spacing: 1px;
}
.rptName {
    background: #E2E2E2;
    color: #333333;
    font-weight: bold;
    /*line-height: 25px;*/
}
.rptName td, .rptName th {
    padding: 5px 10px;
}
.colHeader, table.tblResult tbody tr.colHeader:hover {
    background-color: #666666;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    /*line-height: 25px;*/
}
.colHeader td, .colHeader th {
    padding: 5px 10px;
}
.odd {
    background-color: #ffffff;
    font-size: 9pt;
}
.even{
    background-color: #ECF9FF;
    font-size: 9pt;
}
.odd, .even {
    padding-left: 2px;
    padding-right: 2px;
    line-height: 20px;
}
.odd td, .even td{
    padding-left: 5px;
    padding-right: 5px;
}
.odd:hover, 
.even:hover,
.odd.hover,
.even.hover
{
    background-color: #FCD58D;
}
.notchangeable{
    background-color: #FFBF00;
    font-size: 9pt;
}
.notfound, .notfound td{

    color: #E11837;
}

.warning{
    color:#C4A017;
    font-weight:bold;
}

table.tblResult{
    border-collapse:collapse;
    /*border:1px solid #818384;*/
    border: 1px solid #EFEFEF;
}
table.tblResult tr td,table.tblResult tr th{
    border:1px solid #EFEFEF;
    padding-top: 3px;
    padding-bottom: 3px;
}
table.tblResult tbody tr:hover{
    /*font-size:90%;*/
    cursor:pointer;
    background-color: #FCD58D;
}
table.tblResult tbody tr.subHeader{
    background-color:#dee0e1;
    border-top:1px solid #a2a5a6;
    border-bottom:1px solid #a2a5a6;
    font-weight: bold;
}
table.tblResult tbody tr.subHeaderBlue{
    background-color:#6DCAEC;
    border-top:1px solid #a2a5a6;
    border-bottom:1px solid #a2a5a6;
    font-weight: bold;
}
table.tblResult tbody tr.noborder td
, table.tblResult tbody tr.noborder th{
    border-left:0px !important;
    border-right:0px !important;
    border-top:0px !important;
    border-bottom:0px !important;
}
table.tblResult tbody tr.subHeader:hover{
    background-color:#dee0e1;
    font-size:100%;
    font-weight: bold;
}

table.tblResult tbody tr.rptName:hover{
    background-color:#E2E2E2;
    font-size:100%;
    font-weight: bold;
}
table.tblResult tbody tr.subHeaderBlue:hover{
    background-color:#6DCAEC;
    font-size:100%;
    font-weight: bold;
}
table.tblResult caption{
    font-size:1.5em;
    padding-left:50px;
    text-align:center;
    background-color:#1E74C4;
    color:#ffffff;
}
table.tblResult tr th.header{
    background-color:#1E74C4;
    color:#ffffff;
    padding:5px;
}
.noHover{
    background: transparent !important;
}
.noHover:hover{
    background: transparent !important;
}
.errormsg{
    color:#ff0000;
}
table.tblNonBD tr th, 
table.tblNonBD tr td{
    border:0px;
}

table tr td hr, table tr th hr{
    height: 1px;
    color: #3f3f3f;
    margin: auto;
    bottom: 0;
}

.disabled {
    background: #d8d8d8 !important;
    color: #333333;
}

.row-menu {
    height: 90px;
    padding-top: 10px;
}

.blockMenuHead {
    width: 800px;
    height: 20px;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    color: #2980B9;   
}

.blockMenuLine {
    width: 800px;
    border-bottom: 1px  #ccc;
    border-bottom-style: dotted;
    clear: both;
    margin: 10px 0 10px 0;
}

.blockMenu {
    height: 80px;
    border-style: solid;
    border-color: #dfdfdf;
    border-width: 1px;
    text-align: left;
    background-color: #cbd0d3;

    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.blockMenu img{
    height: 80px;
    border-width: none;
    cursor: pointer;

    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.blockMenu span{
    height: 60px;
    width: 85%;
    margin: 10px 10px 5px 15px;
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.blockMenu .menuImage{
    float:left;
    width: 20%;
}
.blockMenu .menuText{
    float:left;
    text-align: left;
    width: 80%;
    /*padding-left: 10px;*/
}
.txtLogin {
    width: 180px;
    height: 20px;
    color: #3083a7;
   /* border: none;*/
    border: 1px solid gray;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
}

.tag-add {
    line-height: 20px;
    text-align: left;
}
.tag-add img{
    padding-top: 2px;
    width: 16px;
    border: none;
}
.tag-add a{
    vertical-align: top;
}


.header1{
    text-align:left;
    font-size:12px;
    font-weight:bold;
    color:#000000;
}

.total{
    text-align:right;
    font-weight:bold;
    color:#6F6F6F;
    font-size: 9pt;
    background-color: #e0e0e0;
}

.total td{
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
}

.grouptotal td {
    text-align:right;
    font-weight:bold;
    color:#000000;
    font-size: 9pt;
    background-color:#b1f0f0;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
}

.currtotal td {
    text-align:right;
    font-weight:bold;
    color:#000000;
    font-size: 9pt;
    background-color:#8bacf9;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
}

.mertotal td {
    text-align:right;
    font-weight:bold;
    color:#000000;
    font-size: 9pt;
    background-color:#b1f0f0;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
}

.grandtotal td{
    text-align:right;
    color:#000000;
    font-size: 9pt;
    font-weight:bold;
    background-color:#c9c9c9;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
}
.content1{
    color:#000000;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
}
.content2{
    color:#000000;
    text-align: right;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
}
.title1{
    background-color:#474747;
    font-weight:bold;
    color:#ffffff;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
}
.title2{
    background-color:#dcdcdc;
    color:#000000;   
    font-weight:bold;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
}
.title3{
    background-color:#d9d9d9;
    color:#000000;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
}
.title4{
    background-color:#FFFFC2;
}
.grandtotal2{
    text-align:right;
    color:#000000;
    background-color:#0BA9AA;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
    border-top-color:1px solid #000000;
    border-left-color:1px solid #000000;
    border-bottom-color:1px solid #000000;
    border-right-color:1px solid #000000;
    padding-right: 5px;
}



/* Table form for profile management */
table.tblFormProfile{
    background-color:#CEE7FF;
    text-align:center;
    border:1px solid navy;
    padding:10px;
}

table.tblFormProfile td,th {
    padding:0.1em;
    vertical-align: top;
}

table.tblFormProfile .tdLabel{
    font-weight: bold;
    text-align:right;
}

table.tblFormProfile .tdValue{
    text-align:left;
}

table.tblFormProfile .tdValueText{
    text-align:left;
    color:blue;
}

table.tblFormProfile .tdBtn{
    text-align:center;
    padding-top:10px;
}

table.tblFormProfile input[type="text"] {
    width:200px;
}

table.tblFormProfile input[type="text"].width {
    width:300px;
}

table.tblFormProfile input,textarea {
    margin:0;
}

.btReset {
    background: url(../images/reset.png) no-repeat scroll center center #E0DBDC;
    border: 1px solid #C8C8C8;
    border-radius: 3px;
    height: 30px;
    margin-left: 5px;
    padding: 5px 15px;
    position: absolute;
    cursor: pointer;
}

.innerTable td{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.required:after{
    content: " *";
    color: #E11837;
}

.optional:after{
    content: " +";
    color: #A2B2C2;    
}

/********* Filter Form *********/
#filter-form{
    border: 1pt solid #D3D3D3;
    background-color: #F5F5F5;
    overflow: hidden;
}
#filter-form p {
    /*background: #3DC4B6;*/
    background: #3A9AC4;
    line-height: 30px;
    font-size: 11pt;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    padding-left: 20px;
    cursor:pointer;
}
#filter-form div {
    overflow: hidden;
    margin-left: 20px;
    float: center;
}
#filter-form div table{
    width: 100%;
}
#filter-form div table td.button{
    text-align:right;
    padding-top:5px;
    padding-bottom:5px;
}
/********* Filter Form *********/

.showSearchFormButton{
    margin-left:20px;
}

#filter-form .showsearchform {
    background-image:url(../images/searchform/V3_2.png) !important;
    background-repeat: no-repeat !important;
    background-position:99% 5% !important;
}

#filter-form .hidesearchform {
    background-image:url(../images/searchform/V3.png) !important;
    background-repeat: no-repeat !important;
    background-position:99% 5% !important;
}

/*Pagination Style*/
div.pagination {
    padding: 3px;
    margin-top: 20px;
    text-align: left;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #B4B2B2;
    text-decoration: none; /* no underline */
    color: #000;
}
div.pagination a:hover, div.pagination a:active {
    border: 1px solid #000000;
    background-color: #FCD58D;
    color: #000;
}
div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000099;

    font-weight: bold;
    background-color: #298BD0;
    color: #FFF;
}
div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    /*color: #DDD;*/
}

.imgLink {
    cursor: pointer;
}



/*== Div for radio botton vertical ==*/
div.radiov{
    text-align: left;
    margin-left: 110px !important;
    margin-top: 20px;
}

div.radiov label{
    font-weight: bold;
    margin-left: 5px !important;
}

div.radiov input{
    margin-top: 5px !important;
}

div.submitbtn{
    text-align: right;
    margin-right: 10px;
}

/*== Style for group role table ==*/
.grprole{
    border: 1px solid #ddd;
    border-collapse:collapse;
}
.grprole td , .grprole th, .grprole caption {
    border:1px solid #ddd;
    vertical-align: middle;
}

.grprole th.subhead{
    background-color: #efefef;
    padding: 0px;
}

.grprole caption{
    text-align: left !important;
}

.grprole td.grpbody{
    text-align: left;
}

.grprole th.titlehead{
    background-color: #C3D9FF;
}

.grprole td.colhead{
    white-space: nowrap;
    font-weight: bold;
}


#appversion {
    top: 0;
    left: 14px;
    position: absolute;
    font-size: 10px;
}
/*Preload image*/
div#screenMask {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99998;
    background-color: #3a3939;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: none;
    /*    visibility: hidden;*/
    _width: 100%;
    _height: 100%;
}

div#screenMask iframe{
    display:none;/*sorry for IE5*/ 
    display/**/:block;/*sorry for IE5*/
    position:absolute;/*must have*/
    top:0;/*must have*/
    left:0;/*must have*/
    z-index:-1;/*must have*/
    filter: mask();/*must have*/
    width:2000px;/*must have for any big value*/
    height:3000px/*must have for any big value*/;
}

div#preload {
    width: 200px;
    height: 200px;
    border: none;
    text-align: left;
    /*top: 200;*/
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #3a3939;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#footer {
    position: relative;
    margin-top: -50px;
    height: 48px;
    bottom: 0;
    background-color: #F3F3F3;
    border-top: 2px solid #d3d3d3;
    clear:both;
}

#footer p{
    min-width: 950px;
    padding-top: 20px;
    font-size: 9pt;
    color: #ADADAD;
}

.CreUpdTable {
    text-align: left;
    font-size: 9pt;
    font-weight: normal; 
    vertical-align: top;
    /*border: 1px solid #999999;*/
    /*padding: 15px*/
}

.searchdatedescr {
	font-size: 0.85em;
}

legend {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
}

span.readonly{
	background: none repeat scroll 0 0 #bdbdbd;
    border: 1px solid #d3d3d3;
    color: #000000;
    font-family: Helvetica,Arial,Tahoma,sans-serif;
    font-size: 10pt;
    font-weight: normal;
    padding-left: 2px;
    display: inline-block;
    *display: inline;
    height: 18px;
}

table.tableCmd {
	width:auto !important;
	text-align: left !important;
}

span.mer-criteria{
	width:100px; 
	text-align:left !important; 
	display:block;
	font-weight: bold; 
	white-space:nowrap;
}

label.label-mer-criteria{
	margin-left:2px;
}


table.tblResult tr td.titleasofdate, table.tblResult tr th.titleasofdate {
    text-align:right;
    border-bottom:0px;
    font-size:80%;
}

table.tblResult tr td.titlename, table.tblResult tr th.titlename {
    color: #424242;
    text-align:center;
    border-bottom:0px;
    border-top:0px;
    font-weight:bold;
}

table.tblResult tr td.titlesearchdate, table.tblResult tr th.titlesearchdate {
    text-align:right;
    border-top:0px;
}

table.tblResult tr td.titlesearchdate, table.tblResult tr th.titlesearchdate {
    text-align:right;
    border-top:0px;
}

table.tblResult tr.titlesearchdate, table.tblResult tr.titlesearchdate:hover {
    background-color: transparent;
    border-top:0px;
    border-bottom:0px;
}

div.caption {
    font-weight:bold;
    font-size:1.5em;
    vertical-align: middle;
    padding-top:50px;
}