BODY, TD {
    font-family: Verdana, Tahoma, sans-serif;
    /*color: #000;*/
}
FORM.forum {
    margin: 5px;
}
H1.forum {
    font-size: 15px;
}

A.forum {
    color: #555;
    text-decoration: none;
}

A.forum:hover {
    color: #000000;
    text-decoration: underline;
    position: relative;
    top: 1px;

}
A.forum:visited {

}
A.nolink {
    color: black;
}
INPUT.button, INPUT.text {
    font-size: 10px;
    border: 1px solid gray;
}
INPUT.text {
    background-color: #f8f8f8;
}
INPUT.text:hover, INPUT.text:focus {
    border-color: black;
    background-color: #ffffff;
}
SELECT.text {
    font-size: 10px;
}
TEXTAREA.text {
    border: 1px solid black;
    font-size: 11px;
    font-family: Verdana;
    padding: 0px;
    padding-right: 0px;
    visibility: hidden;
    height: 1px;
}
IMG.smiley {

}

IMG.smiley:active {
    position: relative;
    top: 2px;
}

#forum_body {
    width: 426; /* 420 */
    color: #000;

}
#forum_content {
    background-color: #ddd; /*#E9E9E9    FDF7D7*/
    border: 1px solid gray;
    font-size: 10px;
}


#forum_fotema {
    display:          block;
    font-size:        11px;
    font-weight:      bold;
    background-color: #D1DABC;
    border:           1px solid #999; /*A2B478*/
    padding:          4px;
}

#forum_topic_1, #forum_topic_2 , #forum_explaincols {
    font-size:        9px;
    border:           1px solid #D1DABC;
    padding:          3px;
    border-top: 0px;
}
#forum_topic_1 {
    background-color: #E8ECDD;
}
#forum_topic_2 {
    background-color: #F0F3E9;
}


#forum_topic_1:hover, #forum_topic_2:hover {
    background-color: #DDE2CD;
}
#forum_empty_row {
    height:20px;
}

/* Tablazat */
.forum_row {
    font-size: 9px;
    font-weight: inherit;
    padding: 0px;
    margin: 0px;
}

#forum_explaincols {
    background-color: #f8f8f8;
    padding:          1px;

    font-weight: bold;
}

    .forum_topic_col_1 {
        width: 150px;
        padding-left: 2px;
    }
	
	.forum_topic_col_1b {
        width: 250px;
        padding-left: 2px;
    }
	
	.forum_topic_col_1b_b{
        width: 200px;
        padding-left: 2px;
    }
	
    .forum_topic_col_2 {
        width: 35%;
		text-align: center;
    }
	
	.forum_topic_col_2b {
        width: 20%;
    }
	
	.forum_topic_col_2b_b {
        width: 30%;
		text-align: center;
    }
	
    .forum_topic_col_3 {
        width: 10%;
    }
    .forum_topic_col_4 {
        width: 10%;
        text-align: center;
    }
    .forum_topic_col_5 {
        width: 10%;
        text-align: center;        
    }

.forum_inaktiv {
    color: silver;
}

.forum_post_head_1, .forum_post_head_2 {
    width: inherit;
    padding: 3px;
    margin: 5px;
    margin-bottom: 0px;
    color: #555;
    background-color: #D0D9BB;
    border: 1px solid gray;
    border-bottom-width: 0px;
}
    .forum_post_head_1 {
        background-color: #A9BA85;
    }

.forum_post_body {
    padding: 10px;
    margin: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #f8f8f8;
    border: 1px solid gray;
    text-align: justify;
    font-size: 11px;
}

.forum_post_foot {
    margin: 5px;
    margin-top: 0px;
    padding: 2px;
    background-color: #DCDACC;
    border: 1px solid gray;
    border-top-width: 0px;
}

/* --------------------- ------------------------- */

TEXTAREA.edit_post {
    height: 125px;
    width: 350px;
    font-family: Verdana;
    font-size: 11px;
    border: 1px solid black;
    display: block; /*sortores*/
    padding: 5px;
    padding-right: 2px;
}

DIV.edit_post {
    position: absolute;
    left: 37%;
    padding: 0px;
    background-color: #f8f8f8;
    border: 1px solid #000000;
    margin-top: -100px;
}
DIV.edit_post_head {
	margin:0px;
	padding:3px;	
	background-color: #BCB89C;
	border-bottom:1px solid #000000;
	font-weight: bold;
	font-size: 11px;
}
#smiley_pack {
    position: fixed;
    z-index: 5;

    width: 165px;
    height: 150px;
    margin-left: -165px;

    background-color: #f8f8f8;
    border: 1px solid black;
    visibility: hidden;
    overflow: auto;
}
#smiley_pack:hover {
    background-color: white;
}

span.irta {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
