﻿/* General */

*
{
    margin: 0;
    padding: 0;
    font-family: Calibri;
}

html
{
    height: 100%;
    font-size: 62.5%;
}

body
{
    height: 100%;
    text-align: center;
    font: 1.2em Verdana, Arial, Helvetica, sans-serif;
    min-width: 960px;
}

a:hover
{
    text-decoration: none;
}

address
{
    line-height: 2;
    text-align: left;
    margin: 0.3em 1em;
}

/* Wrapper */

#wrapper
{
    margin: 0 auto;
}

/* Headings, paragraphs */
h1
{
    font: 2.7em Lucida Sans, "Times New Roman" , Times, serif;
    color: #FFFFFF;
    padding: 22px 0 4px 0;
    margin: 0 0 0 4px;
}

h1 a:link, h1 a:visited
{
    text-decoration: none;
    color: #FFFFFF;
    font: Minion Pro;
    font-size: 30 pt;
}

h2
{
    font-size: 1.9em;
    font-weight: normal;
    color: #CD0000;
    margin-bottom: 3px;
}

h3.sub
{
    font: 1.4em Georgia, "Times New Roman" , Times, serif;
    color: #3A3A3A;
    margin-bottom: 10px;
    background: none;
    padding: 0;
}

h3
{
    font: 1.4em Georgia, "Times New Roman" , Times, serif;
    color: #3A3A3A;
    margin-bottom: 10px;
    background-color: #E3F5FF;
    padding: 3px 0 3px 7px;
}

h4
{
    font: bold 1.1em Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 5px;
    background-color: #CD0000;
    color: #FFFFFF;
    padding: 6px 0 6px 10px;
}

h4.nobg
{
    background: none;
    padding: 0;
    color: #000000;
}

p
{
    line-height: 1.8;
    color: #252525;
    margin-bottom: 10px;
}

/* Header */
#header
{
    width: 885px;
    height: 115px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background-color: #460000;
    background-image: url('img/header.png');
    background-repeat: no-repeat;
    background-position: center;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
}

#header p.title
{
    color: white;
    line-height: 1.8;
    position: relative;
    z-index: 2;
    padding: 5px 0 0 0;
    margin: 0 0 0 5px;
    font: 1.3em Lucida Sans, "Times New Roman" , Times, serif;
    color: #FFFFFF;
    letter-spacing: 1px;
}
.login
{
    position: relative;
    margin: 3px;
}

#logindisplay
{
    float: right;
    color: white !important;
}

/* 1 columns layout */
#content
{
    width: 885px;
    margin: 0 auto;
    text-align: left;
    background-color: #FFFFFF;
    padding-bottom: 90px;
    min-height: 600px;
    border: 1px solid #AAAAAA;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
}


/* Table Formating */

.contentTable
{
    border-collapse: collapse;
    border-color: #E6E6E6;
    border-style: solid;
    text-align: left;
    font-size: 12px;
}

table.contentTable tr.headerRow
{
    background-color: #d03c38;
    color: #fff;
    height: 15px;
}

table.contentTable th.kolonaPredmeti
{
    text-align: center;
    width: 100px;
    border-width: 1px;
    height: 10px;
}

table.contentTable th.kolonaPredmetNaziv
{
    text-align: center;
    width: 450px;
    border-width: 1px;
    height: 10px;
}

table.contentTable th
{
    padding: 5px;
    font-weight: bold;
}

table.contentTable td
{
    padding: 2px;
    border-top-color: #E6E6E6;
    border-right-color: #E6E6E6;
    border-bottom-color: #E6E6E6;
    border-left-color: #E6E6E6;
}

table.contentTable td.centered
{
    text-align: center;
}

table.contentTable td.singleRow
{
    background-color: #E6E6E6;
    color: Black;
    font-weight: bold;
}

table.contentTable caption
{
    text-align: left;
    font-size: 13px;
}

tr.row
{
    background-color: #eee;
    color: #000;
}

