.header-text {
	position: absolute;
	right: 0px;
	bottom: 2px;
	color: #ffffff;
	padding-right: 8px;
}

input, select {
  border: 1px solid #b3b9c3;
  font-size: 11px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}

.align-right {
	text-align: right;
}

br.clear {
	clear: both;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 22px;
}

h2 {
	margin: 0 0 10px 0;
	font-size: 17px;
}

/* Prelepi HR */
.hr {
	margin: 0px auto;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 16px;
  width: 50%;
  background: #fff url(../images/icons/bullet_white.png) repeat scroll center;
}

.hr hr {
  display: none;
}

/* Header */
input.login {
	width: 60px;
	background-color: #f5f5f5;
}

/* Menu sidebar */
.menu_container {
	width: 145px; 
	border: 1px solid #d7d8d9;
	margin-bottom: 10px;
}

.menu_container .title {
	height: 25px; 
	padding: 0 0 0 5px;
	font-weight: bold;
	text-align: left;
	font-family: TrebuchetMS, "Trebuchet MS", Verdana, serif;
	font-size: 14px;
}

.menu_container .item {
	height: 26px; 
	padding: 0 0 0 5px;
	font-size: 11px;
}

.menu_container .item a {
	font-size: 11px;
}

.menu_container .item img {
	vertical-align: text-bottom;
}

.menu_container a {
	padding: 0 0 2px 6px;
	color: #000;
	text-decoration: underline;
}

/* Info box */
.about_container {
	background-color: #e5df87;
}

.about_container .title {
	background-color: #d8d15c; 
}

/* Fakture */
.invoice_container {
	background-color: #f1b5b5;
}

.invoice_container .title {
	background-color: #d25656;
	color: white;
	font-size: 13px;
	font-weight: normal;
}

/* Nastavitve */
.settings_container {
	background-color: #cecece;
}

.settings_container .title {
	background-color: #a7a7a7;
	color: white;
	font-size: 13px;
	font-weight: normal;
}

/* glavni okvir */
table#border_red {
	border: 5px solid #eab2b2;
	width: 100%;
}

td#border_red {
	border: 1px solid #db7d7d;
	padding: 5px;
}

/* header */
.content-header {
	height: 20px;
	margin-bottom: 10px;
	float: left;
}

.content-header .menu {
	padding-right: 10px;
}

.content-header .menu img {
	/*margin-bottom: -4px;*/
	margin-right: 3px;
}

.content-header #sponsor #caption {
	padding-left: 10px;
	padding-right: 5px;
}

/* Trojčki*/
#company {
	width: 100%;
	margin-bottom: 10px;
}

#company h3 {
	font-size: 14px;
	margin: 0 0 4px 0;
}

#company #invoice {
	background-color: #f3f3f3;
	width: 33%;
	padding: 10px;
	vertical-align: top;
}

#company #vendor {
	background-color: #dfdfdf;
	width: 33%;
	padding: 10px;
	margin: 10px;
	vertical-align: top;
}

#company #issuer {
	background-color: #e9e9e9;
	width: 33%;
	padding: 10px;
	vertical-align: top;
}

#company label.caption {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: 150px;
	display: block;
	float: left;
	padding-top: 5px;
}

#company .textbox {
	width: 100%;
}

#company .textbox-ref-num {
	width: 40px;
	font-size: 13px;
	font-weight: bold;
	border: 0;
	background-color: #dfdfdf;
}

#company .dark {
	background-color: #e9e9e9;
	border: 1px solid #fff;
}

#company .labelbox-long {
	float: left;
}

#company .labelbox-medium {
	float: left;
}

#company .labelbox-short {
	float: left;
}

#company .date {
	width: 90px;
}

td.caption {
	font-weight: bold;
}

td.data {
	height: 21px;
	padding-right: 7px;
}

td.long {
	width: 99%;
}

td.medium {
	width: 66%;
}

td.half {
	width: 50%;
}

td.short {
	width: 33%;
}

/* Postavke */
.items {
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 4px solid #e6e6e6;
	margin-bottom: 20px;
}

.items thead {
	background-color: #e6e6e6;
}

.items th {
	text-align: left;
	font-weight: bold;
	height: 30px;
	font-size: 12px;
	padding-top: 3px;
	border-bottom: 1px solid #c3c3c3;
}

.items tbody td {
	padding: 5px 0 2px 0;
}

.items .textbox {
/*	height: 18px;*/
	font-size: 13px;
	width: 90%;
}

.items .selectbox {
	/*height: 18px;*/
	font-size: 12px;
	margin-top: 1px;
	
}

.item_comment {
	width: 100%;
	border: 1px solid #c3c3c3;
	font-size: 12px;
}

/* povzetek */
#summary {}

#summary .left {
	font-size: 12px;
	text-align: right;
	padding: 1px 20px 1px 0;
}

#summary .right {
	font-size: 12px;
	text-align: right;
	width: 130px;
}

#summary .sum {
	font-weight: bold;
	font-size: 14px;
	background-color: #e6e6e6;
	height: 30px;
}

#summary .textbox {
	width: 90px;
	text-align: right;
	border: 0;
	font-size: 12px;
}

/* opombe in noga */
#footer {
	width: 380px;
}

#footer .title {
	font-weight: bold;
}

#footer textarea {
	border: 1px solid gray;
}

/* autocomplete */
div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}

div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

div.autocomplete ul li.selected {
	background-color: #ffb;
}

div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

/* Filtri */
.filters {
	border: 0;
	/* background-color: #f7f7f7; */
	background-color: #dcdcdc;
	width: 100%;
	margin-bottom: 30px;
	font-size: 11px;
}

.filters select {
	font-size: 11px;
	width: 180px;
	background-color: #ffffff;
	border: 1px solid gray;
}

.filters .date {
	font-size: 11px;
	width: 100px;
	background-color: #ffffff;
	border: 1px solid gray;
	text-align: center;
}

.pageTitle {
	float: right;
}

.pageTitle h2 {
	margin: 5px;
}

.sum {
	/* background-color: #f7f7f7; */
	background-color: #dcdcdc;
}

.sum td {
	border-top: solid 1px #000000;
}

.accountants td {
	border-bottom: solid 1px gray;
	vertical-align: top;
}

ul.transfer_status {
	margin: 0px;
	padding: 0px;
	list-style-type: circle;
	list-style-position: inside;
}

ul.transfer_status li {
	font-size: 11px;
}

div.listEmpty {
	/* background-color: #f7f7f7; */
	background-color: #dcdcdc;
	/* border: 1px solid silver; */
	padding: 4px;
}