/* Új üzenet írása */

#forumNew div.newForm {
 text-align: center;
}

#forumNew div.newForm p {
 margin: 0 0 10px 0;
 padding: 0;
 text-align: center;
 font-weight: bold;

}

#forumNew div.newForm textarea {
 width: 400px;
 height: 120px;
 margin: 0 0 15px 0;
 background-color: #EDEDF1;
 border: 1px solid #E7E7F9;
}

#forumNew div.newForm input.gomb {
 height: 20px;
 width: 50px;
 padding: 0;
 margin: 0;
 background-color: #EDEDF1;
 border: 1px solid #555;
 color: #555;
 cursor: pointer;
}

#forumNew div.newForm input.tema {
 width: 200px;
 height: 16px !important;
 margin: 0 0 15px 0;
 background-color: #eee;
 border: 1px solid #888;
 height: 12px; 
}



/* Témalista */

table.temalista {
 width: 600px;
 margin: 3px 0 0 0;
 background-color: #98b366; 
 border: 1px solid #1b743c;
 font-size: 11px;
}

table.temalista td {
 margin: 0;
 padding: 3px 0 3px 0;
}

tr.cimlec {
 background-color: #336601;
}

tr.vilagos {
 background-color: #abc57a;
}

tr.cimlec td {
 height: 16px;
 padding: 3px 3px 3px 3px;
 font-weight: bold;
 color: #fff;
}

tr.cimlec td.td1 {
 padding: 0 0 0 5px;
}

tr.cimlec td.td2 {
 width: 100px;
}

tr.cimlec td.td3 {
 width: 90px;
}

tr.cimlec td.td4 {
 width: 65px;
}

tr.cimlec td a {
 color: #fff !important;
}

tr.cimlec td a:hover {
 color: #aaf !important;
}

table.temalista td.cim {
 padding: 0 5px 0 5px;
 text-align: left;
}

td.cim a {
 color: #1c3901;
 font-weight: bold; 
}

td.cim a:hover {
 color: #3c7d00;
}

a.topicDeleteLink {
 color: #a00 !important;
}

a.topicDeleteLink:hover {
 color: #f00 !important;
}

td span {
 font-size: 9px;
 font-weight: normal;
 color: #336601; 
}

td span.ma {
 font-size: 9px;
 font-weight: bold;
 color: #ff0;
}

div.sorrend {
 float: left;
}

div.irany {
 float: left;
 margin: 0 0 0 5px;
}

div.irany img {
 position: relative;
 top: 1px;
 width: 7px;
 height: 4px;
 padding: 0;
 border: 0;
 background-color: transparent;
}

.centered {
 text-align: center;
}



/* Fórumüzenetek */

#uzenetek {
 margin: 3px 0 0 0;
}

#uzenetek p.uj {
 margin: 0 0 12px 0;
 padding: 0;
 font-weight: bold;
 text-align: center;
}

#uzenetek div.uzenet {
 margin: 0 0 10px 0;
 background-color: #98b366; 
 border: 1px solid #1b743c;
}

#uzenetek div.cimsor {
 padding: 2px 0 3px 5px;
 height: 12px;
 background-color: #336601;
 border-bottom: 1px solid #1b743c;
 color: #fff;
}

#uzenetek div.cimsor span.nev {
 display: block;
 width: 240px;
 font-size: 11px; 
 font-weight: bold;
 float: left;
 color: #fec753;
}

#uzenetek div.cimsor span.datum {
 display: block;
 width: 350px;
 text-align: right;
 font-size: 11px;
 float: left; 
}

#uzenetek div.cimsor span.datum  a {
 color: #ffc100;
 font-weight: bold; 
}

#uzenetek div.cimsor span.datum  a:hover {
 color: #ffe761;
}

#uzenetek div.cimsor span.datum a.deleteLink {
 color: #f00 !important;
}

#uzenetek div.cimsor span.datum a.deleteLink:hover {
 color: #f55 !important;
}

#uzenetek div.torzs {
 padding: 4px 0 4px 0;
}

#uzenetek div.szoveg {
 padding: 4px 6px 4px 6px;
 float: left; 
}

#uzenetek div.szoveg p {
 margin: 0 0 0 0;
 padding: 0;
}

#uzenetek div.szoveg p.alairas {
 margin: 0;
 padding: 0;
 font-size: 9px;
 font-style: italic;
 color: #877F6F;
}

#uzenetek div.labsor {
 padding: 0 5px 0 0;
 clear: both; 
 font-size: 11px; 
 text-align: right;
 color: #336601;
 background-color: #abc57a;
}

#uzenetek div.clear {
 clear: both; 
 font-size: 1px;
}

