﻿@CHARSET "UTF-8";
* {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    color:#000;
}

a:hover {
    text-decoration: none;
}

hr {
    font-size: 24px;
    font-weight: bold;
}

h1 {
    margin-top: 5px;
    font-size: 20px;
}

h3 {
    font-size: 24px;
    font-weight: bold;
}

div.hr {
    height: 8px;
    border: 0;
    font-size: 0px;
}

div.hr hr {
    display: none;
}

input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

html {
    background-image: url('/images/background.png');
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    background: url('/images/pageBg.png') no-repeat center top;
    width: 100%;
    display: table;
}

.clear {
    clear: both;
}

img {
    border: 0;
}

#wrapper {
    text-align: left;
    margin: 0 auto;
    width: 960px;
}

#leftContent {
    float: left;
    width: 240px;
    height: 675px;
    margin-top: 33px;
}

#rightContent {
    float: left;
    width: 720px;
}

#head {
    padding: 35px 0 0 10px;
    height: 100px;
}

a#logo {
    margin-top: 5px;
    text-indent: -9999px;
    background: url('/images/logo.png') no-repeat;
    display: block;
    width: 360px;
    height: 100px;
}

#middleContent {
    background-color: white;
}

/* TABS */
#tabs a {
    display: block;
    height: 60px;
    text-indent: -99999px;
    float: left;
    background-repeat: no-repeat;
}

a#tab-brskanje {
    background: url('/images/tabs.png');
    width: 160px;
    margin-left: 2px;
}

a#tab-brskanje:hover {
    background-position: 0px -120px;
}

a#tab-brskanje.active {
    background-position: 0px -60px;
}

a#tab-dodajanje {
    background: url('/images/tabs.png') -160px 0;
    width: 153px;
}

#tab-dodajanje:hover {
    background-position: -160px -120px;
}

#tab-dodajanje.active {
    background-position: -160px -60px;
}

#tab-forum {
    background: url('/images/tabs.png') -313px 0;
    width: 153px;
}

#tab-forum:hover {
    background-position: -313px -120px;
}

#tab-forum.active {
    background-position: -313px -60px;
}

#tab-iskanje {
    float: left;
    width: 223px;
    height: 40px;
    background: url('/images/tabs.png') no-repeat -466px 0;
    padding: 20px 0 0 15px;
}

#tab-iskanje.active {
    background-position: -466px -60px;
}

#tab-iskanje input.text {
    height: 22px;
    border: 1px solid #d4d3d3;
    font-size: 16px;
    padding: 2px 5px 2px 5px;
    width: 150px;
}

#topIsci {
    width: 36px;
    font-weight: bold;
    color: #FFF;
    height: 28px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #666;
}

/*
	Hišica
*/
#homeLink {
    background: url('/images/hisica.png') no-repeat;
    width: 53px;
    height: 38px;
    text-indent: -9999px;
    display: block;
    margin: 23px 0 0 18px;
}

/*
	Profile
*/
#profileBox {
    width: 205px;
    height: 150px;
    margin: 34px 0 0 37px;
}

div.avatar {
    width: 86px;
    height: 86px;
    float: left;
    background: url('/images/avatarBg.png') no-repeat;
}

div.avatar img {
    margin: 3px;
}

#profileBox #loginForm {
    float: left;
    padding-top: 1px;
    margin: 0 0 10px 6px;
}

#profileBox a {
    font-size: 10px;
}

#profileBox a.registracija {
    width: 198px;
    height: 32px;
    background: url('/images/loginRegister.png') no-repeat 0px -25px;
    display: block;
    text-indent: -99999px;
}

#loginForm input#loginButton {
    width: 104px;
    height: 25px;
    cursor: pointer;
    background: url('/images/loginRegister.png') no-repeat;
    border: 0;
}

#prijavaForm .submit {
    width: 104px;
    height: 25px;
    cursor: pointer;
    background: url('/images/loginRegister.png') no-repeat;
    border: 0;
    padding: 0;
}

#loginForm a {
    text-align: center;
    display: block;
}

#loginForm label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    text-align: left;
}

