/* Basic Tag Elements */

a {
	text-decoration: none;
	outline: none;
	color: #205B87;
	}
	
	a:hover {
		text-decoration: underline;
		}
	
img { 
	border: 0;
	}
	
body {
	color: #444;
 	margin: auto; 
	font-size: 14px; 
	font-family: "Times New Roman", Times, serif;
	padding: 0 20px;
        background-position: top center;
	background-attachment: fixed;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;


	}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #222;
	}

/* Header Elements */

.theaser_head {
	height: 18px;
	width: 300px;
	background-image: url(images/bh_header.png);
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}

#header{
	background: #fff;
	float: left;
	width: 100%;
	}

#search-header {
	width: 250px;
        height: 25px;
	}	

#login {
	height: 20px;
	font-size: 12px;
	color: #000000;
	text-align: right;
	padding: 5px 0px 0px 200px;
	background: url(images/logo_bg2.jpg) no-repeat;
	}
	
	#login a {
		color: #000000;
		}
	
	#login ul {
		padding: 0;
		margin: 0;
		}
	
	#login ul li {
		display: inline;
		}
	
.dot:before {
	content: url(images/blackdot.png) " ";
	}

#title {
	font-size: 48px;
	margin: 16px 160px 0;
	padding: 0;
	line-height: 34px;
	}
	
	#title a {
		color: #222;
		}		
	
	#title a:hover {
		color: #cc0000;
		text-decoration: none;
		}

#titlezwei {
        height: 100px;
        width: 100%;
	background: url(images/shadow.png) repeat-x;
	}
	

#titledrei {
        height: 100px;
        width: 100%;
	background: url(images/logo_bg1.jpg) no-repeat;
	}
	

		
#description {
         width: 450px;
	font-size: 14px;
	margin: 10px 160px 20px;
	padding: 10;
	}		
	
#navigation {
	clear: left;
	background: url(images/login.png) repeat-x;
	float: left;
	width: 100%;
	height: 25px;
	}

ul.menu * {
	margin:0; 
	padding:0
	}

ul.menu ul {position:absolute; top:25px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none;}
ul.menu ul li {position:relative; border:1px solid #aaa; width:159px; margin:0}
ul.menu ul li a {display:block; padding:5px 7px 5px 12px; color: #555; background-color:#d1d1d1; border-right: 0; font-size: 12px; }
ul.menu ul li a:hover {background-color:#c5c5c5}
ul.menu ul ul {left:159px; top:-1px}

	ul.menu {
		list-style:none;
		padding: 0;
		margin: 0;
		}
	
	ul.menu li {
		position:relative;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		list-style-type: none;
		float: left;
		text-transform: uppercase;
		font-size: 13px;
		padding: 0;
		margin: 0;
		position: relative;
		}
	
	ul.menu a {
		display: block;
		font-weight: bold;
		color: #fff;
		border-right: 1px solid #fff;
		padding: 5px 12px 4px 12px;
		}
		
		ul.menu a:hover {
			color: #FFFFFF;
			background: #000000;
			text-decoration: none;
			}
		
	ul.menu .menulink:hover, ul.menu .menuhover { 
			color: #FFFFFF;
			background: #000000;
			text-decoration: none;
		}		
								
#sub-navigation {
	clear: both;
	border-bottom: 1px solid #222;
	float: left;
	width: 100%;
	padding-top: 2px;
	}
	
	#sub-navigation img {
		float: left;
		position: relative;
		top: 3px;
		}
	
	#sub-navigation ul {
		padding: 0 0 0 5px;
		margin: 0;
		}
	
	#sub-navigation li {
		list-style-type: none;
		float: left;
		text-transform: uppercase;
		font-size: 12px;
		padding: 0;
		margin: 4px 0 3px;
		}
	
	#sub-navigation ul.pages li:before {
		content: url(images/blackdot.png);
	}
	
	#sub-navigation a {
		color: #222;
		padding: 4px 5px 3px 5px;
		}
		
		#sub-navigation a:hover {
			text-decoration: underline;
			}

/* Main Elements */
	
#mainwrapper {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	background: #fff;
	}

#sidebar {
        
	width: 182px;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px 0 0;
	}

#secondsidebar {
	width: 162px;
	float: left;
	padding: 5px 0 0;
	}
	
.side {
	line-height: 20px;
	font-size: 18px;
	margin-bottom: 0;
	}	
	
