#background-image
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Sans-Serif";
	font-size: 14px;
	margin: 10px;
	width:inherit;
	text-align: left;
	border-collapse: collapse;
	border:1px solid #9EA0EB;

}
#background-image tr.child td{

background-color:#333366;
}
#background-image tr.child_pov td{
	color:#5e87f1;
	font-weight: bold;
	text-align:left;
	background-color:#333366;
	padding-top: 10px;
}
#background-image tr.child_traka td{
border-top:1px outset black;
border-bottom:1px outset black;
font-weight:bold;
color: #000000;

background-color: #0000FF;
}

#background-image tfoot tr td
{
	font-size: 11px;
	border-top-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	color:white;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#background-image thead th
{
	color:black;
	padding: 12px;
	font-weight: normal;
	font-size: 14px;
	text-align:center;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color:#FFFFFF
}

#background-image tbody td
{
	/*background: url('../Slike/back.png');*/
	background-color:#5e87f1;
	border:0px;
	text-align:center;
	border-color:#9EA0EB;
	padding: 9px 12px;
	
}
* html #background-image tbody td
{
	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Slike/back.png',sizingMethod='crop');
	background: none;
}	
#background-image tbody tr.parent:hover  td
{
	color: white;
	background: none;
	cursor:pointer;
	
}

#background-image tbody  tr.child {
background-color:#990000;
color:#FFFFFF;
border:thick;
}