#loginForm input.input-text {
    width: 95px;
    display: block;
    background: transparent;
    margin: 0 0 8px;
    height: 15px;
    padding: 3px 4px;
    border: 1px solid #bbb;
    text-shadow: 0 0 1px #fff;
    color: #999;
    position: relative;
    z-index: 2;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px #fff;
}

#loginForm input.input-text:focus {
    outline: none;
    border-color: #999;
    color: #333;
    padding: 2px 3px;
    border: 2px solid #D84848;
}

#loginForm label.inlined {
    padding: 3px 0 3px 6px;
    font-weight: normal;
    font-size: 12px;
    font-family: "Arial", Verdana, sans-serif;
    color: #aaa;
    background: #fff;
    width: 105px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: color 0.15s linear;
}

#loginForm label.focus {
    color: #ccc;
}

#loginForm label.has-text {
    color: #fff;
    -webkit-transition-duration: 0s;
}

#loginForm label.inlined + input.input-text {
    margin-top: -25px;
}

div.infoBox p {
    padding-top: 10px;
    font-size: 14px;
}

#rightAvatar {
    width: 100px;
    float: left;
    margin-left: 10px;
}

#profileBox h3.user {
    clear: both;
    margin-top: 10px;
}
#profileBox h3.user a {
    display: block;
    font-size: 20px;
}

#profileBox b#profilStTock {
    font-size: 20px;
}

#profileBox a#urejanjeProfila,
#profileBox a#profilOdjava,
#profileBox a#vnosBonusKode {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

#profileBox a#vnosBonusKode { color: #D84848; }

div.pripraveUpo {
    margin-top: 15px;
}

div.pripraveUpo div.vse {
    text-align: right;
    padding: 5px;
}

div.pripraveUpo div.vse a {
    font-size: 12px;
}

/*
 * Okvirji
*/
#dodajanjePotrabnaPrijava {
    background: url('/images/lock.png') no-repeat 0 0;
    height: 98px;
    margin: 50px 100px;
    padding: 10px 20px 20px 140px;
    border: 5px solid #4885D8;
}

#dodano {
    background: url('/images/accept_page.png') no-repeat 0 0;
    height: 88px;
    margin: 50px 100px;
    padding: 20px 20px 20px 140px;
    border: 5px solid #4885D8;
}

#kombinacijaNeObstaja {
    background: url('/images/blockBig.png') no-repeat 0 0;
    height: 88px;
    margin: 50px 100px;
    padding: 20px 20px 20px 140px;
    border: 5px solid #4885D8;
}

#kontaktPoslan {
    background: url('/images/acceptBig.png') no-repeat 0 0;
    height: 88px;
    margin: 50px 100px;
    padding: 20px 20px 20px 140px;
    border: 5px solid #879D27;
}

#registracijaPoslano {
    background: url('/images/mailBig.png') no-repeat 0 0;
    height: 88px;
    margin: 50px 100px;
    padding: 20px 20px 20px 140px;
    border: 5px solid #879D27;
}

#forumComming {
    background: url('/images/helpBig.png') no-repeat 0 0;
    height: 88px;
    margin: 50px 100px;
    padding: 20px 20px 20px 140px;
    border: 5px solid #4FB344;
}

/* Top 5 */
#top5dodanih {
    margin: 212px 0 0 90px;
}

#top5dodanih h3 {
    display: none;
}

#top5dodanih li {
    list-style: none;
}

#top5dodanih a {
    display: block;
    color: black;
    text-decoration: none;
    font-size: 17px;
    height: 21px;
    font-weight: bold;
}

#top5dodanih a:hover {
    text-decoration: underline;
}

/*
	Content
*/
#mainContent {
    background: url('/images/contentBg.png') repeat-y;
    min-height: 650px;
}

#paddingContent {
    padding: 0 30px 20px 16px;
}

/*
	Grupe strani po barvah
*/
#mainContent div.hr {
    margin: 0 30px 0 16px;
}

body.prva h1 {
    color: #879d27;
}

body.brskanje h1 {
    color: #D84848;
}

