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

#rcsh_content {
	background-color:#FFC;
	border:1px solid #DDA;
}
/*
#bgheader {
    background: -webkit-linear-gradient(rgba(0,72,123,0.6), rgba(255,255,0,0.3) 60%); 
    background: -o-linear-gradient(rgba(0,72,123,0.6), rgba(255,255,0,0.3) 60%);
    background: -moz-linear-gradient(rgba(0,72,123,0.6), rgba(255,255,0,0.3) 60%);
    background: linear-gradient(rgba(0,72,123,0.6), rgba(255,204,0,0.3) 60%); 
}
*/
#bgheader {
	background:rgba(255,255,155,0.2);
}
#bgheader h1, #bgheader h2, #bgheader p {
	color:rgb(255,250,55);
	color:rgba(255,250,55,0.9);
	text-shadow:2px 2px #602010;
}
.mainmenu {
    background: -webkit-linear-gradient(#602010, #996600 30%, #400000); 
    background: -o-linear-gradient(#602010, #996600 30%, #400000);
    background: -moz-linear-gradient(#602010, #996600 30%, #400000);
	background: linear-gradient(#602010, #996600 30%, #400000);
}
.articlebg {
	background:#FFFFFF;
	border:1px solid #DDA;
}
.articlebg h2 {
	color:#993300;
	opacity:1;
}
.articlebg p {
	opacity:1;
}
.articlebg a {
	color:#993300;
}
.articleheading {
	background: -webkit-linear-gradient(#6E2E12, #AF6F57 30%, #6E2E12);
	background: -o-linear-gradient(#6E2E12, #AF6F57 30%, #6E2E12);
	background: -moz-linear-gradient(#6E2E12, #AF6F57 30%, #6E2E12);
	background: linear-gradient(#6E2E12, #AF6F57 30%, #6E2E12);
	color:#FFFFCC;
}
tuti {
	color:#930;
}
.tartalom {
	background:#FFFFCC; 
	color:#F2B211;
	border:1px solid #DDA;
}
.startable {
	color:#993300;
	background:#FFFFFF;
	border:1px solid #DDA;
}
.startablecenter {
	color:#993300;
	background:#391906;
	border-color:#391906;
}
.startablecenter td {
	background: -webkit-linear-gradient(left top, #F2B211, #FFFFFF);
	background: -o-linear-gradient(bottom right, #F2B211, #FFFFFF);
	background: -moz-linear-gradient(bottom right, #F2B211, #FFFFFF);
	background: linear-gradient(to bottom right, #F2B211, #FFFFFF);
}
.startablecenter th {
	background: -webkit-linear-gradient(left top, #391906, #F2B211);
	background: -o-linear-gradient(bottom right, #391906, #F2B211);
	background: -moz-linear-gradient(bottom right, #391906, #F2B211);
	background: linear-gradient(to bottom right, #391906, #F2B211);
	color:#FFFFFF;
	border-color:#FFFFFF;
}
.rightlink {
	border:1px solid #DDA;
	border-radius:10px;
	margin-left:10px;
}
.linktable th {
	background:#FFFFCC;
	color:#602010;
}
.linktable td, .rightlink td {
	color:#993300;
}

.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: #ffffff;
}
.list tr:nth-child(odd) {
   background-color: #eeeeee;
}
.list tr:hover {
	cursor:pointer;
	background-color:#86CCF9;
	color:#003;
}