
.TableCss table{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:  75%;
	border-collapse: collapse;
}

.TableCss thead tr{
	background-color: #439DD9;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.TableCss tfoot tr{
	background-color: #FFFFFF;
}

.TableCss thead th{
	padding: 0.3em;
	white-space: nowrap;
	color:#fff;
	text-align:left;
}

.TableCss tfoot th{
	font-size: 110%;
	text-align: right;
	padding-right: 0.3em;
	letter-spacing: 1px;
	background:  
}

.TableCss tfoot td{
	padding-left: 0.3em;
	color: red;
	font-size: 110%;
	font-weight: 600;
}

.TableCss tfoot td:hover{
	background-color: red;
	color: white;
}

.TableCss tr{
	background-color: #EAFDFF;
}

.TableCss tr.odd{
	background-color: #FFFFFF;
}
.TableCss tr.odd2{
	background-color: #33CCFF;
}

.TableCss tbody tr:hover{
	background-color: #BEDDF1;
}

.TableCss td,.TableCss th{
	border: 1px dotted #CCCCCC;
}

.TableCss tbody td
{
	padding: 0.3em;
}

.TableCss td a:link,.TableCss th a:link{
	color: black;
}

.TableCss td a:visited,.TableCss th a:visited{
	color: black;
}

.TableCss td a:hover,.TableCss th a:hover{
	color: purple;
	text-decoration: underline;
}

.TableCss td:last-child a:hover{
	color: red;
	text-decoration: underline overline;
}
.RedButton{
	color:#ff0000;
}