body.dodajanje h1 {
    color: #4885D8;
}

body.forum h1 {
    color: #4FB344;
}

body.prva h3 {
    color: #879d27;
}

body.prva #mainContent div.hr {
    background-color: #879d27;
}

body.brskanje #mainContent div.hr {
    background-color: #D84848;
}

body.brskanje h3 {
    color: #D84848;
}

body.dodajanje #mainContent div.hr {
    background-color: #4885D8;
}

body.dodajanje h3 {
    color: #4885D8;
}

body.forum #mainContent div.hr {
    background-color: #4FB344;
}

body.forum h3 {
    color: #4FB344;
}

body.iskanje #mainContent div.hr {
    background-color: #E4E3E3;
}

/* Footer */
#footer {
    background: url('/images/footerBg.png') no-repeat;
    height: 130px;
    padding-top: 20px;
}

#footer div.hr {
    background-color: #DA9175;
    color: #DA9175;
}

#sitemap {
    float: left;
    width: 360px;
    height: 100px;
    margin-left: 20px;
}

#sitemap ul {
    margin: 10px 0 0 15px;
}

#sitemap ul li {
    float: left;
    list-style: none;
    margin: 0 0 0 0px;
    padding: 0;
    width: 110px;
}

#sitemap ul li ul {
    margin: 0;
}

#sitemap ul li ul li{
    float: none;
    padding-left: 10px;
}

#avtorji {
    float: left;
    width: 285px;
    height: 100px;
    margin-left: 30px;
}

#avtorji #kontakti {
    margin: 10px 0 0 15px;
    float: left;
}

#avtorji a#muhaccLogo {
    float:right;
    margin-top: 15px;
}


/* First page */
#kajSoPriprave {
    background: url('/images/list.png') no-repeat -10px -5px;
    width: 335px;
    height: 330px;
    text-indent: -99999px;
    float: left;
}

#banner {
    width: 300px;
    height: 250px;
    float: right;
    margin: 12px 30px 0 30px;
}

#facebookFan {
    float: right;
    margin: 12px 30px 0 30px;
    width: 300px;
}

/* Legenda */
#legenda {
    margin: 10px 0 10px 0;
}

#legenda span {
    padding: 5px;
    margin-right: 5px;
    color:#FFF;
    font-weight: bold;
}

#legenda span.pv {
    background-color: #ac5a9e;
}

#legenda span.os {
    background-color: #ff6c00;
}

#legenda span.ss {
    background-color: #15786c;
}

/*
	Formi
*/
div.form h2 {
    margin-top: 5px;
    font-size: 16px;
}

div.formWrapper {
    margin-top: 30px;
}

div.form div.formErrors {
    margin: 10px 0 0 10px;
    background-color: #DA9175;
    padding: 5px;
    width: 300px;
}

div.form div.success {
    background-color: #E7EBD4;
    padding: 5px;
    margin: 10px 0 0 10px;
    font-size: 14px;
    width: 300px;
}

div.form div.formErrors ul {
    padding-left: 20px;
}

div.form p.formDescription {
    margin-top: 10px;
    font-size: 14px;
}

div.form div.formElement {
    clear: both;
    margin: 10px 0;
}

div.form div.formElement div.mainElement {
    float: left;
    width: 192px;
    padding: 4px;
}

div.form div.formElement div.info {
    float: left;
    padding: 6px 0 0 4px;
}

div.form label {
    width: 150px;
    display: block;
    padding: 10px 10px 0 3px;
    float: left;
    text-align: right;
    font-size: 12px;
}

div.form label.error {
    padding: 5px;
    text-align: left;
    color: #D84848;
    font-weight: bold;
}

div.form div.leftForm {
    float: left;
    width: 420px;
}

div.form div.rightForm {
    float: left;
    width: 230px;
    margin-top: 46px;
    padding: 10px;
}
div.form input {
    height: 21px;
    padding: 2px;
    font-size: 14px;
    width: 185px;
}

div.form textarea {
    font-size: 14px;
    padding: 2px;
    height: 150px;
    width: 185px;
}

