body {
	font-family: Arial;
	font-size: 12px;
}

.tablecellhover {
}

.tablecellhover:hover {
	background-image: url(../images/textura_light.gif);
}

.table {
	color: #FFFFFF;
	background: #1FA579;
}

.table-title {	/* Veliki tajtl */
	background-image: url(../images/textura_light.gif);
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 21px;	/* Mora! biti djeljivo s 3!!! */
}

.table-title a {
	text-decoration: underline;
	color: #FFFFFF
}

.table-title a:hover {
	text-decoration: none;
}

.table th, .table-heading {	/* Mali tajtl */
	background-image: url(../images/textura_light.gif);
	font-style: italic;
	color: #FFFFFF;
}

.table th a, .table-heading a {
	text-decoration: underline;
	color: #FFFFFF;
}

.table th a:hover, .table-heading a:hover {
	text-decoration: none;
}

.table tr, .table-contents {
	background-image: url(../images/textura.gif);
}

.table tr td a, .table-contents a {
	text-decoration: underline;
	color: #FFFFFF;
}

.table tr td a:hover, .table-contents a:hover {
	text-decoration: none;
}

.table tr td input, .table tr td select, .table-contents input, .table-contents select {
	background-color: #eeeeee;
	border: 1px black solid;
}



.trayclock {
	background-image: url(../images/clk_m.png);
	font-family: Verdana;
	font-size: 8px;
	color: #FFFFFF;
}

.bullet_list {
	list-style-image: url(../images/bullet_go.png);
/*	background-image: url(../images/clk_m.png);*/
}

.body_block {
	background-image: url(../images/textura.gif);
	color: #FFFFFF;
}

.body_block a {
	color: #FFFFFF;
	text-decoration: underline;
}
.body_block a:hover {
	text-decoration: none;
}
.body_block a:visited {
	color: #EEEEEE;
	text-decoration: underline;
}
.body_block a:visited:hover {
	text-decoration: none;
}

.body_block_header {
	background-image: url(../images/textura_light.gif);
	color: #FFFFFF;
	font-weight: bold;
}

.login_username, .login_password {
	border: 1px #000000 solid;
	font-family: Verdana;
	font-size: 10px;
	width: 70px;
}

.listerbody {
	background-image: url(../images/lister_bg.gif);
	font-family: Verdana;
	font-size: 10px;
	vertical-align: middle;
}
.listerbody a {
	text-decoration: none;
	color: #FFFFFF;
}
.listerbody a:hover {
	text-decoration: underline;
}
.listerbody a:visited {
	text-decoration: none;
}
.listerbody a:visited:hover {
	text-decoration: underline;
}


/* Boxover */
.boxover_zatemas_header {
	color: #FFFFFF;
	background-image: url(../images/textura_light.gif);
	border-top:2px solid #1FA579;
	border-left:2px solid #1FA579;
	border-right:2px solid #1FA579;
	border-bottom:2px solid #1FA579;
	height:15px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	width:300px;
	padding:5px;
	filter: alpha(opacity=90);
	opacity: .90;
}

.boxover_zatemas_body {
	color: #FFFFFF;
	background:url('../images/textura_light.gif');
	font-family:Verdana;
	font-size:11px;
	width:300px;
	border-left:2px solid #1FA579;
	border-right:2px solid #1FA579;
	border-bottom:2px solid #1FA579;
	padding:5px;
	filter: alpha(opacity=90);
	opacity: .90;
}
