/* BOAHrd forum.css */
/* Default-Style */

table.forum
{
	border-width:1px;
	border-style:solid;
	border-color:#AAAAAA;
	border-spacing:0px;
}

table.f_menu
{
  border-spacing:2px;
  empty-cells:show;
}

th.tab_header
{
	font-family:arial, helvetica, sans-serif, verdana;
	font-style:normal;
	font-variant:normal;
	font-size:8pt;
	font-weight:bold;
	color:#000000;
/*	background-color:#444444; */
	background-image:url(themes/silver/headline.jpg); 
	padding:3px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#888888;
}

td
{
	font-family:arial, helvetica, sans-serif, verdana;
	font-style:normal;
	font-variant:normal;
	font-size:8pt;
	font-weight:normal;
}

td.tab_clean
{
	font-family:arial, helvetica, sans-serif, verdana;
	font-style:normal;
	font-variant:normal;
	font-size:8pt;
	font-weight:normal;
	color:#000000;
}

td.tab_normal
{
	font-family:arial, helvetica, sans-serif, verdana;
	font-style:normal;
	font-variant:normal;
	font-size:8pt;
	vertical-align:left;
	text-align:top;
	background-image:url(themes/default/main_back_medium.jpg);
/*	background-color:#CCCCCC; */
	color:#000000;
	padding:5px;
}

td.tab_avatar
{
	font-family:arial, helvetica, sans-serif, verdana;
	font-style:normal;
	font-variant:normal;
	font-size:8pt;
	vertical-align:top;
	text-align:center;
	background-image:url(themes/default/main_back_dark.jpg); 
/*	background-color:#CCCCCC; */
	color:#000000;
	padding:2px;
	border-width:0px;
	border-bottom-width:1px;
	border-color:#444444;
	border-style:solid;
	width:110px;
}


td.tab_center
{
	font-family:arial, helvetica, sans-serif, verdana;
	font-style:normal;
	font-variant:normal;
	font-size:8pt;
	vertical-align:middle;
	text-align:center;
	background-image:url(themes/default/main_back_medium.jpg);
/*	background-color:#CCCCCC; */
	color:#000000;
	padding:5px;
}

td.tab_smallcenter
{
	font-family:arial, helvetica, sans-serif, verdana;
	font-style:normal;
	font-variant:normal;
	font-size:8pt;
	vertical-align:middle;
	text-align:center;
	background-image:url(themes/default/main_back_dark.jpg);
/*	background-color:#CCCCCC; */
	color:#000000;
	padding:1px;
}

td.tab_listcenter
{
	font-family:arial, helvetica, sans-serif, verdana;
	font-style:normal;
	font-variant:normal;
	font-size:8pt;
	vertical-align:middle;
	text-align:center;
	border-width:0px;
	border-bottom-width:1px;
	border-color:#888888;
	border-style:solid;
	background-image:url(themes/default/main_back_medium.jpg);
/*	background-color:#CCCCCC; */
	color:#000000;
	padding:5px;
}

td.tab_listcenter_header
{
	font-family:arial, helvetica, sans-serif, verdana;
	font-style:normal;
	font-variant:normal;
	font-size:8pt;
	vertical-align:middle;
	text-align:center;
	border-width:0px;
	border-bottom-width:1px;
	border-color:#888888;
	border-style:solid;
	background-image:url(themes/default/main_back_dark.jpg);
/*	background-color:#CCCCCC; */
	color:#000000;
	padding:5px;
}

td.tab_listnormal
{
	font-family:arial, helvetica, sans-serif, verdana;
	font-style:normal;
	font-variant:normal;
	font-size:8pt;
	vertical-align:top;
	text-align:left;
	border-width:0px;
	border-bottom-width:1px;
	border-color:#888888;
	border-style:solid;
	background-image:url(themes/default/main_back_medium.jpg); 
/*	background-color:#CCCCCC; */
	color:#000000;
	padding:5px;
}

