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

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

#bgheader {
    background: -webkit-linear-gradient(rgba(0,72,123,0.9), rgba(0,102,153,0.1) 60%); 
    background: -o-linear-gradient(rgba(0,72,123,0.9), rgba(0,102,153,0.1) 60%);
    background: -moz-linear-gradient(rgba(0,72,123,0.9), rgba(0,102,153,0.1) 60%);
    background: linear-gradient(rgba(0,72,123,0.9), rgba(0,102,153,0.1) 60%); 
}
*/
#bgheader {
	background:rgba(255,255,255,0.3);
}
#bgheader h1, #bgheader h2, #bgheader p {
	color:rgba(255,255,255,1);
	text-shadow:2px 2px #900;
}
.mainmenu {
    background: -webkit-linear-gradient(#300000, #A00000 30%, #100000); 
    background: -o-linear-gradient(#300000, #A00000 30%, #100000);
    background: -moz-linear-gradient(#300000, #A00000 30%, #100000);
	background: linear-gradient(#300000, #A00000 30%, #100000);
}
.articlebg {
	background:#FFFFFF;
	opacity:1;
	border:1px solid #F77;
}
.articlebg h2 {
	color:#800000;
}
.articlebg a {
	color:#800000;
}
.articleheading {
	background: -webkit-linear-gradient(#FFC6C7, #FFFFFF 30%, #FFC6C7);
	background: -o-linear-gradient(#FFC6C7, #FFFFFF 30%, #FFC6C7);
	background: -moz-linear-gradient(#FFC6C7, #FFFFFF 30%, #FFC6C7);
	background: linear-gradient(#FFC6C7, #FFFFFF 30%, #FFC6C7);
	color:#FF0000;
}
tuti {
	color:#800;
}
.tartalom {
	background:#FFEAEA; 
	color:#FF0000;
	border:1px solid #F77;
}
.startable {
	color:#F00000;
	background:#FFFFFF;
	border:1px solid #F77;
}
.startablecenter {
	color:#F00000;
	background:#F00000;
	border-color:#F00000;
}
.startablecenter td {
	background: -webkit-linear-gradient(left top, #FFE6E7, #FFFFFF);
	background: -o-linear-gradient(bottom right, #FFE6E7, #FFFFFF);
	background: -moz-linear-gradient(bottom right, #FFE6E7, #FFFFFF);
	background: linear-gradient(to bottom right, #FFE6E7, #FFFFFF);
}
.startablecenter th {
	background: -webkit-linear-gradient(left top, #800000, #FF0000);
	background: -o-linear-gradient(bottom right, #800000, #FF0000);
	background: -moz-linear-gradient(bottom right, #800000, #FF0000);
	background: linear-gradient(to bottom right, #800000, #FF0000);
	color:#FFFFFF;
	border-color:#FFFFFF;
}
.rightlink {
	border:1px solid #F77;
	border-radius:10px;
	margin-left:10px;
}
.linktable th {
	background:#FFEAEA;
	color:#F00000;
}
.linktable td, .rightlink td {
	color:#F00000;
}

.list caption, .form caption {
	font-weight:bold;
	text-align:left;
	color:#F33;
}
.list th, .form th {
	background-color:#F77;
	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;
}