@charset "utf-8";

h4{
  font-weight:bold;
  font-size:1.1em;
}

.center,.fooldali-boxtartalom div{
  text-align:center;
}
.float-left{
  float:left;
}
.fooldali-boxtartalom{
  clear:both;
  width:80%;
  margin:auto;
  margin-top:20px;
  position:relative;
  text-align:center;
}
.fooldali-boxtartalom div{
  margin:auto;
  display:inline-block;
  vertical-align:top;
}
.fooldali-boxtartalom div h2{
  margin:20px 0;
}
.fooldali-boxtartalom div a{
  margin:20px;
  border:1px solid #CCC;
  height:250px;
  width:250px;
  /*float:left;*/
  display:inline-block;
  vertical-align:top;
  padding:10px;
  text-decoration:none;
  font-weight:normal;
}
.fooldali-boxtartalom div a img{
  width:80%;
}
.clear{
  clear:both;
}
.multipleselect {
  height:200px;
}
form input[type=text]{
  width:500px;
}
.bold{
  font-weight:bold;
}
/* Buttons and button links */
button.cancel {
	font-weight:bold;
  font-size:1em;
	padding: 4px 8px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
button.cancel:active{
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0 1px 0;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}
form button.cancel {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
	padding: 8px 10px;
}
form button.cancel:hover {
	background: #5BA150;
}
label{
  font-weight:bold;
}
/**  Actions  **/
#header ul,#footer ul {
	margin: 0;
	padding: 0;
}
#header li,#footer li {
	margin:0 10px 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
  float:left;
}
#header ul li a,#footer ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}

#header ul li a,#footer ul li a {
	font-weight:normal;
	padding: 4px 8px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
}
#header ul li a:hover,#footer ul li a:hover {
	background: #ededed;
	border-color: #acacac;
	text-decoration: none;
}
#header ul li a:active,#footer ul li a:active {
	background: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
	background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
	background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
	background-image: -o-linear-gradient(top, #dfdfdf, #eee);
	background-image: linear-gradient(top, #dfdfdf, #eee);
	text-shadow: #eee 0 1px 0;
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #aaa;
	text-decoration: none;
}
.tantargyaks table td{
  font-size:0.9em;
}
.tantargyaks, .tantargyaks table{
  height:650px;
}
table td, table th{
  vertical-align:top;
}
.tantargyaks table td div span {
  font-weight:bold;
  text-decoration:underline;
}
.tantargyaks table td div {
  /*border-bottom:1px solid #CCC;*/
  padding:3px 0;
}
.tantargyaks table td.actions a{
  display:block;
  margin-bottom:10px;
}
.pointer{
  cursor:pointer;
  color:#003D4C;
  font-weight:bold;
}
.pointer:hover{
  text-decoration:underline;
}
.targyleiras div{
  margin:10px 0;
}
.targyleiras div span{
  text-decoration:underline;
}
#kepzesiszint_szakok ul li{
  margin:0px 0;
  padding:10px 0;
  border-bottom:1px solid #CCC;
}
#kepzesiszint_szakok .adatlapok {
  /*margin-top:10px;*/
}
#kepzesiszint_szakok .adatlapok a{
  text-decoration:none;
  /*margin:0 20px;*/
}
#content-head{
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #CCC;
  clear:both;
}
.morzsautvonal{
  font-weight:bold;
  float:left;
}
.nyomtatas{
  float:right;
  margin-left:20px;
  
}
.gyorshivatkozas a{
  text-decoration:none;
  margin-right:25px;
}
ul.felsorolas {
  font-size:1.1em;
}
.dialogusnyit {
  font-weight:bold;
  cursor:pointer;
  color: #003d4c;
}

.dialogusnyit:hover {
  text-decoration: underline;
  color: #367889;
}
#targyadatok div{
  margin:10px 0;
}
/*#kepzes_targyai table{
  width:100%;
}*/

/*#kepzes_targyai table th:first-child,
#kepzes_targyai table th:nth-child(5),
#kepzes_targyai table th:nth-child(6),
#kepzes_targyai table th:nth-child(7){
  width: 95px;
}
#kepzes_targyai table th:nth-child(2),
#kepzes_targyai table th:nth-child(8){
  width: 260px;
}
#kepzes_targyai table th:nth-child(3){
  width: 40px;
}
#kepzes_targyai table th:nth-child(4){
  width: 160px;
}*/
#kepzes_targyai table td:nth-child(3),
#kepzes_targyai table td:nth-child(5),
#kepzes_targyai table td:nth-child(6),
#kepzes_targyai table td:nth-child(7){
  text-align:center;
}
.megjegyzes{
  padding:20px;
  background:#CCC;
  margin:10px;
  font-weight:bold;
}
.megjegyzes h2{
  background:none;
}
.rekordokblokk{
  padding:5px;
  border:solid 1px #000;
  width:600px;
}