div.form select {
    width: 192px;
    height: 25px;
    padding: 3px;
    font-size: 14px;
}

div.form input.submit {
    width: 200px;
    height: 32px;
    margin-left: 163px;
    cursor: pointer;
    padding: 32px 0 0 200px;
    border: 0;
    overflow: hidden;
}

div.form img.warningIcon {
    margin: 7px 0 0 5px;
}


/* Radio */
div.form div.mainRadioElement label {
    float: none;
    text-align: left;
    padding: 3px;
}

div.form div.mainRadioElement input {
    width: 15px;
    height: 15px;
    margin: 2px 5px 0 0;
}

/*
 * Uploadify
*/
.uploadifyQueueItem {
    border: 2px solid #E5E5E5;
    background-color: #FFF;
    margin-top: 5px;
    padding: 10px;
}

.uploadifyError {
    border: 2px solid #FBCBBC !important;
    background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
    float: right;
}
.uploadifyProgress {
    background-color: #FFFFFF;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    margin-top: 10px;
    width: 100%;
}
.uploadifyProgressBar {
    background-color: #4885D8;
    width: 1px;
    height: 3px;
}

/*
 * autocomplete
*/
.ac_results {
    padding: 0px;
    border: 1px solid WindowFrame;
    background-color: Window;
    overflow: hidden;
    text-align: left;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.ac_results iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    font: menu;
    font-size: 12px;
    overflow: hidden;
}

.ac_loading {
    background : Window url('/images/loadBlue.gif') right center no-repeat;
}

.ac_over {
    background-color: Highlight;
    color: HighlightText;
}

/*
 * Dodajanje
*/
body.dodajanje div.mainElement {
    background-color: #bfdbff;
}

body.dodajanje div.form div.rightForm {
    background-color: #bfdbff;
    margin-top: 16px;
    width: 200px;
}

body.dodajanje div.form div.rightForm label.optional {
    font-size:16px;
    font-weight:bold;
    padding:5px;
    text-align:left;
}

body.dodajanje #nalaganje {
    margin-left: 163px;
    float: left;
}

body.dodajanje #nalaganje img {
    margin-right: 4px;
}

body.dodajanje div.form div.rightForm img.warningIcon {
    float: right;
}

input#naloziPripravo {
    background: url('/images/dodajPripravo.png') no-repeat 0 0;
}

div.urejanje input#naloziPripravo {
    background: url('/images/urediPripravo.png') no-repeat 0 0;
}

#dodajanjePripraveForm div.formHead {
    background: url('/images/dodajanjeBg.png') no-repeat 163px 0;
    height: 6px;
    clear: both;
}

#dodajanjePripraveForm div.formFoot {
    background: url('/images/dodajanjeBg.png') no-repeat 163px -6px;
    height: 6px;
    clear: both;
}

/*
 * Registracija && pozabil geslo
*/
body.prva div.form div.formElement div.mainElement {
    background-color: #e7ebd4;
}

body.prva div.form div.formHead {
    background: url('/images/registracija.png') no-repeat 163px 0;
    height: 6px;
    clear: both;
}

body.prva div.form div.formFoot {
    background: url('/images/registracija.png') no-repeat 163px -6px;
    height: 6px;
    clear: both;
}

#registrationForm input.submit {
    background: url('/images/registracija.png') no-repeat 0 -12px;
}

#spremembaGeslaForm input.submit {
    background: url('/images/registracija.png') no-repeat 0 -77px;
}

#resetPasswordForm input.submit
{
    background: url('/images/registracija.png') no-repeat 0 -45px;
}

input#urediProfil {
    background: url('/images/registracija.png') no-repeat 0 -141px;
}

input#prijavaNewFb {
    background: url('/images/registracija.png') no-repeat 0 -109px;
}

input#kontaktPoslji {
    background: url('/images/registracija.png') no-repeat 0 -173px;
}

body.prva div.form div.rightForm {
    background-color: #e7ebd4;
}

div.facebookConnectRegistration h2 {
    font-size: 16px;
}

div.facebookConnectRegistration p {
    padding: 5px;
}

