@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.input_490, .select_490 {
	width:490px;
}
.input_300, .select_300 {
	width:300px;
}
.input_230, .select_230 {
	width:230px;
}
.input_185, .select_185 {
	width:185px;
}
.input_145, .select_145 {
	width:145px;
}
.input_100, .select_100 {
	width:100px;
}
.input_checkbox {
	width: auto;
}
.textarea_490 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:490px;
	height:100px;
}
.submit {
	width:125px;
}
.submit_short {
	width:75px;
}
.active_text {
	color:#000;
}
.inactive_text {
	color:#999;
}
.table_header {
	padding-top:1px;
	padding-bottom:1px;
	background-color:#DDD;
	border-top:solid #999 1px;
	border-bottom: solid #999 1px;
	font-size:10px;
	font-weight:bold;
}
.table_header_t {
	padding-top:1px;
	padding-bottom:1px;
	background-color:#DDD;
	border-top:solid #999 1px;
	font-size:10px;
	font-weight:bold;
}
.table_header_b {
	padding-top:1px;
	padding-bottom:1px;
	background-color:#DDD;
	border-bottom: solid #999 1px;
	font-size:10px;
	font-weight:bold;
}
.table_divider_title {
	padding-top:20px;
	padding-bottom:1px;
	border-bottom: solid #C3D9FF 1px;
	font-size:10px;
	font-weight:bold;
}
.table_footer {
	border-top:1px solid #999;
}
.table_footer_l {
	border-top:1px solid #999;
	border-left:1px solid #CCC;
}
.table_footer_r {
	border-top:1px solid #999;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
.table_adresa {
	border-left:3px solid #F99;
	padding-left:5px;
}
.table_podnaslov {
	border-bottom:1px solid #C3D9FF;
}
.table_topline {
	border-top:1px dotted #C3D9FF;
}
.table_naslov {
/*	background-color:#E8EEFA; */
	border-top:dotted #C3D9FF 1px;
	border-bottom: dotted #C3D9FF 1px;
	color: #4080C0;
}
.input_date {
	width:100px;
}
.tr_data:hover {
	background-color:#CFC
}
.tr_data td {
	vertical-align:top;
}
.td_data_l {
	border-top:1px dotted #CCC; 
	border-left:1px solid #CCC;
}
.td_data_r {
	border-top:1px dotted #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
.bg_red {
	color: #CC0000;
}
.bg_green {
	color: #009900;
}
