/**
 * Style sheet tabele
 */
.content_table caption
{
	text-align:left;
	font-size:1.7em;
	color:#FF0000;
}

.content_table
{
	width:95%;
	margin:10px auto;
	padding:0;
	border-collapse:collapse;
}

.content_table td
{
	padding:10px 4px;
	border:1px solid #D5D5D5;
}

.content_table th
{
	padding:10px 4px;
	border-right:1px solid #D5D5D5;
	border-bottom:1px solid #D5D5D5;
	border-left:1px solid #D5D5D5;
}

.content_table th
{
	background-image:url("tl_files/design/table_header.gif");
	background-position:left top;
	background-repeat:repeat-x;
	color:#FF0000;
}

.content_table td + td
{
	text-align:right;
	border-left:1px solid #FAFAFA;
	font-weight:bold;
	color:#999999;
}

.content_table td + td + td
{
	text-align:right;
	font-weight:bold;
	color:#666666;
}

.content_table td + td + td + td
{
	text-align:right;
	font-weight:bold;
	color:#999999;
}

.content_table td + td + td + td + td
{
	text-align:right;
	font-weight:bold;
	color:#666666;
}

.content_table td + td + td + td + td + td
{
	text-align:right;
	font-weight:bold;
	color:#999999;
}

.content_table td + td + td + td + td + td + td
{
	text-align:right;
	font-weight:bold;
	color:#666666;
}

.content_table tfoot th
{
	text-align:right;
}

.content_table th
{
	text-align:left;
}

.content_table th + th
{
	text-align:center;
}

.content_table th + th + th
{
	text-align:center;
}

.content_table th
{
	color:#FF0000;
}

.content_table thead tr, tfoot tr
{
	font-size:0.9em;
	color:#555555;
}

.content_table tr
{
	color:#666666;
}

.content_table tr:hover
{
	background-color:#E1E1E1;
}

.plavi_naslov
{
	font-weight:bold;
	color:#4682b4;
}