div.facebookConnectRegistration div {
    text-align: center;
    margin-top: 10px;
}

/*
 * Brskanje
*/
#brskanjeGlava {
    height: 80px;
    background: url('/images/brskanjeSprites.png') no-repeat 10px 5px;
    padding: 10px 30px 0 0px;
    font-size: 14px;
}

#brskanjeGlava #drugiKriteriji {
    float: right;
    height: 80px;
    margin-right: 80px;
}

#brskanjeGlava #drugiKriteriji a {
    display: block;
    padding: 2px;
    font-size: 12px;
}

#brskanjeGlava #drugiKriteriji a.active {
    color: #D84848;
    font-weight: bold;
}

#brskanjeGlava #kriterijiOpis {
    float: right;
    height: 80px;
    width: 400px;
}

#brskanjeSelections div.selection {
    float: left;
    width: 185px;
}

#brskanjeSelections span.count {
    font-size: 10px;
}

#brskanjeSelections h4 {
    color: #D84848;
    font-size: 16px;
    padding: 2px;
}

#brskanjeSelections div.selection ul li {
    list-style: none;
}

#brskanjeSelections div.selection ul li a {
    padding: 5px 10px;
    display: block;
    width: 136px;
}

#brskanjeSelections div.selection ul li.active {
    background: url('/images/brskanjeSprites.png') no-repeat 158px -79px;
}

#brskanjeSelections div.selection ul li.active a {
    background-color: #ff6c00;
    color: #FFF;
}

/* Srednja šola */
#brskanjeSelections.sola2 div.selection ul li.active a,
#brskanjeSelections.sola5 div.selection ul li.active a {
    background-color: #15786C;
}

/* Predšolska vzgoja */
#brskanjeSelections.sola3 div.selection ul li.active a,
#brskanjeSelections.sola6 div.selection ul li.active a {
    background-color: #AC5A9E;
}

#SolaSelection, #razredSelection {
    background: url('/images/brskanjeSelectionBg.png') repeat-y;
}

#razredSelection.tip-predmet {
    background-position: 29px 0;
}

#razredSelection.tip-predmet h4 {
    padding-left: 31px;
    background: url('/images/brskanjeRazredPuscica.png') no-repeat 7px 7px;
}

#razredSelection.tip-predmet li {
    padding-left: 29px;
}

#brskanjeSelections #predmetSelection {
    width: 300px;
    background-color: #F4C8C9;
}

#brskanjeSelections #predmetSelection li {
    float: left;
    width: 150px;
}

#brskanjeSelections #predmetSelection li a {
    width: 130px;
    padding: 5px 10px;
}

#brskanjeSelections #predmetSelection ul li.active a {
    background: #ff6c00;
    color: #FFF;
}

#brskanjeSelections.sola2 #predmetSelection ul li.active a {
    background-color: #15786C;
}

#brskanjeSelections.sola3 #predmetSelection ul li.active a {
    background-color: #AC5A9E;
}

div.middleTop {
    height: 6px;
    width: 675px;
    margin-top: 5px;
    background: url('/images/brskanjeMiddle.png');
}

div.middleBottom {
    height: 6px;
    width: 675px;
    background: url('/images/brskanjeMiddle.png') 0px -6px;
}

div.empty {
    margin: 5px;
}

#brskanjeMiddle-1 {
    background: url('/images/brskanjeSprites.png') no-repeat 130px -150px;
    height: 38px;
}

#brskanjeMiddle-2 {
    background: url('/images/brskanjeSprites.png') no-repeat 320px -150px;
    height: 38px;
}

#brskanjeMiddle-3 {
    background: url('/images/brskanjeSprites.png') no-repeat right -150px;
    height: 38px;
}

/*
 * Sort
*/
div.sort a {

}

div.sort a.active {
    color: #D84848;
    font-weight: bold;
}

/*
 * Paginator
*/

#pagination {
    margin: 5px 0 15px;
    padding: 0;
    border: none;
    text-align: center;
    color: #d84848;
    font-size: 14px;
}

#pagination a {
    margin-right:2px;
    color: #d84848;
}



