body,html {
font-size:16px;
margin: 0;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #000;
background-color: #fff;
}

h1 {
	font-size:2em;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	color: #000;
	background-color: #6A6;
	margin: 0;
	width: 100%;
}

h2 {
	font-size:1.6em;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #000;
	background-color: #8D8;
	margin: 0px;
}

h3 {
	font-size:1.4em;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #000;
	background-color: #AFA;
	margin: 0;
}
h4 {
font-size:1.1em;
font-weight: bold;
text-align: center;
color: #000;
background-color: #CFC;
margin: 0;
}


/*-*/
input.error {
	background-color: #F00;
}

select.error {
	background-color: #F00;
}

form {
	width: 100%;
	margin: 0 0 0 0;
}

#content {
width: 768px;
margin: 0 auto;
border:thin;
border-color: #000;
}

.buttonpanel {
	width: 100%;
	text-align: center;
}

a {
color: #800000;
}

label {
	display: block;
	float: left;
	Height: 14px;
	font-size: 11px;
	font-weight: bold;
}

selectx {
  height: 22px; 
  font-size: 11px; 
}

select[disabled=disabled] {
  background-color: #D6D3CE;
}

inputx[disabled=disabled] {
  background-color: #D6D3CE;
}

textarea[disabled=disabled] {
  background-color: #D6D3CE;
}

inputx {
	height: 14px; 
	font-size: 24px; 
}

inputx[type=submit] {
	width: 65px;
	height: 18px;
	font-size:100%;
	background-color: #DDF;
}

input.btnred{
	background-color: #FDD;
}

input.btngreen{
	background-color: #DFD;
}

input.loginbtn{
	width: 150px;
	height: 75px;
	background-color: #DFD;
}

input.btnblue{
	background-color: #DDF;
}


input.dtdb{
	width: 36px; 
	text-align: right;
}

input.dtmegj {
	width: 180px; 
}

input.dthead {
	Height: 14px; 
	font-size: 11px; 
	width: 297px; 
	background-color: #D6D3CE;
}

input.itemflt {
	height: 14px; 
	font-size: 11px; 
	width: 90px; 
}

tr.bluerow{
	background-color: #C4C4F8;
}

tr.whiterow{
	background-color: #E8E8FF;
}

tr.lightgreyrow{
	background-color: #CCCCCC;
}
tr.darkgreyrow{
    background-color: #AAAAAA;
}

/* --- ItemFiltePanel CSS --- */
#IFilterPanel{
	text-align: center;
	width: 100%;
}

#IGrpFilter{
	width: 100%;
}

#ICodeFilter{
	width: 33%;
    float: left;
}

#INameFilter{
	width: 34%;
    float: left;
}

#IEANFilter{
	width: 33%;
    float: right;
}

#IFilterButtons{
	padding-top: 10px;
	width: 100%;
    float: left;
}

/***********************************************

***********************************************/
table{
	width: 100%;
	border-collapse: collapse;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

td {
	padding-left: 2px;
	font-size: 100%;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

th {
	text-align: left;
	padding-left: 2px;
	font-size: 100%;
	font-weight: bold;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}
/*
#saveditems td {
	padding-left: 2px;
	font-size: 100%;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	height: 33px;
	vertical-align: middle;
}
*/

/***********************************************
OMAOITM
***********************************************/

select {
	height: 100%;
	width: 100%;
	font-size: 100%;
}

input[type=button] {
	height: 100%;
	width: 100%;
	font-size: 60%;
}

input[type=text] {
	height: 65%;
	width: 92%;
	font-size: 100%;
}
input[type=password] {
	height: 65%;
	width: 92%;
	font-size: 100%;
}
input[disabled=disabled] {
	color: #000;
	background-color: #E8E8E8;
}

input[type=submit] {
	height: 100%;
	width: 100%;
	font-size: 60%;
}

.tallrow {
	height: 48px;
	font-size: 32px;
}

#omaveert .newitemrow {
	height: 70px;
	font-size: 28px;
}
#omaveert .newitemcell {
  float: left;
  width: 20%;
  margin-top: 15px;
}

#omaveert .rendinput {
	background-image:url('/omasalesipad/public/images/imp-rendelt.gif');
	background-repeat:no-repeat;
	text-align: right;
	width: 70%;
	color: #000;
}

#omaveert .elozocell {
	background-image:url('/omasalesipad/public/images/imp-elozorend.gif');
	background-repeat:no-repeat;
	background-color: #F0F0F8;
 	border: 2px solid blue;
	border-style: outset;
	text-align: right;
  	width: 13%;
  	height: 41px;
  	padding-right: 2px; 
	margin: 16px 8px 0 0;
}

