.buttons
 {
   border: solid 1px #f1bb00; 
   color: #cfa100; 
   background-color: #ffe6ca;
   font-family: Tahoma;
   font-size: 14;
 }

.forum_login
     {
	font-family: Tahoma;
	font-size: 14;
	color: #f1bb00;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	border-right: 1px dotted #cccccc 
     }

.forum_login_admin
     {
	font-family: Tahoma;
	font-size: 14;
	color: #f1bb00;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	text-decoration: underline;
	border-right: 1px dotted #cccccc 
     }

.forum_mail
     {
	font-family: Tahoma;
	font-size: 10;
	color: #cccccc;
	text-align: right;
	font-weight: bold;
     }


.info_text
     {
	cursor: pointer;
	font-family: Tahoma;
	font-size: 10;
	color: #00ff00;
	text-align: right;
	font-weight: bold;
	width:32px;
	height: 32px;
	min-height: 32px;
	min-width: 32px;
	background-image: url("/img/info.png");
	float: left;
     }

.forum_date
     {
	font-family: Tahoma;
	font-size: 10;
	color: #0000ff;
	text-align: left;
	font-weight: none;
     }

.forum_text
     {
	font-family: Tahoma;
	font-size: 12;
	color: #000000;
	text-align: left;
	font-weight: none;
     }

.forum_form_style
    {
	border: solid 1px #f1bb00;
	background-color: #ffffff;
    }

.forum_form_title
   {
	background-color: #ffcc66; 
	color: #ffffff; 
	font-size:10; 
	font-family: tahoma;
	text-align: center;
   }

.selected_list_item
  {

	font-family: Tahoma;

	font-size: 12;
	color: #ffffff;
	background-color: #ffcc66;
	text-align: left;
	font-weight: bold;
	width: 10px;
	text-align: center;
  }
.disselected_list_item
  {

	font-family: Tahoma;
	font-size: 12;
	color: #f1bb00;
	background-color: #ffffff;
	text-align: left;
	font-weight: none;
	width: 10px;
	text-align: center;
  }


#editor
   {
	border: 1px solid #f1bb00; 
	background-color: #ffffff; 
	color: #000000; 
	font-size:10; 
	font-family: tahoma;
	text-align: left;
 	width: 250px;
	height: 100px;
   }