#pagination .previous-off,
#pagination .next-off {
    color:#999;
    font-weight:bold;
    padding:0 4px;
}

#pagination a.next,
#pagination a.previous {
    text-decoration: none;
    border: 0;
}

#pagination .active {
    font-weight:bold;
    padding:0 4px;
}

#pagination a:link,
#pagination a:visited {
    padding:0 4px;
    text-decoration:underline;
}

#pagination a:hover {
    text-decoration:none;
}

/*
 * Pomoč
*/
div.pomoc ol, div.pomoc ul {
    margin: 15px 30px;
}

div.pomoc ol li, div.pomoc ul li {
    margin: 4px 0;
}

div.pomoc h4 {
    font-size: 14px;
    border-bottom: 1px solid black;
    padding: 5px;
    margin-top: 10px;
}

div.pomoc div.odgovor {
    margin-top: 5px;
}

div.seTezave {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
}

/*
 * Pogoji uporabe
*/
div.pogojiUporabe p, div.pogojiUporabe div {
    padding-top: 10px;
}

div.pogojiUporabe ol, div.pogojiUporabe ul {
    margin-left: 30px;
}

/*
	Priprava
*/

div.zadnjePriprave {
    float: left;
    width: 380px;
}

#mainContent div.priprava {
    height: 70px;
    padding: 9px 0 0 0;
    margin-bottom: 5px;
}

#mainContent div.priprava div.data {
    height: 45px;
    padding: 4px 5px 7px 13px;
    font-size: 14px;
}

#mainContent div.priprava div.hr {
    margin: 0;
    height: 4px;
}

div.priprava a {
    color: #000;
}

#mainContent div.priprava h4 {
    font-size: 18px;
    font-weight: bold;
    float: left;
    width: 200px;
    display: block;
    padding-top: 2px;
    overflow: hidden;
    height: 23px;
}

div.priprava div.datum {
    float: right;
    width: 150px;
    text-align: right;
    padding-top: 7px;
}

div.priprava div.avtor {
    float: left;
    width: 100px;
    padding-top: 6px;
    overflow: hidden;
    height: 18px;
}

div.priprava div.path {
    float: right;
    width: 260px;
    text-align: right;
    padding-top: 5px;
    height: 18px;
    overflow: hidden;
}

div.pripravaIzpis {
    padding: 3px;
}

div.pripravaIzpis a.title {
    display: block;
    float: left;
    width: 190px;
    padding: 5px;
    font-weight: bold;
}

div.pripravaIzpis div.datumAvtor {
    float: left;
    width: 190px;
    padding: 5px;
    text-align: right;
}

div.pripravaIzpis div.path {
    float: left;
    padding: 5px;
    width: 250px;
    text-align: right;
}

/*
 * Zadnje na forumu
*/
.zadnjeNaForumu {
    float: left;
    width: 270px;
    margin-left: 15px;
}

.zadnjeNaForumu h3 {
    margin-bottom: 9px;
}

.topic {
    border-top: 4px solid #4FB344;
    height:45px;
    margin-bottom: 10px;
    padding: 5px 9px 5px;
    font-size: 14px;
    background-color: #EAECDA;
}

.topic h4 {
    display:block;
    float:left;
    font-size: 15px;
    font-weight:bold;
    padding-top:2px;
    width:200px;
    overflow: hidden;
    height: 20px;
}

.topic .avtor {
    float:left;
    padding-top:6px;
    width: 100px;
    overflow: hidden;
    height: 18px;
}

.topic .forum {
    float:right;
    padding-top:5px;
    text-align:right;
    width: 150px;
    overflow: hidden;
    height: 23px;
}

/*
 * Priprava
*/
div.ogledPriprave h1 {
    font-size: 26px;
}

div.ogledPriprave h2 {
    margin-top: 20px;
}

div.ogledPriprave div.pripravaLeft {
    float: left;
    padding: 10px;
    width: 400px;
}
div.ogledPriprave div.pripravaInfo {
    background-color: #F4C8C9;
    width: 300px;
    padding: 5px 10px;
    margin-top: 15px;
}

