.CSSTableGenerator {
	margin:1px;padding:1px;
	width:105%;
	box-shadow: 3px 3px 3px #CCC;
	border:1px solid #ffffff;
	
	-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: 0;
	width:100%;
	height:100%;
	margin:1px;padding:1px;
}.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:#ffcc66;
		

}
.CSSTableGenerator td{
	vertical-align:middle;
	
	background-color:#ffcc99;

	border:1px solid #ffffff;
	border-width:1px 1px 1px 1px;
	padding:7px;
	font-size:10px;
	font-family: 'Tahoma';
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:1px 1px 1px 1px;
}.CSSTableGenerator tr td:last-child{
	border-width:1px 1px 1px 1px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:1px 1px 1px 1px;
}
.CSSTableGenerator tr:first-child th{
		background:-o-linear-gradient(bottom, #ffcc99 5%, #ffcc99 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffcc99), color-stop(1, #ffcc99) );
	background:-moz-linear-gradient( center top, #ffcc99 5%, #ffcc99 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcc99", endColorstr="#ffcc99");	background: -o-linear-gradient(top,#ffcc99,ffcc99);

	background-color:#ffcccc;
	border:1px solid #ffffff;
	text-align:center;
	border-width:1px 1px 1px 1px;
	font-size:11px;
	font-family: 'Tahoma';
	font-stretch:ultra-condensed;
	font-weight:normal;
	color:#C00;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ffcc99 5%, #ffcc99 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffcc99), color-stop(1, #ffcc99) );
	background:-moz-linear-gradient( center top, #ffcc99 5%, #ffcc99 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcc99", endColorstr="#ffcc99");	background: -o-linear-gradient(top,#ffcc99,ffcc99);

	background-color:#fff;
	width: 110%;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:1px 1px 1px 1px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:1px 1px 1px 1px;
}
