/*	Cascading Style Sheet 	*/
/*			-- print --		*/

@page {
	margin: 1cm;
}

/* HTML tags redefinition */
A:link, A:visited {
	text-decoration: none;
	color: black;
}

/* Upper div */
#top {
	display: none;
}
/* Middle div */
#mid {
	display: none;
}

/* Bottom div */
#sidebar {
	display: none;
}

/* content DIV */
#content {
	font-family: Arial, Helvetica, sans-serif;
}
#text {
	font-size: 10pt;
}
#text H1, #text H2, #text H3, text H4, #text H5, #text H6 {
	font-family: "Trebuchet MS", serif;
	color: #D34F27;
	font-weight: normal;
}
#text H1 {
	font-size: 20pt;
}
#text H2 {
	font-size: 16pt;
}
#text H3 {
	font-size: 14pt;
}
#text H4 {
	font-size: 13pt;
}
#text H5 {
	font-size: 12pt;
}
#text H6 {
	font-size: 11pt;
}
#text P {
	text-align: justify;
	line-height: 2;
}
#text SMALL {
	color: #666;
}
#text LABEL {
	color: #999;
	font-size: 8pt;
}
#text TABLE {
	caption-side: bottom;
	font-size: 10pt;
	border-collapse: collapse;
}
#text TABLE CAPTION {
	font-size: 8pt;
	color: #999;
	letter-spacing: 0.2pt;
	text-align: left;
	padding: 5mm 20mm;
}
#text TABLE THEAD TR TH {
	font-weight: bold;
	color: #D34F27;
	text-align: center;
}
#text TABLE TBODY TR TD {
	padding: 2mm 4mm;
}
#text TABLE TFOOT {
	font-weight: bold;
}
#text TD, #text TH {
	padding: 0;
	border: 1pt solid black;
}
#text UL, #text OL {
	font-size: 10pt;
	line-height: 2;
}
#text LI {
	text-align: justify;
}
#text UL LI {
	list-style-image: url(/_img/pzs_bot_content_ul_bullet.png);
}
#text DL {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}
#text DT {
	font-size: 12pt;
	padding: 0;
	margin: 0;
	color: #666;
}
#text DD {
	font-size: 10pt;
	margin-left: 0;
	text-align: justify;
	line-height: 2;
}
#sizeControl {
	display: none;
}
#related {
	display: none;
}
#time {
	font-size: 8pt;
	line-height: 20mm;
	color: #ccc;
	letter-spacing: 0.1pt;
	text-align: right;
}
#control {
	display: none;
}

/* Custom Styles */
P.box {
	padding: 3mm 5mm !important;
	margin: 3mm 5mm !important;
	border: 0.1pt solid #eee;
}
P.signature {
	line-height: normal !important;
	font-style: italic;
	text-align: right !important;
	color: #666;
}
UL.fileList LI A:link, UL.fileList LI A:visited {
	color: #666 !important;
}
UL.fileList LI A:link:hover, UL.fileList LI A:visited:hover {
	color: #000 !important;
}
TABLE.borderless TD {
	border: none !important;
}
UL.singleLineSpacing, UL.singleLineSpacing UL {
	line-height: 1.2 !important;
}
UL.singleLineSpacing A:link, UL.singleLineSpacing A:visited {
	border: none !important;
	color: #777 !important;
}
UL.singleLineSpacing A:link:hover, UL.singleLineSpacing A:visited:hover {
	color: #000 !important;
}
UL.smallerText {
	font-size: 95% !important;
}

#smallprint { display: none; }
/*	http://www.plesna-zveza.si						*/
/*	Miha Filej -- miha DOT filej AT gmail DOT com	*/