div.ogledPriprave div.pripravaLeft div.pripravaInfo div {
    margin: 3px 0;
}

div.ogledPriprave span a {
    color: #FFF;
}

div.ogledPriprave span.path {
    padding: margin-top: 10px;
    padding: 5px 10px;
    color: #FFF;
    font-size: 14px;
}

div.ogledPriprave span.path_os,
div.ogledPriprave span.path_ostalo-os {
    background-color: #FF6C00;
}

div.ogledPriprave span.path_ss,
div.ogledPriprave span.path_ostalo-ss {
    background-color: #15786C;
}

div.ogledPriprave span.path_pv,
div.ogledPriprave span.path_ostalo-pv {
    background-color: #AC5A9E;
}

div.ogledPriprave div.info_os,
div.ogledPriprave div.info_ostalo-os {
    background-color: #FFD3B2;
}

div.ogledPriprave div.info_ss,
div.ogledPriprave div.info_ostalo-ss {
    background-color: #BFFFF6;
}

div.ogledPriprave div.info_pv,
div.ogledPriprave div.info_ostalo-pv {
    background-color: #FFCFF7;
}

div.ogledPriprave div.pripravaRightUser {
    float: right;
    padding: 10px;
    margin-right: 30px;
    width: 180px;
    height: 100px;
    text-align: center;
    /*background: url('/images/userBox.png') no-repeat;*/
}

div.ogledPriprave div.pripravaRightUser div.avatar {
    margin-left: 47px;
}

div.ogledPriprave div.pripravaRightUser a {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 14px;
}

#adminFunkcije form {
    float: left;
}

#adminFunkcije .submit {
    background-color: #D84848;
    color: white;
    padding: 8px;
    font-weight: bold;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 5px;
}

#adminFunkcije .green {
    background-color: #4FB343;
}

#adminFunkcije a.option {
    background-color: #D84848;
    color: white;
    padding: 7px 8px;
    display: block;
    float: left;
    margin: 0 5px;
    font-weight: bold;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    border-bottom: 2px solid #9A9A9A;
    border-right: 2px solid #9A9A9A;
    border-top: 4px solid #F8F8F8;
    border-left: 2px solid #F8F8F8;
}

.pregledano {
    color: #4FB343;
    font-weight: bold;
    padding: 5px;
    float: left;
    width: 100px;
}

#adminFunkcije .optionInfo {
    float: left;
    width: 150px;
    margin: 0 5px;
}

#pripravaPrenos {
    width: 200px;
    margin: 10px 0 0 60px;
}

#pripravaPrenos div {
    padding: 10px;
    color: #FFF;
    height: 60px;
    font-weight: bold;
    background: url('/images/pripraveInfoBg.png') no-repeat;
}

#pripravaPrenos div a {
    color: #FFF;
    font-weight: bold;
}

#pripravaPrenos a.prenos {
    display: block;
    text-indent: -9999px;
    background: url('/images/prenosPriprave.png') no-repeat;
    height: 33px;
}

#pripravaDatoteke {
    margin-left: 30px;
    list-style: none;
}

#pripravaDatoteke li {
    float: left;
    width: 100px;
    height: 115px;
    overflow: hidden;
    margin: 10px;
    text-align: center;
    font-size:  11px;
}

#pripravaDatoteke li div.title {
    margin-top: 5px;
}

#pripravaDatoteke .fileIcon {
    display: block;
    padding-top: 48px;
    background: url('/images/fileIcons.png') no-repeat;
}

div.seznamKomentarjev {
    float: left;
    width: 350px;
    margin: 10px 10px;
}

div.seznamKomentarjev div.user {
    float: left;
    font-weight: bold;
}

div.seznamKomentarjev div.datum {
    float: right;
}

div.seznamKomentarjev div.komentar {
    background-color: #F4C8C9;
    padding: 5px;
    margin-bottom: 10px;
    clear: both;
}

div.dodajKomentar {
    float: right;
    width: 240px;
    margin: 10px 0;
}

div.dodajKomentar label {
    font-weight: bold;
    font-size: 14px;
    margin-left: 4px;
}

