.CSSTable {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTable table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.CSSTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}
.CSSTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
.CSSTable tr:hover td{
	background-color:#ffffff;
}
.CSSTable td{
	vertical-align:middle;
	
	background-color:#ffffff;

	border:1px solid #000000;
	border-width:1px 1px 1px 1px;
	text-align:left;
	padding:7px;
	/* font-size:10px;
	font-family:Arial; */
	font-weight:normal;
	color:#000000;
}
#right-align-cell
{
	text-align:right;
}
#center-align-cell
{
	text-align:center;
}
.CSSTable tr:last-child td{
	border-width:1px 1px 1px 1px;
}
.CSSTable tr td:last-child{
	border-width:1px 1px 1px 1px;
}
.CSSTable tr:last-child td:last-child{
	border-width:1px 1px 1px 1px;
}
.CSSTable tr:first-child td{
		background:-o-linear-gradient(bottom, #C0C0C0 5%, #C0C0C0 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C0C0C0), color-stop(1, #C0C0C0) );
	background:-moz-linear-gradient( center top, #C0C0C0 5%, #C0C0C0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#C0C0C0", endColorstr="#C0C0C0");	background: -o-linear-gradient(top,#C0C0C0,C0C0C0);

	background-color:#C0C0C0;
	border:0px solid #000000;
	text-align:center;
	border-width:1px 1px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}

.cssTableRight td:{
	text-align:right;
}

.CSSTable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #C0C0C0 5%, #C0C0C0 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C0C0C0), color-stop(1, #C0C0C0) );
	background:-moz-linear-gradient( center top, #C0C0C0 5%, #C0C0C0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#C0C0C0", endColorstr="#C0C0C0");	background: -o-linear-gradient(top,#C0C0C0,C0C0C0);

	background-color:#C0C0C0;
}
.CSSTable tr:first-child td:first-child{
	border-width:1px 1px 1px 1px;
}
.CSSTable tr:first-child td:last-child{
	border-width:1px 1px 1px 1px;
}