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

#rcsh_content {
	background-color:#DFD;
	border:1px solid #9FC;
}
/*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(205,255,205,0.3);
}
#bgheader h1, #bgheader h2, #bgheader p {
	color:rgba(255,255,255,0.9);
	text-shadow:2px 2px #006600;
}
.mainmenu {
	background: -webkit-linear-gradient(#003300, #007700 30%, #001100);
	background: -o-linear-gradient(#003300, #007700 30%, #001100);
	background: -moz-linear-gradient(#003300, #007700 30%, #001100);
	background: linear-gradient(#003300, #007700 30%, #001100);
}
.articlebg {
	opacity:1;
	border:1px solid #9FC;
}
.articlebg h2, .articlebg h3 {
	color:#006600;
	opacity:0.80;
}
.articlebg p, .articlebg li {
	color:rgba(0,0,0,1);
}
.articlebg a {
	color:#006600;
	font-weight:200;
}
.articleheading {
	background: -webkit-linear-gradient(#BBEEBB, #FFFFFF 30%, #99CC99);
	background: -o-linear-gradient(#BBEEBB, #FFFFFF 30%, #99CC99);
	background: -moz-linear-gradient(#BBEEBB, #FFFFFF 30%, #99CC99);
	background: linear-gradient(#BBEEBB, #FFFFFF 30%, #99CC99);
	color:#006600;
}
tuti {
	color:#060;
}
.tartalom {
	background:#CCFFCC; 
	color:#006600;
	border:1px solid #9FC;
}
.startable {
	color:#006600;
	background:#FFFFFF;
	border:1px solid #9FC;
}
.startablecenter {
	color:#006600;
	border-color:#006600;
	background:#006600;
}
.startablecenter td {
	background: -webkit-linear-gradient(left top, #99CC99, #FFFFFF);
	background: -o-linear-gradient(bottom right, #99CC99, #FFFFFF);
	background: -moz-linear-gradient(bottom right, #99CC99, #FFFFFF);
	background: linear-gradient(to bottom right, #99CC99, #FFFFFF);
}
.startablecenter th {
	background: -webkit-linear-gradient(left top, #006600, #99CC99);
	background: -o-linear-gradient(bottom right, #006600, #99CC99);
	background: -moz-linear-gradient(bottom right, #006600, #99CC99);
	background: linear-gradient(to bottom right, #006600, #99CC99);
	color:#FFFFFF;
	border-color:#FFFFFF;
}
.rightlink {
	border:1px solid #9FC;
	border-radius:10px;
	margin-left:10px;
}
.linktable th {
	background:#CCFFCC;
	color:#005500;
}
.linktable td, .rightlink td {
	color:#005500;
}

.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;
}