﻿html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img {
	border: 0;
	margin: 0;
	padding: 0;
}
html, body {
	font-family: Arial, Helvetica, Sans-Serif;
}
.clearFloat {
	clear: both;
}
body {
	background: url('../Cms/Img/BackgroundGradient.png') repeat-x;
}








/* Header */

.headerTopBand {
	height: 80px;
}
.headerTopBand .logo {
	float: left;
	width: 225px;
}
.headerTopBand .logo a img {
	border: none;
}
.headerTopBand .search {
	float: right;
	width: 215px;
	text-align: right;
}

.headerTopBand .search table {
	font-size: 11px;
	color: #333333;
	margin-top: 16px;
	width: 95%;
}
.headerTopBand .search table input {
	background: url('../Cms/Img/SearchBox.gif') no-repeat left top;
	font-size: 11px;
	border: none;
	padding: 4px 3px;
	margin: 0;
	width: 175px;
}
.headerTopBand .search table select {
	font-size: 11px;
}
.headerTopBand .headerLinks {
	color: #333333;
	font-size: 11px;
	float: left;
	margin-top: 22px;
	text-align: right;
	width: 460px;
}
.headerTopBand .headerLinks a {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
.headerTopBand .headerLinks a:hover {
	text-decoration: underline;
}
.headerMiddleBand {
	height: 240px;
	position: relative;
}
.headerMiddleBand .leftPart {
	float: left;
	height: 240px;
	width: 720px;
}
.headerMiddleBand .leftPart img {
	display: block;
}
.headerMiddleBand .rightPart {
	background-color: #ccc; 
	float: right;
	font-family: Arial, Helvetica, Sans-Serif;
	height: 240px;
	width: 148px;
	padding: 0px 16px;
	color: #fff;
	overflow: hidden;
}
.headerMiddleBand .rightPart a {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.headerMiddleBand .rightPart a:hover {
	text-decoration: underline;
}
.headerMiddleBand .rightPart p {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin: 12px 0;
	padding: 0;
}
.headerMiddleBand .menuBand {
	position: absolute;
	left: 0px;
	top: 215px;
	height: 25px;
}
.headerMiddleBand .menuBand a {
}
.headerMiddleBand .menuBand a img {
	border: none;
	margin-left: 7px;
}
.headerBottomBand {
	background: url('../Cms/Img/SiteMapBackgroundGradient.png') repeat-x;
	height: 30px;
	position: relative;
}
.headerBottomBand .siteMap {
	padding-left: 10px;
}
.headerBottomBand .siteMap,
.headerBottomBand .siteMap a {
	color: #fff;
	font-size: 10px;
	line-height: 30px;
}
.headerBottomBand .siteMap a {
	text-decoration: none;
}
.headerBottomBand .siteMap a:hover {
	text-decoration: underline;
}

/* END Header */


/* Footer */

.footer {
	border-top: solid 1px #f63;
	color: #333333;
	font-size: 10px;
	padding-top: 6px;
}
.footer table {
	width: 100%;
}
.footer table tr td.footerLeft {
	text-align: left;
}
.footer table tr td.footerRight {
	text-align: right;
}
.footer table tr td.footerRight a {
	color: #333333;
	margin-left: 30px;
	text-decoration: none;
}
.footer table tr td.footerRight a:hover {
	text-decoration: underline;
}

/* END Footer*/


/* Page tools */

.pageTools {
	height: 18px;
	position: absolute;
	right: 6px;
	top: 6px;
	width: 63px;
}
.pageTools a img {
	border: none;
	float: left;
}

/* END Page tools */


/* Documents */

.documentContent {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}

/* END Documents */

/* ==========================
	 	        MODULES
   ========================== */

/* Galerija */

.galerija {
	margin-bottom: 20px;
}
.galerija .title {
	background-color: #ff6633;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding-left: 11px;
}
.galerija .image {
	border: none;
}

/* END Galerija */

/* Zadnja sprememba */

.zadnjaSprememba {
	margin-bottom: 20px;
}
.zadnjaSprememba .title {
	background-color: #ff6633;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding-left: 11px;
}
.zadnjaSprememba .body {
	border-bottom: solid 1px #ccc; 
}
.zadnjaSprememba .body ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	padding-top: 10px;
}
.zadnjaSprememba .body ul li {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.zadnjaSprememba .body ul li a {
	color: #000;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
}
.zadnjaSprememba .body ul li a:hover {
	text-decoration: underline;
}

/* END Zadnja sprememba */


/* Opozorila */

.opozorila {
	background-color: #ebebeb;
	margin-bottom: 20px;
}
.opozorila .title {
	background-color: #ff6633;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding-left: 11px;
}
.opozorila .body {
	border-bottom: solid 1px #ccc; 
	font-size: 11px;
	padding: 10px 10px 3px 10px;
}
.opozorila .body p {
	margin-bottom: 8px;
}
.opozorila .body a {
	color: #000;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
}
.opozorila .body a:hover {
	text-decoration: underline;
}

/* END Opozorila */


/* Priponke */

.priponke {
	margin-bottom: 20px;
	background: url('../Cms/Img/PriponkeBackgroundTop.png')  no-repeat;
}
.priponke .title {
	color: #ff6633;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 5px 11px 0px 11px;
}
.priponke .body {
	font-size: 11px;
	padding: 5px 10px;
}
.priponke .body a {
	color: #ff6633;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
}
.priponke .body a {
	text-decoration: underline;
}
.priponke .foot {
	background: url('../Cms/Img/PriponkeBackgroundFoot.png') no-repeat;
	height: 4px;
	width: 180px;
}

/* END Priponke */


/* Kontakt */

.kontakt {
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	padding-top: 12px;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
.kontakt p {
	padding: 0 10px;
	margin-bottom: 12px;
	color: #666;
	font-size: 11px;
}
.kontakt p a {
	color: #f63;
}

/* END Kontakt */


/* Prijava krsitev */

.prijavaKrsitev {
}
.prijavaKrsitev a img {
	border: none;
}

/* END Prijava krsitev */


/* News */

.newsContent {
	padding-left: 20px;
	padding-right: 20px;
}

.firstPageNews {
	padding-left: 20px;
	padding-right: 20px;
}
.firstPageNews .newsItem {
	margin-bottom: 20px;
}
.firstPageNews h2 {
	color: #f63;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 32px;
}
.firstPageNews .newsItem h4 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.firstPageNews,
.firstPageNews table,
.firstPageNews .newsItem p {
	font-size: 12px;
	text-align: justify;
}
.firstPageNews a.search,
.firstPageNews .newsItem p a {
	color: #ff6633;
	text-decoration: underline;
}
.firstPageNews a.more {
	color: #f63;
}
.firstPageNews a {
	text-decoration: none;
	font-size: 12px;
	color: #cccccc;
}
.firstPageNews a:hover {
	text-decoration: underline;
	color: #ff6633;
}

.firstPageNews a.selected {
	font-weight: bold;
	color: #ff6633;
}



/* END News */


/* Notification results */

.notificationResults {
}

.notificationResults a {
	font-size: 12px;
	text-decoration: none;
	color: #f63;
}

.notificationResults a:hover {
	text-decoration: underline;
}

.notificationResults a.selected {
	font-weight: bold;
}

.notificationResults table.res {
	font-size: 12px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.notificationResults table.res tr.header {
	height: 50px;
}

.notificationResults table.res tr.header td {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 2px;
	font-weight: bold;
	background-color: #cccccc;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.notificationResults table.res tr.header td.bela {
	border-left: 1px solid #fff;
}

.notificationResults table.res tr td {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 8px 4px;
	vertical-align: top;
}

.notificationResults table.res tr td.nohit {
	text-align: center;
	font-size: 12px;
	padding: 10px;
}

.notificationResults .pages,
.notificationResults .pages a {
	font-size: 11px;
	color: #cccccc;
}

.notificationResults .pages a:hover {
	text-decoration: underline;
	color: #ff6633;
}

.notificationResults .pages a.selected {
	font-weight: bold;
	color: #ff6633;
}

.notifications table.legenda {
	font-size: 11px;
}

.notifications table.legenda tr td {
	vertical-align: top;
	padding: 12px 14px;
}

.notifications table.legenda tr td p {
	font-weight: bold;
	margin: 5px 0;
}

.notifications table.legenda tr td ol {
	margin-left: 24px;
}

/* END Notification results */


/* Opozorila ATVP */

div.OpozorilaATVP {
	padding: 0 0 0 20px;
}

div.OpozorilaATVP h2 {
	font-size: 18px;
	color: #ff6633;
	margin-bottom: 30px;
}

div.OpozorilaATVP table {
	border-left: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	width: 100%;
	font-size: 12px;
}

div.OpozorilaATVP table.filter {
	border: none;
	height: 100px;
}

div.OpozorilaATVP table.filter tr td {
	padding: 5px;
	background-color: #f0f0f0;
	color: #333333;
	border: none;
}

div.OpozorilaATVP table tr {
}

div.OpozorilaATVP table tr td {
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	vertical-align: top;
	padding: 10px;
}

div.OpozorilaATVP table tr td.first {
	width: 40px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: right;
}

div.OpozorilaATVP table tr td.second {
}

div.OpozorilaATVP table tr td.nohit {
	text-align: center;
	font-size: 12px;
	padding: 10px;
}

div.OpozorilaATVP table tr td a {
	color: #f63;
	text-decoration: none;
}

div.OpozorilaATVP table tr td a:hover {
	text-decoration: underline;
}

div.OpozorilaATVP .pages,
div.OpozorilaATVP .pages a {
	color: #cccccc;
	font-size: 11px;
	text-decoration: none;
}

div.OpozorilaATVP .pages a:hover {
	text-decoration: underline;
	color: #ff6633;
}

div.OpozorilaATVP .pages a.selected {
	font-weight: bold;
	color: #ff6633;
}


/* END Opozorila ATVP */


/* Investicijski skladi */

.investSkladi {
	/* padding: 0 0 0 20px; */
}

.investSkladi h2 {
	font-size: 18px;
	color: #ff6633;
	margin-bottom: 30px;
}

.investSkladi a {
	font-size: 12px;
	text-decoration: none;
	color: #ff6633;
}

.investSkladi a:hover {
	text-decoration: underline;
}

.investSkladi a.selected {
	font-weight: bold;
}

.investSkladi table {
	font-size: 12px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.investSkladi table tr.header {
	height: 50px;
}

.investSkladi table tr.header td {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 2px;
	font-weight: bold;
	background-color: #cccccc;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.investSkladi table tr.header td.bela {
	border-left: 1px solid #fff;
}

.investSkladi table tr td {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 8px 4px;
	vertical-align: top;
}

.investSkladi table tr td.nohit {
	text-align: center;
	font-size: 12px;
	padding: 10px;
}

/* END Investicijski skladi */


/* Contact us - Kontaktirajte nas */

.contactUs {
	padding: 0 20px;
	font-size: 12px;
}

.contactUs h1 {
	color: #f63;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

.contactUs p {
	margin-bottom: 20px;
}


/* END Contact us - Kontaktirajte nas */


/* Search result */

.searchResult {
	padding: 0 20px;
	font-size: 13px;
}
.searchResult h1 {
	color: #f63;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
.searchResult .izpisZadetkov {
	margin-bottom: 20px;
}
.searchResult .result {
}
.searchResult p a {
	font-size: 12px;
	text-decoration: none;
	color: #ff6633;
}
.searchResult table a {
	font-size: 12px;
	text-decoration: none;
	color: #f63;
}
.searchResult table tr td {
	padding: 3px 0;
}

.searchResult .pages {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: right;
}
.searchResult .pages,
.searchResult .pages a {
	color: #cccccc;
	font-size: 11px;
	text-decoration: none;
}
.searchResult .pages a:hover {
	text-decoration: underline;
	color: #ff6633;
}
.searchResult .pages a.selected {
	font-weight: bold;
	color: #ff6633;
}

/* END Search result */


/* Prijava na e-novice */

.prijavaENovice {
	padding: 0 20px;
	font-size: 12px;
}

/* END Prijava na e-novice */


/* Prijava na e-novice */

.portlet1 a {
	color: #f63;
	text-decoration: underline;
	font-size: 13px;
}

/* END Prijava na e-novice */


/* TEMP */ 
				.mm {
					
					padding-left: 5px;
					padding-right: 5px;
					color: #fff;
					background-color: #000;
					text-align:center;
					
				}

/* END TEMP */