body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: black;
	background-color: white;
	margin: 0;
	padding: 0;
}
table {
	font-size: 1em;
}
h1 {
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 18pt;
	color: #005EB9;
	font-weight: lighter;
}
h2 {
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 14pt;
	color: #666666;
	font-weight: lighter;
	font-style: oblique;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #005EB9;
}
table.horizontal-list td a:hover{
	font-weight:bold;
}
a:link {
	color: #666666;
}
img {
	border: none;
}


input, textarea, select {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: black;
	vertical-align: middle;
	border: 1px #666666 solid;

}



.inputr {
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	color: black;
	border: 0px none;
}
input.checkbox {
	border: none;
}
input.button {
	border: 1px solid #3366CC;
	font-weight: bold;
	background-color: #E0E7F4;
	padding: 1px 2px;
}

div.error {
	border: 1px solid black;
	margin: 15px;
	padding: 15px;
}

div.errors {
	font-size: 10pt;
	color:red;
	font-family: Courier New;
	border: 1px solid black;
	margin: 15px;
	padding: 15px;
}
div.title {
	font-weight: bold;
}
div.code1, div.code4, div.code16, div.code64, div.code256 {
	color: red;
}
div.code2, div.code32, div.code128, div.code512 {
	color: black;
}
div.code8, div.code1024, div.code2048 {
	color: gray;
}


