html, body {
height: 100%;
margin: 0; padding: 0;
background: white;
font-size: 12px;
font-family: Tahoma, Arial;
color: #505050;
width: 100%;
min-height: 700px;
text-align: center;
}

img { border: none; }

#page-all {
min-height: 100%;
text-align: left;
width: 1000px;
margin: 0 auto;
background: url('/public/images/interface/bottom.jpg') center bottom no-repeat;
}

*html #page-all { height: 100%; }

#page-empty {height: 100px; clear: both;}

#page-footer {
width: 1000px;
height: 80px;
margin: 0 auto;
background: #EBEDE1;
}

.head {
width: 100%;
height: 360px;
margin-bottom: 20px;
}

.main_menu {
width: 1030px;
height: 39px;
background: url('/public/images/interface/menu_bg.jpg') center top no-repeat;
position: relative;
left: -15px;
top: 322px;
text-align: center;
}

*html .main_menu {
	left: 50%;
	margin-left: -515px;
}

.ico {
text-align: center;
float: left; 
width: 240px;
}

.ico img {
margin: 14px 10px;
}

.menu {
float: left;
width: 550px;
display: inline-block;
text-align: center;
}

.menu img {
float: left;
margin-top: 3px;
}

.find {
height: 22px;
margin: 0; padding: 0;
}

.find_txt {
float: left;
width: 175px; 
height: 20px;
border: 1px solid #a0a0a0; 
background: white; 
font-size: 12px; 
margin-left: 9px;
margin-top: 9px;
}

.menu a {
float: left;
display: block;
width: 120px;
padding-top: 10px;
color: white;
text-decoration: none;
font-weight: bold;
}

.menu a:hover {
text-decoration: underline;
}

.l_menu {
background: url('/public/images/interface/m2_bg.jpg') center top repeat-y;
width: 233px;
}

.m2_head {
width: 233px;
background: url('/public/images/interface/m2_h.jpg') center top no-repeat;
height: 32px;
}

.m2_head b {
padding-top: 8px;
padding-left: 20px;
color: white;
display: block;
}

.l_menu i {
display: inline-block;
width: 200px;
margin: 5px 15px;
font-style: normal;
}

.l_menu a {
display: inline-block;
text-decoration: none;
color: #0D7C8F;
font-size: 14px;
border-bottom: 1px dashed #0D7C8F;
padding-bottom: 1px;
}

.data {
margin-top: 5px;
color: #0D7C8F;
font-size: 10px;
font-weight: bold;
}

.h {
font-size: 14px;
font-weight: bold;
margin-bottom: 3px;
}

.txt {
font-size: 11px;
border: none;
font-style: italic;
}

.txt a {
font-size: 11px;
border: none;
font-style: italic;
}

.txt a:hover {
text-decoration: underline;
}

.txt {
margin-bottom: 5px;
}

.main_txt {
width: 528px;
float: left;
}

.main_txt a {
text-decoration: none;
color: #0D7C8F;
padding-bottom: 1px;
}

.main_txt a:hover {
border-bottom: 1px dashed #0D7C8F;
}

p {
text-align: justify;
}

h1 {
color: #505050;
font-size: 18px;
font-weight: bold;
}

.banner {
float: left;
margin-top: 10px;
margin-left: 40px; 
width: 100px;
}

.copy {
float: right;
margin-top: 20px;
margin-right: 40px; 
font-size: 11px;
text-align: right;
}

.copy a {
color: #777777;
text-decoration: none;
font-weight: bold;
}

.copy a:hover {
text-decoration: underline;
}

td, th {
font-size: 12px;
font-family: Tahoma, Arial;
}

.ani {
position: absolute;
width: 1000px;
}

*html .ani {
left: 50%;
margin-left: -500px;
}

.editorpanel, .editorpanelslim {
	background-color:#EBEDE1;
	text-align:left;
	position : fixed;
	width:1000px;
	left:50%;
	margin-left:-500px;
	z-index:100;
}

.editorpanel{
	height: 45px;
}

.editorpanelslim {
	height: 20px;
}

.editorpanelslim a, .editorpanel a {
text-decoration: none;
color: #0D7C8F;
padding-bottom: 1px;
}

.editorpanelslim a:hover, .editorpanel a:hover {
border-bottom: 1px dashed #0D7C8F;
}

.editorpanelslim form, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.editorpanel form, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.errormessage {
	color:red;
	font-weight: bold;
}