.tab-loading
{
    background-image: url('img/ajax-loader-big.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 15px;
}

#menu-box
{
    min-height: 600px;
    background-color: White !important;
    position: relative;
}
/* 

*/
.main-loading-panel
{
    background-image: url('img/circle-loading.gif');
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    z-index: 300;
    left: 0;
    top: 0;
    outline: medium none;
    overflow: visible;
    position: fixed;
    opacity: 0.3;
}

.loading
{
    position: absolute;
    display: none;
    color: Black;
    opacity: 0.90;
    text-align: center;
    z-index: 100000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
}

.loadingDivImg
{
    margin: auto;
    position: absolute;
    color: Black;
    opacity: 0.90;
    z-index: 100000;
}

.loadingImg
{
    padding: 15px;
}

.ui-tabs .ui-tabs-nav li a
{
    font-weight: bold;
    font-size: 13,2px !important;
}

.loginTable
{
    vertical-align: top;
    height: 130px;
    margin: auto;
    margin-top: 100px;
    width: 350px;
    background-color: #C51C24;
    color: #FFFFFF;
    padding-left: 20px;
}

/* Vertical Tabs
----------------------------------*/

.ui-tabs-vertical
{
    width: 55em;
    border: none !important;
    padding: 0px !important;
}

.ui-tabs-vertical .ui-tabs-nav
{
    padding: .2em .1em .2em .2em;
    float: left;
    width: 12em;
}

.ui-tabs-vertical .ui-tabs-nav li
{
    clear: left;
    width: 100%;
    border-bottom-width: 1px !important;
    border-right-width: 0 !important;
    margin: 0 -1px .2em 0;
}

.ui-tabs-vertical .ui-tabs-nav li a
{
    display: block;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected
{
    padding-bottom: 0;
    padding-right: .1em;
    border-width: 1px;
    border-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel
{
    padding: 1em;
    float: right;
    width: 40em;
}

.clearPadding
{
    padding: 0px !important;
    float: left !important;
}

.red
{
    margin: 0px !important;
    background-color: #D03C38;
    border: thin solid #E6E6E6;
    color: White;
    width: 200px;
    font-weight: bold;
}

.white
{
    margin: 0px !important;
    border: thin solid #E6E6E6;
    min-width: 300px;
}

table.enrolmentDataTable
{
    border: thin solid #E6E6E6;
    border-collapse: collapse;
    font-size: 13.2px;
    min-width: 700px;
}

table.enrolmentDataTable th
{
    border: thin solid #E6E6E6;
}

table.enrolmentDataTable tr
{
    border: thin solid #E6E6E6;
}

table.enrolmentDataTable td
{
    padding-left: 5px;
    border-top-color: #E6E6E6;
    border-right-color: #E6E6E6;
    border-bottom-color: #E6E6E6;
    border-left-color: #E6E6E6;
}

table.enrolmentDataTable th.fixedWidth
{
    width: 70px;
}

.loginButton
{
    padding: 2px 5px 2px 5px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #ffffff;
    font-size: 11px;
}

.loginButton:hover
{
    background: #C00000;
}

.loginButton:active
{
    border-top-color: #460000;
    background: #460000;
}

.prijaviButton
{
    color: #C70000 !important;
    font-weight: bold;
    font-size: 16px;
}
/* menu */
#nav
{
    margin: 0;
    padding: 3px;
    list-style: none;
}

#nav li
{
    float: left;
    display: block;
    width: 100px;
    background: #E6E6E6;
    position: relative;
    z-index: 500;
    border-top-width: 1px;
    border-top-color: #AAAAAA;
    border-top-style: solid;
    border-right-color: #AAAAAA;
    border-right-style: solid;
    border-right-width: 1px;
    border-left-color: #AAAAAA;
    border-left-style: solid;
    border-left-width: 1px;
}
#nav li.rounded
{
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin: 2px;
}

#nav li:hover
{
    background-color: #FFFFFF;
}

#nav li a
{
    display: block;
    padding: 8px 5px 0 5px;
    font-weight: bold;
    height: 23px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    color: #333;
}

#nav a.selected
{
    color: #f00;
}

#nav ul
{
    position: absolute;
    left: 0;
    display: none;
    margin: 0 0 0 -1px;
    padding: 0;
    list-style: none;
}
#nav ul li
{
    width: 130px;
    float: left;
    border-top: 1px solid #fff;
}

#nav ul a
{
    display: block;
    height: 15px;
    padding: 8px 5px;
    color: #666;
}

.loadedContent
{
    margin: 10px;
    min-height: 100%;
}

.menuWrapper
{
    width: 100%;
    height: 39px;
    background-color: #CCCCCC;
}

.nestedList
{
    background-color: #CCCCCC;
}

.fotterWrapper
{
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
}

.fotter
{
    width: 100%;

    margin: 0 auto;
    text-align: center;
    color: #C70000;
}
.ui-tabs .ui-tabs-nav
{
    padding: 0 !important;
}
.header
{
    font-size: 16px;
    color: Gray;
}
