.CSSTableGenerator {
	margin:0px;padding:0px;background-color:#cccccc;
	width:100%;
	height:25px
	border:0px solid #000000;
	
	-moz-border-radius-bottomleft:1px;
	-webkit-border-bottom-left-radius:1px;
	border-bottom-left-radius:1px;
	
	-moz-border-radius-bottomright:1px;
	-webkit-border-bottom-right-radius:1px;
	border-bottom-right-radius:1px;
	
	-moz-border-radius-topright:1px;
	-webkit-border-top-right-radius:1px;
	border-top-right-radius:1px;
	
	-moz-border-radius-topleft:1px;
	-webkit-border-top-left-radius:1px;
	border-top-left-radius:1px;
}.CSSTableGenerator table{
    border-collapse: collapse;
    border-spacing: 0px;
	background-color:#cccccc;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:1px;
	-webkit-border-bottom-right-radius:1px;
	border-bottom-right-radius:1px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:1px;
	-webkit-border-top-left-radius:1px;
	border-top-left-radius:1px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:1px;
	-webkit-border-top-right-radius:1px;
	border-top-right-radius:1px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:1px;
	-webkit-border-bottom-left-radius:1px;
	border-bottom-left-radius:1px;
}.CSSTableGenerator tr:hover td{
	background-color:#efefef;
		

}
.CSSTableGenerator td{
	vertical-align:middle;
	height:25px;
	background-color:#ffffff;
	border:1px solid #666666;
	border-width:0px 0px 0px 0px;
	text-align:center;
	/*padding:2px;*/
	font-size:12px;
	font-family:verdana;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 0px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 0px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #456285 5%, #456285 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #456285), color-stop(1, #456285) );
	background:-moz-linear-gradient( center top, #456285 5%, #456285 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#456285", endColorstr="#456285");	background: -o-linear-gradient(top,#456285,456285);

	background-color:#456285;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 0px 0px;
	font-size:12px;
	font-family:verdana;
	font-weight:700;
	color:#ffffff;
}

.firsttr{
	background:-o-linear-gradient(bottom, #456285 5%, #456285 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #456285), color-stop(1, #456285) );
	background:-moz-linear-gradient( center top, #456285 5%, #456285 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#456285", endColorstr="#456285");	background: -o-linear-gradient(top,#456285,456285);
	background-color:#456285 !important;
	border:0px solid #000000 !important;
	text-align:center;
	border-width:0px 0px 0px 0px;
	font-size:12px;
	font-family:verdana !important;
	font-weight:700 !important;
	color:#ffffff !important;
}

.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #456285 5%, #456285 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #456285), color-stop(1, #456285) );
	background:-moz-linear-gradient( center top, #456285 5%, #456285 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#456285", endColorstr="#456285");	background: -o-linear-gradient(top,#456285,456285);

	background-color:#456285;
}
.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;
}
.CSSOrder{
	margin-bottom: 3px;
}
.PageNumber{
	margin-top: 3px;
}