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

#rcsh_content {
	background-color:#FFF;
	border:1px solid #AAA;
}
/*
#bgheader {
    background: -webkit-linear-gradient(rgba(0,72,123,0.6), rgba(255,255,0,0.1) 60%); 
    background: -o-linear-gradient(rgba(0,72,123,0.6), rgba(255,255,0,0.1) 60%);
    background: -moz-linear-gradient(rgba(0,72,123,0.6), rgba(255,255,0,0.1) 60%);
    background: linear-gradient(rgba(0,72,123,0.6), rgba(255,255,255,0.1) 60%); 
}
*/
#bgheader {
	background:rgba(255,255,255,0.3);
}
#bgheader h1, #bgheader h2, #bgheader p {
	color:rgb(255,255,255);
	text-shadow:2px 2px #333;
}
#headerlogin {
	color:#FFF;
	text-shadow:1px 1px #006699;
}
.mainmenu {
	background:#929292;
	background: -webkit-linear-gradient(#929292, #DCDCDC 30%, #505050);
	background: -o-linear-gradient(#929292, #DCDCDC 30%, #505050);
	background: -moz-linear-gradient(#929292, #DCDCDC 30%, #505050);
	background: linear-gradient(#929292, #DCDCDC 30%, #505050);
}
.mainmenu a {
	color:#000;
}
.mainmenu a:hover {
	color:#006;
}
.articlebg {
	background:#FFFFFF;
	border:1px solid #CCC;
}
.articlebg h2 {
	color:#335;
	opacity:1;
}
/*.articlebg p {
	opacity:0.85;
}*/
.articlebg tuti {
	color:#777;
}
.articlebg h3, h4, .articlebg p:not(.medal), li {
	color: #777;
}
.articlebg a {
	color:#505050;
}
.articleheading {
	background:#D5D5D5;
	background: -webkit-linear-gradient(#D5D5D5, #FEFEFE 30%, #E8E8E8);
	background: -o-linear-gradient(#D5D5D5, #FEFEFE 30%, #E8E8E8);
	background: -moz-linear-gradient(#D5D5D5, #FEFEFE 30%, #E8E8E8);
	background: linear-gradient(#D5D5D5, #FEFEFE 30%, #E8E8E8);
	color:#777777;
}
.tartalom {
	background:#E8E8E8; 
	color:#777777;
	border:1px solid #AAA;
}
.startable {
	color:#777777;
	background:#FFFFFF;
	border:1px solid #AAA;
}
.startablecenter {
	color:#777777;
	background:#777777;
	border-color:#777777;
}
.startablecenter td {
	background:#D7D7D7;
	background: -webkit-linear-gradient(left top, #D5D5D5, #FFFFFF);
	background: -o-linear-gradient(bottom right, #D5D5D5, #FFFFFF);
	background: -moz-linear-gradient(bottom right, #D5D5D5, #FFFFFF);
	background: linear-gradient(to bottom right, #D5D5D5, #FFFFFF);
}
.startablecenter th {
	background: -webkit-linear-gradient(left top, #777777, #D5D5D5);
	background: -o-linear-gradient(bottom right, #777777, #D5D5D5);
	background: -moz-linear-gradient(bottom right, #777777, #D5D5D5);
	background: linear-gradient(to bottom right, #777777, #D5D5D5);
	color:#FFFFFF;
	border-color:#FFFFFF;
}
.rightlink {
	border:1px solid #AAA;
	border-radius:10px;
	margin-left:10px;
}
.linktable th {
	background:#E8E8E8;
	color:#777777;
}
.linktable td, .rightlink td {
	color:#777777;
}

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