.CSS_Table_Example {
	margin:30px;padding:10px;
	width:95%;
	box-shadow: 10px 10px 5px #888888;
	border:0px solid #000000;
	-moz-border-radius-bottomleft:9px;
	-webkit-border-bottom-left-radius:9px;
	border-bottom-left-radius:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-right-radius:9px;
	border-bottom-right-radius:9px;
	-moz-border-radius-topright:9px;
	-webkit-border-top-right-radius:9px;
	border-top-right-radius:9px;
	-moz-border-radius-topleft:9px;
	-webkit-border-top-left-radius:9px;
	border-top-left-radius:9px;
}.CSS_Table_Example table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSS_Table_Example tr:last-child td:last-child {
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-right-radius:9px;
	border-bottom-right-radius:9px;
}.CSS_Table_Example table tr:first-child td:first-child {
	-moz-border-radius-topleft:9px;
	-webkit-border-top-left-radius:9px;
	border-top-left-radius:9px;
}.CSS_Table_Example table tr:first-child td:last-child {
	-moz-border-radius-topright:9px;
	-webkit-border-top-right-radius:9px;
	border-top-right-radius:9px;
}.CSS_Table_Example tr:last-child td:first-child{
	-moz-border-radius-bottomleft:9px;
	-webkit-border-bottom-left-radius:9px;
	border-bottom-left-radius:9px;
}.CSS_Table_Example tr:hover td{
	background-color:#ECF7FB;
	background:-o-linear-gradient(bottom, #FFFFFF 5%, #FFFFFF 100%);	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #FFFFFF) );
	background:-moz-linear-gradient( center top, #ECF7FB 5%, #FFFFFF 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ECF7FB", endColorstr="#FFFFFF");	background: -o-linear-gradient(top,#ECF7FB,FFFFFF);
}.CSS_Table_Example tr:first-child td{
	background:-o-linear-gradient(bottom, #63C2FA 5%, #73C2FA 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63C2FA), color-stop(1, #73C2FA) );
	background:-moz-linear-gradient( center top, #63C2FA 5%, #73C2FA 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#63C2FA", endColorstr="#73C2FA");	background: -o-linear-gradient(top,#63C2FA,73C2FA);
	background-color:#63C2FA;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 0px 0px;
	font-size:13px;
	font-family:'Lucida Grande', Tahoma, Verdana, sans-serif;
	color:#ECF7FB;
}.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #63C2FA 5%, #73C2FA 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63C2FA), color-stop(1, #73C2FA) );
	background:-moz-linear-gradient( center top, #63C2FA 5%, #73C2FA 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#63C2FA", endColorstr="#73C2FA");	background: -o-linear-gradient(top,#63C2FA,73C2FA);
	background-color:#63C2FA;
}.CSS_Table_Example tr:first-child td:first-child{
	border-width:0px 0px 0px 0px;
}.CSS_Table_Example tr:first-child td:last-child{
	border-width:0px 0px 0px 0px;
}.CSS_Table_Example td{
	background:-o-linear-gradient(bottom, #FFFFFF 5%, #ECF7FB 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #ECF7FB) ); 
	background:-moz-linear-gradient( center top, #FFFFFF 5%, #ECF7FB 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#ECF7FB");	background: -o-linear-gradient(top,#FFFFFF,ECF7FB);
	background-color:#FFFFFF;
	border:0px solid #000000;
	border-width:0px 0px 0px 0px;
	text-align:left;
	padding:0px;
	font-size:11px;
	font-family:'Lucida Grande', Tahoma, Verdana, sans-serif;
	color:#000000;
}.CSS_Table_Example tr:last-child td{
	border-width:0px 0px 0px 0px;
}.CSS_Table_Example tr td:last-child{
	border-width:0px 0px 0px 0px;
}.CSS_Table_Example tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}