#content .event {
width: 530px;
margin: 0 auto;
border: collapse;
border: 2px solid #ffcc00;
font-family: Arial, verdana, sans-serif;
font-size: 1em;
line-height: 2em;
}

/*#content h1 {
font-family: Arial, verdana, sans-serif;
font-size: 1.2em;
margin: 0 0 10px 0;
padding-top: 15px;
text-align:center;
color: #800000;
font-weight: bold;
}
*/
#content .event tr, #content .event td {
border: 2px solid #ffcc00;
padding: 2px 2px 2px 4px;
}

#content .event th {
font-weight: hbold;
text-alifn: center;
color: #cc0000;
}

.newevent {
width: 130px;
margin: 0 auto 0 auto;
text-align: center;
padding: 6px 3px;
background: #800000;
border-radius: 5px;
color: #ffcc00;
font-weight: bold;
cursor: pointer;
}
botton.newevent {
color: #ffcc00;
}
.newevent a, .newevent a:visited {
color: #ffcc00;
font-weight: bold;
text-decoration: underline;
}
p.newevent a:hover {
text-decoration: none;
}


/* teszt csoport aloldal */

#header {
width: 1024px;
height: 138px;
padding: 0;
margin: 0 auto;
}

.mokus #header {
	background: url("../images/design/fejlec_mokus.jpg") no-repeat;
	background-color: red;
}

.csiga #header {
	background: url("../images/design/fejlec_csiga.jpg") no-repeat;
}

.maci #header {
	background: url("../images/design/fejlec_maci.jpg") no-repeat;
}

.suni #header {
	background: url("../images/design/fejlec_suni.jpg") no-repeat;
}

.lepke #header {
	background: url("../images/design/fejlec_lepke.jpg") no-repeat;
}

.katica #header {
	background: url("../images/design/fejlec_katica.jpg") no-repeat;
}

.gomba #header {
	background: url("../images/design/fejlec_gomba.jpg") no-repeat;
}

.nyuszi #header {
	background: url("../images/design/fejlec_nyuszi.jpg") no-repeat;
}

.vakond #header {
	background: url("../images/design/fejlec_vakond.jpg") no-repeat;
}

.ozike #header {
	background: url("../images/design/fejlec_ozike.jpg") no-repeat;
}


.mehecske #header {
	background: url("../images/design/fejlec_mehecske.jpg") no-repeat;
}

.cinege #header {
	background: url("../images/design/fejlec_cinege.jpg") no-repeat;
}

.clearer {
	clear: both;
}

/* Képgaléria feltöltés */

#imageContainer {
	border: solid 6px #800000;
	margin: 5px;
	padding: 5px;
	background-color: #f4f4f4;
	min-height: 120px;
}

#imageContainer .galleryImage {
	display: inline-block;
	width: 120px;
	height: 165px;
	background-color: #ebebeb;
	position: relative;
	margin: 3px;
	float: left;
}

#imageContainer .galleryImage img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#imageContainer .galleryImage .title {
	position: absolute;
	top: 111px;
	left: 10px;
	width: 100px;
	max-height: 30px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	overflow: hidden;
	color: #575757;
	text-align: center;
	font-weight: bold;
	line-height: 12px;
}

#imageContainer .galleryImage .actionbar {
	position: absolute;
	bottom: 3px;
	width: 100px;
	left: 10px;
	text-align: center;
}

#imageContainer .notUploaded .actionbar,
#imageContainer .uploading .actionbar {
	display: none;
}

#imageContainer .uploading {
	background-color: #ffdddd;
}

#imageContainer .notUploaded img {
	opacity: 0.3;
}

/* Admin - események */

table.event tr.paros {
	background-color: #cccccc;
}

table.event tr.paratlan {
	background-color: #ffcccc;
}

table.event tr.description {
	display: none;
}

table.event a.toggleDescription {
	background-color: inherited;
}

table.event a.closeDescription {
	background-color: gray;
}