/*[fmt]1A91-1A0B-1*/
@import url(../css/reset.css);


html, body {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	color: #FFFFFF;
	text-decoration: none;
	

}
a {
	color: #01E0E0;
	text-decoration: none;
}
	.title {
	color: #FF4500;
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	
	padding-bottom: 5px;
	padding-top: 4px;
}

.title2 {
	color: #FF4500;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	
	padding-bottom: 5px;
	padding-top: 4px;
}
.title3 {
	color: #08ba01;
	text-align: left;
	
	font-size: 16pt;
	
	padding-bottom: 5px;
	padding-top: 4px;
}
th, td {
  padding: 10px 10px;
}

tr:nth-child(even) {
  
  color: #B33000;
}

tr:nth-child(odd) {
  
  color: #B38900;
}

.divCol {
	display: table-column;
}

.divRow {
	display: table-row;
	line-height: 1;
}

.divCell {
	display: table-cell;
	padding: 3px 40px 4px 0px;
	font-size: 18px;
	text-align: left;
	color: #FF7600 ;
	font-family: monospace;
	width:auto;
	
}

.divTable {
	display: table;
	width: 100%;
	font-size: 12px;
	text-align: right;
	height: auto;
   
}
.divTable1 {
	display: table;
	width: 100%;
	font-size: 16px;
	text-align: right;
	height: auto;
	
}
.divTablep {
	display: table;
	width: 100%;
	font-size: 12px;
	padding: 24px 6px;
	height: auto;
}

div#pendingPaymentTable {
	width: 20px;
}
#containerS {
    display: table;
	width: 100%;
    }

  #row  {
    display: table-row;

    }

  #left {
    display: table-cell;
	 width: 46%;
    }
	#right {
    display: table-cell;
    width: 20%;
    }
	#middle {
    display: table-cell;
	width: 22%;
    }
	#last {
    display: table-cell;
	
    }
	
	::-webkit-scrollbar { 
    display: none; 
}
 #box{   
    width: 100%;
    overflow: hidden; 
}