/*	Cascading Style Sheet 	*/
/*		-- default --		*/


/* HTML tags redefinition */
HTML { 
	height: 100%;
	margin-bottom: 0.01em; 
	padding: 0;
}
BODY {
	margin: 0px;
	padding: 0px;
}
* HTML BODY { text-align: center; } /* IE5.x alignment fix I */

A { text-decoration: none; }

/* Standard width within all layers */
DIV.container {
	width: 740px;
	margin: 0 auto;
}
* 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/sp_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/sp_top_head_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 110px;
}

/* Middle div */
#mid {
	background-color: #2C6799;
	width: 100%;
	height: 50px;
	background-image: url(/_img/sp_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: #CBD9E4;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: left;
	position: relative;
	padding-left: 240px;
	cursor: default;
	overflow: hidden;
	position: absolute;
	background-image: url(/_img/sp_mid_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
}
#description A:link, #description A:visited {
	color: #B1C6D7;
}
#description A:link:hover, #description A:visited:hover {
	color: #fff;
}

/* Bottom div */
#bot {
	width: 100%;
	background: #fff url('../_img/pzs_smallprint.png') bottom no-repeat;
}
#bot:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#bot {display: inline-table;}
/* Hides from IE-mac \*/
* html #bot {height: 1%;}
#bot {display: block;}
/* End hide from IE-mac */
#sidebar {
	background-image: url(/_img/sp_bot_sidebar_bg.png);
	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;
}
#sidebar LI {
	font-size: 80%;
	text-align: right;
}
#sidebar A:link, #sidebar A:visited {
	color: #888;
	line-height: 22px;
	background: url(/_img/pzs_bot_sidebar_bullet.png) right center no-repeat;
	padding-right: 15px;
	font-weight: bold;
	height: 25px;
	display: block;
}
#sidebar A:hover {
	color: #EE6815;
}

/* content DIV */
#content {
	margin-bottom: 169px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 40px 39px;
	border-left: 1px solid #ccc;
	float: right;
	background-image: url(/_img/sp_bot_content_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 540px; /* IE5.x width fix */
	position: relative;
	min-height: 570px;
	voice-family: "\"}\""; /* real width */
	voice-family: inherit;
	width: 500px;
}
* HTML #content { height: 570px; } /* IE height fix */
#text { font-size: 75%; }
#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: #EE6815;
	font-weight: bold;
	line-height: 1.5 !important;
}
#text H2 {
	font-family: "Trebuchet MS", serif;
	font-size: 130%;
	font-weight: normal;
	color: #EE6815;
}
#text H2 A:link, #text H2 A:visited {
	color: #EE6815;
}
#text H3 {
	font-size: 120%;
	color: #EE6815;
}
#text H4 {
	font-family: "Trebuchet MS", serif;
	font-size: 110%;
	font-weight: normal;
	color: #EE6815;
}
#text H5 {
	font-size: 100%;
	color: #EE6815;
}
#text 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 #EE6815;
}
#text A:link:hover, #text A:visited:hover {
	border-bottom-style: solid;
}
#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: #E4E9EF;
	font-weight: bold;
	color: #EE6815;
	text-align: center;
}
#text TABLE TBODY TR TD {
	padding: 2px 4px;
}
#text TABLE TFOOT {
	font-weight: bold;
}
#text TD, #text TH {
	padding: 0px;
	border: 1px solid #ddd;
}
#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: 10px;
	text-align: justify;
	line-height: 18px;
	padding-bottom: 15px;
}
#text DL DT :link, #text DL DT :visited {
	color: #EE6815;
	border: none;
}
#text DL DT :link:hover, #text DL DT :visited:hover {
	border-bottom: 1px solid #EE6815;
}
#text P IMG {
	margin: 0 6px;
}
#text ACRONYM, #text ABBR, #text DFN { 
	cursor: help;
	border-bottom: 1px dotted #EE6815;
}
#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;
	margin-left: 12px;
	width: 220px;
	padding-top: 27px;
	border-top: 1px solid #eee;
}
#news {
	background-image: url(/_img/pzs_bot_content_right_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	margin-top: -20px;
}
#related {
	font-size: 80%;
	color: #bbb;
	letter-spacing: 0.05em;
	margin-top: 20px;
	border: 1px solid #eee;
	width: 60%;
	padding: 10px 17px;
}
#affiliates {
	position: absolute;
	bottom: 50px;
	right: 22px;
	width: 250px;
}
#affiliates IMG {
	display: block;
	clear: both;
	margin: 5px 0;
	float: right;
	border: none;
}
#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;
}

#smallprint { display: none; }

/* Mailing List */

form#mlist input.email {
    border: 1px solid #888;
    display: block;
    padding: 2px 4px;
    margin: 5px 0;
    height: 1.3em;
    width: 340px;
    font-size: 1.6em;
    font-family: "arial", sans-serif;
}


/* 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: #FBFCFD;
	border: 1px solid #eee;
}
P.box IMG {
	float: right;
	margin: 10px;
}
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: #2C6799 !important;
}
OL.lowerAlpha { list-style-type: lower-alpha; }
OL.lowerRoman { list-style-type: lower-roman; }
OL.upperAlpha { list-style-type: upper-alpha; }
OL.upperRoman { list-style-type: upper-roman; }
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;
}
TABLE.fullWidth { width: 100%; }
TABLE.halfWidth { width: 50%; }
/*	http://www.plesna-zveza.si						*/
/*	Miha Filej -- miha DOT filej AT gmail DOT com	*/