

	body, table {
		font-family: Arial, sans-serif;
		font-size: 13px;
		margin: 0;
	}

	button {
		cursor:pointer;
	}

	a {
		color:#00f;
		text-decoration:none;
	}
	a:hover {
		text-decoration:underline;
	}

	td {
		text-align:right;
	}
	.tdl, .tdl td {
		text-align:left;
	}

	.bold td {
		font-weight:bold;
	}


	.a_p {
		float: left;
		margin:0 10px;
    	border-collapse: collapse;
	}
	.a_p td, .a_p th {
		text-align:left;
		padding: 3px;
		border:1px solid #aaa;
		background:#eee;
	}
	.a_p th {
		background:#ccc;
		white-space: nowrap;
	}

	.error {
		margin-left:10px;
		padding:3px;
		background:#f00;
		color:#fff;
	}

	.fmenu {
		position:absolute;
		background:#ddf;
		width:140px;
		border-right:1px solid #aaa;
		border-bottom:1px solid #aaa;
		padding-left:10px;
		padding-bottom:30px;
	}
	.sel {
		font-weight:bold;
	}
	.content {
		margin-left:150px;
	}

	.ftit {
		background:#faa;
		padding:3px;
		cursor:pointer;
	}
	.fdiv {
		background:#ccc;
		border:1px solid #aaa;
		padding:5px;
	}
	.fdt {
		background:#666;
		color:#fff;
		font-weight:bold;
		font-size:14px;
		padding:3px;
	}
	
	#overlay {
		display:none;
		position:fixed;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		text-align:center;
		z-index:1000;
		background:rgba(55, 55, 55, .5);
	}
	#overlay #modal {
		position:relative;
		margin:20px auto;
		background:#fff;
		border:1px solid #000;
		padding:15px;
		text-align:center;
		box-shadow: 0px 0px 15px 1px #000;
	}
	#overlay #modal #close {
		width: 30px;
		position: absolute;
		right: -15px;
		top: -15px;
		font-weight: bold;
		color: #F00;
		cursor: pointer;
		font-size: 24px;
		background: #fff;
		border-radius: 15px;
		border: 1px solid #000;
		height: 30px;
	}
	.grid {
		display:inline-block;
		position:relative;
		border:1px solid #aaa;
		border-radius:4px;
		background:#eee;
		margin-right:4px;
		margin-top:4px;
		padding:2px;
		padding-right:20px;
	}
	.rem {
		position:absolute;
		right:2px;
		top:-2px;
		color:#f00;
		font-weight:bold;
		cursor:pointer;
	}
	#d_izvajalec, #uporz, #ddelo, #comnt {
		margin:5px;
		padding:5px;
		border:1px solid #aaa;
		text-align:left;
	}
	
	#scrnav {position:fixed; top:100px; left:152px; font-size:18px; color:#ccc;}
	.scrollup, .scrolldown {cursor:pointer;}
	.scrollup:hover, .scrolldown:hover {text-shadow: 0px 0px 3px #f00;}

	.tablesorter-header {color:#00f; text-decoration:underline; cursor:pointer;}
	.tablesorter-headerUnSorted {color:66f; text-decoration: none;}


@media print {
	@page 
    {
        size: auto;   /* auto is the initial value */
        margin: 0mm;  /* this affects the margin in the printer settings */
    }
	.no-print, .no-print *
    {
        display: none !important;
    }
	.content {
		margin:0 5em;
	}
	.a_p {
		width:100%;
		margin:0px;
	}
	.a_p a {
		color:#000;
	}
	.print_small {
		font-size: 10px;
	}
	h1 {
		line-height:68px; height:60px;/* background: url('evapro.jpg') no-repeat right top;*/
	}
	h1:after {
		content: url('evapro.jpg'); float:right;
	}

}