/* INet - base styles */
	body {
		font-size: 75%; /* 12px */
		background-color: #fff;
		padding-bottom: 35px;
	}
	body, table, th, td, input, select, textarea, button, a {
		font-family: Verdana, sans-serif;
		color: #333;
		line-height: 1.5em;
	}
	table, th, td, input, select, textarea {
		font-size: 1em;
	}
	h1, h2, h3 {
		font-weight: bold;
		margin-top: 1.5em;
	}
	p, table, ul, ol, .message {
		margin-top: 1.333em;
	}
	strong {
		font-weight: bold;
	}
	em {
		font-style: italic;
	}
	del {
		text-decoration: underline;
	}
	a {
		text-decoration: underline;
		color: #063;
	}
	a:hover, a:focus, .toggler:hover, .toggler:focus {
		text-decoration: none;
	}
	a:focus, .toggler:focus {
		outline: 1px dotted #333;
	}
	small {
		font-size: 0.8333em;
	}
	hr {
		height: 1px;
		border: none;
		border-top: 1px solid #063;
		background: none;
		margin-top: 10px;
	}
	sup {
		position: relative;
		top: -3px;
		font-size: 0.8333em;
	}
	.toggler, .toggler.default-collapsed.expanded {
		cursor: pointer;
		background-image: url("../images/icons/collapse-16.png");
	}
	.toggler.collapsed, .toggler.default-collapsed {
		background-image: url("../images/icons/expand-16.png");
	}
	.napoveda {
		color: #333;
		border: 1px solid #ccc;
		padding: 5px 10px 10px 10px;
		font-size: 0.9167em;
		padding-left: 45px;
		background: #fafafa url("../images/icons/help-dis-32.png") no-repeat 5px 10px;
	}
	
	/* Utility styles */
		.nobold { font-weight: normal !important; }
		.nomargin { margin: 0 !important; }
		.nopadding { padding: 0 !important; }
		.noborder { border: 0 !important; }
		.left { text-align: left !important; }
		.center { text-align: center !important; }
		.right { text-align: right !important; }
		.top { vertical-align: top !important; }
		.middle { vertical-align: middle !important; }
		.bottom { vertical-align: bottom !important; }
		.fl { float: left; }
		.fr { float: right; }
		.hidden, .print { display: none !important; }
		.offscreen { position: absolute; left: -10000px; }
		.nowrap { white-space: nowrap; }
		.note { color: #888; }
		.wide { width: 100%; }
		.clear {
			clear: both;
		}
		.clearfix:before, .clearfix:after {
			content: ".";
			display: block;
			height: 0;
			overflow: hidden;
		}
		.clearfix:after {
			clear: both;
		}
		.clearfix {
			zoom: 1;
		}
		.external-icon {
			background-image: url("../images/icons/external-link-16.png");
		}
		a.insolvence {
			color: red;
		}