table.category {
	width: 100%;
}
table.category td.header {
	background-color: #996;
	color: white;
	border-bottom: 1px solid #444;
	border-top: 1px solid #AA8;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
table.category td.title {
	font-family: Trebuchet MS, Tahoma, Verdana;
	font-size: 18pt;
	font-weight: lighter;
}
table.category td.path {
	background-color: #CC9;
	color: gray;
	border-bottom: 1px solid #AA7;
	border-top: 1px solid #CC9;
	padding: 5px;
	padding-left: 20px;
	padding-right: 10px;
}
table.category td.description {
	background-color: #EEB;
	color: black;
	border-bottom: 1px solid #BBB;
	padding: 5px;
	padding-left: 30px;
}


p.error, span.error {
	color: red;
	width:100%;
}


table.horizontal-form {
	border-collapse: collapse;
}
table.horizontal-form th {
	text-align: right;
	width: 80px;
	padding: 10px;
	padding-right: 20px;
	background-color: #EEE;
	/*border-right: 1px solid gray;*/
	border-bottom: 1px solid gray;
	vertical-align: top;
	padding-top: 15px;
}
table.horizontal-form td {
	padding: 10px;
	padding-left: 20px;
	border-bottom: 1px solid gray;
}
table.horizontal-form tr.last td {
	background-color: #EFF6FF;
	text-align: right;
}
table.horizontal-form input {
	margin-right: 10px;
}

table.vertical-form {
	border-collapse: collapse;
}
table.vertical-form th {
	padding: 10px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}
table.vertical-form th.last {
	border-right: none;
}
table.vertical-form td {
	padding: 10px;
	border-right: 1px solid gray;
}
table.vertical-form td.last {
	border-right: none;
}

table.horizontal-list {
	border-collapse: collapse;
	width: 100%;
}
table.horizontal-list td {
	padding: 4px 5px 4px 5px;
}
table.horizontal-list th {
	color: Black;
	border-left: 1px solid gray;
	border-bottom: 1px solid #333333;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url('../images/bookmark.gif');
	height: 20px;
	padding: 4px 5px 4px 5px;
	font-weight: normal;
	white-space: nowrap;
}
table.horizontal-list tr.aggregate {
	font-weight: bold;
	background-color: rgb(255,255,153);
}
table.horizontal-list tr.error {
	background-color:#ff9900;
}

table.horizontal-list tr.aggregate td {
	border-bottom: 1px solid black;
	border-top: 1px solid red;
}
table.horizontal-list td.aggregate {
	font-weight: bold;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}
table.horizontal-list tr.even {
	background-color: #FFFFFF;
}
table.horizontal-list tr.even input, table.horizontal-list tr.odd input, table.horizontal-list tr.print input, table.horizontal-list input {
	border: none;
	/* border-bottom: 1px dotted gray;*/
	background-color: transparent;
}
table.horizontal-list tr.even input.checkbox, table.horizontal-list tr.odd tr.print input.checkbox {
	border: none;
}

table.horizontal-list tr.odd input.invoice {
  background-color:white;
  border: 1px solid black;
  text-align:right;
  width: 70;
}

table.horizontal-list tr.odd input.comment {
  background-color:white;
  border: 1px solid black;
  text-align:left;
  width: 200;
}

table.horizontal-list tr.odd input.date {
  background-color:white;
  border: 1px solid black;
  text-align:left;
  width: 70;
}

table.horizontal-list tr.even input.text {
  background-color:white;
  border: 1px solid black;
  text-align:left;
  width: 130;
}

table.horizontal-list tr.odd input.text {
  background-color:white;
  border: 1px solid black;
  text-align:left;
  width: 130;
}

table.horizontal-list tr.even input.date {
  background-color:white;
  border: 1px solid black;
  text-align:center;
  width: 70;
}

table.horizontal-list tr.even td {
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #EEE;
}

table.horizontal-list tr.error td {
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #EEE;
}

table.horizontal-list tr.even td.aggregate {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}
table.horizontal-list tr.odd {
	background-color: #EFEFEF;
}
table.horizontal-list tr.print {
	/*background-image: url(/themes/fk/images/print_bg.gif);*/
	background-color: #f0f2d6;
}
table.horizontal-list tr.odd td {
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #DDD;
}
table.horizontal-list tr.print td {
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #DDD;
}
table.horizontal-list tr.odd tr.print td.aggregate {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}
table.horizontal-list tr.last td {
	padding: 10px;
	background-color: #EFF6FF;
	text-align: right;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

div.line {
	border-bottom: 1px solid gray;
	height: 1px;
}


div.blue-filter {
	background-color: #EFF6FF;
	padding: 10px;
	font-weight: bold;
	border: 1px dotted #CCC;
}
div.blue-filter input, div.blue-filter select {
	margin-right: 10px;
}


table.blocked {
	background-color: red;
}


table.menu {
	border-collapse: collapse;
	width: 180px;
	border-right: 1px solid #CCC;
}
table.menu td {
	padding: 2px;
}

table.menu td.level0 {
	text-indent: 5px;
	font-weight: bold;
	background-color: #58B;
	color: white;
	border-top: 1px solid white;
	border-bottom: 1px solid #003366;
}

table.menu td.selmen {
	text-indent: 5px;
	font-weight: bold;
	background-color: #0000CC;
	color: white;
	border-top: 1px solid white;
	border-bottom: 1px solid #003366;
}

table.menu td.level1 {
	text-indent: 15px;
	background-color: #7AD;
	color: white;
	border-top: 1px solid #9CF;
	border-bottom: 1px solid #336699;
}
table.menu td.level2 {
	text-indent: 30px;
	background-color: #DAE7FF;
	color: black;
	border-top: 1px solid white;
	border-bottom: 1px solid #CCC;
}
table.menu td.level3 {
	text-indent: 45px;
	background-color: #EFF6FF;
	color: black;
}

table.menu td.selmen a {
	color: white;
}

table.menu td.level0 a {
	color: white;
}
table.menu td.level1 a {
	color: white;
}
table.menu td.level2 a {
	color: black;
}
table.menu td.level3 a {
	color: black;
}

table.login {
	border-collapse: collapse;
}
table.login td {
	background: #666666;
	color: white;
	padding: 0px;
}
table.login a {
	color: white;
	text-decoration: none;
}


table.header {
	margin: 0% 2.5%;
	width: 95%;
}
div.footer {
	background-image: url('../images/footer_bg.gif');
	color: white;
	height: 25px;
	line-height: 25px;
	text-align: center;
}


.sum{
  font-weight: bold;
  text-align: right; 
  width: 80;
  border-bottom: 1 px solid black;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.status {
  width: 12px;
  float: left;
}

.status a{
  display: block;
  float: left;
}

.status .red{
  height: 12px;
  width: 12px;
  background: #FF0000;
	margin: 1px;
	font: 8px;
}

.status .blue{
  height: 12px;
  width: 12px;
  background: #0000FF;
	margin: 1px;
	font: 8px;
}

.status .yellow{
  height: 12px;
  width: 12px;
  background: yellow;
	margin: 1px;
	font: 8px;
}

.status .black{
  height: 12px;
  width: 12px;
  background: #000000;
	margin: 1px;
	font: 8px;
}

.status .green{
  height: 12px;
  width: 12px;
  background: #00FF00;
	margin: 1px;
	font: 8px;
}

.info {
    font-weight:bold;
    border: 3px solid #FFCC66;
		padding: 15px;
} 
.validationErrors{
	color:red;
	font-size:11px;
	font-weight:bold;
}

.info{
  background-color: rgb(255,255,153);
}

#groups input{
width:400px;
}

#groups input.button{
width:50px;
}

span.error{
	color:red;
	width:100%;
	float:left;
}

#dialog div.bd{
	overflow-y: scroll;
}