.CSSTableGenerator {

	margin:0px;padding:0px;

	width:100%;
	overflow:auto;

	border:1px solid #b2b2b2;

	

	-moz-border-radius-bottomleft:8px;

	-webkit-border-bottom-left-radius:8px;

	border-bottom-left-radius:8px;

	

	-moz-border-radius-bottomright:8px;

	-webkit-border-bottom-right-radius:8px;

	border-bottom-right-radius:8px;

	

	-moz-border-radius-topright:8px;

	-webkit-border-top-right-radius:8px;

	border-top-right-radius:8px;

	

	-moz-border-radius-topleft:8px;

	-webkit-border-top-left-radius:8px;

	border-top-left-radius:8px;

}.CSSTableGenerator table{

	width:100%;

	height:100%;

	margin:0px;padding:0px;

}.CSSTableGenerator tr:last-child td:last-child {

	-moz-border-radius-bottomright:8px;

	-webkit-border-bottom-right-radius:8px;

	border-bottom-right-radius:8px;

}

.CSSTableGenerator table tr:first-child td:first-child {

	-moz-border-radius-topleft:8px;

	-webkit-border-top-left-radius:8px;

	border-top-left-radius:8px;

}

.CSSTableGenerator table tr:first-child td:last-child {

	-moz-border-radius-topright:8px;

	-webkit-border-top-right-radius:8px;

	border-top-right-radius:8px;

}.CSSTableGenerator tr:last-child td:first-child{

	-moz-border-radius-bottomleft:8px;

	-webkit-border-bottom-left-radius:8px;

	border-bottom-left-radius:8px;

}.CSSTableGenerator tr:hover td{

	background-color:#ffffff;

		


}

.CSSTableGenerator td{

	vertical-align:middle;

		background:-o-linear-gradient(bottom, #cccccc 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #ffffff) ); 
	background:-moz-linear-gradient( center top, #cccccc 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#ffffff");	background: -o-linear-gradient(top,#cccccc,ffffff);


	background-color:#cccccc;


	border:1px solid #b2b2b2;

	border-width:0px 1px 1px 0px;

	text-align:center;

	padding:9px;

	font-size:12px;

	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, #b2b2b2 5%, #666666 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b2b2b2), color-stop(1, #666666) );
	background:-moz-linear-gradient( center top, #b2b2b2 5%, #666666 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b2b2b2", endColorstr="#666666");	
	background: -o-linear-gradient(top,#b2b2b2,666666);

	background-color:#b2b2b2;	
	border:0px solid #b2b2b2;

	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family: 'Aldrich', sans-serif;	
	color:#ffffff;
	text-shadow:#222 1px 1px 2px;
	font-weight:bold;
}

.CSSTableGenerator td.left-row {
	
	background:-o-linear-gradient(bottom, #b2b2b2 5%, #666666 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b2b2b2), color-stop(1, #666666) );
	background:-moz-linear-gradient( center top, #b2b2b2 5%, #666666 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b2b2b2", endColorstr="#666666");	
	background: -o-linear-gradient(top,#b2b2b2,666666);

	background-color:#b2b2b2;	
	font-size:14px;
	font-family: 'Aldrich', sans-serif;	
	color:#ffffff;
	font-weight:bold;
	text-shadow:#222 1px 1px 2px;
}


.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;

}
