* {
	margin: 0px;
	padding: 0px;
}
html, body {      								
	height: 100%;
}
body {  								
	text-align: center;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 13px;
	color: #505050;
	background: #f1f1f1 url(../img/bodybg.gif) repeat-x left top;		
}
h2{
	font-size: 18px;
	font-weight: bold;
}
p.gen{
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 13px;
	color: #505050;
	text-align: justify;
	line-height: 16px;
}
span.hulladek{
	color:#af4521;
}
span.web{
	color:#000000;
}
a, a:hover, a.link, a.link:hover{
	color:#005c9c;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}     
a.linkButton, a.linkButton:hover, a.linkButton:active{
	font-size: 13px;
  font-family: Arial, Sans-serif;	
	text-decoration: none;
	color: #005c9c;	 
	padding: 2px 2px 2px 2px;
	/*background-color: #ffffff;*/	 
}
a.linkButton:hover{        
	background-color: #426fd9;
	color: #ffffff;					
}
a.linkButton:active{        
	background-color: maroon;
	outline: none; /* hide dotted outline in Firefox */
}				         
.linkikon{
	border:0px;
	position:relative;
	top:2px;
}
div#content {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 843px;
	height: auto;
}
div#menubar{
	width: 843px;
	height: 46px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-shadow: #303030 0px 1px 0;		
}
div.menu{
	height: 36px;
	float: left;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 10px;
}
div.menuhigh{
	height: 36px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	background: url(../img/menuhigh.gif) no-repeat center top;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
	color:#f8f8f8;
}
div.menu a,div.menu a:hover, div.menuhigh a,div.menuhigh a:hover{
	color:#f8f8f8;
	text-decoration: none;
}
div.menu a:hover{
	text-decoration: underline;
}                            
.left{
	float:left;
}
.right{
	float:right;
}
#shoppingcart{
	float:left;
	position: relative;
	top: -10px;
}
div.boxtop{
	margin-top: 10px;
	background: url(../img/boxtop.gif) no-repeat left top;
	height: 14px;
	width: 843px;
}
div.box{
	background: url(../img/boxbg.gif) repeat-y left top;
	width: 815px;
	text-align: left;
	padding-left: 14px;
	padding-right: 14px;	
	font-family: Arial, Sans-Serif;	
}
div.boxbottom{
	background: url(../img/boxbottom.gif) no-repeat;
	background-position: 0px -16px;
	height: 22px;
	width: 843px;
}
div.dotline, div.dotlinebottom10, div.dotline20{
	background: url(../img/dotline.gif) repeat-x left top;
	font-size: 1px;
}
div.dotlinebottom10{
	background: url(../img/dotline.gif) repeat-x left top;
	font-size: 1px;
	height:1px;	
	margin-top:10px;
}
div.dotline20{
	height:10px;
	margin-top:10px;
}
#loginArea{
	float:right;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	padding-top: 6px;	
	text-align: right;
}
input[type="text"], input[type="password"]{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	margin-top: 3px;	
	padding: 2px;
	width: 120px;	
}
#txtLogEmail, #txtLogPsw{
	width: 120px;
}
.activeField{
	height: 16px;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	margin-top: 3px;	
	padding: 2px;

	background-image: none;
	background-color: #ffffff;
	border: solid 1px #303030;
}
.idle{
	height: 16px;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	margin-top: 3px;	
	padding: 2px;
	
	border: solid 1px #b5b5b5;
	background: url(../img/graybg.gif) repeat-x top;
} 
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
    font-size: 0px;
}
.clear10h { /* generic container (i.e. div) for floating buttons */
    clear:both;
    font-size: 0px;
    height: 10px;
}

