table.sisu{
text-align: left;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 125%;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; 

}
table.sisu th{
		text-align: left;
	padding-left: 5px;
	vertical-align:text-top;



background-color: #BEC8D1;


font-family: Verdana;
font-weight: bold;
font-size: 10px;
color: #404040;


}

table.sisu td{
text-indent: 5px;
border: 1px #6699CC solid;

}
table.sisu .even {
	background-color: #3D3D3D;
}
table.sisu .odd {
	background-color: #6E6E6E;
}
table.sisu .header {
	background-image: url(bg.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
}
table.sisu .headerSortUp {
	background-image: url(asc.png);
	background-repeat: no-repeat;
}
table.sisu .headerSortDown {
	background-image: url(desc.png);
	background-repeat: no-repeat;
}
table.sisu thead th {
	background-image: url(none.png);
	background-repeat: no-repeat;
		border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
}