a:link {
	color: #1F6E7F;
}

a:visited {
	color: #1F6E7F;
}

a:hover {
	color: #2B9AB1;
}

a:active {
	color: #34BBD7;

}

#archives a:link {
	color: #1F6E7F;
}

#archives a:visited {
	color: #1F6E7F;
}

#archives a:hover {
	color: #2B9AB1;
}

#archives a:active {
	color: #34BBD7;

}

#content {
	color: #000000;
}

.navcontainer .current {
	color: %colour_menufontcurrent%;
}

.navcontainer .currentAncestor {
	color: %colour_menufontcurrent%;
}

.navcontainer a{
	color: %colour_menufont%;
}

.navcontainer a:hover{
	color: %colour_menufonthover%;
}

.navcontainer a:active {
	color: %colour_menufont * 1.5%;
}

body {
	background-color: ##2856A1;
}

div.ui-tabs .ui-tabs-panel {
  background-color: #EAEDF1;
}

.red-color,
.lezart {
  color: #FF5656;
}
.green-color,
.nemlezart {
  color: #11AC00;
}
.yellow-color {
  color: #DBC30A;
}

.red-bg {
  background: rgb(255, 86, 86); /* The Fallback */
  background: rgba(255, 86, 86, 0.5);
}
.green-bg {
  background: rgb(17, 172, 0); /* The Fallback */
  background: rgba(17, 172, 0, 0.3);
}

.yellow-bg {
  background: rgb(219, 195, 10); /* The Fallback */
  background: rgba(219, 195, 10, 0.5);
}

.magyarazat {
  color: white;
}

.dark-text {
  color: #221e1f;
}

.orange-bg {
  background: #EFA00E;
}
.gray1-bg {
  background: #DEDEDE;
}
.gray2-bg {
  background: #BCBCBC;
}

.terminal {
  background: #000000;
  color: #ffffff;
}
