@charset "utf-8";
/* ABH STYLE */
.btn_txt
{
	cursor:pointer;
 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	font-weight:normal;
	color:#ffffff;
	height:37px;
	font-weight:bold;
	background:#265984;
	border: 1px solid #545147;
	
 
	border-radius: 0px;
 
 
	
	
}
.btnred, .btndanger{
	background: #CD393C !important;
	color:white !important;
}
.btngreen{
	background:  #266F1E !important;
	color:white !important;
}
.btnblue{
	background:   #19289C !important;
	color:white !important;
}

.btnorange, .btnwarning{
	background:   #C16E1B !important;
	color:white !important;
}
 
.btn_txt:hover
{
	color:#ffffff;
	background:#737068;
}
.btn_txt:active 
{
 
}

.btnsearch{
background:url(abhimages/searchn.png)  no-repeat;
padding-right:20px;
}

.abhbox{
padding:20px;
}
 
input, select{
padding:5px;	
}

 
 
.tablesty tr:nth-child(odd){
  background-color: #F4F4F4;
 
}

.tablesty tr:hover{
  background-color:#FFFCE1;
 
}