.header-fixed {
    width: 100% 
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    height: 450px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    /*width: 20%;*/
    float: left;
}

.datagrid{
	width: 100%;
}
.datagrid table { 
	border-collapse: collapse; 
	text-align: left; 
	width: 100%; 
} 
.datagrid {
	font: normal 12px/150% Arial, Helvetica, sans-serif; 
	background: #fff; 
	overflow: hidden; 
	border: 1px solid #006699; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
}
.datagrid table td, .datagrid table th { 
	padding: 3px 3px; 
}
.datagrid table thead th {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
	background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
	background-color:#006699; 
	color:#FFFFFF; 
	font-size: 15px; 
	font-weight: bold; 
	border-left: 1px solid #0070A8; 
} 
/*.datagrid table thead th:first-child { 
	border: none; 
}*/
.datagrid table tbody td { 
	color: #00496B; 
	border-left: 1px solid #E1EEF4;
	font-size: 12px;
	font-weight: normal; 
}
.datagrid table tbody tr:nth-child(even) { 
	background: #E1EEF4; 
	color: #00496B; 
}
/*.datagrid table tbody .alt td { 
	background: #E1EEF4; 
	color: #00496B; 
}*
.datagrid table tbody td:first-child { 
	border-left: none; 
	border-right: 1px solid #E1EEF4;
}*/
.datagrid table tbody tr:last-child td { 
	border-bottom: none; 
}
.blackicon {color:black;}

.invoicegrid{
	width: 100%;
}
.invoicegrid table { 
	border-collapse: collapse; 
	text-align: left; 
	/*width: 100%; */
} 
.invoicegrid {
	font: normal 12px/150% Arial, Helvetica, sans-serif; 
	background: #fff; 
	overflow: hidden; 
	border: 1px solid #006699; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
}
.invoicegrid table td, .invoicegrid table th { 
	padding: 3px 3px; 
}
.invoicegrid table thead th {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
	background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
	background-color:#006699; 
	color:#FFFFFF; 
	font-size: 15px; 
	font-weight: bold;
	text-align: left; 
	border-left: 1px solid #0070A8;
	border-bottom: 1px solid #0070A8; 
} 
/*.invoicegrid table thead th:first-child { 
	border: none; 
}*/
.invoicegrid table tbody td { 
	color: #00496B; 
	border-left: 1px solid #E1EEF4;
	border-bottom: 1px solid #E1EEF4;
	font-size: 12px;
	font-weight: normal; 
}
.invoicegrid table tbody tr:nth-child(even) { 
	background: #E1EEF4; 
	color: #00496B; 
}
/*.invoicegrid table tbody .alt td { 
	background: #E1EEF4; 
	color: #00496B; 
}*
.invoicegrid table tbody td:first-child { 
	border-left: none; 
	border-right: 1px solid #E1EEF4;
}*/
.invoicegrid table tbody tr:last-child td { 
	border-bottom: none; 
}
.red-highlight {
	color:#FF0000;
	font-size:12px;
	font-weight: bold;
}
.error-border {
	border: 1px solid #FF0000;
}