* {
  font-size : 10pt;
}

a {
  color : #00c;
  text-decoration : none;
}

form {
  margin : 0;
}

.error {
  color : #ff0000;
}

.basicTable {
  border-left : solid 1px #B9BDC3;
  border-top :  solid 1px #B9BDC3;
}

.basicTable td , .basicTable th  {
  padding:1px;
  border-right : solid 1px #B9BDC3;
  border-bottom :  solid 1px #B9BDC3;
}

.basicTable th {
  background-color : #DEE3F1;
  height : 14px;
}

.basicTable th a {
	width:100%;
	height:100%;
}
.basicTable th a:hover {
	width:100%;
	height:100%;
	background-color:#CED2D9;
}

.customerShortName {
  width : 12em;
  overflow : hidden;
}

.transactionsClass {
  width : 7em;
  overflow : hidden;
}

.bankName {
  width : 12em;
  overflow : hidden;
}

.bill {
  text-align : right;
}

div.title {
	width:230px;
	height:20px;
	text-align:left;
	background-image: url("/sys_img/title_back.gif");
	background-repeat: no-repeat;
	padding-top:3px;
	padding-left:13px;
	margin:5px;
}

div.menu_btn {
	width:230px;
	height:30px;
	text-align:left;
	background-image: url("/sys_img/btn_bk.gif");
	background-repeat: no-repeat;
	padding-top:6px;
	padding-left:10px;
	margin:3px 0;
}

.menu_btn a {
  width : 210px;
  display : block;
}

div.menu_btn2 {
	width:130px;
	height:20px;
	text-align:center;
	background-image: url("/sys_img/btn_bk2.gif");
	background-repeat: no-repeat;
	padding-top:3px;
	margin:0px;
}

div.btn_mini {
	width:16px;
	height:16px;
	text-align:center;
	background-image: url("/sys_img/btn_mini_back.gif");
	background-repeat: no-repeat;
	padding-top:0px;
	padding-left:0px;
	margin:0px;
}

.dvhdr1 {
	background:#F3F0E7;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	border:1px solid #C8BA92;
	padding:5px;
	width:200px;
}

.dvbdy1 {
	background:#FFFFFF;
	font-family:arial;
	font-size:12px;
	border-left:1px solid #C8BA92;
	border-right:1px solid #C8BA92;
	border-bottom:1px solid #C8BA92;
	padding:5px;
	width:200px;
}


.scrolltablehead {
  position:relative;
  padding-top:20px;
}

.scrolltablebody {
  position:static;
  overflow:auto;
  height:100px;
}

.scrolltablebody .basicTable {
  position : static;
  margin : 0;
  border-left:none;
}

table.basicTable thead tr{
  position:absolute;
  top:0;
  left:0;
}

.basicTable thead tr th{
  border-top : solid 1px #B9BDC3;
}

/*x\*/
.warnings {
  color : #F00;
}


/* dialog */
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    margin: auto;
    
    padding: 20px 20px 40px 20px;
}

.fade.in {
    opacity: 1;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin: 30px auto;
    position: relative;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-header {
    padding: 8px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}
.modal-header .close {
	float: right;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}