    div.i_button
    {
	float: left;
	height: 17px;
	margin: 0px 10px 5px 0px;
	background-position: top;
    }
    
    div.i_button_over
    {
	float: left;
	height: 17px;
	margin: 0px 10px 5px 0px;
	cursor: pointer;
	background-position: bottom;
    }

    div.button
    {
	float: left;
	height: 22px;
	background-position: top;
    }

    div.button_over
    {
	float: left;
	height: 22px;
	cursor: pointer;
	background-position: bottom;
    }
/* ------------------------------------------------------------------------------------------------------------------------------------------------------- */
    table.forum
    {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	background-color : #8E8A8F;
    }
    
    table.forum th
    {	
	font-size: 12px;
	font-weight: bold;
	color: #8E8A8F;
	background-color : #CDC9CE;	
    }

    td.forum
    {
	border-bottom: 1px solid #e0e0e0;
    }

    .forumbtn
    {
	font-family: Verdana, Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #575258;
	background-color : #dadada;	
	border: 1px solid gray;
    }

    div.forumblad
    {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: red;
	background-color : #CCCCCC;	
	border: 1px solid red;
	padding: 10px;
	margin: 5px;
    }

    div.forummessage
    {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: green;
	background-color : #CCCCCC;	
	border: 1px solid green;
	padding: 10px;
	margin: 5px;
    }
    .forumopis
    {
	text-align: left;
	font-family: verdana;
	font-size: 10px;
	color: #575258;
	margin: 5px;
    }

    table.forum tr
    {	
	background-color: #AEAAAF;
    }
    
    table.forum tr.forumrow0
    {
	background-color: #AEAAAF;
    }
    
    table.forum tr.forumrow1
    {
	background-color: #C0BCC2;
    }

    table.forum a
    {	
	font-family: Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
    }

    table.forum a:hover
    {	
	font-family: Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
    }

    .forumhead
    {
	margin-left: 10px;
	text-align: left;
	color: #575258;
	font-family: Verdana, Tahoma;
	font-weight: bold;
	font-size: 10px;
    }
    .forumhead a
    {
	color: #CDC9CE;
	text-decoration: none;
    }
    
    .forumhead a:hover
    {
	color: #CDC9CE;
	text-decoration: underline;
    }