/*	Cascading Style Sheet 	*/
/*		-- screen --		*/


/* HTML tags redefinition */
HTML { 
	height: 100%;
	margin-bottom: 1px; 
}
BODY {
	margin: 0px;
	padding: 0px;
}
/** HTML BODY { text-align: center; } /* IE5.x alignment fix I */
ACRONYM { cursor: help; }
A { text-decoration: none; }

/* Standard width within all layers */
DIV.container {
	width: 740px;
	margin: 0 auto;
}
DIV.container_fs {
	width: 740px;
}
* HTML DIV.container { text-align: left; } /* IE5.x alignment fix II */

/* Upper div */
#top {
	width: 100%;
	background-color: #2D2E2A;
	margin: 0;
	padding: 0;
	background-image: url(/_img/pzs_top_bg.png);
	height: 110px;
	background-repeat: repeat;
}
#login {
	position: absolute;
	top: 0px;
	right: 3px;
}
#login :link, #login :visited {
	font-family: Arial, sans-serif;
	font-size: 70%;
	color: #666;
	letter-spacing: 1px;
}
#login :hover {
	color: #999;
}
#head {
	background-image: url(/_img/pzs_top_head_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 110px;
}

/* Middle div */
#mid {
	background-color: #EBEBD4;
	width: 100%;
	height: 50px;
	background-image: url(/_img/pzs_mid_bg.png);
}
#bar {
	height: 50px;
	position: relative;
	text-align: right;
	float: right;
	width: 250px;
}
#bar IMG {
	display: block;
	float: right;
	padding-left: 10px;
	border: none;
}
#description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	letter-spacing: 1px;
	color: #666;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: left;
	padding-left: 240px;
	cursor: default;
	overflow: hidden;
	background-image: url(/_img/pzs_mid_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
}
#description A:link, #description A:visited {
	color: #666;
}
#description A:link:hover, #description A:visited:hover {
	color: #D34F27;
}

/* Bottom div */
#bot {
	width: 100%;
}
#sidebar {
	background: url(/_img/pzs_bot_sidebar_bg.png) no-repeat top right;
	width: 200px;
	height: 436px;
	float: left;
	position: relative;
}
#sidebar UL {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding: 0px;
	margin: 25px 30px 0 0;
	height: 143px;
	letter-spacing: 0.05em;
}
#sidebar LI {
	font-size: 80%;
	text-align: right;
}
#sidebar LI UL {
	display: none;
}
#sidebar LI:hover UL {
	display: block;
	position: absolute;
	margin: -22px 0 0 170px;
	z-index: 666;
	width: 150px;
	background: #fff;
	opacity: 0.85;
	border: 1px dotted #999;
	padding: 5px 10px !important;
}
#sidebar A:link, #sidebar A:visited {
	color: #888;
	line-height: 22px;
	background-image: url(/_img/pzs_bot_sidebar_bullet.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	font-weight: bold;
	height: 25px;
	display: block;
}
#sidebar A:hover {
	color: #D34F27;
}

