/*** IE hack-ek ***/
/* Az IE nem kezeli az elemeken a :hover pseudo stílusokat (csak a linkeken)
   Az alábbi hack erre nyújt megoldást */
.button {
  /* Még ezt is hibásan kezeli az IE :-(
     A hivatkozást nem a css-től nézi, hanem a
     html fájl helyétől. SZAR!!! */
  behavior: url("includes/css/hover.htc");
}

/**************/

/* A linkek körül ne legyen olyan idegesítő szaggatott keret: */
A {
  -moz-outline: none;
  outline: none;
  border: none;
}

input, select, option, button, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  -moz-outline: none;
  outline: none;
}

table, td, tr {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.cegadat, .cegadat td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
  padding: 5px;
  padding-left: 4px;
  padding-right: 4px;
}
.cegadat a, .cegadat a:visited, .cegadat a:active {
  color: #003366;
  text-decoration: underline;
}
.cegadat a:hover {
  color: #003366;
  text-decoration: none;
}

a.links:link, a.links:visited, a.links:active {
  padding: 1px;
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #003366;
  text-decoration: none;
  vertical-align: middle;
  background-color: transparent;
  width: 112px;
  line-height: 13px;
  margin-bottom: 2px;
}
a.links:hover {
  text-decoration: none;
  background-color: #E18925;
  color: white;
  width: 112px;
}


.cegsorol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
	left: 0px;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	display: run-in;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
  margin-left: 8px;
  margin-right: 8px;
}
.cegsorol a {
  text-decoration: none;
  color: black;
}
.cegsorol a:hover {
  text-decoration: underline;
}

.ceg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	padding-left: 8px;
	font-weight: bold;
  text-decoration: none
}
.ceg a, .ceg a:visited, .ceg a:active {
  text-decoration: none;
  color: black;
}
.ceg a:hover {
  text-decoration: underline;
}

.elerheto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 8px;
	padding-left: 8px;
}

.admin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	list-style-type: none;
	margin: auto;
	padding: 2px 8px 2px 16px;
	line-height: 20px;
}
a.admin {
  text-decoration:none;
}
a.admin:hover {
  text-decoration:underline;
}

.honapmester {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #143A6E;
  margin-left: 8px;
}

a.search {
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #003366;
}
a.search:hover {
  color: #E18925;
}

.error {
  color: red;
}

.button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #E18925;
  color: white;
  border-width: 1px;
  padding: 1px;
}
.button:hover, .buttonHover {
  background-color: #0084CA;
  cursor: pointer;
}


a.forum {
  color: #003366;
  text-decoration: underline;

}
a.forum:hover {
  text-decoration: none;
}

a.back {
  color: #16376D;
  text-decoration: none;
}
a.back:hover {
  text-decoration: underline;
}

.message {
	line-height: 30px;
	vertical-align: middle;
	color: green;
}
.error {
	color: red;
}

/* A megjelenési formák kiemelése */
.view_type_1 {
}
.view_type_2, .view_type_3 {
  font-weight: bold;
}
