.CSSTableGenerator {



}.CSSTableGenerator table{
width:100%;
height:100%;
margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
-moz-border-radius-bottomright:13px;
-webkit-border-bottom-right-radius:13px;
border-bottom-right-radius:13px;
}
.CSSTableGenerator table tr:first-child td:first-child {
-moz-border-radius-topleft:13px;
-webkit-border-top-left-radius:13px;
border-top-left-radius:13px;
}
.CSSTableGenerator table tr:first-child td:last-child {
-moz-border-radius-topright:13px;
-webkit-border-top-right-radius:13px;
border-top-right-radius:13px;
}.CSSTableGenerator tr:last-child td:first-child{
-moz-border-radius-bottomleft:5px;
-webkit-border-bottom-left-radius:5px;
border-bottom-left-radius:5px;
}








.CSSTableGenerator tr:first-child td{
	
background-color: #EAEAEA;
border:0px solid #000000;
text-align:center;
border-width:0px 0px 1px 1px;
font-size:12px;
font-family:Arial;
font-weight: lighter;
color:#000000;
}

.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;
}