/***************************************************************************
** $Id::                                                               $: **
** $Revision::                                                         $: **
** $Date::                                                             $: **
** Copyright (c) 2005-06 Mladen Milinkovic <mladen.milinkovic@inet.hr     **
** All Rights Reserved                                                    **
***************************************************************************/
body {
	margin: 0px;
	padding: 10px;
}

body,td {
	line-height: 120%;
}

a.top_link {
	font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #efefef;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

a.top_link:hover {
	color: #ffffdd;
	text-decoration: none;
}


a.top {
	color: #ededed;
	text-decoration: none;
}

a.top:hover {
	color: #005FA9;
	text-decoration: underline;
}

#pagetable {
	padding: 0px;
	width: 100%;
}

#titleleft {
	padding: 0px 0px 0px 8px;
	height: 32px;
	background: url('../../images/design/tbar_mid.gif') no-repeat 419px 0px;
}

#titleright {
	padding: 0px;
	width: 8px;
	height: 32px;
	background: url('../../images/design/tbar_right.gif') no-repeat 100% 0px;
}

#title {
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	padding: 0px 20px;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
}

#leftmenu {
	margin: 0px;
	width: 180px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 0px;
	border-bottom: 0px;
	background: #f0f0f0;
	padding: 0px 0px 0px 0px;
}

a.leftmenu {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	border-left: 0px;
	border-right: 0px;
	background-color: #EBEDEC;
	padding: 2px 0px 2px 10px;
	color: #21536A;
	text-decoration: none;
}

a.leftmenu:hover {
	display: block;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #DDEEFF;
	text-decoration: none;
}

#mainbody {
	margin: 0px;
	border-right: 1px solid #cccccc;
	border-top: 0px;
	background: #ffffff;
	padding: 20px 15px 20px 15px;
}

.listtab_ttl {
	padding: 2px 4px;
	font-size: 8pt;
	font-weight: bold;
	color: #EDEDED;
	text-align: center;
	background-color: #779977;
}

.listtab_bdy {
	padding: 2px 2px;
	font-size: 7pt;
	font-weight: normal;
	color: #333333;
}

.listtab {
	border: 0px solid #777777;
	background-color: #EDEDED;
	padding: 0px;
	margin: 0px;
}

td.datal {
	font: 8pt Tahoma, sans-serif;
	font-weight: bold;
	padding: 6px 5px 3px 15px;
	
	border-top: 1px solid #ffffff;
	border-bottom : 1px solid #ffffff;
	vertical-align: top;
	color: #ffffff;
	text-align: right;
	
	background-color: #a0a0a0;
	border-bottom: 1px solid #ffffff;
}

td.datar {
	font: 8pt Verdana, Tahoma, Helvetica, sans-serif;
	padding: 3px 5px 3px 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	vertical-align: top;
	background-color: #e0e0e0;
	text-align: left;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

form.login {
	font-family: Tahoma, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-align: right;
	color: #21538A;
	padding: 10px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
}

input.login {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	width: 90px;
	height: 17px;
	border: 1px solid #cccccc;
}

input.loginbtn {
	font-family: Tahoma, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	border: 1px solid #eeeeee;
	color: #ffffff;
	background: #21538A;
	padding: 1px 8px;
}

#mainimage {
	position: absolute;
	top: 96px;
	right: 40px;
	z-index: 1;
	display: block;
	float: right;
	text-align: center;
	height: 75px;
	width: 100px;
	color: #21536A;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background: url('../../images/jana_small.jpg') no-repeat 0% 100%;
}

#search {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	height: 17px;
	border: 1px solid #cccccc;
}

#searchbtn {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	height: 17px;
	color: #54B1E9;
	background: none;
	padding: 0px;
	margin: 0px;
	border: none;
	text-decoration: none;
}

#searchbtn:hover {
	color: #54B1E9;
	text-decoration: underline;
}

span.error {
	font: 10px Verdana, Helvetica, sans-serif;
	color: #ff0000;
}

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

td.main {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #003;
}