.calc {
background-color: #dee6b5;
border:0;
width:500px;
}

.calc td {
border-spacing: 1px;
background-color: #EBEDE1;
}

.calc th {
height: 32px;
background-color:#adce01;	
color: white;
border:0px;
border-spacing: 1px;
}

.newsmenu {
position: absolute; 
left:-1000px; 
visibility: hidden;
background-color: #adce01;
height: 55px;
text-align: left;
}

.newsmenu a {
float: left;
display: block;
width: 160px;
padding-top: 5px;
padding-left: 5px;
color: white;
text-decoration: none;
font-weight: bold;
}

.newsmenu a:hover {
text-decoration: underline;
}

.hiddenarticle { 
	background-color: #dddddd;
}

.comment{
position: absolute;
visibility: hidden;
left:-1000px;
border: 1px solid #adce01;
background-color: #dee6b5;
padding: 5px;
text-align: left;
max-width: 500px;
}

.b {
font-weight: bold;
}

.mediana {
font-weight: bold;
}

.points {
font-weight: bold;	
color:	#0D7C8F;
}
.votes {
color:	#adce01;
font-weight: bold;
}

.list_pic
{
	text-align:center;
	margin: 5px;
	float: left;
	width: 80px;
	height: 80px;
}

.list_pic a {
	font-size:xx-small;
}

.list_pic_inner
{
	width: 70px;
	height: 70px;
	padding: 5px;
	text-align:center;
	border: 1px solid black;
	float: left;
	display: table-cell; 
	vertical-align:middle;
}

.matrix td {
	width:162px;
	vertical-align:top;
	text-align:center;
	/* overflow:auto; */
}

.matrix_pic
{
	margin: 2px;
	text-align:center;
	font-size:x-small;
	width: 160px;
	/* height: 160px; */
}

.matrix_pic_inner
{
	width: 160px;
	height: 160px;
	text-align:center;
	padding: 5px;
	border: 1px solid black;
	display: table-cell; 
	vertical-align:middle;
}

.news_pic
{
	float: right;
	margin: 2px;
	width: 60px;
	height: 60px;
	text-align:center;
	text-decoration:none;
}

.news_pic a, hover, active
{
	text-decoration:none;
	cursor:pointer;
}

.cavers {
	background-color: #EBEDE1;
}

.cavers th {
	background-color: #dee6b5;
}

.gallery td {
	width:162px;
	vertical-align:top;
	text-align:center;
}

.gallery_pic
{
	display:block;
	margin: 2px;
	width: 160px;
}


.calendarbtn {
	border: 1px solid black; 
	cursor:pointer; 
	vertical-align: middle;
}

.calendartextshort {
	width:70px;
}

.bdg {
	border-collapse:collapse;
	width:100%;
	border: 1px solid black;
}

.bdg  td, th{
	border: 1px solid black;
	padding:2px;
	text-align: center;
}

.bdg_in {
	color:green;
}

.bdg_out {
	color:red;
}

.dialogwindow {
	border:2px solid black;
	position:absolute;
	text-align:center; 
	padding:5px;
	background-color:#EBEDE1;
}

.formheader {
	height:18px; 
	width:100%; 
	padding: 1px;
	text-align:left;
	margin-bottom:5px;
	background-color:#dee6b5;
	font: bold 100% sans-serif;
}

.addedit td {
	padding: 4px;
}

.catalogfirm {
	border:0;
	width:490px;
}

.catalogfirm td {
	padding:10px;
}

.vacancy_hidden { 
	background-color: #dddddd;
}

.vacancy_grey {
	color:#777777;
	padding: 5px;
	border: 1 solid black;
}

.reply {
	width:98%;
}

.reply  td {
	padding:3px; 
	vertical-align:middle;
}

.hint {
	font-size:10px;
	color:#999999;
}

.tender {
	/* border: 1 solid black; */
	width:100%;
	// width:95%; 
	border-collapse: collapse;
}

.tender td {	
	padding:5px;
	vertical-align:top;
}

.tender hr {
	color: #EBEDE1 
}

.tender_caption {
	font-size: medium;
}

.bestprice {
	float:right;
}

.skorofinish {
	color: red;
}
 
 .ostalos {
/*	color : #EBEDE1; */
}

.tender_answers {
	margin-left:30px; 
	width:70%; 
}

.tender_answers td {
	padding:5px;
}