div.dodajKomentar #mainForm {
    margin: 0;
}

div.dodajKomentar div.mainElement {
    padding: 4px;
    width: 196px;
    background-color: #F4C8C9;
}

div.dodajKomentar div.mainElement textarea {
    padding: 4px;
    width: 185px;
    height: 150px;
}

div.dodajKomentar input.submit {
    width: 150px;
    height: 25px;
    cursor: pointer;
    padding: 25px 0 0 150px;
    margin: 5px 54px;
    border: 0;
    overflow: hidden;
    background: url('/images/komentiraj.png') no-repeat 0 0;
}

/* OS */
#mainContent div.S_os div.hr,
#mainContent div.S_ostalo-os div.hr {
    background-color: #ff6e03;
    color: #ff6e03;
}

#mainContent div.S_os div.data,
#mainContent div.S_ostalo-os div.data {
    background-color: #ffd3b2;
}

/* PV */
#mainContent div.S_pv div.hr,
#mainContent div.S_ostalo-pv div.hr {
    background-color: #AC5A9E;
    color: #AC5A9E;
}

#mainContent div.S_pv div.data,
#mainContent div.S_ostalo-pv div.data {
    background-color: #FFCFF7;
}

/* SŠ */
#mainContent div.S_ss div.hr,
#mainContent div.S_ostalo-ss div.hr {
    background-color: #15786C;
    color: #15786C;
}

#mainContent div.S_ss div.data,
#mainContent div.S_ostalo-ss div.data	 {
    background-color: #BFFFF6;
}

/*
	Predmeti


div.PSP_os-matematika {
	background: url('/images/predmeti/os.png') no-repeat 0 0px;
}

div.PSP_os-slovenscina {
	background: url('/images/predmeti/os.png') no-repeat 0 -79px;
}
*/

/*
 * File icons
*/
#pripravaDatoteke .icon {
    background-position: 0 0;
}
#pripravaDatoteke .icon-doc {
    background-position: -100px 0px;
}
#pripravaDatoteke .icon-xls {
    background-position: -200px 0;
}
#pripravaDatoteke .icon-pdf {
    background-position: -300px 0;
}
#pripravaDatoteke .icon-ppt {
    background-position: -400px 0;
}

#secOpt {
    clear: both;
    margin-top: 15px;
}

#reportGradivo {
    margin-top: 10px;
}

#secOpt .submit {
    background-color: #D84848;
    color: white;
    padding: 2px;
    font-weight: bold;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 5px;
}

#starify {
    margin-left: 20px;
}

.ui-stars-star,
.ui-stars-cancel {
    float: left;
    display: block;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
    width: 28px;
    height: 26px;
    display: block;
    position: relative;
    background: url(/images/crystal-stars.png) no-repeat 0 0;
}
.ui-stars-star a {
    background-position: 0 -56px;
}
.ui-stars-star-on a {
    background-position: 0 -84px;
}
.ui-stars-star-hover a {
    background-position: 0 -112px;
}
.ui-stars-cancel-hover a {
    background-position: 0 -28px;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
    cursor: default !important;
}

.removeFilter {
    text-align: right;
    padding: 5px 35px 5px 0;
    font-size: 10px;
    clear: both;
}


#gradivoVrsta input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

#gradivoVrsta .ui-button {
    position: relative;
    overflow: visible;
    cursor: pointer;
    float: left;
    width: 89px;
}

#gradivoVrsta .ui-state-default {
    border: 1px solid #4885d8;

    color: #000;

    margin-left: 0;
    margin-right: -0.3em;
}

#gradivoVrsta .ui-state-active {
    color: #FFFFFF;
    font-weight: bold;
    border: 1px solid #4885d8;
    background-color: #4885d8;
    text-decoration: none !important;
}

#gradivoVrsta .ui-button-text {
    display: block;
    line-height: 1.4;
    padding: 0.4em 1em;
}

.ui-corner-right {  -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }

.info45 {
    background: url('/images/info.png') no-repeat 0 0;
    padding: 3px 0 3px 55px;
    height: 45px;
}