a.button, a.buttondisable {
    background: transparent url(../img/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
		text-shadow: #ffffff 0px 1px 0;    
    display: block;
    float: left;
    font: bold 13px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    margin-top: 2px;
}
a.buttondisable{
   color: #AAA;
}
a.button:hover{
    color: #444;
		text-shadow: #ffffff 0px 1px 0;    
    text-decoration: none;    
}
a.button span, a.buttondisable span {
    background: transparent url(../img/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #505050;
		text-shadow: #ffffff 0px 1px 0;    
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

a.button_e {
    background: transparent url(../img/bg_button_e.gif) no-repeat scroll top right;
    width: 18px;
    font: normal 1px arial, sans-serif;
    height: 22px;
    text-decoration: none;
    float:left;
    display:block;
    margin-top:3px;
}
a.button_e:hover{
    text-decoration: none;    
}
a.button_e:active {
  background-position: bottom right;
  outline: none; /* hide dotted outline in Firefox */
}
a.button_p {
    background: transparent url(../img/bg_button_p.gif) no-repeat scroll top right;
    width: 18px;
    font: normal 1px arial, sans-serif;
    height: 22px;
    text-decoration: none;
    float:left;
    display:block;
    margin-top:3px;
}
a.button_p:hover{
    text-decoration: none;    
}
a.button_p:active {
  background-position: bottom right;
  outline: none; /* hide dotted outline in Firefox */
}
span.szekciocim{
	font-size: 11px;
	font-weight: bold;
	color: #e87b10;
}
span.mini{
	font-size: 10px;
	font-weight: normal;
	color: #707070;
}
span.minival{
	font-size: 11px;
	font-weight: normal;
	color: #505050;
}
span.kot{
	font-size: 14px;
	font-weight: bold;
	color: red;
}    
.rogzitoTable tr td{
	font-size: 13px;
	color: #505050;	
	font-family: Arial, Sans-Serif;	
}
.rogzitoTable tr td.errorComment, td.errorComment{
	font-size: 12px;
	font-weight: bold;
	color: maroon;
}           
.menufejlec{
  width: 140px;
  height: 18px;
	color: #e87b10;
	font-weight: normal;
	text-align: left;
  font-size: 14px;	
	clear:both;
	padding-top: 2px;
	border-bottom: 1px #eeeeee solid;	
}
.oldalmenu {
  font-family: Verdana, Arial, Sans-serif;
	font-size: 13px; 	
	font-weight: normal;
	padding: 0;
	width: 150px;
} 
.oldalmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}
.oldalmenu li {
	width: 140px! important;
	margin: 0;
	padding: 0;
	line-height: 16px!important;
	line-height: 16px;
	border-bottom: 1px #eeeeee solid;
}
.oldalmenu li a, .oldalmenu li a:hover{
	width: 140px! important;
	color: #505050;
	display: block;
	padding: 4px 0px 4px 0px;
 	border-left: 1px #ffffff solid;
 	border-right: 1px #ffffff solid;
	text-decoration: none;
	outline: none;
}
.oldalmenu li a:hover{
	background-color: #f2f2f2;
 	border-left: 1px #e8e8e8 solid;
 	border-right: 1px #e8e8e8 solid;	
}

tr.rh td{
	background: url(../img/tableheader.gif) repeat-x top;
	height: 25px;
	font-weight: bold;
	font-size: 13px;
  font-family: Arial, Sans-serif;	
	border-right: 1px #cbcbcb solid;
	border-bottom: 1px #7f7f7f solid;	 		 	
	padding-left:10px;
	padding-right:5px;
	color: #000000;	
}
tr.r0 td, tr.r1 td, tr.rHigh td, tr.rSelected td, tr.rs0 td, tr.rs1 td,tr.rs0 td, tr.rs1 td{ 
	background-color: #ffffff;
	height: 25px;
	font-weight: normal;
	font-size: 12px;
	border-right: 1px #cbcbcb solid;		 	
	padding-left:10px;
	padding-right:5px;
	color: #505050;	
	font-family: Arial, Sans-Serif;	
	cursor: default;				
}
tr.r1 td, tr.rs1 td{
	background-color: #edf5ff;
}
tr.rHigh td{
	background-color: #b2d2ff;
}
tr.rSelected td{
	background-color: #426fd9;
	color: #FFFFFF;	
}
tr.szimpla td{
	font-size: 13px;
	font-weight: bold;	
	font-family: Arial, Sans-Serif;	
}

tr.megosztas td{
	font-size: 13px;
	font-weight: normal;	
	font-family: Arial, Sans-Serif;	
	height: 28px;
}
tr.editing{
	background-color: #FFFFCC;
}
tr.error{
	background-color: #ffebeb;
}
div.spacer{
	float:left;
	height:1px;
	width:180px;
	display:block;
}
div#selectedFile{
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 8px 3px 20px;
	border: 1px #d5d5d5 solid;
	float: right;
	background: #eeeeee url(../img/selected.gif) no-repeat;
	background-position: 2px 4px;
	display: none;
}
.none{
	display: none;	
}
img.action{
	border: 0;
	cursor: pointer;	
}
option.r0,option.r1{
	background-color:#edf5ff;
	height:20px;
	color:#000000;
	font-family: Arial, Sans-serif;
	font-size: 13px;	
	background-repeat: no-repeat;
	background-position: 1px 3px;
	padding-left: 20px;
	padding-top: 4px;	
}
option.r1{
	background-color:#ffffff;
}
span.scrtitle{
	font-weight: bold;
	font-size: 11px;		
}
table.screenshoot tr td a img{
	border:0;
}
ul.gyik{
	list-style: none;
	display: none;
}
ul.gyik li{
	width:720px;
	margin-left:46px;
	padding-left:20px;	
	margin-bottom: 8px;	
	background: #ffffff url(../img/gyik_bullet.gif) no-repeat 0px 2px;
}
div.gyik{
	font-weight: bold;
	padding-top:12px;
	padding-bottom:6px;
	padding-left:22px;	
	cursor: pointer;
	margin-left:16px;		
	background: #ffffff url(../img/helphere.png) no-repeat 0px 10px;
}

table#unkodlistatablazat, table#ckodlistatablazat, table#rkodlistatablazat, table#skodlistatablazat{
	border-top: 1px #cbcbcb solid;		
	border-bottom: 1px #cbcbcb solid;
	border-left: 1px #cbcbcb solid;
	margin-left:4px;					
}