.side-widget {
	float: left;
	width: 170px;
	padding: 0 5px 5px;
	margin-top: 5px;
	background: url(images/bg-hatch.gif);
	border: 1px solid #ddd;
	}
	
	.side-widget ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
		}

	.side-widget ul li {
		padding: 0;
		margin: 0;
		font-size: 13px;
		}
		
	.side-widget ul li {
		padding-left: 15px;
		margin: 2px 0;
		}
	
	.side-widget h2 {
		font-size: 14px;
		border-bottom: 1px solid #ddd;
		padding: 10px 0 5px;
		margin-top: 0;
		text-align: center;
		text-transform: uppercase;
		}
		
	.side-widget .storycontent {
		border-bottom: 1px solid #ddd;
		}
		
	.side-widget .noline {
		border-bottom: 0;
		}		

.posts {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	float: left;
	}
	
	.posts h2 {
		margin: 10px 0 0;
		}
	
	.posts img {
		margin: 10px 10px 10px 0;
		float: left;
		width: 100px;
		}
		
.readmore {
	color: #cc0000;
	font-size: 14px;
	
	}
		
#footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
	border-top: 1px solid #222;
	background: #fff;
	}

/* Left Content Elements */

#leftcontent {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	}

	#leftcontent h1 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		color: #cc0000;
		margin-bottom: 5px;
		font-size: 14px;
		}

	#leftcontent h2 {
		margin: 0;
		padding: 0;
		font-size: 22px;
		line-height: 26px;
		}

#leftcontent h2.catheader {
	margin-top: 3px;
	color: #cc0000;
	font-weight: normal;
	}
	
	#leftcontent .post h2, 
	#leftcontent .twopost h2, 
	#leftcontent .threepost h2 {
		margin-top: 5px;
		font-size: 30px;
		font-weight: normal;
		line-height: 38px;
		color: #222;
		}
		
	#leftcontent .twopost h2 {
		font-size: 24px;
		line-height: 28px;
		}
	
	#leftcontent .threepost h2 {
		font-size: 20px;
		line-height: 22px;
		}

	#leftcontent .single h2 {
		margin-top: 5px;
		font-size: 24px;
		font-weight: normal;
		line-height: 46px;
		color: #222;
		}
	
	#leftcontent .postmetadata {
		clear: both;
		line-height: 14px;
		}
		
	#leftcontent .post .entry {
		font-size: 15px;
		line-height: 18px;
		}
		
/* This is your subtitle style */

#leftcontent p.sub {
	font-size: 24px;
	line-height: 26px;
	font-weigth: bold;
	font-style: italic;
	margin: 10px 0 0;
	}

/* This is your blockquote style */
	
#leftcontent blockquote p {
	width: 200px;
	font-size: 24px;
	line-height: 26px;
	float: right;
	margin: 10px 0 10px 30px;
	font-style: italic;
	}

.more-link {
	font-size: 11px;
	text-align: right;
	color: #cc0000;
	}

.tags a {
	color: #cc0000;
	}
	
.meta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
	}	

.post {
	float: left;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

#twocol {
	float: left;
	margin-bottom: 3px;
	padding: 10px 0 0;
	background: url(images/line.png) repeat-y 50% 0;
        width: 660px;
	}
	
	#twocol img {
		width: 80px;
		margin: 0;
		margin: 0px 5px 5px 5px;
		}
	
.mainhr {
	float: left;
	background: #aaa;
	clear: both;
	width: 100%;
	height: 1px;
	border: 0;
}	
	
.twopost {
	width: 46%;
	float: left;
	}	

	.twopost2 {
		margin-left: 7.5%;
		}
		
#threecol {
	float: left;
	background: url(images/line.png) repeat-y 31.5% 0;
	margin-top: 3px;
        width: 660px;
	}

#threecol2 {
	float: left;
	padding: 0;
	background: url(images/line.png) repeat-y 67% 0;
}

	#threecol img {
		width: 40px;
		margin: 5px 10px 5px 0;
		}

.threepost {
	width: 29%;
	float: left;
	border-top: 1px solid #aaa;
	padding-top: 10px;
	}

	.threepost2, .threepost5 {
		padding: 10px 0 0;
		margin: 0 6%;
		}
		
	.threepost1, .threepost2, .threepost3 {
		border-top: 0;
		}
		
	.threepost1, .threepost4 {
		clear: left;
		}
			
/* Other Elements */

.red, .entry a {
	color: #cc0000;
	}
	
#tagcloud {
	width: 400px;
	text-align: center;
	margin: auto;
	padding: 20px;
	}	
	
#tagcloud a {
	color: #cc0000;
	}

/* Comment Elements */

h3#comments {
	text-transform: none;
	padding-bottom: 5px;
	}

