/* Glavni.ascx */
.middleColumn .Main {
	width: 602px;
}
.themePage2K .middleColumn .Main {
	width: 805px;
}
.workerPage2K .middleColumn .Main {
	width: 805px;
}
.personalPage2K .middleColumn .Main {
	width: 805px;
}
.main H2 {
	background: #FFF url(images/BackMainHead.gif) left bottom repeat-x;
	padding: 5px 25px 5px 25px;
	padding: expression("8px 25px 5px 25px");
}
.main .Head {
	text-transform: uppercase;
	color: #284187;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.main .contentMain {
	padding: 17px 25px;
}
.main .contentMain .Normal {
	display: block;
}
/* Main HTML tags definition in Glavni.ascx container */
.main P {
	margin-bottom: 10px;
	line-height: 14px;
}
.main UL {
	padding-left: 20px;
	margin-bottom: 10px;
}
.main OL {
	padding-left: 25px;
	margin-bottom: 10px;
}
.main LI {
	margin-bottom: 3px;
}
.main H3 {
	font-size: 12px;
	color: #284187;
	font-weight: bold;
	margin-bottom: 5px;
}
.main H4 {
	font-size: 11px;
	color: #284187;
	font-weight: bold;
	margin-bottom: 5px;
}
.main H5 {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}
.main H6 {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 5px;
}


/* Banner.ascx */
.banner {
	border: 3px #FFF solid;
	margin: 0 18px 10px 17px;
}
.banner .Head {
	display: block;
	background: url(images/BackBannerHead.gif) bottom right no-repeat;
	color: #2d64a5;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
	height: 12px;
	height: expression("16px");
}
.banner .contentMain {
	background-color: #FFF;
}
.banner .insideBorder {
	border: 1px #829bb9 solid;
}
.banner .contentMain .Normal {
	display: block;
}
.banner IMG {
	display: block;
}


/* Desni.ascx */
.rightContainerGrad {
	background-color: #FFF;
	border: 1px #b7b7b7 solid;
	padding: 1px;
	margin: 5px 8px;
}
.rightContainerGrad H3 {
	background: #FFF url(images/BackRightContHead.gif) left bottom repeat-x;
}
.rightContainerGrad .Head {
	display: block;
	color: #2a6289;
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px 10px;
	font-weight: bold;
}
.rightContainerGrad .contentMain {
	background: #FFF url(images/BackRightContBody.gif) left bottom repeat-x;
	padding: 15px 10px;
	font-size: 10px;
}
.rightContainerGrad .contentMain .Normal {
	display: block;
}
.rightContainerGrad P {
	margin-bottom: 10px;
}
.rightContainerGrad UL,
.rightContainerGrad OL {
	margin: 10px 0 10px 20px;
}
.rightContainerGrad UL LI {
	list-style-type: circle;
}


/* DesniOsnovni.ascx */
.rightContainer {
	border: 3px #FFF solid;
	margin: 0 18px 10px 17px;
}
.rightContainer .Head {
	display: block;
	background-color: #d7e6f5;
	color: #2d64a5;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 4px;
}
.rightContainer .contentMain {
	background-color: #FFF;
	padding: 5px;
}
.rightContainer .insideBorder {
	border: 1px #829bb9 solid;
}
.rightContainer .contentMain .Normal {
	display: block;
}


/* Prazni.ascx */
.middleColumn .empty {
	width: 602px;
}
.themePage2K .middleColumn .empty {
	width: 750px;
}
.workerPage2K .middleColumn .empty {
	width: 750px;
}
.personalPage2K .middleColumn .empty {
	width: 750px;
}
.middleColumn .empty {
	padding: 17px 25px;
}