td.tab_listnormal_header
{
	font-family:arial, helvetica, sans-serif, verdana;
	font-style:normal;
	font-variant:normal;
	font-size:8pt;
	vertical-align:top;
	text-align:left;
	border-width:0px;
	border-bottom-width:1px;
	border-color:#888888;
	border-style:solid;
	background-image:url(themes/default/main_back_dark.jpg); 
/*	background-color:#CCCCCC; */
	color:#000000;
	padding:5px;
}

td.tab_text
{
	font-family:arial, helvetica, sans-serif, verdana;
	font-style:normal;
	font-variant:normal;
	font-size:8pt;
	vertical-align:top;
	text-align:left;
	border-width:0px;
	border-bottom-width:1px;
	border-color:#888888;
	border-style:solid;
	background-image:url(themes/default/main_back_medium.jpg); 
/*	background-color:#FFFFFF; */
	color:#000000;
	padding:5px;
}

td.tab_text_inside
{
	font-family:arial, helvetica, sans-serif, verdana;
	font-style:normal;
	font-variant:normal;
	font-size:8pt;
	vertical-align:top;
	text-align:left;
	color:#000000;
}

td.headline
{
	font-family:arial, helvetica, sans-serif, verdana;
	font-style:normal;
	font-variant:normal;
	font-size:8pt;
	vertical-align:left;
	text-align:top;
	background-image:url(themes/default/main_back_medium.jpg);
/*	background-color:#CCCCCC; */
	color:#000000;
	padding:5px;
}


/********************************************************************************************************************
 ***   Links
 ***/


