
/*az egész fórum kerete*/
#forum_container {
float:left;
width:630px;
padding:0px;
margin:0px;
background-color:#ffffff;
}

/*keret egyel beljebb...ehhez jönnek a belső stílusok*/
#forum_main {
float:left;
width:610px;
margin:10px;
}

/*Fórum/téma címe*/
#forum_main h1{
text-transform:uppercase;
color:#cc3300;
font-size:16px;
}

/* fő rész, rövid leírás */
#forum_main p {
color:#000000;
}

/* új témakör, vissza */
#forum_main a {
color:#000000;
font-weight:bold;
font-size:12px;
text-decoration:none;
}

#forum_main a:hover {
color:#cc3300;
}

/****************************************** FORUM_LISTBOX **************************************/
/* ha div-esen vannak a témák/fórumok */
#forum_listbox {
/*border-right:1px solid #333333;
border-bottom:1px solid #333333;*/
background-color:#ffffff;
margin:8px 0px;
padding:3px;
}

#forum_listbox h1{
text-transform:uppercase;
color:#cc3300;
font-size:16px;

}

#forum_listbox p {
color: #000000;
}
/****************************************** FORUMS_TABLE egyéb **************************************/
#forum_newtopic_link {
background-color:#eeeeee;
/*float:left;
position:relative;
top:-20px;*/
width:120px;
padding:2px 10px;
margin-top:10px;
border:1px solid #dddddd;
}

#forum_newarticle_link {
background-color:#eeeeee;
float:right;
position:relative;
top:-20px;
padding:2px 10px;
border:1px solid #dddddd;
}
/****************************************** FORUMS_TABLE **************************************/
/* fórumok felsorolása (táblában) */
#forums_table {
background-color:#ffffff;
width:610px;
/*border-right:1px solid #333333;
border-bottom:1px solid #333333;*/

}

#forums_table th {
text-transform:uppercase;
color:#000000;
background-color: #ffffff;
font-size:14px;
text-align:left;
padding-right:10px;
border-bottom:1px solid #bb6666;
}

#forums_table td {
font-size:12px;
font-family:Arial;
text-align:left;
padding-right:10px;
color:#000000;
font-weight:normal;
border-bottom:1px solid #bb6666;
}

#forums_table td a {
font-weight:normal;
font-size:14px;
font-weight:bold;
}

#forum_table_nevek {
color:#000000;
}

#forum_table_datumok {
color:#000000;
}

/***************************  ARTICLES ***************************/
/* egy hozzászólást körülvevő box */
#forum_art_main {
float:left;
width:610px;
color:#000000;
/*border-right:1px solid #333333;
border-bottom:1px solid #333333;*/
background-color:#fafafa;
margin:10px 0px;
}

#forum_art_user {
float:left;
color:#888888;
font-size:12px;
font-weight:bold;
font-family:Arial;
}

#forum_art_date {
float:right;
color:#888888;
font-size:12px;
font-weight:bold;
font-family:Arial;
}

/* maga a hozzászólás */
#forum_art_art {
clear:both;
padding:4px 4px;
font-family:Arial;
font-size:12px;
border-top:1px solid #cccccc; /*#cccc99;*/
border-bottom:1px solid #cccccc; /*#cccc99;*/
color:#000000;
background-color:#ffffff;
margin:0px;
}

#forum_art_art a {
color:#800000;
font-weight:bold;
}

#forum_art_art a:hover{
text-decoration:underline;
}

#forum_art_art img {
border:0;
margin-bottom:-3px;
}

#forum_art_answer {
float:left;
color:#888888;
/*margin-top:-4px;*/
}
#forum_art_answer a,
#forum_art_answer a:visited {
color:#666666;
font-size:12px;
font-weight:bold;
font-family:Arial;
}

#forum_art_prev {
float:right;
font-size:12px;
font-weight:bold;
color:#aaaaaa;
font-family:Arial;
}

/***** lapozo *****/
#forum_art_lapozo {
font-weight:bold;
}

#forum_art_lapozo a{
color:#777777;
}

#forum_art_lapozo_akt {
color:red;
}

/*****************************  NEWARTICLE ***********************************/

#forum_newarticle {
background-color: #f0f0f0;
}

#forum_newarticle h1{
text-transform:uppercase;
color:#cc3300;
font-size:16px;
font-weight:bold;
border-bottom: 2px solid #000000;
}

#forum_newarticle textarea, 
#forum_newarticle input[type='text'],
#forum_newarticle input[type='password'] {
border:1px solid #666666;
}

#forum_newarticle a {
color:#555555;
text-decoration:none;
}
/*****************************  /NEWARTICLE ***********************************/


#forum_art_art img {
/*border:1px solid red;*/
padding:0;
margin:-3px 2px -3px 2px;
}