/* News Articles */
.NewsItem {
	margin-bottom: 10px;
	clear: both;
	border-bottom: 1px #c1c1c1 dotted;
	padding-bottom: 10px;
}
.NewsItem H3,
.NewsItem H3 A:link,
.NewsItem H3 A:visited,
.NewsItem H3 A:hover {
	color: #284187;
	display: block;
	margin: 0;
	text-align: left;
}
.NewsItem CITE {
	color: #f56400;
	font-size: 10px;
	font-style: normal;
	display: block;
	margin-bottom: 5px;
}
.NewsItem .linkMore {
	text-align: right;
}
.NewsItem .Normal {
	line-height: 14px;
}
.NewsItem .Normal IMG {
	float: left;
	margin: 0 10px 5px 0;
}
.NewsItem .CommandButton:link,
.NewsItem .CommandButton:visited,
.NewsItem .CommandButton:hover {
	color: #f56400;
	font-style: normal;
	text-decoration: none;
	padding: 2px 0;
	display: block;
}
.NewsItem .CommandButton:hover {
	text-decoration: underline;
}
.NewsNavigation {
	text-align: center;
}
.NewsNavigation,
.NewsNavigation A:link,
.NewsNavigation A:visited,
.NewsNavigation A:hover {
	color: #2d64a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.NewsNavigation SPAN {
	margin: 5px;
}


/* Fesb modules */
.themePage2K .tableData {
	width: 750px;
}
.personalPage2K .tableData {
	width: 750px;
}
.themePage3K TABLE.tableData {
	width: 550px;
}
.tableData {
	margin-bottom: 15px;
}
.tableData CAPTION {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding: 4px 0;
}
.tableData TH {
	color: #FFF;
	background-color: #2d64a5;
	padding: 4px;
	font-size: 11px;
}
.tableData TD {
	border-bottom: 1px #6193cd solid;
	padding: 4px 5px;
	font-size: 11px;
	vertical-align: middle;
}
.tableData TD TD {
	border-width: 0;
}
.tableData .zaglavlje1 {
    background-color: #d8f5f5;
    padding: 2px 4px;
    font-size: 13px;
    text-align: center;
}
.tableData .Redak_upisan {
    background-color: #99ffff;
}
.tableData .Redak_odustao {
    background-color: #ff9999;
}
.tableData .Redak_odustao {
    background-color: #ff9999;
}
.tableData .Redak_prag {
    background-color: #999944;
    text-align: center;
    color:#ffffff;
    font-weight: bold
}
.tableData .zaglavlje2 {
    background-color: #c5ced5;
    padding: 2px 4px;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
}
.tableData .zaglavlje3 {
    padding: 2px 4px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}
.tableData .zaglavlje4 {
    padding: 2px 4px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    background-color: #dcdcdc;
}
.horHeader TH {
	text-align: left;
	background-color: #dde5ee;
	border-bottom: 1px #bfbfbf solid;
}
.tableTopicDetail {
	border-top: 1px #6193cd solid;
}
.tableTopicExtraData CAPTION {
	color: #FFF;
	background-color: #2d64a5;
}
.themePage2K .formHolder {
	width: 750px;
}
.personalPage2K .formHolder {
	width: 750px;
}
.themePage3K TABLE.formHolder {
	width: 550px;
}
.formHolder TH {
	text-align: left;
	color: #000;
	font-size: 11px;
}
.formHolder TH,
.formHolder TD {
	padding: 4px 5px;
}
.formHolder .NormalTextBox,
.formHolder .NormalDropDown {
	width: 250px;
}
.formHolder .buttonHolder {
	text-align: right;
}

.Fesb_Contents_Link:link,
.Fesb_Contents_Link:visited,
.Fesb_Contents_Link:hover {
	color: #2d64a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.personDetail UL {
	margin-left: 5px;
}
.personDetail UL LI {
	list-style-type: circle;
}
.personDetail {
	font-size: 11px;
}
.personDetail .basicData {
	float: left;
}

.floatLeft { 
    float: left; 
    margin: 4px; 
}
.floatRight { 
    float: right; 
    margin: 4px; 
}

.tableIspis {
	margin-bottom: 15px;
}
.tableIspis TD {
	border: 1px #5f5f5f solid;
	padding: 3px 3px 3px 3px;
	font-size: 13px;
}
.tableIspis TH {
   text-align :left ;
	color: #284187;
	background-color: #bfcddd;
	padding: 4px 4px 4px 4px;
	font-size: 12px;
	border: 1px #5f5f5f solid;
}
.tableIspis .zaglavlje3 {
    padding: 2px 4px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}
