@charset "utf-8";
/* CSS Document */
.datagrid{
	border: thin solid #0033FF;
	font-family: tahoma;
	font-size: 16px;
	 text-decoration: none;
}
  .datagrid thead th {
	text-align: center;
	padding-left: 5px;
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0000FF;
	border-bottom-color: #0000FF;
        }
.tr_bg0{
	background-color: #bad2f6;
	font-size:19px;
	height: 25px;
}
.datagrid tbody tr.tr_bg0:hover{
            background-color: #eeCC99;
            background:#eeCC99;
}
.tr_bg1{
	background-color:  #d5e8f0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0000FF;
	border-bottom-color: #0000FF;
	padding: 1px;
	margin-top: 2px;
	
}
.tr_bg1:hover{
	background-color:  #eeCC99;
}

.header_title_class
{
 background-color: #7da5e1;
}