.CSS_Table_Example {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px 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:#C1D72D;
	background:-o-linear-gradient(bottom, #C1D72D 5%, #FFFFF 100%);	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #C1D72D), color-stop(1, #FFFFF) );
	background:-moz-linear-gradient( center top, #C1D72D 5%, #FFFFF 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#C1D72D", endColorstr="#FFFFF");	
	background: -o-linear-gradient(top,#C1D72D,007fff); */
}.CSS_Table_Example tr:first-child td{
	background:-o-linear-gradient(bottom, #0069d3 5%, #33470C 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #33470C), color-stop(1, #33470C) );
	background:-moz-linear-gradient( center top, #C1D72D 5%, #33470C 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#C1D72D", endColorstr="#33470C");	
	background: -o-linear-gradient(top,#C1D72D,007fff);
	background-color:#33470C;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:12px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:#ffffff;
}.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #0069d3 5%, #33470C 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0069d3), color-stop(1, #33470C) );
	background:-moz-linear-gradient( center top, #0069d3 5%, #33470C 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0069d3", endColorstr="#33470C");	
	background: -o-linear-gradient(top,#0069d3,007fff);
	background-color:#0069d3;
}.CSS_Table_Example tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}.CSS_Table_Example tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}.CSS_Table_Example td{
	background:-o-linear-gradient(bottom, #FFFFF 5%, #C1D72D 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFF), color-stop(1, #C1D72D) ); 
	background:-moz-linear-gradient( center top, #FFFFF 5%, #C1D72D 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFF", endColorstr="#C1D72D");	
	background: -o-linear-gradient(top,#FFFFF,#33470C);
	background-color:#FFFFF;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	font-size:10px;
	font-family:"Trebuchet MS";
	color:#000000;	
}.CSS_Table_Example tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSS_Table_Example tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSS_Table_Example tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}