/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/



td.mainCell {

 /* background-color: #960404; */
}


/* General font families for common tags */
td.mainCell font,td.mainCell th,td.mainCell td,td.mainCell p 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif;
}

td.mainCell a:link,td.mainCell a:active,td.mainCell a:visited { color: #323232; }
td.mainCell a:hover		{text-decoration: underline; color: #960404;  }
td.mainCell hr	{ height: 0px; border: solid #DCD1D1 0px; border-top-width: 1px; }

/*
td.mainCell .ul { background-image: url('images/background/upper_left.gif'); }
td.mainCell .uc { background-image: url('images/background/upper_center.gif');}
.ur { background-image: url('images/background/upper_right.gif');}

.headl {background-image: url('images/background/head_left.gif');}
.headr { background-image: url('images/background/head_right.gif');}

.tul { background-image: url('images/background/toolbar_upper_left.gif'); }
.tuc { background-image: url('images/background/toolbar_upper_center.gif'); }

.tur { background-image: url('images/background/toolbar_upper_right.gif');}

.tlc { background-image: url('images/background/toolbar_lower_center.gif');}

.left {background-image: url('images/background/left.gif'); }
.right { background-image: url('images/background/right.gif'); }

.ll { background-image: url('images/background/lower_left.gif'); }
.lc { background-image: url('images/background/lower_center.gif'); }
.lr { background-image: url('images/background/lower_right.gif'); }

*/





/* This is the border line & background colour round the entire page */
td.mainCell .bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
td.mainCell .forumline	{ background-color: #F0F0F0; border: 1px #646464 solid; }


/* Main table cell colours and backgrounds */

/*Pink Farbe für Überschriften der Kategorien     -----------------  */
/*                                             */

td.mainCell td.row1	{ background-color: #EBC4C4;}
td.mainCell td.row2	{  background-color: #FFFFFF; }
td.mainCell td.row3	{ background-color: #960404;}
td.mainCell td.row4 { background-image: url('images/cellpic0.gif'); }
td.mainCell td.row5	{ background-color: #960404; }
td.mainCell td.row6 {  background-color: #FAFAFA; }
td.mainCell td.row7 { background-color:#FFFFFF;}






/*
  This is for the table cell above the Topics,td.mainCell  Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However,td.mainCell  you could replace this with a bitmap specific for each forum
*/
td.mainCell td.rowpic {
		background-color: #FFFFFF;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
td.mainCell th,td.mainCell td,td.mainCell font,td.mainCell p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(images/cellpic3.gif);*/
}

td.mainCell td.cat,td.mainCell td.catHead,td.mainCell td.catSides,td.mainCell td.catLeft,td.mainCell td.catRight,td.mainCell td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this,td.mainCell  just ignore it :-)
*/
td.mainCell td.cat,td.mainCell td.catHead,td.mainCell td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
td.mainCell th.thHead,td.mainCell th.thSides,td.mainCell th.thTop,td.mainCell th.thLeft,td.mainCell th.thRight,td.mainCell th.thBottom,td.mainCell th.thCornerL,td.mainCell th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.mainCell td.row3Right,td.mainCell td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

td.mainCell th.thHead,td.mainCell td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
td.mainCell th.thSides,td.mainCell td.catSides,td.mainCell td.spaceRow	 { border-width: 0px 1px 0px 1px; }
td.mainCell th.thRight,td.mainCell td.catRight,td.mainCell td.row3Right	 { border-width: 0px 1px 0px 0px; }
td.mainCell th.thLeft,td.mainCell td.catLeft	  { border-width: 0px 0px 0px 1px; }
td.mainCell th.thBottom,td.mainCell td.catBottom  { border-width: 0px 1px 1px 1px; }
td.mainCell th.thTop	 { border-width: 1px 0px 0px 0px; }
td.mainCell th.thCornerL { border-width: 1px 0px 0px 1px; }
td.mainCell th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
td.mainCell .maintitle,td.mainCell h1,td.mainCell h2	{
/*
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
			*/
}


/* General text */
td.mainCell .gen { font-size: 12px; }
td.mainCell .genmed { font-size: 11px; }
td.mainCell .gensmall { font-size: 10px; }
td.mainCell .gen,td.mainCell .genmed,td.mainCell .gensmall { color: #323232;}
td.mainCell a.gen,td.mainCell a.genmed,td.mainCell a.gensmall { 
color: #323232; text-decoration: none;
}
td.mainCell a.gen:hover,td.mainCell a.genmed:hover,td.mainCell a.gensmall:hover	{
color: #DD6900; text-decoration: underline;
}


.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gen, .genmed, .gensmall { color: #323232; }
a.gen, a.genmed, a.gensmall { color: #323232; text-decoration: none; }
a.gen:hover, a.genmed:hover, a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }



/* The register,td.mainCell  login,td.mainCell  search etc links at the top of the page */

td.mainCell .mainmenu		{ font-size: 10px; color: #323232; font-weight: bold;  }
td.mainCell a.mainmenu		{ text-decoration: none; color: #323232; font-weight: bold;  }
td.mainCell a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

td.mainCell .mainmenu1 { font-size: 10px; color: #FFFFFF; font-weight: bold; }

/** FAQ & CO **/

td.mainCell a.mainmenu1 { text-decoration: none; color: #333333; font-weight: bold; }


td.mainCell a.mainmenu1:visited { text-decoration: none; color: #333333;  }
td.mainCell a.mainmenu1:hover { text-decoration: none; color: #FC4945; }

/* Forum category titles */
td.mainCell .cattitle { font-size: 12px; font-weight: bold; color: #FFFFFF; }
td.mainCell a.cattitle { text-decoration: none; color: #FFFFFF; }
td.mainCell a.cattitle:visited { text-decoration: none; color: #FFFFFF; }
td.mainCell a.cattitle:hover { text-decoration: none; color: #FF8723; }





/* Forum title: Text and link to the forums used in: index.php */
td.mainCell .forumlink		{ font-weight: bold;font-size: 10px; color: #323232;  }
td.mainCell a.forumlink:hover{ text-decoration: none; color: #FF8723; }
/* td.mainCell .forumlink		{ font-weight: bold; font-size: 12px; color : #006699; } */
 /* td.mainCell a.forumlink 	{ text-decoration: none; color : #006699; } */
/* td.mainCell a.forumlink:hover{ text-decoration: underline; color : #DD6900; } */


/* Used for the navigation text,td.mainCell  (Page 1,td.mainCell 2,td.mainCell 3 etc) and the navigation bar when in a forum */
/*
td.mainCell .nav			{ font-weight: bold; font-size: 11px; color : #000000;}
td.mainCell a.nav			{ text-decoration: none; color : #006699; }
td.mainCell a.nav:hover		{ text-decoration: underline; }
*/
td.mainCell .nav{ font-weight: bold; font-size: 11px; color: #323232;}
td.mainCell a.nav { text-decoration: none; color: #323232; }
td.mainCell a.nav:hover	{ text-decoration: underline; }






/* titles for the topics: could specify viewed link colour too */
/*
td.mainCell .topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
td.mainCell a.topictitle:link   { text-decoration: none; color : #006699; }
td.mainCell a.topictitle:visited { text-decoration: none; color : #5493B4; }
td.mainCell a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }
*/
td.mainCell .topictitle			{ font-size: 10px; color: #323232; font-weight: bold; }
td.mainCell a.topictitle:link   { text-decoration: none; color: #323232; font-weight: bold; }
/* td.mainCell a.topictitle:visited { text-decoration: none; color : #5493B4; } */
td.mainCell a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }







/* Name of poster in viewmsg.php and viewtopic.php and other places */
td.mainCell .name			{ font-size: 11px; color: #DD6900;}

/* Location,td.mainCell  number of posts,td.mainCell  post date etc */
td.mainCell .postdetails		{ font-size: 10px; color: #000000; }


/* The content of the posts (body of text) */
td.mainCell .postbody { font-size: 12px;}
td.mainCell a.postlink:link	{ text-decoration: none; color: #00647D; }
td.mainCell a.postlink:visited {text-decoration: none; color: #5596B4; }
td.mainCell a.postlink:hover { text-decoration: underline; color: #DD6900;}


/* Quote & Code blocks */
td.mainCell .code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #646464;
background-color: #FAFAFA; border: #C8C8C8; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

td.mainCell .quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #646464; line-height: 125%;
background-color: #FAFAFA; border: #C8C8C8; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
}


/* Copyright and bottom info */
td.mainCell .copyright		{
font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;
}
td.mainCell a.copyright		{ color: #444444; text-decoration: none;}
td.mainCell a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
td.mainCell input,td.mainCell textarea,td.mainCell  select {
color: #000000;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
border-color: #000000;
}

/* The text input fields background colour */
td.mainCell input.post,td.mainCell  textarea.post,td.mainCell  select {
background-color: #FFFFFF;
}

td.mainCell input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
td.mainCell input.button {
background-color: #EFEFEF;
color: #000000;
font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
td.mainCell input.mainoption {
background-color: #FAFAFA;
font-weight: bold;
border: 1px solid;
border-color: #323232;
}

/* None-bold submit button */
td.mainCell input.liteoption {
background-color: #FAFAFA;
font-weight: normal;
border: 1px solid;
border-color: #323232;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box,td.mainCell  but if set to be the same
  colour as the background no one will know ;)
*/
td.mainCell .helpline { background-color: #FAFAFA; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIEInteg.css");

