@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 12px "Lucida Grande", Verdana, sans-serif;
}

#uspjeh {
	border: #83c546 1px solid;
	padding: 10px;
	text-align : center;
	background-color: #d9e7cc;
	color: #49892a;
	width: 400px;
	margin-left: auto ;
    margin-right: auto ;
}

#platiti {
	border: #b5d4fe 1px solid;
	padding: 10px;
	text-align : center;
	background-color: #f8fafc;
	color: #5d6273;
	width: 400px;
	margin-left: auto ;
    margin-right: auto ;
}

#upozorenje {
	border: #feabb9 1px solid;
	padding: 10px;
	text-align : center;
	background-color: #fbeef1;
	color: #8e6a64;
	width: 400px;
	margin-left: auto ;
    margin-right: auto ;
}



a:link {
	color: #6e6e6e;
	text-decoration: none;
}
a:visited {
	color: #6e6e6e;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #6e6e6e;
	text-decoration: none;
}

.header-bg {
	background-image: url(images/wrapper.png);
	background-repeat: repeat;
}

.header-main {
	background-image:url(images/header.png);
	background-position: top;
	background-repeat: no-repeat;
}

.menu-left {
	background-image:url(images/menu_bg.png);
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-bottom-radius: 7px;
	width: 10px;
}

.menu-right {
	background-image:url(images/menu_bg.png);
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	border-right-bottom-radius: 7px;
	width: 10px;
}

.menu-bg {
	background-image:url(images/menu_bg.png);
	text-align: center;
	color: #6e6e6e;
	padding-left: 3px;
	padding-right: 3px;
}

.menu-bg:hover {
	background-image:url(images/menu_bg.png);
	text-align: center;
	color: #333333;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
}

.menu-separator{
	width: 2px;
	background-image:url(images/menu_bg_2.png);
}

.istaknuto-top {
	/** background-image:url(images/header_1.png);
	background-position: top center;
	background-repeat: no-repeat; **/
	height: 178px;
}

.sadrzaj {
	background-image:url(images/sadrzaj-bg.png);
	background-repeat: repeat-x;
}

.sadrzaj-bg {
	background-image:url(images/sadrzaj.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.button {
	background-image: url(images/button.png);
	background-repeat: repeat-x;
}

.button-l {
	background-image: url(images/button.png);
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-bottom-radius: 7px;
	width: 10px;
}

.button-r {
	background-image: url(images/button.png);
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	border-right-bottom-radius: 7px;
	width: 10px;
}

#footer {
	background-image:url(images/footer.png);
	height: 100px;
	width: 100%;
	position: relative;
	bottom: 0px;
	left: 0px; 
	color: #FFF;
	text-align: center;
}

.naslov {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}

#novosti img {
	padding: 4px;
	border: #dddddd 1px solid;
	background-color: #eeeeee;
}

.novosti-txt {
	color: #333333;
	padding-left: 8px;
	font-size: 10px;
}

.autor-txt {
	color: #999999;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
}

.nagrada-ime {
	color: #333333;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	padding-bottom: 3px;
}

.nagrada-detalj {
	color: #999999;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 3px;
}

.forma-naziv {
	color: #333333;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
}

.forma-naziv-mali {
	color: #666666;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
}

.forma {
	padding-bottom: 5px;
	padding-top: 2px;
	text-align: center;
}
input {
	border: 1px solid #999;
	font-size: 10px;
}

input:hover {
	border: 1px solid #333;
	font-size: 10px;
}
input.calendar {
  width: 74px;
}
button.calendar {
  background: url(calendar-icon.gif);
  border: 0;
  cursor: pointer;
  float: left;
  height: 20px;
  margin-right: 6px;
  width: 20px;
}
button.calendar:hover,
button.calendar.active {
  background-position: left bottom;
}

.rezultat {
	color: #999999;
	font-weight: bold;
	padding-botom: 6px;
}

.tim {
	color: #999999;
	padding-botom: 3px;
}

.status-prijava {
	width: 105px;
	height: 50px;
	background-image: url(images/info.png);
	background-repeat: no-repeat;
	font-size: 18px;
	color:#FFFFFF;
	text-align: center;
}

.left-separator {
	padding: 3px 0;
	border-top: 1px dotted #ccc;
}

.comp_naslovi {
	background-color: #4b4b4b;
	font-size: 12px;
	border-bottom: solid 1px #999;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	color: #fff;
}

.comp_timovi {
	color: #4b4b4b;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 2px;
	padding-top: 3px;
	font-size: 11px;
	text-align: center;
}
.comp_timovi:hover {
	color: #999;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 2px;
	padding-top: 3px;
	font-size: 11px;
	text-align: center;
}

.naslov_sitea {
	color: #4b4b4b;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 35px;
	background-image: url(images/codhr-small.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}

.tim_naslov {
	color: #4b4b4b;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
}

.tim_tekst {
	color: #4b4b4b;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	text-align: left;
	padding-left: 2px;
}

.tim_podnaslov {
	color: #4b4b4b;
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.tim_igraci {
	color: #4b4b4b;
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.raspored-sati {
	color: #333333;
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.raspored {
	color: #6e6e6e;
	padding-left: 3px;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
	
	
	
	
