#fejlec{
  background-color: #4a6094;
  background-image: url(../img/fejlec.jpg); 
  background-repeat: no-repeat;
  height:80px; 
  width:100%;
}

#menu{
  background-color: #f7dba3;
  width:100%;
  height:23px;
}

#fejlec_also{
	background: url(../img/fejlec_also_vegtelen.jpg) repeat-x;
	height: 30px;
	width: 100%;  
}

#lablec{

}

h1{
	font-size: 18px;
}

h2{
	border-bottom: 1px solid Black;
	font-size: 12px;
}

h3{
	font-weight: bold;
	margin: 10px 5px 2px 5px;
}

img{
	margin: 0;
	padding: 0;
}

hr{
  margin: 5px;	
}

table{
	font: 12px Helvetica, Sans-Serif;
}

table.atlatszo{
	margin:10px;
}

table.atlatszo td{
	padding: 0px 15px 0px 15px;
}

table.InputTable td{
	padding: 1px 2px 1px 2px;
}

td{
	vertical-align: top;
	text-align: left;
}

input,checkbox,textarea,select{
	font: 12px Helvetica, Sans-Serif;
	border: 1px solid Black;
	padding: 2px;
	margin: 0px 0px 0px 5px;
	background-color: #f7eace;
}

input:hover,checkbox:hover,textarea:hover,select:hover{
	background: #f7dba3;
}

.inaktiv{
	background-color: Silver;
	border: 1px solid Black;
}

.inaktiv:hover{
	background-color: Silver;
}

ul.moremuv{
   list-style: none;
	display: inline;
	margin-left: 15pt;
}

ul.moremuv li{
	display: inline;
	margin: 2px 20px 2px 0px;
}

a, a:visited, a:active{
  color:#32497e;
  font-weight:bold;
  text-decoration:none;
}

a:hover{
  color: #bc9341;
}

a.inListOptions{
  padding: 2px;
}

a.inListOptions:hover{
	color: #32497e;
	background-color: #c5cfe7;
}

div.SuccessMsgBox{
	background: #F0FFF0;
	border: 3px solid Green;
	width:500px;
	margin: 10px auto;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	color:Green;
	text-align: center;
}

div.ErrorMsgBox{
	background: #FFC0CB;
	border: 3px solid Red;
	width:500px;
	margin: 10px auto;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	color: Red;
	text-align: center;
}

span.ErrorMsg{
	color: Black;
	font-weight: bold;
}

.ErrorField{
	color: Red;
	font-weight: bold; 
	background: #FFC0CB; 
}

div.panel{
	background: #c5cfe7;
	padding: 10px;
}

div.panelcaption{
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	background: #32497e;
	color: White;
}

div.szakkepcim{
	background-color: #f7dba3;
	padding: 5px;
}

table.lista{
	border: 1px solid Black;
	width: 100%;
	margin: 10px 0px 10px 0px;
}

table.lista td{
  padding: 2px 5px 2px 5px;
}

table.lista td.listacaption{
	padding: 2px 5px 2px 5px;
	background-color: #ddb462;
	font-weight: bold;
}

table.lista td.parossor{
  
}

table.lista td.paratlansor{
  background: #f7eace;
}

table.lista tr.SumFejlec{
  background-color: Silver;
}