#postcomments {
	padding-top: 20px;
	}
			
			
	 h4#comments, #respond h3 { color:#333; font:normal 240% georgia,times,serif; margin:0 0 .1em; padding:0 0 .1em; }

	 #respond p { font-size:11px; margin:0 0 1em; }	

	 ol.commentlist { list-style:none; margin:0; padding:0; }

	 ol.commentlist li { border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0 0 10px; padding:5px 7px 5px 64px; position:relative; }

	 ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }

	 ol.commentlist li div.vcard { font-weight:bold; font-size: 14px; line-height: 16px; font-family: helvetica,arial,sans-serif; }

	 ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 11px; }

	 ol.commentlist li div.vcard cite.fn a.url, .cancel-comment-reply a { color:#cc0000; text-decoration:none; }

	 ol.commentlist li div.vcard cite.fn a.url:hover, .cancel-comment-reply a:hover { color:#000; }

	 ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; padding: 5px; left:7px; position:absolute; top:7px; }

	 ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; font-family: helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }

	 ol.commentlist li div.comment-meta a { color:#205B87; text-decoration:none; }

	 ol.commentlist li p { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; margin:5px 0 12px; }

	 ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; list-style:square; margin:0 0 12px; padding:0; }

	 ol.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }

	 ol.commentlist li div.reply:hover { background:#cc0000; border:1px solid #cc0000; }

	 ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }

	 ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }

	 ol.commentlist li ul.children li.depth-2 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }

	 ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }

	 ol.commentlist ul.children li.odd { background:#fff; }

	 ol.commentlist ul.children li.even { background:#f6f6f6; }

	 ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
			
.commentnumber {
		position: absolute;
		left: 7px;
		bottom: 3px;
		font-size: 14px;
		color: #ccc;
		}

/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin: 5px auto;
}

.alignleft, div.alignleft {
   float: left;
   margin: 5px 15px 5px 0;
}

.alignright, div.alignright {
   float: right;
   margin: 5px 0 5px 15px;
}

.alignnone {
	margin: 5px 0;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 0;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   margin: 0;
}

#today {
	color: #cc0000;
	}

#wp-calendar {
	margin: auto;
	}
	
#title { float: left; }
#description { clear:left;float: left; }
#header-search { float: right;margin:35px 15px 0 0; }


.headline_top {	
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}
.headline_middle {	
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
}


hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }
.theaserline	{ background-color: #cccccc; 
			background-image: url(images/back_1.gif);
			border: 1px #999999 solid; }

.smallsc	{ background-color: #FFFFFF; 
			background-image: url(images/bg_small_sc.gif);
			border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #99CCFF solid; }
.downscroll	{ border-width: 0px 1px 1px 1px; border-style: solid; }

td.thead	{ color: #000000;  font-weight : bold;
	background-color: #FFFFFF; background-image: url(images/cellpic1.gif); 
	height: 20px;
	}


.le	{ background-color: #FFFFFF; background-image: url(images/cellpic1.gif);
	  }

.re	{ background-color: #FFFFFF; background-image: url(images/cellpic1.gif);
          }



/* Main table cell colours and backgrounds*/
td.row0	{ background-color: #FFFFFF; }
td.row1	{ background-color: #FFFFFF; background-image: url(images/back_1.gif); color : #000000; }
td.row2	{ background-color: #FFFFFF	; background-image: url(images/back_2.gif); color : #000000;}
td.row3	{ background-color: #FFFFFF; background-image: url(images/back_2.gif); color : #000000; }
td.row4	{ background-color: #FFFFFF; background-image: url(images/cellpic1.gif); }

td.row7	{ background-color: #C6DFFF; } /* Bleu */
td.row8	{ background-color: #ccc6ff; } /* Lila */
td.row9	{ background-color: #f9ffc6; } /* Gelb */
td.row10	{ background-color: #fda48f; } /* rötlich */
td.row11	{ background-color: #ffdaa4; } /* Orange */


td.noheadleft	{ height: 1px;
			vertical-align: top;
			}

td.row5	{ background-color: #EFEFEF;
	  background-image: url(images/cellpic5.gif); }
td.row6	{ background-color: #EFEFEF;
	  background-image: url(images/cellpic6.gif); }

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

td.serach {
		background-color: #FFFFFF;
		background-image: url(images/cellpic7.jpg);
		background-repeat: repeat-y;
}


/* Header cells - the blue and silver gradient backgrounds 
   Das sind die roten Balken mit den weisen Schriften drauf zuesrt oben und dann drunter  */

th	{
	color: #333333;  font-weight : bold;
	background-color: #FFFFFF; height: 15 px; 
	background-image: url(images/cellpic3.gif);
}


td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#FFFFFF;  height: 15 px;
	 font-weight : bold; font-family:  Arial, Helvetica, sans-serif, Verdana,;
			
}

td.cat,td.catHead,td.catBottom {
	height: 15px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 20px; }
td.row3Right,td.spaceRow {
	background-color: #CCCCCC; border: #FFFFFF; border-style: solid; 
	}

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

ul, li {

margin: 5px 0px 0px 10px;
padding: 0;
}


a.ul, a.li {

margin: 5px 0px 0px 10px;
padding: 0;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
			 font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}

/* Modelsedcards  */

.scmodelname  {font-weight: bold; font-size: 18px;	text-decoration: none; color : #000000;}
.schead	{ background-image: url(images/sc_head_03.jpg); background-repeat: no-repeat; }

td.scunderline { border: #000000; border-style: solid;  border-width: 0px 0px 1px 0px; }




/* General text */
.gen {  }
.genbig { font-size : 14px; }
.genmed {  }
.gensmall {  }

.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall, { color: #000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #990000; text-decoration: underline; }
a.gen:visited,a.genmed:visited,a.gensmall:visited { color: #000000; text-decoration: none; }
.gensmallt { text-decoration: none; color : #000000; }

.gensmallt {  }
a.gensmallt { color: #000000; text-decoration: none; }
a.gensmallt:visited { color: #000000; text-decoration: none; }
a.gensmallt:hover	{ color: #000000; text-decoration: underline; }
a.gensmallt:link { text-decoration: none; color : #000000; }


.genw {  color : #FFFFFF; }
a.genw {  color : #FFFFFF; text-decoration: none;}
a.genw:hover {   color: #FFFFFF; text-decoration: underline; }
a.genw:visited  {  color : #FFFFFF;}


/* Die FAQ links usw werden hier definiert... */
.mainmenu		{  color : #000000 }
a.mainmenu		{ text-decoration: none; color : #000000;  }
a.mainmenu:hover{ text-decoration: underline; color : #990000; }	


/* Forum category titles */
.cattitle		{ font-weight: bold;  letter-spacing: 1px; color : #000000}
a.cattitle		{ text-decoration: none; color : #000000; }
a.cattitle:link		{ text-decoration: none; color : #000000; }
a.cattitle:visited { text-decoration: none; color : #000000; }
a.cattitle:hover{ text-decoration: underline; }

/* Schriften und Links für die Menueleiste */
/*letter-spacing: 1px;*/
.cattitle_t		{ font-weight: bold;   color : #333333; text-align: center}
a.cattitle_t		{ text-decoration: none; color : #333333; text-align: center }
a.cattitle_t:link		{ text-decoration: none; color : #333333; text-align: center}
a.cattitle_t:visited { text-decoration: none; color : #333333; text-align: center }
a.cattitle_t:hover{ text-decoration: underline; text-align: center; color : #333333;}

.cattitle_b		{   color : #660000; text-align: center; valign: middle }
a.cattitle_b		{ text-decoration: none; color : #660000; text-align: center }
a.cattitle_b:link		{ text-decoration: none; color : #660000; text-align: center}
a.cattitle_b:visited { text-decoration: none; color : #660000; text-align: center }
a.cattitle_b:hover{ text-decoration: underline; text-align: }

.cattitle_d		{   color : #FFFFFF; text-align: center; valign: middle }
a.cattitle_d		{ text-decoration: none; color : #FFFFFF; text-align: center }
a.cattitle_d:link		{ text-decoration: none; color : #FFFFFF; text-align: center}
a.cattitle_d:visited { text-decoration: none; color : #FFFFFF; text-align: center }
a.cattitle_d:hover{ text-decoration: underline; text-align: }


.overhead 	{   text-align: center; valign: middle;  font-weight: bold;}
.overhead   	{ height: 20px; background-color:#FFFFFF; background-image: url(images/cellpic1.gif); }

.overhead_1 	{   color : #FFFFFF;  valign: middle; font-weight: bold;}
.overhead_1   { background-color: #660000; height: 20px; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold;  color : #990000; }
a.forumlink 	{ text-decoration: none; color : #990000; }
a.forumlink:link 	{ text-decoration: none; color : #990000; }
a.forumlink:visited 	{ text-decoration: none; color : #990000; }
a.forumlink:hover{ text-decoration: underline; color : #990000; }





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


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold;  color : #000000; }
a.topictitle:link   { text-decoration: none;  color : #000000; }
a.topictitle:visited { text-decoration: none;  color : #000000; }
a.topictitle:hover	{ text-decoration: underline;  color : #990000; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{  color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{  color : #000000; }


/* The content of the posts (body of text) */
.postbody { }
a.postlink:link	{ text-decoration: none; color : #000000 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #990000}


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

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


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


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

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

input { text-indent : 2px; }

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

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}


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