.text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #CCCCCC;
}
input {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
select {
	font-family: Tahoma, Arial;
	font-size: 11px;
    color: #CCCCCC;
}
table {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #CCCCCC;
}
textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

.vest_naslov{
color: #ffffff;
   letter-spacing: normal;
   text-decoration: none;
   text-transform: none;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-style: normal;
   word-spacing: normal;
   font-size: 12px;
   font-weight: bold;
}

h3
{
   color: #ffffff;
   letter-spacing: 2px;
   text-decoration: none;
   text-transform: none;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-style: normal;
   word-spacing: normal;
   font-size: 12px;
   font-weight: bold;
   padding: 1px;
   margin: 0;
}

.vest_tekst{
   text-align: justify;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #CCCCCC;
}
.vest_datum{
	color: #008000;
   letter-spacing: normal;
   text-decoration: none;
   text-transform: none;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-style: normal;
   word-spacing: normal;
   font-size: 10px;
   font-weight: normal;
}

a:link { COLOR: #41AC0A; TEXT-DECORATION: none }
a:active { COLOR: #41AC0A; TEXT-DECORATION: underline }
a:visited { COLOR: #41AC0A; TEXT-DECORATION: none }
a:hover { COLOR: #41AC0A; TEXT-DECORATION: underline }

.box_alert
{
	xborder: 1px solid #000;
	border-top: 1px solid #919B9C;
	border-right: 1px solid #919B9C;
	border-left: 1px solid #919B9C;
	border-bottom: 1px solid #919B9C;
	clear: both;
	padding: 5px 5px 5px 5px;
	margin: 10px 0 10px 0;
	background: #FAB8B8;
}

.box_message
{
	xborder: 1px solid #000;
	border-top: 1px solid #919B9C;
	border-right: 1px solid #919B9C;
	border-left: 1px solid #919B9C;
	border-bottom: 1px solid #919B9C;
	clear: both;
	padding: 5px 5px 5px 5px;
	margin: 10px 0 10px 0;
	background: #D1DAEE;
}

.primer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}











.highslide {
	cursor: pointer;
    outline: none;
}
.highslide img {
	border: 1px solid gray;
	padding: 1px;
	margin: 5px 5px 5px 5px;
}
.highslide:hover img {
	border: 1px solid white;
}

.highslide-image {
    border: 1px solid #999;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid #999;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
	padding-bottom: 15px;
	padding-top: 15px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
}
.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(images/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(images/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}