a.normal	/* Normale Links wie z.B. Benutzernamen usw... */
{
	text-align:right;
	font-family:Sans-Serif, Arial, Helvetica, Sans-Serif;
	font-size:8pt;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

a.normal:hover
{
	text-align:right;
	font-family:Sans-Serif, Arial, Helvetica, Sans-Serif;
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
/*	background-color:#AA0000; */
}

a.msglink	/* Links in articles */
{
	text-align:right;
	font-family:Sans-Serif, Arial, Helvetica, Sans-Serif;
	font-size:8pt;
	font-weight:normal;
	color:#404040;
	text-decoration:underline;
/*	background-color:#6666dd; */
}

a.msglink:hover
{
	text-align:right;
	font-family:Sans-Serif, Arial, Helvetica, Sans-Serif;
	text-decoration:underline;
	font-weight:normal;
	color:#000000;
/*	background-color:#AA0000; */
}

a.head	/* Anclickbare Tabellenüberschriften */
{
	text-align:right;
	font-family:Sans-Serif, Arial, Helvetica, Sans-Serif;
	font-size:8pt;
	color:#000000;
	text-decoration:none;
}

a.head:hover
{
	text-align:right;
	font-family:Sans-Serif, Arial, Helvetica, Sans-Serif;
	text-decoration:underline;
/*	background-color:#AA0000; */
}


a.function	/* Knöpfe wie z.B. löschen, antworten,... und Menübuttons */
{
  font-family:arial, sans-serif, helvetica;
  font-size:8pt;
  font-style:normal;
  font-weight:bold;
  text-decoration:none;
  vertical-align:middle;
  text-align:center;
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-top-width:1px;
  border-style:solid;
  border-top-color:#ffffff;
  border-left-color:#ffffff;
  border-right-color:#333333;
  border-bottom-color:#333333;
/*  background-color:#6666dd; */
  background-image:url(themes/silver/function.jpg);
  color:#000000;
  padding:0px;
  padding-left:3px;
  padding-right:3px;
}

a.function:visited	/* Knöpfe wie z.B. löschen, antworten,... und Menübuttons */
{
  font-family:arial, sans-serif, helvetica;
  font-size:8pt;
  font-style:normal;
  font-weight:bold;
  text-decoration:none;
  vertical-align:middle;
  text-align:center;
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-top-width:1px;
  border-style:solid;
  border-top-color:#ffffff;
  border-left-color:#ffffff;
  border-right-color:#333333;
  border-bottom-color:#333333;
/*  background-color:#6666dd;  */
  background-image:url(themes/silver/function.jpg);
  color:#000000;
  padding:0px;
  padding-left:3px;
  padding-right:3px;
}

a.function:hover	/* Knöpfe wie z.B. löschen, antworten,... und Menübuttons */
{
  font-family:arial, sans-serif, helvetica;
  font-size:8pt;
  font-style:normal;
  font-weight:bold;
  text-decoration:none;
  vertical-align:middle;
  text-align:center;
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-top-width:1px;
  border-style:solid;
  border-top-color:#ffffff;
  border-left-color:#ffffff;
  border-right-color:#555555;
  border-bottom-color:#555555;
/*  background-color:#8888ff; */
  background-image:url(themes/silver/function_hover.jpg);
  color:#000000;
  padding:0px;
  padding-left:3px;
  padding-right:3px;
}

a.functionred
{
  font-family:arial, sans-serif, helvetica;
  font-size:8pt;
  font-style:normal;
  font-weight:bold;
  text-decoration:none;
  vertical-align:middle;
  text-align:center;
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-top-width:1px;
  border-style:solid;
  border-top-color:#ff9999;
  border-left-color:#ff9999;
  border-right-color:#880000;
  border-bottom-color:#880000;
/*  background-color:#CC0000; */
  background-image:url(themes/silver/functionred.jpg);
  color:#ffffff;
  padding:0px;
  padding-left:3px;
  padding-right:3px;
}

a.functionred:visited
{
  font-family:arial, sans-serif, helvetica;
  font-size:8pt;
  font-style:normal;
  font-weight:bold;
  text-decoration:none;
  vertical-align:middle;
  text-align:center;
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-top-width:1px;
  border-style:solid;
  border-top-color:#ff9999;
  border-left-color:#ff9999;
  border-right-color:#880000;
  border-bottom-color:#880000;
/*  background-color:#CC0000; */
  background-image:url(themes/silver/functionred.jpg);
  color:#ffffff;
  padding:0px;
  padding-left:3px;
  padding-right:3px;
}

a.functionred:hover
{
  font-family:arial, sans-serif, helvetica;
  font-size:8pt;
  font-style:normal;
  font-weight:bold;
  text-decoration:none;
  vertical-align:middle;
  text-align:center;
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-top-width:1px;
  border-style:solid;
  border-top-color:#ffcccc;
  border-left-color:#ffcccc;
  border-right-color:#880000;
  border-bottom-color:#880000;
/*  background-color:#ffffff; */
  background-image:url(themes/silver/functionred_hover.jpg);
  color:#ffffff;
  padding:0px;
  padding-left:3px;
  padding-right:3px;
}


a.hl_small	/* Link für die Headline */
{
	text-align:right;
	font-family:Sans-Serif, Arial, Helvetica, Sans-Serif;
	font-size:8pt;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

a.hl_small:hover
{
	text-align:right;
	font-family:Sans-Serif, Arial, Helvetica, Sans-Serif;
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
/*	background-color:#AA0000; */
}

a.hl_big
{
	text-align:right;
	font-family:Sans-Serif, Arial, Helvetica, Sans-Serif;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	font-size:12pt;
/*	background-color:#AA0000; */
}

a.hl_big:hover
{
	text-align:right;
	font-family:Sans-Serif, Arial, Helvetica, Sans-Serif;
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
	font-size:12pt;
/*	background-color:#AA0000; */
}

#normal_text
{
  font-family:arial, sans-serif, helvetica;
  font-size:8pt;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
/*  vertical-align:middle;
  text-align:center;
  border-width:1px;
  border-style:solid;
  border-color:#555555;
  background-color:#222222;
/*  background-image:url(themes/default/th_back.jpg); */
  color:#000000;
/*  padding:0px;
  padding-left:3px;
  padding-right:3px;
*/
}

#inactive_func
{
  font-family:arial, sans-serif, helvetica;
  font-size:8pt;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
  vertical-align:middle;
  text-align:center;
  border-width:1px;
  border-style:solid;
  border-color:#555555;
  background-color:#222222;
/*  background-image:url(themes/default/th_back.jpg); */
  color:#AAAAAA;
  padding:0px;
  padding-left:3px;
  padding-right:3px;
}

input.button
{
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-top-width:1px;
  border-style:solid;
  border-top-color:#eeeeee;
  border-left-color:#eeeeee;
  border-right-color:#333333;
  border-bottom-color:#333333;
  background-color:#bbbbbb; 
  background-image:url(themes/silver/function.jpg);
/*  background-image:url(themes/default/th_back.jpg); */
  color:#000000;
}

input.button:hover
{
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-top-width:1px;
  border-style:solid;
  border-top-color:#eeeeee;
  border-left-color:#eeeeee;
  border-right-color:#555555;
  border-bottom-color:#555555;
  background-color:#bbbbbb; 
  background-image:url(themes/silver/function_hover.jpg);
/*  background-image:url(themes/default/th_back.jpg); */
  color:#000000;
}

button.button
{
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-top-width:1px;
  border-style:solid;
  border-top-color:#9999FF;
  border-left-color:#9999FF;
  border-right-color:#333399;
  border-bottom-color:#333399;
  background-color:#6666dd; 
/*  background-image:url(themes/default/th_back.jpg); */
  color:#ffffff;
  position:relative;
}

input.helpline
{
	font-family:arial, sans-serif, helvetica;
	font-size:8pt;
	font-style:normal;
	border-width:0px;
	border-style:solid;
	background-image:url(themes/default/main_back_dark.jpg); 
	background-color:#D0D0D0; 
}


hr.smallred
{
	border-width:1px;
	border-style:solid;
	color:#FF0000;
	width:300px;
	text-align:left;
}


div.quote
{
  font-family:arial, sans-serif, helvetica;
  font-size:8pt;
  font-style:normal;
  font-weight:normal;
  vertical-align:top;
  text-align:left;
  border-width:1px;
  border-style:dotted;
  border-color:#333333;
  background-image:url(themes/default/main_back_dark.jpg); 
/*  background-color:#111111; */
  empty-cells:show;
  padding:3px;
  color:#000000;
}

input.f_normal
{
  font-family:arial, sans-serif, helvetica;
  font-size:8pt;
  font-style:normal;
  font-weight:normal;
  border-width:1px;
  border-style:inset;
/*  background-image:url(themes/default/bg_text.jpg); */
  background-color:#ffffff;
  color:#000000;
}

select.f_normal
{
  font-family:arial, sans-serif, helvetica;
  font-size:8pt;
  font-style:normal;
  font-weight:normal;
  vertical-align:middle;
/*  background-image:url(themes/default/bg_text.jpg); */
  background-color:#ffffff;
  color:#000000;
}

textarea.f_normal
{
  font-family:arial, sans-serif, helvetica;
  font-size:8pt;
  font-style:normal;
  font-weight:normal;
  border-width:1px;
  border-style:inset;
/*  background-image:url(themes/default/bg_text.jpg); */
  background-color:#ffffff;
  color:#000000;
}

input.f_red
{
  font-family:arial, sans-serif, helvetica;
  font-size:8pt;
  font-style:normal;
  font-weight:normal;
  border-width:1px;
  border-style:inset;
/*  background-image:url(themes/default/bg_text.jpg); */
  background-color:#aaaaff;
  color:#000000;
}

input.f_buttonred
{
  font-family:arial, sans-serif, helvetica;
  font-size:8pt;
  font-style:normal;
  font-weight:normal;
  border-color:#700000;
  background-color:#CC0000;
/*  background-image:url(themes/default/th_back.jpg); */
  color:#ffffff;
}

input.f_buttonred:hover
{
  font-family:arial, sans-serif, helvetica;
  font-size:8pt;
  font-style:normal;
  font-weight:normal;
  border-color:#ff0000;
  background-color:#ffffff;
/*  background-image:url(themes/default/th_back.jpg); */
  color:#ff0000;
}

#name
{
  font-family:arial, sans-serif, helvetica;
  font-size:9pt;
  font-style:normal;
  font-weight:bold;
  color:#000000;
}

#rank
{
  font-family:arial, sans-serif, helvetica;
  font-size:7pt;
  font-style:normal;
  font-weight:normal;
  color:#5555555;
}