﻿* {
	margin: 0;
}
html, form {
	height: 100%;
}

body {
	background-image: url(Images/body-back.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}

.clear {
	clear: both;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-bottom: -90px;
	width:970px;
	margin-right: auto;
	margin-left: auto;
}

.push {
	height: 90px;
}

a, a:hover {
    outline:none;
}


/* HEADER */

#header {
	height: 351px;
	margin-bottom: 50px;
}

.top-header {
	height: 59px;	
}

.top-header .logo-new {
	display: block;
	height: 59px;
	width: 314px;
	background-image: url(Images/logo-new.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.top-header .logo-maistra {
	display: block;
	height: 59px;
	width: 122px;
	background-image: url(Images/logo-maistra.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

.top-header .buttons-top {
	height: 59px;
	float: left;
	width: 499px;
	padding-right: 35px;
}
.top-header .buttons-top .login,
.top-header .buttons-top .button-long {
	display: block;
	float: right;
	height: 59px;
	width: 105px;
	background-image: url(Images/buttons-login.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c4c4c4;
	line-height: 59px;
	text-align: center;
	margin-left: 14px;
	cursor: pointer;
	text-decoration: none;
}

.top-header .buttons-top .button-long
{
    background-image: url(Images/button-long.png);
    width: 151px;
}

.top-header .buttons-top .login:hover,
.top-header .buttons-top .button-long:hover {
	background-position: left bottom;
	color: #faa61a;	
}
.top-header .buttons-top .english,
.top-header .buttons-top .hrvatski {
	display: block;
	float: right;
	height: 59px;
	width: 60px;
	background-image: url(Images/button-english.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c4c4c4;
	line-height: 59px;
	margin-left: 14px;
	cursor: pointer;
	padding-left: 45px;
	text-decoration: none;
}

.top-header .buttons-top .hrvatski
{
    background-image: url(Images/button-cro.png);
}

.top-header .buttons-top .english:hover,
.top-header .buttons-top .hrvatski:hover {
	background-position: left bottom;
	color: #faa61a;	
}

.header-bottom {
	height: 292px;
	margin: 0px;
	width: 970px;
	background-image: url(images/header-back.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

/* TOP MENU */

.header-bottom ul{
	padding: 0px;
	height: 31px;
	margin-top: 37px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.header-bottom li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 31px;
	display: inline;
}

.header-bottom li a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 10px;
	display: block;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	height: 21px;
	margin: 0px;
	font-weight: bold;
}

.title {
	height: 224px;
	width: 432px;
	background-image: url(Images/title.png);
    background-repeat: no-repeat;
	background-position: left 52px;
}

.big-button, .big-button-eng {
	display: block;
	height: 60px;
	width: 244px;
	background-image: url(Images/big-button.png);
	background-position: left top;
	margin-left: 29px;
}

.big-button-eng
{
    background-image: url(Images/big-button-eng.png);
}

.big-button:hover, .big-button-eng:hover {
	background-position: left bottom;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    .header-right li a{margin-right: 10px;}
}*/

.header-bottom li a:hover{
	color: #ea8c11;
	text-decoration: none;
	background-image: url(Images/menu-back.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
		
}

.topMenuCurrent{
	color: #ea8c11;
	text-decoration: none;
	background-image: url(Images/menu-back.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
		
		
}

/* TOP MENU en-us */



.header-bottom .en-us{
	padding: 0px;
	height: 31px;
	margin-top: 37px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.header-bottom .en-us li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 31px;
	display: inline;
}

.header-bottom .en-us li a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 10px;
	display: block;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	height: 21px;
	margin: 0px;
	font-weight: bold;
}
	
/*	@media screen and (-webkit-min-device-pixel-ratio:0) {
    .header-right .en-us li a{margin-right: 5px;}
}*/

.header-bottom .en-us li a:hover{
	color: #ea8c11;
	text-decoration: none;
	background-image: url(Images/menu-back.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

/* BODY */

#body {
	width: 935px;
	padding-left: 35px;
	padding-top: 0px;
	padding-bottom: 40px;
	margin: 0px;
	padding-right: 0px;
}


/* LEFT MENU */

.menu-left {
	width: 229px;
	float: left;
	margin-right: 40px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #faa61a;
	background-image: url(images/h1-back.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	background-position: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding-bottom: 10px;
	background-image: url(images/left-menu-crtice.gif);
	background-repeat: no-repeat;
	background-position: left 22px;
	margin-bottom: 15px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #faa61a;
	padding-bottom: 10px;
	padding-top: 10px;	
}



.menu-left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu-left ul li {

}

.menu-left ul li a{
	text-decoration: none;
	font-size: 11px;
	color: #636362;
	line-height: 26px;
	background-image: url(images/left-menu-crtice.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 26px;
}

.menu-left ul li a:hover{
	text-decoration: none;
	font-size: 11px;
	color: #636362;
	background-image: url(images/left-menu-crtice.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #F8F5EF;
	display: block;
	height: 26px;
}

.menu-left ul li ul {
	margin: 0px;
	padding: 0px;
}

.menu-left ul li ul li {
	margin: 0px;
	padding: 0px;
}

.menu-left ul li ul li a{
	text-decoration: none;
	font-size: 11px;
	color: #636362;
	line-height: 26px;
	background-image: url(images/left-menu-crtice.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 26px;
	margin-left: 15px;
}

.menu-left ul li ul li a:hover{
	text-decoration: none;
	font-size: 11px;
	color: #636362;
	background-image: url(images/left-menu-crtice.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #F8F5EF;
	display: block;
	height: 26px;
	margin-left: 15px;
}

.current{
    text-decoration: none;
	font-size: 11px;
	color: #636362;
	background-image: url(images/left-menu-crtice.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #F8F5EF;
	display: block;
	height: 26px;
}

/* Treci UL */

.menu-left ul li ul li ul{
                margin: 0px;
                padding: 0px;
}

.menu-left ul li ul li ul li{
                margin: 0px;
                padding: 0px;
}

.menu-left ul li ul li ul li a{
                text-decoration: none;
                font-size: 11px;
                color: #636362;
                line-height: 26px;
                background-image: url(images/left-menu-crtice.gif);
                background-repeat: no-repeat;
                background-position: left bottom;
                display: block;
                height: 26px;
                margin-left: 30px;
}

.menu-left ul li ul li ul li a:hover{
                text-decoration: none;
                font-size: 11px;
                color: #636362;
                background-image: url(images/left-menu-crtice.gif);
                background-repeat: no-repeat;
                background-position: left bottom;
                background-color: #F8F5EF;
                display: block;
                height: 26px;
                margin-left: 30px;
}


/* CONTENT */

.content{
	float: left;
	width: 631px;
	margin-right: 35px;
}

.content p{
	font-size: 12px;
	color: #636362;
	margin-bottom: 10px;
	line-height: 18px;
	text-align: justify;
}

.content strong{
	color: #333333;
}

.content p a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
.content p a:hover {
	color: #F39A05;
	text-decoration: underline;
}

.content ol a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
.content ol a:hover {
	color: #F39A05;
	text-decoration: underline;
}

.content ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: none;
}

.content ul li {
	font-size: 12px;
	color: #636362;
	background-image: url(images/bullet.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	padding-left: 10px;
	display: block;
	margin-bottom: 8px;
	
}

.content ol{
	padding: 0;
	margin: 0;
	margin-left: 25px;
}

.content ol li {
	font-size: 11px;
	color: #636362;
	line-height: 18px;
	margin-bottom: 8px;
}

.novost-najnovija {
	background-image: url(images/novost-middle-back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
}
.novost-najnovija p {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	margin: 0px;
	padding-bottom: 0px;
}

.novost-top {
	background-image: url(images/novost-top-back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	padding-top: 10px;
	padding-left: 20px;
}
.novost-bottom {
	height: 10px;
	background-image: url(images/novost-bottom-back.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
}
.novost-button {
	font-size: 10px;
	color: #636362;
	text-decoration: none;
	line-height: 21px;
	text-align: center;
	display: inline;
	float: left;
	width: 102px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 18px;
	padding: 0px;
	background-image: url(images/novosti-button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	margin-bottom: 5px;
}

.novost-button:hover {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 21px;
	text-align: center;
	display: inline;
	float: left;
	width: 102px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 18px;
	padding: 0px;
	background-image: url(images/novosti-button.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 21px;
	margin-bottom: 5px;
}

.novost-datum {
	float: right;
	width: 208px;
	height: 21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: right;
	font-size: 11px;
	color: #636362;
	line-height: 21px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #faa61a;
	margin: 0px;
	padding: 0px;
}


/* SIDEBAR */

.sidebar {
	float: left;
	width: 170px;
}
.pill-back {
	background-image: url(images/sidebar-pill-middle.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	margin: 0px;
}
.pill ul {
	list-style-type: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 52px;
	padding: 0px;
}
.pill li {
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
}
.pill li a {
	display: block;
	float: left;
	font-size: 10px;
	color: #636362;
	text-decoration: none;
	margin-right: 25px;
	line-height: 10px;
}
.pill  li a:hover {
	color: #333333;
	text-decoration: none;
}



.pill .zastava-hr {
	background-image: url(images/zastava-hrvatska.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 26px;
	width: 36px;
	padding: 0px;
	float: left;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 45px;
}

.pill .zastava-hr:hover {
	background-image: url(images/zastava-hrvatska.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 26px;
	width: 36px;
}
.pill .zastava-eng {
	background-image: url(images/zastava-engleska.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 26px;
	width: 36px;
	padding: 0px;
	float: left;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pill .zastava-eng:hover {
	background-image: url(images/zastava-engleska.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 26px;
	width: 36px;
}


.pill {
	background-image: url(images/pill-back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

.pill:hover {
	background-image: url(images/pill-back-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}

.pill-middle {
	background-image: url(images/sidebar-pill-middle.gif);
	background-repeat: repeat-y;
	background-position: center center;
	text-align: center;
	padding-top: 10px;
}
.pill-bottom {
	background-image: url(images/sidebar-pill-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 12px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.pill-middle   input {
	font-size: 11px;
	border: 1px solid #e5e4e5;
	color: #636362;
	margin-bottom: 10px;
	height: 16px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	text-align: center;
}
.pill-middle input:focus {
	border: 1px solid #FAA61A;
}


.sidebar  .naslov a {
	font-size: 14px;
	font-weight: bold;
	color: #faa61a;
	text-align: center;
	padding-bottom: 3px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 14px;
}

.sidebar  .naslov a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #636362;
	text-align: center;
	padding-bottom: 3px;
	text-decoration: none;
	display: block;
	line-height: 14px;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 0px;
}

.sidebar  .podnaslov a {
	color: #636362;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	display: block;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	height: 14px;
}
.prijavi-se-button {
	font-size: 10px;
	color: #636362;
	text-decoration: none;
	line-height: 21px;
	text-align: center;
	display: block;
	width: 73px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/prijavi-se-button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	margin-bottom: 10px;
}
.prijavi-se-button:hover {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 21px;
	text-align: center;
	display: block;
	width: 73px;
	padding: 0px;
	background-image: url(images/prijavi-se-button.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 22px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.pill-middle a {
}
.pill-middle .zaborav {
	font-size: 10px;
	color: #909090;
}
.pill-middle .zaborav:hover {
	font-size: 10px;
	color: #515151;
}


.generalni-sponzori {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}

/* FOOTER */

#footer {
	height: 163px;
	background-image: url(Images/footer-back.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}

.footer-logo {
	height: 68px;
	width: 201px;
	background-image: url(images/astoria-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
.footer-logo:hover {
	background-position: left bottom;
}

.footer-text {
	padding-left: 17px;
	padding-top: 20px;
	font-size: 10px;
	color: #FFF;
	
}

.footer-text p {
	margin-bottom: 3px;
}
.footer-text a {
	color: #FFF;
	text-decoration: none;
}
.footer-text a:hover {
	text-decoration: none;
	color: #faa61a;
}

.inner-footer {
	height: 163px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(Images/inner-footer-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* TABS */

.tabs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.tabs li {
	height: 18px;
	width: 86px;
	display: inline;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.tabs li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #636362;
	height: 18px;
	width: 86px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 6px;
	background-image: url(images/tab-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.tabs li a:hover {
	text-decoration: none;
	color: #faa61a;
	background-image: url(images/tab-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.pressed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636362;
	height: 24px;
	width: 86px;
	text-align: center;
	background-image: url(images/tab-back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

/* TABLICA FOTKE */

table {
	font-size: 11px;
	color: #636362;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border:1px solid #cfcfe8;
	
}

th {
	font-size: 11px;
	color: #636362;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	background-color: #E9E9E9;
	border:1px solid #EDF0F4;

}

.alt {
	background-color: #F5F5F5;
}
table img  {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

tr{
border:1px solid #cfcfe8;
}
td{
border:1px solid #EDF0F4;
}


/* POST */

.post img {
	padding: 0px;
	height: 150px;
	width: 446px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #e5e4e5;
}

.post img:hover {
	border: 1px solid #faa61a;
}

.post {
	background-image: url(images/left-menu-crtice.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.datum {
	font-weight: bold;
	padding: 0px;
	font-size: 10px;
	color: #636362;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.datum a{
	color: #636362;
}

.datum a:hover{
	color: #faa61a;
}

h3 a{
	font-size: 14px;
	font-weight: bold;
	color: #faa61a;
	text-decoration:none;
	
}

h3 a:hover{
	font-size: 14px;
	font-weight: bold;
	color: #636362;
	text-decoration:none;
	
}


.more {
	display: block;
	width: 102px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(images/novosti-button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #636362;
	text-decoration: none;
	line-height: 21px;
	text-align: center;
	text-decoration:none;
}


.more:hover {
	color: #333333;
	text-decoration: none;
	background-image: url(images/novosti-button.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.post ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: none;
}
.post li {
	font-size: 11px;
	color: #636362;
	background-image: url(images/bullet.gif);
	background-position: left 10px;
	background-repeat: no-repeat;
	padding-left: 10px;
	display: block;
	line-height: 22px;
}
.paginacija {
	margin-top: 10px;
}

/* ERRORS AND INFOS */
.viewError {
	color: #FF3333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFDFDF;
	border: 1px solid #e5e4e5;
	padding: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
.viewError p {
    color: #FF3333;
    margin: 0px;
}

.viewErrorValidator{
	color: #FF3333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFDFDF;
	border: 1px solid #e5e4e5;
	padding: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}

.viewInfo {
	color: #0085AA;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #F2FCFF;
	border: 1px solid #e5e4e5;
	padding: 10px;
}

.viewInfoValidator {
	color: #0085AA;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F2FCFF;
	border: 1px solid #e5e4e5;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding: 10px;
}

.content .viewInfoValidator p {
	color: #0085AA;
	margin: 0px;
	padding: 0px;
}

.content .viewInfo p {
	color: #0085AA;
	margin: 0px;
	padding: 0px;
}

/* žiri */

.zhiri {
	height: 120px;
	width: 120px;
	float: left;
	margin-right: 30px;
	margin-top: 20px;
}.ime-zhiri {
	float: left;
	width: 120px;
	margin-right: 30px;
	height: 36px;
	text-align: center;
	margin-top: 5px;
}
.zhiri-thumbs p {
	margin: 0px;
	text-align: center;
}
.zhiri-thumbs p a{
	text-decoration: none;
	font-weight: normal;	
}
.zhiri-thumbs p a:hover{
	text-decoration: none;	
	font-weight: normal;
}

.zhiri img{
    border: solid 1px #ccc;
}

/* FINALISTS 2008 */
.foto_small_box    {
    width: 210px;
    display: block;
    text-align: center;
    margin-right: 0px;
    height: 245px;
    float: left;
    margin-bottom: 20px;
}


.foto_small_box span{
	font-size: 9px;
	color: #636362;
	line-height: 15px;
	margin-top: 5px;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

.autor_gal_small {
	display: block;
	text-align: center;
	font-size: 0.9em;
	width: 210px;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.foto_small_box .autor_gal_small a {
	color: #000000;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}




.foto_small_box_img  a {
	background-color: #F2F2F2;
	display: block;
	height: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px none #F2F2F2;
}

.foto_small_box .foto_small_box_img a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.foto_small_box .foto_small_box_img a:hover {
	background-color: #CCCCCC;
}

.winnerBox, .finalistsBox{
	width: 444px;
}

.clearLeft{
	clear: left;
}

/* LOGIN AND REGISTER */
.login-content {
	
}
.login-content .zaborav {
	font-size: 10px;
	color: #909090;
}

.label {
	font-weight: bold;
	color: #faa61a;
	
	}


.content  input  {
	font-size: 11px;
	color: #636362;
	height: 16px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 0px;
	width: 250px;
	padding-right: 5px;
	border: 1px solid #e5e4e5;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
	
.content  input:focus  {
	border: 1px solid #FAA61A;
}

.login-content input {
	font-size: 11px;
	border: 1px solid #e5e4e5;
	color: #636362;
	margin-bottom: 15px;
	height: 16px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	width: 150px;
}
.login-content input:focus {
	border: 1px solid #FAA61A;
}
.login-content a {
}
.login-content .zaborav {
	font-size: 10px;
	color: #909090;
}
.login-content .zaborav:hover {
	font-size: 10px;
	color: #515151;
}

.login-content .prijavi-se {
	font-size: 10px;
	color: #636362;
	text-decoration: none;
	line-height: 21px;
	display: block;
	width: 73px;
	padding: 0px;
	background-image: url(images/prijavi-se-button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.login-content .prijavi-se:hover {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 21px;
	display: block;
	width: 73px;
	padding: 0px;
	background-image: url(images/prijavi-se-button.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 22px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	
}

.signedOn{
    font-size: 11px;
    text-align: center;
}

.signedOnLink a {
	font-size: 12px;
	font-weight: bold;
	color: #faa61a;
	text-align: center;
	text-decoration: none;
		display: block;

}

.signedOnLink a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #636362;
	text-align: center;
	text-decoration: none;
	display: block;

}

.signedOnUserName{
    color: #636362;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.obrazac p {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #666;
}

.obrazac-textarea span.vertical{
	vertical-align: top;
}

.textfield-error {
	background-image: url(images/textfield-error.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.textfield-ok {
	background-image: url(images/textfield-ok.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.content textarea  {
	font-size: 11px;
	color: #636362;
	padding: 5px;
	width: 250px;
	border: 1px solid #e5e4e5;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
}
.obrazac-textarea {
	font-size: 12px;
	font-weight: bold;	
	
}
.content  textarea:focus  {
	border: 1px solid #FAA61A;
}
.vertical {
	vertical-align: top;
}

#popis_profil li a{
                font-size: 11px;
                color: #636362;
                
}

#popis_profil li a:hover{
                font-size: 11px;
                color: #faa61a;
}

/* xarpo theme ajax toolkit*/
.ajax__tab_xarpo .ajax__tab_header{
   
}

.ajax__tab_xarpo .ajax__tab_outer{
   
}

.ajax__tab_xarpo .ajax__tab_inner{
     height: 18px;
	width: 86px;
	display: inline;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.ajax__tab_xarpo .ajax__tab_tab{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #636362;
	height: 18px;
	width: 86px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 6px;
	background-image: url(images/tab-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.ajax__tab_xarpo .ajax__tab_hover .ajax__tab_outer{
    
}

.ajax__tab_xarpo .ajax__tab_hover .ajax__tab_inner{
   
}

.ajax__tab_xarpo  .ajax__tab_hover .ajax__tab_tab{
    text-decoration: none;
	color: #faa61a;
	background-image: url(images/tab-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.ajax__tab_xarpo .ajax__tab_active .ajax__tab_outer{
    
}

.ajax__tab_xarpo .ajax__tab_active .ajax__tab_inner{
    
}

.ajax__tab_xarpo .ajax__tab_active .ajax__tab_tab{
    font-weight: bold;
    width: 86px;
    background-image: url(images/tab-back.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.ajax__tab_xarpo .ajax__tab_body{
    padding-top: 20px;
    background-image: url(images/tabs-back-back.gif);
    background-repeat: repeat-x;
    background-position: left 5px;
}

.login-content .prijavi-se-inline {
	font-size: 10px;
	color: #636362;
	text-decoration: none;
	line-height: 21px;
	display: block;
	width: 73px;
	padding: 0px;
	background-image: url(images/prijavi-se-button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	text-align: center;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
}

.login-content .prijavi-se-inline:hover {
	background-image: url(images/prijavi-se-button.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 11px;
}

.naslov-fixed-height{
    height: 28px;
    margin-bottom: 0;
}

.loggedOnHolder{
    margin: 0 auto 0 auto;
    border: none;
    border: solid 1px #fff;

}

.loggedOnHolder td{
    padding: 0 10px 10px 10px;
    border: solid 1px #fff;
}

.tablicaBezBordera, .tablicaBezBordera td{
	border: none;
	text-align: left;
}

/* NOVO NOVO NAJNOVIJE */

.content img {
	margin-bottom: 10px;
}

.content table img {
	margin-bottom: 0px;
}

.content .inline-slika {
	float: left;
	margin-right: 20px;
	padding: 3px;
	border: 1px solid #CCC;
	margin-top: 4px;
}

/* new validators */
input.error  { background: #FFDFDF; border: 1px solid red; }

select.error { background: #FFDFDF; border: 1px solid red; }

label.error, .form-side-labels label.error, .form-top-labels label.error
{
    display: block;
    margin: 0 0 0 5px;
    padding: 3px;
    width: auto;
    font-weight: bold;
    color: #fff;
    background: red;
}

span.error { font-size: 10px; }

.form-top-labels label.error
{
    margin: 3px 0 0;
    width: 416px;
}

.form-top-labels .side-by-side label.error, 
.form-top-labels .side-by-side-last label.error 
{ 
    width: 200px; 
}

/* HOME PAGE BANNER */

.home-page-banner
{
    margin-bottom: 25px;   
}

/*WORD*/

.word {
	background-image: url(images/word.png);
	background-repeat: no-repeat;
	background-position: left 60px;
	height: 160px;
	width: 109px;
	float: right;
	margin-right: 100px;
}
.content .word a {
	height: 160px;
	width: 109px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #666666;	

}

/* PRESS TABLES */
table.press-table{
    border: none;
}

table.press-table td{
    border: none;
    margin: 0;
    padding: 0;
}