.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 10px;
}

.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: #00557F;
	border-left: 1px solid #E1EEF4;
	font-size: 12px;
	font-weight: normal;
}

.datagrid table tbody .alt td {
	background: #E1EEf4;
	color: #00557F;
}

.datagrid table tbody td:first-child {
	border-left: none;
}

.datagrid table tbody tr:last-child td {
	border-bottom: none;
}

.datagrid table tfoot td div {
	border-top: 1px solid #006699;
	background: #E1EEf4;
}

.datagrid table tfoot td {
	padding: 0;
	font-size: 12px
}

.datagrid table tfoot td div {
	padding: 2px;
}

.datagrid table tfoot td ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.datagrid table tfoot li {
	display: inline;
}

.datagrid table tfoot li a {
	text-decoration: none;
	display: inline-block;
	padding: 2px 8px;
	margin: 1px;
	color: #FFFFFF;
	border: 1px solid #006699;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	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;
}

.datagrid table tfoot ul.active,
.datagrid table tfoot ul a:hover {
	text-decoration: none;
	border-color: #00557F;
	color: #FFFFFF;
	background: none;
	background-color: #006699;
}

div.dhtmlx_window_active,
div.dhx_modal_cover_dv {
	position: fixed !important;
}

.CSSTableGenerator {
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-shadow: 10px 10px 5px #888888;
	border: 1px solid #000000;

	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;

	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;

	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;

	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.CSSTableGenerator table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

.CSSTableGenerator tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.CSSTableGenerator tr:hover td {}

.CSSTableGenerator tr:nth-child(odd) {
	background-color: #aad4ff;
}

.CSSTableGenerator tr:nth-child(even) {
	background-color: #FFFFFF;
}

.CSSTableGenerator td {
	vertical-align: middle;


	border: 1px solid #000000;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 7px;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}

.CSSTableGenerator tr:last-child td {
	border-width: 0px 1px 0px 0px;
}

.CSSTableGenerator tr td:last-child {
	border-width: 0px 0px 1px 0px;
}

.CSSTableGenerator tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

.CSSTableGenerator tr:first-child td {
	background: -o-linear-gradient(bottom, #00407E 5%, #00407E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00407E), color-stop(1, #00407E));
	background: -moz-linear-gradient(center top, #00407E 5%, #00407E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00407E", endColorstr="#00407E");
	background: -o-linear-gradient(top, #00407E, #00407E);

	background-color: #00407E;
	border: 0px solid #000000;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
}

.CSSTableGenerator tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #00407E 5%, #00407E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00407E), color-stop(1, #00407E));
	background: -moz-linear-gradient(center top, #00407E 5%, #00407E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00407E", endColorstr="#00407E");
	background: -o-linear-gradient(top, #00407E, #00407E);

	background-color: #00407E;
}

.CSSTableGenerator tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}

.CSSTableGenerator tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}


/* ***** table for checklist ***** */
.CSSchecklist {
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-shadow: 10px 10px 5px #888888;
	border: 1px solid #000000;

	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;

	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;

	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;

	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.CSSchecklist table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.CSSchecklist tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.CSSchecklist table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.CSSchecklist table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

.CSSchecklist tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.CSSchecklist tr:hover td {
	background-color: #FFFFFF;


}

.CSSchecklist td {
	vertical-align: middle;

	background-color: #FFFFFF;

	border: 1px solid #000000;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 7px;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}

.CSSchecklist tr:last-child td {
	border-width: 0px 1px 0px 0px;
}

.CSSchecklist tr td:last-child {
	border-width: 0px 0px 1px 0px;
}

.CSSchecklist tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

.CSSchecklist tr:first-child td {
	background: -o-linear-gradient(bottom, #00407E 5%, #00407E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00407E), color-stop(1, #00407E));
	background: -moz-linear-gradient(center top, #00407E 5%, #00407E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00407E", endColorstr="#00407E");
	background: -o-linear-gradient(top, #00407E, #00407E);

	background-color: #00407E;
	border: 0px solid #000000;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
}

.CSSchecklist tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #00407E 5%, #00407E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00407E), color-stop(1, #00407E));
	background: -moz-linear-gradient(center top, #00407E 5%, #00407E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00407E", endColorstr="#00407E");
	background: -o-linear-gradient(top, #00407E, #00407E);

	background-color: #00407E;
}

.CSSchecklist tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}

.CSSchecklist tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}

/* **** table01 ***** */
.table01 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-shadow: 10px 10px 5px #888888;
	border: 1px solid #000000;

	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;

	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;

	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;

	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.table01 table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.table01 tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.table01 table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.table01 table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

.table01 tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.table01 tr:hover td {}

.table01 tr:nth-child(odd) {
	background-color: #aad4ff;
}

.table01 tr:nth-child(even) {
	background-color: #FFFFFF;
}

.table01 td {
	vertical-align: middle;


	border: 1px solid #000000;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 7px;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}

.table01 tr:last-child td {
	border-width: 0px 1px 0px 0px;
}

.table01 tr td:last-child {
	border-width: 0px 0px 1px 0px;
}

.table01 tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

.table01 tr:first-child td {
	background: -o-linear-gradient(bottom, #00407E 5%, #00407E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00407E), color-stop(1, #00407E));
	background: -moz-linear-gradient(center top, #00407E 5%, #00407E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00407E", endColorstr="#00407E");
	background: -o-linear-gradient(top, #00407E, #00407E);

	background-color: #00407E;
	border: 0px solid #000000;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
}

.table01 tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #00407E 5%, #00407E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00407E), color-stop(1, #00407E));
	background: -moz-linear-gradient(center top, #00407E 5%, #00407E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00407E", endColorstr="#00407E");
	background: -o-linear-gradient(top, #00407E, #00407E);

	background-color: #00407E;
}

.table01 tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}

.table01 tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}

/* ***** table for checklist ***** */
.table02 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	/* box-shadow: 10px 10px 5px #888888; */
	border: 0px solid #00000080;

	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;

	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;

	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;

	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.table02 table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.table02 tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.table02 table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.table02 table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

.table02 tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.table02 tr:hover td {
	background-color: #FFFFFF;


}

.table02 td {
	vertical-align: middle;

	background-color: #FFFFFF;

	border: 1px solid #edecec;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 7px;
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}

.table02 tr:last-child td {
	border-width: 0px 1px 0px 0px;
}

.table02 tr td:last-child {
	border-width: 0px 0px 1px 0px;
}

.table02 tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

.table02 tr:first-child td {
	background: -o-linear-gradient(bottom, #00407E 5%, #00407E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00407E), color-stop(1, #00407E));
	background: -moz-linear-gradient(center top, #00407E 5%, #00407E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00407E", endColorstr="#00407E");
	background: -o-linear-gradient(top, #00407E, #00407E);

	background-color: #00407E;
	border: 1px solid #013364;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
}

.table02 tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #00407E 5%, #00407E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00407E), color-stop(1, #00407E));
	background: -moz-linear-gradient(center top, #00407E 5%, #00407E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00407E", endColorstr="#00407E");
	background: -o-linear-gradient(top, #00407E, #00407E);

	background-color: #00407E;
}

.table02 tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}

.table02 tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}

/* ***** table for checklist ***** */
.tableDetails {
	margin: 0px;
	padding: 0px;
	width: 100%;
	/* box-shadow: 10px 10px 5px #888888; */
	border: 0px solid #00000080;

	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;

	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;

	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;

	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.tableDetails table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.tableDetails tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.tableDetails table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.tableDetails table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

.tableDetails tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.tableDetails tr:hover td {
	background-color: #FFFFFF;


}

.tableDetails td {
	vertical-align: middle;

	background-color: #FFFFFF;

	border: 1px solid #edecec;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 7px;
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}

.tableDetails tr:last-child td {
	border-width: 0px 1px 0px 0px;
}

.tableDetails tr td:last-child {
	border-width: 0px 0px 1px 0px;
}

.tableDetails tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

.tableDetails tr:first-child td {
	background: -o-linear-gradient(bottom, #00407E 5%, #00407E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00407E), color-stop(1, #00407E));
	background: -moz-linear-gradient(center top, #00407E 5%, #00407E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00407E", endColorstr="#00407E");
	background: -o-linear-gradient(top, #00407E, #00407E);

	background-color: #FFFFFF;
	border: 1px solid #013364;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
}

.tableDetails tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #00407E 5%, #00407E 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00407E), color-stop(1, #00407E));
	background: -moz-linear-gradient(center top, #00407E 5%, #00407E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00407E", endColorstr="#00407E");
	background: -o-linear-gradient(top, #00407E, #00407E);

	background-color: #00407E;
}

.tableDetails tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}

.tableDetails tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}

div.messageSummary,
div.flash-error {
	border: 2px solid #006699;
	background-color: #00ccff;
	font-size: 14px;
	padding: 10px;
	margin: 10px 0;
	/*display: none;*/
}

div.errorSummary,
div.flash-error {
	border: 2px solid red;
	background-color: pink;
	font-size: 14px;
	padding: 10px;
	margin: 10px 0;
	/*display: none;*/
}