body
{
    margin:0;
    font-family:Cambria, 'Open Sans', sans-serif;
    color:#000;
    background-color:#fff;
 }
 a, a:visited, a:active
{
	text-decoration:none;
	color:inherit;
}
a:hover
{	
	color:#B70E21;
}
 .circleLogin {
      width: 300px;
      height: 300px;
      border-radius: 50%;
      border: solid 5px #418CA5;
      color:#000;
      position: fixed;
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(34, 184, 237, 0.7);
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      z-index:-1;
}

.circleLogin2 {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      border: solid 5px #24B9EC;
      color:#000;
      position: fixed;
      top: 85%;
      left: 7%;
      transform: translate(-50%, -50%);
      background-color: rgba(210, 238,249, 0.7);
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      z-index:-2;
}
.circle-image {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    border: solid 2px #000;
}
.table-heading {
  position: relative;
  text-align: left;
  font-weight:bold;
  font-size:130%;
  padding: 6px 10px 6px 10px;
  color: #DE2A00;
  /*background-color:#FFA177;*/
  background: linear-gradient(to right, #FFE7DD, #FFAE8A);  Use the same gradient as the header background;
}
.table-headingRight {
  position: relative;
  text-align: left;
  font-family: Arial Black;
  font-weight:bold;
  font-size:110%;
  padding: 6px 10px 6px 10px;
  color: #000;
  /*background-color:#FFAE8A;*/
  background: linear-gradient(to right, #FFAE8A, #FFA177);  Use the same gradient as the header background;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.6);
}
.table-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #FF3F0B, #FFAE8A); /* Use the same gradient as the header background */
  transform: translateX(-50%);
}
.table-headingRight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #FFAE8A, #000); /* Use the same gradient as the header background */
  transform: translateX(-50%);
}
.table-sub-heading
{
  position: relative;
  text-align: left;
  font-weight:bold;
  font-size:90%;
  padding: 4px 0px 4px 10px;
  color: #000;
  /*background: linear-gradient(to right, #FFA177,#FFE7DD);  Use the same gradient as the header background */
  border:solid 1px #FF3F0B;
}
.engCell {
	text-align: left;
	font-family: verdana,Century Gothic;
	color: #000000;
	font-size: 13px;
	width:60%;
	height:20px;	
	letter-spacing:1px;
}
.arCell {
	text-align: right;
	font-family: verdana,Century Gothic;
	color: #000000;
	font-size: 13px;
	width:40%;
	height:20px;
}
.formLabel
{
  color:#808080;
  font-style:italic;
  font-size:85%;  
  display:inline-block;
  width:120px;
}
.txtBoxSimple
{
    font-family: verdana;
    color: #000000;
    font-size: 12px;
    border: none;        
    height: 22px;                
    vertical-align:middle;        
    border-radius:5px;
    padding:3px 3px 3px 3px;
    width:96%;
}
.txtBox
{
    font-family: verdana;
    color: #000000;
    font-size: 12px;
    border: 1px solid #C0C0C0;        
    height: 22px;                
    vertical-align:middle;        
    border-radius:5px;
    -moz-box-shadow: inset 1px 0 15px 2px #E0E0E0;
    -webkit-box-shadow: inset  1px 0 15px 2px #E0E0E0;
    box-shadow: inset 1px 0 15px 2px #E0E0E0;
    padding:3px 3px 3px 3px;
    width:96%;
}
.dropBox
{
	font-family: verdana,Century Gothic;
	color: #000;
	font-size: 13px;
	border: 1px solid #C0C0C0;	
	height: 30px;
	width:97%;		
	vertical-align:middle;	
	border-radius:5px;
	-moz-box-shadow: inset 1px 0 15px 2px #E0E0E0;
	-webkit-box-shadow: inset  1px 0 15px 2px #E0E0E0;
	box-shadow: inset 1px 0 15px 2px #E0E0E0;
	padding:3px 3px 3px 3px;
}
.addNewButton
{
	font-family: verdana;
	color: #F50B7A;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #F50B7A;
	padding: 7px 25px 7px 10px;
	border-radius:6px;
	background-image: url('../imgs/add.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}
.saveButton {
    font-family: verdana;
    color: #F50B7A;
    font-size: 12px;
    font-weight: bold;
    background: #F7F7F7;
    height: 30px;
    cursor: hand;
    vertical-align: middle;
    border: solid 1px #F50B7A;
    padding: 7px 25px 7px 10px;
    border-radius: 6px;
    background-image: url('../imgs/save.gif');
    background-repeat: no-repeat;
    background-position: 95%;
    text-align: left;
    -moz-box-shadow: 2px 2px 4px #C0C0C0;
    -webkit-box-shadow: 2px 2px 4px silver;
    box-shadow: 2px 2px 4px silver;
}
.cancelButton
{
	font-family: verdana;
	color: #F50B7A;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #F50B7A;
	padding: 7px 25px 7px 10px;
	border-radius:6px;
	background-image: url('../imgs/cancel.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}

.deleteButton
{
    font-family: verdana;
	color: #F50B7A;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #FF0000;
	padding: 7px 25px 7px 10px;
	border-radius:6px;
	background-image: url('../imgs/delete.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}

.btnsearch {
    font-family: verdana;
    color: #F50B7A;
    font-size: 12px;
    font-weight: bold;
    background: #F7F7F7;
    height: 30px;
    cursor: hand;
    vertical-align: middle;
    border: solid 1px #F50B7A;
    padding: 10px 25px 10px 10px;
    border-radius: 6px;
    background-image: url('../imgs/search.png');
    background-repeat: no-repeat;
    background-position: 95%;
    text-align: left;
}

.loginButton {
    font-family: verdana;
    color: #38AED0;
    font-size: 12px;
    font-weight: bold;
    background: #F7F7F7;
    height: 30px;
    cursor: hand;
    vertical-align: middle;
    border: solid 1px #38AED0;
    padding: 7px 25px 10px 10px;
    border-radius: 6px;
    background-image: url('../imgs/login.png');
    background-repeat: no-repeat;
    background-position: 95%;
    text-align: left;
}
.loginButton:hover
{    
    font-size: 13px;
    -moz-box-shadow: 2px 2px 2px #C0C0C0;
    -webkit-box-shadow: 2px 2px 2px #C0C0C0;
    box-shadow: 2px 2px 2px #C0C0C0;    
}
.searchbutton
{
    font-family: verdana;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    background: #C0C0C0;
    border: solid 1px #808080;
    cursor: hand;
    vertical-align: middle;
    padding: 10px 25px 10px 10px;
    border-radius: 6px;
    background-image: url('../imgs/lock.png');
    background-repeat: no-repeat;
    background-position: 95%;
    text-align: left;
}
.printButton
{
	font-family: verdana;
	color: #005D80;
	font-size: 11px;
	font-weight:bold;
	background:#F7F7F7;		
	height: 30px;
	cursor: hand;	
	vertical-align:middle;	
	border:solid 1px #005D80;
	padding: 7px 25px 7px 10px;
	border-radius:6px;
	background-image: url('../imgs/print.png');
	background-repeat: no-repeat;
	background-position:right;
	text-align:left;	
	-moz-box-shadow: 2px 2px 4px #C0C0C0; 
	-webkit-box-shadow: 2px 2px 4px #C0C0C0; 
	box-shadow: 2px 2px 4px #C0C0C0;
}
.txtBoxAmt
{
	font-family: verdana,Century Gothic;
	color: #005D80;
	font-size: 12px;
	border-bottom: 1px solid #C0C0C0;
	border-right:none;	
	border-left:none;	
	border-top:none;	
	height: 18px;		
	vertical-align:middle;	
	resize: none;
	width:98%;
	text-align:right;
	padding-right:2px;
}
.GridHeader{
	background-color:#F5F8FF;
	height:30px;
	font-size: 13px;
	font-weight:bold;
	color:#000;
	border:1px #ccc solid;		
	border-left:0px;
	text-align:left;
}
.GridRow{
	background-color:#FCFCFC;
	height:30px;
	font-size: 13px;
	color:#404040;
	border:1px #ccc solid;
	border-left:0px;
	border-top:0px;
	text-align:left;
}
.GridAltRow{
	background-color:#F9F9F9;
	height:30px;
	font-size: 13px;
	color:#404040;
	border:1px #ccc solid;
	border-top:0px;
	border-left:0px;
	text-align:left;
}
.paging
{
	font-family: verdana;
	font-size:10px;
	padding: 5px 0px 5px 0px;
	text-align:right;
}

