body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #b6aca3;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu-container {
	/*
	background: #d4e4ef;
	background: -moz-linear-gradient(top,  #d4e4ef 0%, #86aecc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4e4ef), color-stop(100%,#86aecc));
	background: -webkit-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%);
	background: -o-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%);
	background: -ms-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%);
	background: linear-gradient(top,  #d4e4ef 0%,#86aecc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc',GradientType=0 );
	*/
	background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom, #cccccc 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

	border: 1px solid #000000;
	
	-webkit-border-radius: 5px 5px 0px 0px;
 	border-radius: 5px 5px 0px 0px;
}

.menu-container_bottom {
	-webkit-border-radius: 5px 5px 5px 5px;
 	border-radius: 5px 5px 5px 5px;
}

.text-shadow {
	color:#FFF;
	font-size:24px;
	text-shadow: 2px 2px 5px #000000;
    filter: dropshadow(color=#000000, offx=2, offy=2);
}

.text-naslovna {
	color:#6c6c6c;
	font-size:16px;
	/*text-shadow: 2px 2px 5px #000000;
    filter: dropshadow(color=#000000, offx=2, offy=2);*/
}
.content-container {
	background: #FFFFFF;
	
	border: 1px solid #6D8392;
	border-top:none;
	
	-webkit-border-radius: 0px 0px 5px 5px;
 	border-radius: 0px 0px 5px 5px;
	
	padding:9px;
}
.menu {
	display:block;
	width:100px;
	height:25px;
	padding-top:10px;
	font-size:12px;
	color:#000;
	border-right:1px solid #000;
	cursor:pointer;
}
.menu_active, .menu:hover {
	display:block;
	width:100px;
	height:25px;
	padding-top:10px;
	font-size:12px;
	color:#000;
	border-right:1px solid #000;
	cursor:pointer;
		
	background: #ffc578; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffc578 0%, #fb9d23 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc578), color-stop(100%,#fb9d23)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* IE10+ */
	background: linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
}
.menu_left {
	-webkit-border-radius: 5px 0px 0px 0px;
 	border-radius: 5px 0px 0px 0px;
}
.modul-menu {
	font-size:18px;
	color:#000;
	border:1px solid #000;
	cursor:pointer;
	
	background: #d4e4ef; /* Old browsers */
	background: -moz-linear-gradient(top,  #d4e4ef 0%, #86aecc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4e4ef), color-stop(100%,#86aecc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%); /* IE10+ */
	background: linear-gradient(top,  #d4e4ef 0%,#86aecc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc',GradientType=0 ); /* IE6-9 */
}
.modul-menu:hover {
	font-size:18px;
	color:#000;
	border:1px solid #000;
	cursor:pointer;
		
	background: #ffc578; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffc578 0%, #fb9d23 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc578), color-stop(100%,#fb9d23)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* IE10+ */
	background: linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
}
.modul-menu_disabled {
	font-size:18px;
	color:#AAA;
	border:1px solid #000;
	
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}
.modul {
	border:1px solid #000;
}
.naslov1 {
	font-size:14px;
	color: #000;
	/*
	background: #d4e4ef;
	background: -moz-linear-gradient(top,  #d4e4ef 0%, #86aecc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4e4ef), color-stop(100%,#86aecc));
	background: -webkit-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%);
	background: -o-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%);
	background: -ms-linear-gradient(top,  #d4e4ef 0%,#86aecc 100%);
	background: linear-gradient(top,  #d4e4ef 0%,#86aecc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc',GradientType=0 );
	*/
	background: #b5b5b5; /* Old browsers */
background: -moz-linear-gradient(top, #b5b5b5 0%, #bfbfbf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5b5b5), color-stop(100%,#bfbfbf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b5b5b5 0%,#bfbfbf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b5b5b5 0%,#bfbfbf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b5b5b5 0%,#bfbfbf 100%); /* IE10+ */
background: linear-gradient(to bottom, #b5b5b5 0%,#bfbfbf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */

}
.naslov-border-left {
	border-left:1px solid #000;
}
.naslov-border {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}
.list-border-left {
	border-left:1px solid #000;
}
.list-border {
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}
.list-border-left_a {
	border-left:1px solid #000;
}
.list-border_a {
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.list-border-bottom_a {
	border-bottom:1px solid #000;
}
.list-border-right_a {
	border-right:1px solid #000;
}
.link {
	cursor:pointer;
}
.lista {
	background:#E2E7E9;
}
.listb {
	background:#EDEFF1;
}
.listc {
	background:#E2E7E9;
}
.listd {
	background:#EDEFF1;
}
.lista:hover, .listb:hover {
	background:#F90;
	cursor:pointer;
}
#subjektNaziv {
	font-size:18px;
	font-weight:bold;
}
.input1 {
	width:500px;
}
.input2 {
	width:100px;
}
.input3 {
	width:200px;
}
.input4 {
	width:240px;
}
.input_disabled {
	background-color:#DFDFE6;
	border:1px solid #999;
}
#addnew {
	display:none;
}
#shadow {
	position:absolute; 
	top:0px; 
	left:0px; 
	background:url(../graphics/back.png); 
	width:100%; 
	height:100%; 
	text-align:center; 
	display:none;
}
#dialog {
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	padding:20px;
	font-size:16px;
	font-weight:bold;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:4px solid #7A8085;
	background-color:#FFFFFF;
}
.reminder {
	font-size:10px;
}
.pointer {
	cursor:pointer;
}
.sort {
	display:none;
}
#notification {
	width:320px;
	padding:10px;
	font-size:18px;
	font-weight:bold;
	background:#FFF url(../graphics/Info.png) no-repeat 10px center; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #7A8085;
}

.pagination {
	position:relative;
	display:inline-block;
	width:16px;
	height:14px;
	padding:2px;
	padding-top:4px;
	margin:1px;
	background:#FFF;
	border:1px solid #000;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
.pagination:hover {
	background-color:#F93;
}
.pagination_active {
	background:#DDD7CC;
}