/*
  Parts of this style are from:
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1
}
table.table_1, table.kategorie, table.table_oh, td.td_1, td.td_2, tr.kategorie, tr.kategorie_highlight, td.kategorie, td.kategorie_highlight
{

	border-top-style: solid ; border-top-color: #59806F; border-top-width: 2px; 
	border-bottom-style: solid ; border-bottom-color: #59806F; border-bottom-width: 2px; 
	border-right-style: solid ; border-right-color: #59806F; border-right-width: 2px;
	border-left-style: solid ; border-left-color: #59806F; border-left-width: 2px;
	
}

table.table_1 {background: #f8fcff;}
table.table_1:hover, tr.kategorie:hover, td.kategorie:hover{background: #ECF8FF;}
tr.kategorie_highlight, td.kategorie_highlight {background-color: #D4FFF1;}
td.td_1{background: #ECF8FF;}
td.td_2{background: #ECF7FF;}

/* General font families for common tags */
font, th, td, p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 12px; }
a:link, a:active, a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #59806F 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #648F7D; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ 
border-top-style: solid ; border-top-color: #59806F; border-top-width: 2px; 
border-bottom-style: solid ; border-bottom-color: #59806F; border-bottom-width: 2px; 
border-right-style: solid ; border-right-color: #59806F; border-right-width: 2px;
border-left-style: solid ; border-left-color: #59806F; border-left-width: 2px;
background-color: #648F7D;}


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #59806F; }
td.row2	{ background-color: #59806F; }
td.row3	{ background-color: #59806F; }

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #59806F; height: 25px;
	background-image: url('pic/cellpic3.gif');
}

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
			background-image: url('pic/cellpic1.gif');
			background-color:#59806F; border: medium solid #FFFFFF; height: 28px
}

/* General text */
/*.gen { font-size : 9px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
*/
.gen { font-size : 12px; }
.genmed { font-size : 12px; }
.gensmall { font-size : 12px; }

.gen, .genmed, .gensmall { color : #000000; }
a.gen, a.genmed, a.gensmall { color: #59806F; text-decoration: none; }
a:hover.gen, a:hover.genmed, a:hover.gensmall	{ color: #59806F; text-decoration: underline; }

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #D1D7DCE;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Form elements */
input, textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #D1D7DCE;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #D1D7DCE;
}


table#ex_info  {
	background-color : #D0DEEF;
	border-color: #648F7D;
	border-width: 2px;
	border-style: solid;

}