.tableIspis .zaglavlje1 {
    background-color: #d8d8d8;
    padding: 2px 4px;
    font-size: 12px;
    text-align: center;
    font-weight: bold; 
}
.tableIspis .zaglavlje2 {
    background-color: #d8d8d8;
    padding: 2px 4px;
    font-size: 12px;
    text-align: left;
    font-weight: bold; 
}

.bannerHolderL,
.bannerHolderR {
	text-align: center;
	margin-bottom: 15px;
}
.bannerHolderR IMG {
	border: 1px #a4a4a4 solid;
}
.bannerHolderL IMG {
	border-width: 0;
}
.boxWithImageL {
	clear: both;
	margin-bottom: 20px;
}
.boxWithImageL IMG {
	float: left;
	margin: 0 10px 5px 0;
}

.ModulText {
    font-size: 11px;
}
.ModulNaslov {
    font-size: 15px; 
	 font-weight:bold;
	 color:Black;
	 text-align:center;
}

.ParniRedak {
    background-color: #dbe0e5;
}
.ParniRedak TD {
	width: auto;
	white-space: normal;
}
.NeparniRedak {
    background-color: #ffffff;
}
.NeparniRedak TD {
	width: auto;
	white-space: normal;
}
.TablicaHeader1 {
    background-color: #ffffff;
    font-size: 11px;
    color: #6282a2;
    font-weight: bold;
}
.TablicaHeader2 {
    background-color: #ffffff;
    font-size: 12px;
    color: #000080;
    text-align: left;
}

.Tablica {
    border-width: 0px;
    padding: 2;
    font-size: 11px;
    color: Black;
    line-height: 15px;
    margin: 2px;
}

.Naslov_tablice {
	background-color:#aab6bf;
	font-size:11;
	color:#000;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
}

/* Ispitna lista */
.ispLista,
.ispLista .tableIspis {
	width: 750px;
}
.ispLista .ilHeader {
	margin-bottom: 5px;
	width: 650px;
}
.ispLista .ilHeader TH {
	width: 180px;
	vertical-align: middle;
}
.ispLista .ilHeader TD {
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.ispLista TD.ilOutBorder {
	padding: 3px;
}
.ispLista .ilMainData {
	border: 1px #000 solid;
	padding: 15px 10px;
	font-size: 12px;
}
.ispLista .ilMainData P {
	margin: 0;
	line-height: 27px;
	clear: both;
}
.ispLista .ilMainData P .upper {
	text-transform: uppercase;
}
.ispLista .tableIspis TH,
.ispLista .tableIspis TD {
	font-size: 12px;
}
.ispLista .tableIspis TH {
	text-align: center;
	color: #000;
	background-color: #c0c0c0;
	font-family: Arial, Helvetica, sans-serif;
}
.ispLista .ilMainData INPUT {
	border-width: 0 0 1px 0;
	border-color: #000;
	border-style: solid;
	font-size: 12px;
	background-color: #FFF;
	font-weight: bold;
	margin-left: 4px;
}
.ispLista INPUT.tbNadnevakIspita {
	width: 110px;
}
.ispLista INPUT.tbRedniBroj {
	width: 35px;
}
.ispLista INPUT.tbNositepP {
	width: 180px;
}
.ispLista P.floatRight {
	float: right;
	clear: none;
	margin: expression("0 0 3px 0");
}
.ispLista P.floatLeft {
	float: left;
	clear: none;
	margin: expression("0 0 3px 0");
}
.ispLista .ilSig {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 40px 0 0 0;
}


/* Scroller Box */
#scroller_container {
	 width: 180px;
	 height: 70px;
	 overflow: hidden;
}
#scroller_container LI {
	padding: 4px 0;
	padding: expression("0 0 4px 0");
	border-bottom: 1px #d8e3f0 dotted;
}
#scroller_container A:link,
#scroller_container A:visited,
#scroller_container A:hover {
	color: #FFF;
	font-size: 10px;
	display: block;
}
#scroller_container .time {
	margin-right: 5px;
}
