table.maintable {
	width: 99%;
}
table.maintable th, td{
	text-align: right;
	vertical-align: middle;
	padding: 0.2em 0.2em;
	border-bottom: 1px solid #DDD;
}
table.maintable tbody th {
	vertical-align: top; 
	border: 1px solid gray;
	border-bottom: 1px solid gray;
	border-width: 0 1px 1px 0;
	white-space: normal;
	background-color: #eee;
	color: #000;
	padding-left: 0px;
	width: 200px;
}
table.maintable thead th {
	vertical-align: bottom; 
	border: 1px solid gray;
	border-width: 0 1px 1px 0;
	white-space: normal;
	background-color: Maroon;
	color: #fff;
	padding-left: 0px;
}
table.maintable th {
	border-right: 1px solid gray; 
	border-bottom-style: dotted;
	white-space: nowrap;
}

table.maintable td {
	font: small Verdana, "Andale Mono", Courier, "Courier New", monospace;
	letter-spacing: -1px;
	border-right: 1px solid #CCC;
}

table.maintable th.title {
	width: 40%;
}

table.maintable td.title {
	text-align: left; 
	padding: 0 0.2em;
	border-bottom: 1px solid #DDD;
}
table.maintable tbody td.frmadd {
	text-align: left;
	vertical-align:middle;
	padding: 0 0.2em;
	border-bottom: 1px solid gray;
	border:0px;
}

table.maintable tr.odd * {
	background: #EEE;
}
table.maintable tr.even * {
	background: #FFF;
}
table.maintable tr.odd, table.maintable tr.even {
	border-bottom: 1px solid #EEE;
}
table.maintable tr.odd:hover *, table.maintable tr.even:hover * {
	background-color: #f2f2cc;
}

.frmcombobox{
	border: 1px solid #DDD;
	text-align:left;
	vertical-align: middle;
	padding: 0px;
	color: black;
	width: 130px;
	background-color: #fff;
	font: small Verdana, "Andale Mono", Courier, "Courier New", monospace;
}

.frmcombobox_small{
	border: 1px solid #DDD;
	text-align:left;
	vertical-align: middle;
	padding: 0px;
	color: black;
	width: 50px;
	background-color: #fff;
	font: small Verdana, "Andale Mono", Courier, "Courier New", monospace;
}

.frmcombobox_big{
	border: 1px solid #000;
	text-align:left;
	vertical-align: middle;
	padding: 0px;
	color: black;
	width: 200px;
	background-color: #fff;
	font: small Verdana, "Andale Mono", Courier, "Courier New", monospace;
	display: block;
}

a.intable{
	text-decoration: underline;
	color:Maroon;
	
}

a.intable:hover{
	text-decoration: none;
	color: Maroon;
}

div.nawigator{
	margin-top: 20px;
	width: 100%;
	border:0px solid red;
}

table.nawigator {
	background-color:#fff;
	margin-left:10%;
	margin-right:10%;
	padding: 0px;
	border: 0px;
	width: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:Gray;
}

table.nawigator tr {
}

table.nawigator td {
	font: small Verdana, "Andale Mono", Courier, "Courier New", monospace;
	margin: 0px;
	border: 0px;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
}

table.nawigator td.active{
	background-color: #e5f1dd;
	color:#70b452;
	border-top: 0px solid Maroon;
	border-bottom: 0px solid Maroon;
	width: 1.2em;
}

table.nawigator td a{
  text-decoration: none;
  color: #fff;
  padding: 0.3em 0.5em; 
  margin-right: 0px;
  background: #70b452;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  height: 1em;
}

table.nawigator td a:hover{
  text-decoration: none;
  color: #000;
  padding: 0.3em 0.5em; 
  margin-right: 0px;
  background: #e5f1dd;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
  height: 1em;
}



div#menuoption {
  display: block;
  width: 99%; 
  margin: 5px 0 5px 0;
  text-align: left;
  height: 2em;
 }
#menuoption ul {
  list-style: none; 
  margin: 0; 
  padding: 0px;
 }
#menuoption li {
  padding: 0; 
  line-height: 1em;
  border-bottom: 0px solid rgb(95%,95%,80%);
  float: left;
}
#menuoption a {
  text-decoration: none;
  color: #4682B4;
  padding: 0.25em 1em; 
  margin-right: 5px;
  background: rgb(95%,95%,80%);
  border-right: 1px solid Maroon;
  border-bottom: 1px solid Maroon;
  display: block;
}

#menuoption a:hover {
  text-decoration: none;
  color: #4682B4;
  padding: 0.25em 1em; 
  margin-right: 5px;
  background: #FFF;
  border-right: 1px solid Maroon;
  border-bottom: 1px solid Maroon;
  display: block;
}

.check{
	margin: 0px;
}

.komunikat_error{
	font: small Verdana, "Andale Mono", Courier, "Courier New", monospace;
	color:Maroon;
	font-weight: bold;
	margin: 0.5em;
}

.button {
  margin-top: 1px;
  background: #fff;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid Maroon;
  border-bottom: 1px solid Maroon;
  width: 96%;
 }
 
 .button_middle {
  margin-top: 1px;
  background: #f2f2cc;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid Maroon;
  border-bottom: 1px solid Maroon;
  width: 100px;
 }
 .button_middle:hover {
 	background-color: #fff;
 }
 /*Panele */
*{
	padding: 0px;
	margin: 0px;
}
.panel legend {
	color: #000;
}

.panel {
	clear: both;
	display: none;
	background-color: #eee;
	padding: 0.5em 0 0.5em 1em;
	border: 1px solid rgb(50%,50%,35%);
}

.panel fieldset {
	padding: 1em;
}

.panel.active-tab-body {
	display: block;
}


#tabs {
	top: 55px;
	list-style: none;
	
}

#tabs li {
	float: left;
	margin-right: 5px;
}

#tabs a {
	float: left;
	padding-top: 3px;
	padding-left: 1em; 
	padding-right: 1em; 
	padding-bottom: 2px;
	background: rgb(95%,95%,80%);
	text-decoration: none;
	margin-top: 5px;
	color: #4682B4;
	border-top: 1px solid Maroon;
	border-right: 1px solid Maroon;
	border-left: 1px solid Maroon;
}
#tabs a:hover {
	background-color: #fff;	
}

#tabs a.active-tab {
	background: rgb(95%,95%,80%);
	border-top: 3px solid Maroon;
	border-right: 1px solid Maroon;
	border-left: 1px solid Maroon;
	padding-top: 1px;
	padding-left: 1em; 
	padding-right: 1em; 
	color: #4682B4;
   text-decoration: none;
   margin-right: 1px;
}
#tabs a.active-tab:hover {
	background: #fff;
	}
.input_big{
	width:75%;
	font-family: "Courier New", Courier, monospace;
}

.textarea_small{
	margin-bottom:1px;
	width: 75%;
	height: 60px;
}

.textarea_big{
	margin-bottom:1px;
	width: 75%;
	height: 160px;
}

.fieldSave{
	text-align: right;
	margin-right: 5px;
}