#omaveert .keszlcell {
	background-image:url('/omasalesipad/public/images/imp-keszlet.gif');
	background-repeat:no-repeat;
	/*text-align: right;
	width: 70%;
	color: #000;*/
	background-color: #F0F0F0;
 	border: 2px solid gray;
	border-style: solid;
	text-align: right;
  	width: 13%;
  	height: 41px;
  	padding-right: 2px; 
	margin: 16px 8px 0 0;
}

#omaveert .arcell {
	background-image:url('/omasalesipad/public/images/imp-bruttoar.gif');
	background-repeat:no-repeat;
	/*text-align: right;
	width: 70%;
	color: #000;*/
	background-color: #F0F0F0;
 	border: 2px solid gray;
	border-style: solid;
	text-align: right;
  	width: 13%;
  	height: 41px;
  	padding-right: 2px; 
	margin: 16px 8px 0 0;
}

#omaveert .prevprice{
	background-image:url('/omasalesipad/public/images/imp-prevprice.gif');
	background-repeat:no-repeat;
	background-color: #F0F0F0;
 	border: 2px solid gray;
	border-style: solid;
	text-align: right;
  	width: 13%;
  	height: 41px;
  	padding-right: 2px; 
	margin: 16px 8px 0 0;
}

#omaveert .prevdisc{
	background-image:url('/omasalesipad/public/images/imp-prevdisc.gif');
	background-repeat:no-repeat;
	background-color: #F0F0F0;
 	border: 2px solid gray;
	border-style: solid;
	text-align: right;
  	width: 5%;
  	height: 41px;
  	padding-right: 2px; 
	margin: 16px 8px 0 0;
}

#omaveert .elozoinput {
	background-image:url('/omasalesipad/public/images/imp-elozorend.gif');
	background-repeat:no-repeat;
	text-align: right;
	width: 90%;
}

.fullrow {
	width: 100%;
	padding: 4px 0 4px 0;
}
.righthalfrow {
	height: inherit;
	width: 48%;
	float: right;
	padding: 0 0 0 0;
}
.lefthalfrow {
	height: inherit;
	width: 48%;
	float: left;
	padding: 0 0 0 0;
}

.labelrow {
	height: 16px;
	font-size: 100%;
	font-weight: bold;
}

.smallwarningrow {
	height: 12px;
	font-size: 50%;
	background-color: #FAA;
}

.rowleft {
	float: left; 
	height: 100%;
}

.rowright {
	float: right; 
	height: 100%;
}

.bluerow {
	background-color: #C4C4F8;
}

.whiterow{
	background-color: #E8E8FF;
}
#gentime {
	text-align: center; 
	width: 100%; 
	color: #AAA; 
	padding-top: 20px;  
	font-size: 40%;
}

/*************************************************************
MENÜ stílusok
****************************************************************/


div#buttonA {
    margin: 30px 0px 30px 0px;
	width: 100%;
	text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 60px;
}
div#buttonA ul {
    margin: 0px;
    padding: 0px;
}
div#buttonA li {
    list-style-type: none;
    height: 60px;
    width: 658px;
    margin: 10px 0 0 55px ;
    text-align:center;
}
div#buttonA li a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    height: 100%;
    width: 100%;
    display: block;
    background-color: #999999;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #777777;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}
div#buttonA li a:active {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #666666;
    border-style: solid;
    border-top-color: #333333;
    border-left-color: #555555;
    border-right-color: #BBBBBB;
    border-bottom-color: #DDDDDD;
}

div#buttonA span {
    height: 60px;
    width: 300px;
	margin: 10px 0 0 55px;
    text-align:center;
	float: left;
}
div#buttonA span a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    height: 100%;
    width: 100%;
    display: block;
    background-color: #999999;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}
div#buttonA span a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #777777;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}
div#buttonA span a:active {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #666666;
    border-style: solid;
    border-top-color: #333333;
    border-left-color: #555555;
    border-right-color: #BBBBBB;
    border-bottom-color: #DDDDDD;
}


table#docList span {
    height: 54px;
    width: 90%;
	margin: -6px 0 0 0;
    text-align:center;
	float: left;
}
table#docList img {
	margin-top: 20px;
}
table#docList span a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    height: 100%;
    width: 100%;
    display: block;
    background-color: #999999;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}
table#docList span a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #777777;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}
table#docList span a:active {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #666666;
    border-style: solid;
    border-top-color: #333333;
    border-left-color: #555555;
    border-right-color: #BBBBBB;
    border-bottom-color: #DDDDDD;
}