/* content DIV */
#content {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 40px 39px;
	float: right;
	background: url(/_img/pzs_bot_content_bg.png) no-repeat left top;
	width: 540px; /* IE5.x width fix (actual_width = width+padding+border) */
	position: relative;
	min-height: 436px;
	border-left: 1px solid #ccc;
	voice-family: "\"}\""; /* real width */
	voice-family: inherit;
	width: 500px;
}
* HTML #content { left: 200px; position: absolute; }
.fullscreen { left: 200px; top: 50px; position: absolute !important; }
DIV[id="content"] { border-left: 1px dotted #999 !important; } /* prevent IE to show dashed instead of dotted */
* HTML #content { height: 436px; } /* IE height fix */
#text { font-size: 75%; }
#text H4, #text H5, #text H6 {
	font-family: "Trebuchet MS", serif;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
}
#text H1 {
	font-size: 150%;
	line-height: 40px;
	padding: 25px 0 10px 0;
	margin: 0px;
	cursor: default;
	color: #D34F27;
	font-weight: bold;
	line-height: 1.5 !important;
}
#text H2 {
	font-family: "Trebuchet MS", serif;
	font-size: 130%;
	font-weight: normal;
	color: #D34F27;
}
#text H2 A:link, #text H2 A:visited { color: #D34F27; }
#text H3 { font-size: 120%; }
#text H4 { font-size: 110%; }
#text H5, H6 { font-size: 100%; }
#text P {
	font-size: 100%;
	text-align: justify;
	line-height: 2;
	padding: 0 0 10px 0;
	margin: 0;
}
#text A { 
	text-decoration: underline;
	text-decoration/**/: none; /* links underlined only in ie4&5 */
} 
#text A:link, #text A:visited {
	color: #333;
	border-bottom: 1px dashed #D34F27;
}
#text A:link:hover, #text A:visited:hover {
	border-bottom-style: solid;
}
#text A IMG { border: none; }
#text SMALL { 
	color: #666;
}
#text LABEL {
	color: #999;
	font-size: 90%;
	margin-top: -10px;
	padding: 0;
}
#text TABLE {
	caption-side: bottom;
	font-size: 100%;
	margin-top: 10px;
	border-collapse: collapse;
}
#text TABLE CAPTION {
	font-size: 75%;
	color: #999;
	letter-spacing: 1px;
	text-align: left;
	padding: 5px 20px;
}
#text TABLE THEAD TR TH {
	background-color: #F1F1E1;
	font-weight: bold;
	color: #D34F27;
	text-align: center;
}
#text TABLE TBODY TR TD {
	padding: 2px 4px;
}
#text TABLE TFOOT {
	font-weight: bold;
}
#text TD, #text TH {
	padding: 0px;
	border: none;
}
#text UL, #text OL {
	font-size: 100%;
	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: 120%;
	padding: 0;
	margin: 0;
	color: #666;
}
#text DD {
	font-size: 100%;
	margin-left: 0px;
	text-align: justify;
	line-height: 18px;
	padding-bottom: 15px;
}
#text DL DT :link, #text DL DT :visited {
	color: #D34F27;
	border: none;
}
#text DL DT :link:hover, #text DL DT :visited:hover {
	border-bottom: 1px solid #D34F27;
}
#sizeControl {
	float: right;
}
#sizeControl IMG {
	border: none;
	cursor: n-resize;
}
#left {
	float: left;
	border-right: 1px solid #eee;
	background-image: url(/_img/pzs_bot_content_left_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 25px;
	width: 195px;
	min-height: 436px;
	padding-top: 50px;
}
* HTML #left { height: 436px; } /* IE height fix */
#right {
	float: right;
	background-image: url(/_img/pzs_bot_content_right_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 12px;
	width: 220px;
	padding-top: 50px;
}
#related {
	font-size: 80%;
	color: #bbb;
	letter-spacing: 0.05em;
	margin-top: 20px;
	border: 1px solid #eee;
	width: 60%;
	padding: 10px 17px;
}
#related UL {
	list-style-image: url(/_img/pzs_bot_content_control_ul_bullet.png);
	padding: 5px 0 0 30px;
	margin: 0;
}
#related UL LI A:link, #related UL LI A:visited {
	font-size: 100%;
	color: #aaa;
	line-height: 18px;
}
#related UL LI A:link:hover, #related UL LI A:visited:hover {	
	color: #666;
}
#time {
	font-size: 80%;
	line-height: 20px;
	color: #ccc;
	letter-spacing: 1px;
	text-align: right;
	cursor: default;
	position: absolute;
	bottom: 20px;
	width: 90%;
}
#control {
	text-align: left;
	letter-spacing: 1px;
	font-size: 70%;
	list-style: none;
	height: 20px;
	width: 90%;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	border-top: 1px solid #eee;
	position: absolute;
	bottom: 0;
}
#control LI {
	display: inline;
}
#control LI A:link, #control LI A:visited {	
	margin: 7px;
	color: #ccc;
}
#control LI A:link:hover, #control LI A:visited:hover {	
	color: #666;
}

/* Popup DIV */
#dhtmltooltip {
	font-family: Arial, sans-serif;
	position: absolute;
	width: 300px;
	border: 1px solid #ddd;
	-moz-border-radius: 10px;
	padding: 2px 5px;
	background-color: white;
	visibility: hidden;
	z-index: 100000;
	font-size: 70%;
}
#dhtmltooltip DT {
	color: #999;
	border-bottom: 1px solid #eee;
	padding-top: 5px;
	margin: 0 10px;
}

/* Custom Styles */
P.box {
	padding: 10px 18px !important;
	margin: 10px 15px !important;
	background: #FAFAF4;
	border: 1px solid #eee;
}
P.signature {
	line-height: normal !important;
	font-style: italic;
	text-align: right !important;
	color: #666;
}
A.onTop, A.onTop:link, A.onTop:visited {
	float: right;
	display: block;
	line-height: 15px;
	width: 50px;
	border: 1px solid #eee !important;
	text-align: center;
	font-size: 80%;
	color: #666;
}
A.onTop:link:hover, A.onTop:hover { border-color: #D34F27 !important; }
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; }
COL.centeredText { width: 200px; }
UL.smallerText { font-size: 95% !important; }
UL.singleLineSpacing, UL.singleLineSpacing UL { line-height: 1.2 !important; }
UL.singleLineSpacing A:link:hover, UL.singleLineSpacing A:visited:hover { color: #000 !important; }
UL.singleLineSpacing A:link, UL.singleLineSpacing A:visited { 
	border: none !important;
	color: #777 !important;
}

/*	http://www.plesna-zveza.si							*/
/*	Miha Filej -- miha DOT filej AT gmail DOT com		*/
/*	Andrej Rebula -- andrej DOT rebula AT gmail DOT com */