table#unkodlistatablazat tr td{
	font-size: 10px;
}

table#ckodlistatablazat tr td,table#rkodlistatablazat tr td,table#skodlistatablazat tr td{
	font-size: 11px;
}

table#unkodlistatablazat tr.runkod0 td, table#unkodlistatablazat tr.runkod1 td, table#unkodlistatablazat tr.runkodHigh td, table#ckodlistatablazat tr.rckod0 td, table#ckodlistatablazat tr.rckod1 td, table#ckodlistatablazat tr.rckodHigh td, table#ckodlistatablazat tr.rcSelected td, table#ckodlistatablazat tr.rckod2 td,
table#rkodlistatablazat tr.rrskod0 td, table#rkodlistatablazat tr.rrskod1 td, table#rkodlistatablazat tr.rrskodHigh td, table#rkodlistatablazat tr.rrsSelected td,
table#skodlistatablazat tr.rrskod0 td, table#skodlistatablazat tr.rrskod1 td, table#skodlistatablazat tr.rrskodHigh td, table#skodlistatablazat tr.rrsSelected td{
	background-color: #ffffff;
	font-weight: normal;
	border-right: 1px #cbcbcb solid;		 	
	color: #505050;		
	cursor: default;	
	padding:2px;					
}

table#ckodlistatablazat tr.rckod2 td{
	background-color: #303030;
	font-weight: normal;
	border-right: 1px #cbcbcb solid;		 	
	color: #f0f0f0;		
	cursor: default;	
	padding:2px;					
}

table#unkodlistatablazat tr.runkod1 td, table#ckodlistatablazat tr.rckod1 td,
table#rkodlistatablazat tr.rrskod1 td, table#skodlistatablazat tr.rrskod1 td{
	background-color: #edf5ff;
}

table#unkodlistatablazat tr.runkodHigh td, table#ckodlistatablazat tr.rckodHigh td,
table#rkodlistatablazat tr.rrskodHigh td, table#skodlistatablazat tr.rrskodHigh td{
	background-color: #b2d2ff;
}

