/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #CACACA;
	scrollbar-face-color: #999999;
	scrollbar-highlight-color: #777777;
	scrollbar-shadow-color: #666666;
	scrollbar-3dlight-color: #c0c0c0;
	scrollbar-arrow-color: #960000;
	scrollbar-track-color: #272727;
	scrollbar-darkshadow-color: #000000;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { text-decoration: none; color : #800000; }
a:hover		{ text-decoration: none; color : #c00000; } 
hr	{ height: 0px; border: solid #FDE1A5 0px; border-top-width: 0px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FDEBC3; border: 0px #B4B4B4 dashed; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FDEBC3; border: 0px #B4B4B4 dashed; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FDEBC3; }
td.row2	{ background-color: #FDE1A5; }
td.row3	{ background-color: #FDE1A5; }

/*
  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: #FDEBC3;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #000000; font-size: 12px; font-weight : bold;
	background-color: #800000; height: 25px;
	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:#FDE1A5; border: #B4B4B4; border-style: dashed; height: 25px;
}

/*
  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, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 25px;
	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: #FDEBC3; border-style: dashed; height: 25px;
}
td.row3Right,td.spaceRow {
	background-color: #FDE1A5; border: #B4B4B4; border-style: dashed;
}

th.thHead,td.catHead { font-size: 13px; 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; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 14px; font-family: "Verdana, Arial, Helvetica, sans-serif",Verdana, Arial, 
Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000007;
}

/* General text */
.gen { font-size : 13px; }
.genmed { font-size : 12px; }
.gensmall { font-size : 11px; }
.gen,.genmed,.gensmall { color : #000007; }
a.gen,a.genmed,a.gensmall { color: #800000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #c00000; text-decoration: none; }

/* Partner und Sponsoren */

.linksmall { font-size : 9px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.linkmed { font-size : 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.linkbox {
	border-top: 1px solid #800000;
	border-left: 1px solid #800000;
	border-right: 1px solid #800000;
	background : #C0C0C0;
	}

.discbox {
	border-top: 1px solid #800000;
	border-left: 1px solid #800000;
	border-right: 1px solid #800000;
	border-bottom: 1px solid #800000;
	background : #C0C0C0;
		}


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 12px; color : #000007 }
a.mainmenu		{ text-decoration: none; color : #800000;  }
a.mainmenu:hover{ text-decoration: none; color : #c00000; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 13px ; letter-spacing: 1px; color : #800000}
a.cattitle		{ text-decoration: none; color : #800000; }
a.cattitle:hover{ text-decoration: none; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 13px; color : #800000; }
a.forumlink 	{ text-decoration: none; color : #800000; }
a.forumlink:hover{ text-decoration: none; color : #c00000; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 12px; color : #000007;}
a.nav			{ text-decoration: none; color : #800000; }
a.nav:hover		{ text-decoration: none; }

/* titles for the topics: could specify viewed link colour too */
.topictitle { font-weight: bold; font-size: 12px; color : #000007; }
h1	{ font-weight: bold; font-size: 16px; color : #000007; }
h2	{ font-weight: bold; font-size: 12px; color : #000007; }

a.topictitle:link   { text-decoration: none; color : #800000; }
a.topictitle:visited { text-decoration: none; color : #B90303; }
a.topictitle:hover	{ text-decoration: none; color : #c00000; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 12px; color : #000007;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 11px; color : #000007; }

/* The content of the posts (body of text) */
.postbody { font-size : 13px; line-height: 14px}
a.postlink:link	{ text-decoration: none; color : #800000 }
a.postlink:visited { text-decoration: none; color : #B90303; }
a.postlink:hover { text-decoration: none; color : #c00000}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 12px; color: #333333;
	background-color: #DDDDDD; border: #666666; border-style: dashed;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; line-height: 125%;
	background-color: #DDDDDD; border: #666666; border-style: dashed;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #c0c0c0; 
letter-spacing: -1px;}
a.copyright		{ color: #c0c0c0; text-decoration: none;}
a.copyright:hover { color: #000007; text-decoration: none;}

/* Form elements */
input,textarea, select {
	color : #000007;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000007;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FDEBC3;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #FDEBC3;
	color : #000007;
	font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FDE1A5;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FDE1A5;
	font-weight : normal;
}

.shadowt {
  background-image : url(http://www.cineastentreff.de/templates/247portal-red/images/shadowt.jpg);
  }

.shadowu {
  background-image : url(http://www.cineastentreff.de/templates/247portal-red/images/shadowu.jpg);
}  
.shadowl {
  background-image : url(http://www.cineastentreff.de/templates/247portal-red/images/shadowl.jpg);
}
.shadowr {
  background-image : url(http://www.cineastentreff.de/templates/247portal-red/images/shadowr.jpg);
}

/* 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: #FDE1A5; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

table.moduletable {
  width		   : 100%;
  table-layout	   : auto;
  border-top       : 1px solid #FFFFFF;
  border-bottom    : 1px solid #999999;
}
table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  text-transform   : uppercase;
  text-align       : left;
  height           : 21px;
  line-height      : 21px;
  text-indent      : 8px;
  letter-spacing   : 1px;
  color            : #FFF;
    
}
table.moduletable td {
  text-decoration :	none;
  padding-left     : 0px;
  padding-right    : 0px;
}

.mainlevel  {
  display          : block;
  padding          : 3px 0px 3px 0px;
  color            : #333333;
  font-size        : 12px;
  font-weight      : normal;
  border-bottom    : 1px dashed #666666;
  width            : 155px
}

a.mainlevel  {
  margin           : 0px;
  padding          : 0px;
  font-size        : 12px;
  width            : 155px
  background-color : #ECEAD8;
  text-indent      : 10px;
}

a.mainlevel:link {
  padding          : 0px 0px 0px 0px;
  font-size        : 12px;
  width            : 155px
  background-color : #E3E3E3;
  text-indent      : 10px;
  }
  
a.mainlevel:link, a.mainlevel:visited {
  display          : block;
  font-size        : 12px;
  border-bottom    : 1px dashed #666666;
  background-color : #EDEDED;
  font-weight      : normal;
  padding          : 2px 0px 2px 0px;
  color            : #111111;
  width            : 155px
  text-indent      : 10px;
}

a.mainlevel:hover {
  background-color : #F9BDBD;
  font-size        : 12px;
  font-weight      : bold;
  text-decoration  : none;
  text-indent      : 10px;
}

ul#mainlevel-nav {
  font-size        : 11px;
  list-style       : none;
  padding          : 0;
  margin           : 0;
  font-size        : 0.8em;
}
ul#mainlevel-nav li {
  display          : block;
  background-image : none;
  padding-left     : 1px;
  padding-right    : 1px;
  float            : right;
  margin           : 0;
  width            : auto !important;
  font-size        : 11px;
  line-height      : 22px;
  white-space      : nowrap;
  border-left      : 1px solid #cccccc;
}
ul#mainlevel-nav li a {
  font-size        : 11px;
  display          : block;
  padding-left     : 16px;
  padding-right    : 15px;
  text-decoration  : none;
  color            : #999999;
  background       : transparent;
}
ul#mainlevel-nav li a:hover {
  font-size        : 11px;
  color            : #333333;
}
a#active_menu {
  color            : #B40001;
  background-color : #E3E3E3;
  font-weight      : bold;
}
a#active_menu:hover {
  color            : #b40001;  
}
