﻿.vprasalnik {
	height: 50px;
	border-bottom: 1px gray solid;
}

.hand {
	cursor:hand;
}

.vprasalnik div.naslov {
	padding: 15px 10px;;
	font-size: 15px;
	font-family: Georgia, "Times New Roman";
}

.confirm_off {
	background: #DF0C0C url("../images/no.gif") no-repeat scroll center center;
	width: 50px;
	height: 100%;
	float: right;
}

.confirm_on {
	background: #00C621 url("../images/yes.gif") no-repeat scroll center center;
	width: 50px;
	height: 100%;
	float: right;
}

.block {
	position: absolute;
	z-index: 99;
	width: 278px;
	height: 51px;
	background: transparent url("../images/disable.gif");	
}

.glava {
	background-color: silver;
	color: white;
	font-weight: bold;
	text-align: center;
}

.cene {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

input.ms-long {
	border: 0px; border-bottom: 1px gray solid;
	font-family: Georgia, "Times New Roman";
	width: 215px;
}

textarea.ms-long {
	border: 1px gray solid;
	width: 322px;
}

a.gumb {
	background: #fff url("../images/gumb_off.gif") no-repeat; 
	padding: 2px 0 0 2px; 
	height: 37px; 
	color: #fff; 
	width: 143px;
	display:block;
	text-align: center;
}

a.gumb:hover {
	text-decoration: none;
	background-image: url("../images/gumb_on.gif");
	padding: 3px 1px 0 1px;
}

#objasnila {
	background-color: #EEE;
	font-size: 10px;
	clear:both;
	margin-top: 5px;
}

.preview {
	display:inline; 
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.preview strong {
	font-size: 15px;
}

.preview img {
	border: 2px silver solid;
}

.preview a.predogled {
	display:block;
	color: black;
	padding: 3px;
	border: 1px silver solid;
	float: left;
	font-size: 12px;
	line-height: 16px;
	margin-top: 3px;
}

.preview a.predogled:hover {
	text-decoration: none;
	background-color: #EEE;
}

/* ------ Resources accordion on homepage ------ */

.basic  {
	font-family: verdana;
	border: 1px solid silver;
}
.basic div {
	background-color: #eee;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:1px 3px;
	margin-top: 0;
	text-decoration: none;
	font-size: 12px;
	color: black;
	border-bottom: 1px solid #999;
	background-image: url('/images/AccordionTab0.gif');
}

.basic a.selected, .basic a:hover {
	color: black;
	font-weight: normal;
	background-image: url('/images/AccordionTab2.gif');
}

ul.mojSlog {
	margin: 0px;
	padding: 0px;
}

#right ul.mojSlog li {
	margin-left: 5px;
	margin-right: 5px;
}

ul.mojSlog li a {
	background: transparent none;
	display:block;
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #EB0000;
	font-weight: normal;
	font-size: 11px;
}

ul.mojSlog li a:hover {
	background: transparent none;
	border: 0px;
	color:black;
}

/* ------ Partnerji ------ */

#partners div {
	border: 1px #DDD solid;
}

#partners div div {
	border: 5px #EEE solid;
}

#partners img {
	border: 0px;
}

.neprikazan {
	visibility:hidden;
}

.prikazan {
	visibility: visible;
}

#quotes {
	clear: both;
	font-weight: bold;
}

#quotes div div {
	font-style: italic;
	text-align: right;
	font-size: 90%;
	font-weight: normal;
}

#quotesNav a {
	display:block;
	float: left;
	padding: 0px 5px;
	margin: 0px 2px;
	border: 3px white solid;
	font-size: 10px;
	line-height: 14px;
}

#quotesNav a:hover {
	text-decoration:none;
	background-color: silver;
}


