@charset "iso-8859-2";
/* CSS Document */

#rcsh_content {
	background-color:#AAA;
	border:1px solid #888;
}
/*
h1, h2, h3, h4 {
	color:white;
	opacity:0.75;
}

#bgheader {
    background: -webkit-linear-gradient(rgba(0,72,123,0.5), rgba(0,72,123,0) 60%); 
    background: -o-linear-gradient(rgba(0,72,123,0.5), rgba(0,72,123,0) 60%);
    background: -moz-linear-gradient(rgba(0,72,123,0.5), rgba(0,72,123,0) 60%);
    background: linear-gradient(rgba(0,72,123,0.5), rgba(0,72,123,0) 60%); 
}
*/
#bgheader {
	background:rgba(205,255,255,0.3);
}
#bgheader h1, #bgheader h2, #bgheader p {
	color:rgba(255,255,255,1);
	text-shadow:2px 2px #010F3D;
}
.mainmenu {
	background: -webkit-linear-gradient(#000030, #303F6F 30%, #000000);
	background: -o-linear-gradient(#000030, #303F6F 30%, #000000);
	background: -moz-linear-gradient(#000030, #303F6F 30%, #000000);
	background: linear-gradient(#000030, #303F6F 30%, #000000);
}
.articlebg {
	background:rgba(255,255,255,1);
	border:1px solid #888;
}
.articlebg h2, .articlebg h3, .articlebg h4 {
	color:#010F3D;
	opacity:1;
}
/*.articlebg p, .articlebg li, .articlebg .startable {
	opacity:0.65;
}
.articlebg .articlebg {
	opacity:0.8;
}*/
.articlebg .articlebg img {
	opacity:1;
	border-radius:10px;
}
.articlebg tuti {
	color:#038;
}
.articlebg a {
	color:#232F5F;
}
.articleheading {
	background: -webkit-linear-gradient(#010F3D, #006699 30%, #010F3D);
	background: -o-linear-gradient(#010F3D, #006699 30%, #010F3D);
	background: -moz-linear-gradient(#010F3D, #006699 30%, #010F3D);
	background: linear-gradient(#010F3D, #006699 30%, #010F3D);
	color:#FFFFFF;
	margin-bottom:3px;
}

.tartalom {
	background:rgba(117,184,232,0.60); 
	color:#010F3D;
	border:1px solid #888;
}
.startable {
	color:#010F3D;
	background:#FFFFFF;
	border:1px solid #888;
}
.startablecenter {
	color:#010F3D;
	background:#010F3D;
	border-color:#010F3D;
}
.startablecenter td {
	background: -webkit-linear-gradient(left top, #75B8E8, #FFFFFF);
	background: -o-linear-gradient(bottom right, #75B8E8, #FFFFFF);
	background: -moz-linear-gradient(bottom right, #75B8E8, #FFFFFF);
	background: linear-gradient(to bottom right, #75B8E8, #FFFFFF);
}
.startablecenter th {
	background: -webkit-linear-gradient(left top, #010F3D, #75B8E8);
	background: -o-linear-gradient(bottom right, #010F3D, #75B8E8);
	background: -moz-linear-gradient(bottom right, #010F3D, #75B8E8);
	background: linear-gradient(to bottom right, #010F3D, #75B8E8);
	color:#FFFFFF;
	border-color:#FFFFFF;
}
.rightlink {
	border:1px solid #888;
	border-radius:10px;
	margin-left:10px;
}
.rightlink img {
	border-radius:10px;
	opacity:0.8;
}
.linktable th {
	background:#75B8E8;
	color:#010F3D;
}
.linktable td, .rightlink td {
	color:#010F3D;
}

.list caption, .form caption {
	font-weight:bold;
	text-align:left;
	color:#75B8E8;
}
.list th, .form th {
	background-color:#75B8E8;
	color:#FFFFFF;
}
.list tr:nth-child(even) {
    background-color: #eeeeee;
}
.list tr:nth-child(odd) {
   background-color:#ffffff;
}
.list tr:hover {
	cursor:pointer;
	background-color:#86CCF9;
	color:#003;
}