/* Normal, standard links. */
a:link  {
	  color: #FFFFFF;
	  background-color: transparent;
	  text-decoration: none;
	  }

a:visited  {
	  color: #FFFFFF;
	  background-color: transparent;
	  text-decoration: none;
	  }

a:hover  {
	  color: #00CCFF;
	  background-color: transparent;
	  text-decoration: underline;
	  }


/* Navigation links - for the link tree. */
.nav
{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}

.nav:link, .nav:visited
{
	color: #005BB5;
	text-decoration: none;
	background-color: transparent;
}

.menubar
{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	/* background-image: url(images/german/menubarbg.gif); */
}


a.nav:hover
{
	font-weight: bold;
	color: #0000AA;
	text-decoration: none;
	background-color: transparent;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
td
{
	color: #000000;
	background-color: transparent;
	font-size: small;
	font-family: Tahoma, arial, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
	color: #000000;
	background-color: #FFFFFF;
	font-family: Tahoma, arial, helvetica, serif;
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
	background-color: #FFFFFF;
	border: 1px solid #444444;
	padding: 1px; 
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
	color: #000000;
	background-color: #FFFFFF;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #444444;
	font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0px;
	color: #444444 !important;
	background-color: #444444 !important;
}

/* A quote, perhaps from another post. */
.quote  {
	  font-size: x-small;
	  color: #cccccc;
	  border: 1px solid cccccc;
	  padding: 1px;
	  margin: 1px;
	  background-color: #585756;
}

/* A code block - maybe even PHP ;). */
.code  {
	  color: #cccccc;
	  border: 1px solid white;
	  padding: 1px;
	  background-color: #585756;
	  font-family: "courier new", helvetica, "times new roman", serif;
	  font-size: x-small;
	  width: 99%;
	  margin: 1px auto 1px auto;
	  white-space: nowrap;
	  overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	background-color: #585756;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results ;). */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg  {
	  color: #000000;
	  background-color: #2F67FF;
	  border: 1px solid #005BB5;
	  }

.windowbg2  {
	  color: #000000;
	  background-color: #005BB5;
	  border: 1px solid #2F67FF;
	  }

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td
{
	color: #FFFFFF;
	font-style: normal;
	background-color: transparent;
	border: 1px solid #2F67FF;
	/* background-image: url(images/titlebg.gif); */
}

.titlebg a, .titlebg a:link, .titlebg a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	background: none !important;
}
.titlebg a:hover
{
	color: #005BB5;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
{
	background-color: #2F67FF;
	border: 1px solid #005BB5;
	/* background-image: url(images/catbg.jpg); */
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	background-color: #005BB5;
	border: 1px solid #2F67FF;
	/* background-image: url(images/catbg2.jpg); */
}

.catbg, .catbg2
{
	font-weight: bold;
	color: #000000;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #005BB5;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #444444;
	background-color: #2F67FF;
	padding: 2px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	color: #000000;
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	background-color: transparent;
	margin-bottom: 1px;
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background-color: transparent;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: black;
	background-color: transparent;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	background-color: transparent;
	border: 1px solid #444444; /*#6B8EAE;*/
}
.headerbodies
{
	background-color: transparent;
}

/* Start Enigma dependent styles... */

/* Start Enigma 2 menu rollover styles */
.enigmamenu
{
	/*
		redundant class to menuout but here for an extra option
	*/
	background-color: transparent;
}
.menuout
{
	background-color: transparent;
}
.menuover
{
	background-color: #000000;
}
.menuclick
{
	background-color: #0000FF;
}
/* End Enigma 2 menu rollover styles */
.centercontent
{
	width: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: transparent;
	border-top: 1px solid #444444;
}
.blockhead
{
	color: #000000;
	padding: 0px;
	background-color: #005BB5;
	/* background-image: url(images/blockheadbg.gif);
	background-repeat: repeat-x;
	background-position: bottom; */
	text-align: center;
	/* border-bottom: 1px solid #000000; */ /*828181;*/
}
.leftbody
{
	color: #000000;
	background-color: #005BB5 !important;
	border: 1px solid #2F67FF;
	/* background-image: url(images/leftbodybg.gif);
	background-repeat: repeat-y; */
}
.rightbody
{
	color: #000000;
	background-color: #005BB5 !important;
	border: 1px solid #2F67FF;
	/* background-image: url(images/leftbodybg.gif);
	background-repeat: repeat-y; */
}
.leftblocks
{
	width: 150px !important;
	background-color: transparent !important;
}
.rightblocks
{
	width: 150px !important;
	background-color: transparent !important;
}

table.blockcal
{
	border-width: 1px;
	border-collapse: collapse;
	border-style: dashed;
	border-color: #6B835B; /*#456C8E;*/
}
td.blockcal
{
	padding: 2px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, arial, helvetica, serif;
	color: #000000;
	border-right: 1px solid #6B835B; /*#456C8E;*/
	border-bottom: 1px solid #6B835B; /*#456C8E;*/
}
td.blockcaltoday
{
	padding: 2px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, arial, helvetica, serif;
	color: #C0C0C0; /*#18185A;*/
	background-color: #2F67FF;
	border-right: 1px solid #6B835B; /*#456C8E;*/
	border-bottom: 1px solid #6B835B; /*#456C8E;*/
}
td.blockcalpast
{
	padding: 2px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-size: 11px;
	font-family: Tahoma, arial, helvetica, serif;
	color: #FFFFFF; /*#456C8E;*/
	border-right: 1px solid #6B835B; /*#456C8E;*/
	border-bottom: 1px solid #6B835B; /*#456C8E;*/
}
caption.blockcal
{
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-size: 11px;
	font-family: Tahoma, arial, helvetica, serif;
	color: #C0C0C0; /*#18185A;*/
}
th.blockcalweek
{
	padding: 2px;
	text-align: center;
	font-style: italic;
	font-variant: normal;
	font-size: 9px;
	font-family: Tahoma, arial, helvetica, serif;
	color: #00DDFF; /*#456C8E;*/
}
td.blah
{
	color: #000000;
	background-color: #000000;
	font-style: normal;
	font-variant: normal;
	font-size: 9px;
}
.faqitem:link, .faqitem:visited
{
	color: #0000AA;
	text-decoration: none;
}
.faqitem:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.pagelink:link, .pagelink:hover, pagelink: visited
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}