﻿body
{
	color:#212121;
	padding:0;
	background-color: #06F;
	background-image: url(../images/pozadina-materijali.jpg);
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
}
#page
{
	width:1000px;
	height:100%;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#horizontalMenu
{
	width:100%;
	background-color: #106EAE;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}

#content
{
	position:relative;
	background-color: #FFF;
	overflow: hidden;
}
fieldset {
	margin-bottom: 10px;
	background-image: url(../images/bg-checker.gif);
	color: #FFF;
}
legend {
	padding: 0 2px;
	font-weight: bold;
	font-size: 14px;
	background-color: #E1E1E1;
	color: #333;
}
#leftMenu {
	width: 180px;
	float: left;
	display:block;
	background-color: #E1E1E1;
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	height: auto;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #0E6CAC;
}
#leftMenu .select
{
    color:#656565;
    margin-left:4px;
    margin-top:4px;
    width: 80%;
}
#leftMenu .butt
{
	text-align:center;
	color:#F90;
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/dugme-pozadina.gif);
	background-repeat: repeat;
	background-position: 0 0;
	font-size: 11px;
	font-weight: bold;
}
#leftMenu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#leftMenu li {
	padding: 5px;
/* make the list elements a containing block for the nested lists */
    /*position: relative;*/
} 

#leftMenu .label {
	font-size:12px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:0;
	padding-top:0;
	text-align:left;
	margin: 0;
}

#results
{
	width:635px;
	float:left;
	position:relative;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
#ostalo
{
	width:180px;
	float:right;

	padding: 0;
	margin-right: 3px;
}
#results ul
{    
    list-style-type:none;    
    margin:0;
    padding:0;
}
#results .item
{
	border: 1px solid #33F;
	width: 98%; /*float:right;*/
	float: left;
	margin: 5px 5px 5px 5px;
}
#results .item .zag
{
	position:relative;
	background-color:#599BFF;
	color: #FFF;
	margin: 0;
	padding: 4px;
	width: 614px;
	float: left;
	background-image: url(../images/bg-horizontal.jpg);
	background-repeat: repeat-y;
}
#results .item .title
{
	position:relative;
	float:left;
	font-size: 13px;
	font-weight: bold;
}
#results .item .proizvodjac
{
	position:relative;
	float:right;
	font-size: 13px;
	font-weight: bold;
}

#results .item .okvir .slika
{    
    position:relative;
    float:left;
}
#results .item .okvir .opis
{
	position:relative;
	float:left;
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
}

#results .item .okvir
{
	width:99%;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin: 5px;
}
.mat_opis
{
	padding-top: 10px;
	padding-bottom: 10px;
}
.mat_opis td{
    padding-bottom:1px;
    padding-left:4px;
    padding-right:4px;
    padding-top:1px;
}
/* Dobavljaci Materijala tabele */
.DobavljaciMaterijala table {
	border-collapse: collapse;
	border: 1px solid #333;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.DobavljaciMaterijala th {
	padding: 2px 10px;
	background-color: #67ACF1;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #666;
}
.DobavljaciMaterijala td {
	padding: 3px;
	border: 1px solid #666;
}
#footer
{
	width:960px;
	height:25px;
	background-color: #F90;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #E4E4E4;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F30;
	text-align: center;
	font-size: 90%;
	padding-top: 3px;
}
.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=60);
    opacity:0.60;   
}  
.updateProgress
{
    border-width:1px;
    border-style:solid;
    background-color:#FFFFFF;
    position:absolute;
    width:130px;
    height:50px;
}
.updateProgressMessage
{
	margin:3px;
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	font-size:small;
	vertical-align: middle;
}    
.highlitedRow2 td
{
	/*padding: 2px 4px 2px 4px;*/
	/*border: 1px solid #3A53A3;*/
	background-color: #ff9a92;
}
.highlitedRow3 td
{
    /*padding: 2px 4px 2px 4px;*/ /*border: 1px solid #3A53A3;*/
    background-color: #CCFFCC;
}