table#ckodlistatablazat tr.rcSelected td,table#rkodlistatablazat tr.rrsSelected td,table#skodlistatablazat tr.rrsSelected td{
	background-color: #426fd9;
	color: #FFFFFF;	
}
/* hibalista */
div#checkListPanel{
	width: 760px;
	border: 3px #e87b10 solid;
	top: 0px;
	height: 200px;
	position: absolute;
	background-color: #ffffff;
	overflow: hidden;	
	text-align:left;
	padding: 2px 2px 0px 2px;
	display: none;
}
div#checkListPanel table#checkListPaneltablazat{
	font-size: 11px;
	border-left: 1px #cbcbcb solid;
	border-top: 1px #cbcbcb solid;
	border-bottom: 1px #cbcbcb solid;			
}
#checkListPaneltablazat tr.rcheck0 td, #checkListPaneltablazat tr.rcheck1 td, 
#checkListPaneltablazat tr.rcheckHigh td, #checkListPaneltablazat tr.rcheckSelected td,
#checkListPaneltablazat tr.szumma td{
	background-color: #ffffff;
	font-weight: normal;
	border-right: 1px #cbcbcb solid;		 	
	color: #505050;		
	cursor: default;	
	padding:2px;					
}
#checkListPaneltablazat tr.rcheck1 td{
	background-color: #edf5ff;
}
#checkListPaneltablazat tr.szumma td{
	background-color: #444444;
	color: #ffffff;
	font-weight: bold;	
	font-variant: small-caps;
}
#checkListPaneltablazat tr.rcheckHigh td{
	background-color: #b2d2ff;
}
#checkListPaneltablazat tr.rcheckSelected td{
	background-color: #426fd9;
	color: #FFFFFF;	
}
.radir{
	margin-top:3px;
	margin-left:3px;
	cursor: pointer;
	vertical-align: top;
}
span#szjegystat{
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 12px;
	padding-top: 4px;			
}
#lekerdezesFelulet{
	background-color: #f8f8f8;
	border: 1px #eeeeee solid;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	padding: 2px;		
}
#ttip, #btip{
	background-color: #ffffe1;
	border: 1px #a0a0a0 solid;
	font-family: Arial, Sans-serif;
	font-size: 11px;
	display: none;
	width: 200px;
	padding: 2px;
	position: absolute;
}
.lekpanel{
	border: 1px #e87b10 solid;
	width:236px;
	margin-left:2px;
	margin-right:2px;	
	display:block;
	height:200px;
	background-color:white;
	overflow:auto;
	font-size: 11px;	
}
#keresletewc .l0, #keresletewc .l1{
	background-color: #edf5ff;
	color: black;
	font-size: 11px;
	font-family: Arial, Sans-serif;
	padding: 1px;
}
#keresletewc .l1{
	background-color: #ffffff;
}
span.magyarazat{
	color: #505050;
	font-family:Arial;
	font-size:13px;
}
span.magyarazat a, span.magyarazat a:hover, span.magyarazat a.link, span.magyarazat a.link:hover{
	color:#005c9c;
	text-decoration: none;
}
span.magyarazat a:hover{
	text-decoration: underline;
}   
p.statmagyarazat{
	background-color: #ffffe1;
	border: 1px #a0a0a0 solid;	
	padding: 2px;	
	color: #404040;
	font-family:Arial;
	font-size:11px;
	width: 630px;
}
p.statmagyarazat span{
	font-size: 12px;
	font-weight: bold;
	color: #0000c0;
}
div#szjegyellenorzes{
	height:200px;
	overflow: auto;
	background-color: #fef4ec;
	padding:3px;
	width:470px;
}
#cluetip-inner li{
	margin-left: 14px;
}
ul.indent{
	padding-left: 16px;
}
img.png{
	display: none;
}
div.jelmagyarazat{
	margin-left: 200px;
	background-color: #ffffe1;
	border: 1px #a0a0a0 solid;	
	padding: 4px;	
	color: #404040;
	font-family:Arial;
	font-size:11px;
	width: 408px;
}
div.jelmagyarazat table tr td{
	padding: 4px;
} 
div.noedit, div.noeditbase, div.noedittorzs{
	padding: 4px;
	padding-left: 26px;	
	color: #404040;
	font-family:Arial;
	font-size:12px;
	border: 2px maroon solid;
	margin-bottom:10px;
	margin-top:10px;
	background: #ffffff url(../img/messagebox_warning_mini.gif) no-repeat 5px 4px;	
	display: none;
}
.uicheckbox{
	background-image: url(../img/ui_checkbox.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;

	display: block;
	width: 16px;
	height: 16px;
	font-size: 8px;	
			
	text-decoration: none;
}
/* tabber css fix IE6*/
ul.tabbernav li a:hover{
	text-decoration: none;
}
/* ---------------------------------------------- */
p.pagenums{                  /* lapozó panel */
	font-size: 13px;
	text-align: center;
	padding-bottom: 8px;
	width:800px;
	line-height: 24px;
	color: #6f6f6f;
}
p.pagenums span{
	cursor: pointer;
}
p.pagenums .pagenumSet{              /* aktív oldal */
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #404040;
	border: 1px #81b8ff solid;
	background-color: #d7e9ff;
	cursor: default;
}
p.pagenums span, p.pagenums .pagenumDis{                 /* passzív oldal, inaktív oldal */
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #6f6f6f;
	border-top: 1px #efefef solid;
	border-bottom: 1px #bfbfbf solid;
	border-left: 1px #efefef solid;
	border-right: 1px #dfdfdf solid;
	background-color: #f4f4f4;
}
p.pagenums .pagenumDis{
	color: #c0c0c0;
	cursor: default;
}
div.pager{
  clear:both;
	padding-top:4px;	
}
