/** Sortierung: In order of first appearance **/

.leoTeam
{
	color: #880000;
}

	.leoTeam a
	{
		color: #880000;
	}

.rhint
{
	color: #880000;
	/*font-size: 130%;*/
	text-align: center;
}

/**
* Formulare (links, rechts und mitte)
*
*/
#left
{
	vertical-align: top;
	padding-top: 0px;
}
.leftform {
	background-color: transparent;
	color: black;
	border: 2px solid #FFDF89;
	text-align: left;
	padding: 0px;
	margin-bottom: 13px;
}
	.leftform .para {
		margin: 3px 0px 3px 0px;
		padding: 3px;
	}
		.leftform .content .para {
			min-height: 0px;
		}
		
#right {
	vertical-align: top;
}

/* Formulare in der Mitte (also hauptsÃ¤chlich die Foren) */
#middle {
	vertical-align: top;
}

/*
* Die Höhe der middleform wird durch den Inhalt bestimmt
*/
.middleform {
	width: 99%;
	background-color: transparent;
	color: black;
	text-align: left;
	padding: 0px;
	margin-bottom: 13px;
	border: 2px solid #6181FF;
}

html>body .middleform {
	width: 100%;
}

.middleform table
{
	width: 100%;
	border: 0;
	border-collapse: collapse;
	/*table-layout: fixed;*/
}

	.middleform td {
		padding-left: 2px;
		padding-right: 5px;
	}

#overviewtopic .middleform {
	background-color: transparent;
	color: black;
	text-align: left;
	padding: 0px;
	margin-bottom: 13px;
	border: 2px solid #6181FF;
	width: 100%;
}

/** H3 - Ãœberschrift in allen Formularen auf der linken Seite
*/

.leftheading {
	background-color: #FFEDBF;
	background-image: url(/trainer/img/navi_bg.gif);
	height: 24px;
	color: black;
	/*font-size: 100%;*/
	font-weight: normal;
	padding: 2px 0px;
	/*letter-spacing: 1px;
	word-spacing: 4px;*/
	margin-bottom: 0px;
	padding: 6px 4px 0px 4px;
}

/** Bis hierher allgemeingÃ¼ltiges **/
/** Ab hier Overview **/

/** DIV - Erzeugt die Linie zum besseren trennen der einzelnen Forenbereiche (Translation Topics, RE: LEO, Entertainment)
*/

.horizontalline {
	border-top: 2px solid #6181FF;
}


/** H1 - Ãœberschrift im Overview
*/
.mainheadingtop {
	background-color: #FFDF89;
	background-image:url(/trainer/img/h1.png);
	color: black;
	/*font-size: 110%;*/
	font-weight: bold;
	padding: 4px 2px;
	letter-spacing: 1px;
	word-spacing: 3px;
}

.mainheadingbottom {
	background-color: #FFDF89;
	color: black;
	/*font-size: 110%;*/
	font-weight: bold;
	padding: 2px 0px;
	letter-spacing: 1px;
	word-spacing: 3px;
	text-align: right;
	padding: 5px;
}

.mainsubheadingtop
{
	text-align:left;
	padding: 6px 3px;
	/*background-color:#FFF8DC;*/
	/*font-size: 90%;*/
	border-bottom: 1px solid #6181FF;
}

.trainer .mainsubheadingtop
{
	border-bottom: 1px solid green;
}

.mainsubheadingbottom
{
	text-align:right;
	padding: 6px 3px;
	/*background-color:#FFF8DC;*/
	/*font-size: 90%;*/
	padding-right: 30px;
	border-top: 1px solid #6181FF;
}
.trainer .mainsubheadingbottom
{
	border-top: 1px solid green;
}

/*.maintitle
{
	color: black;
	font-size: 80%;
	font-weight: normal;
	padding: 2px 0px;
	letter-spacing: 1px;
	word-spacing: 4px;
}*/

/** DIV - Ãœberblick Ã¼ber ein einzelnes Forum (z.B. GD)
*/

.forumsoverview {
	border: 2px solid #6181FF;
}

/** H2 -  Ãœberschrift der einzelnen Foren
*/

.forumsheading {
	background-color: transparent;
	color: black;
	/*font-size: 105%;*/
	text-align: center;
	vertical-align: middle;
	padding: 4px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

/** threadlisting ist eine Tabelle, in der alle Threads aufgelistet werden (Preview und Einzelansicht)
*/

.threadlisting {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	/*table-layout: fixed;*/
}

/**  In der TR threadlistingheading stehen "Subject, Comment, Author..." (Preview und Einzelansicht)
*/

.threadlistingheading {
	background-color: #FFDF89;
	/*border-top: 1px solid #6181FF;*/
	/*border-bottom: 1px solid #6181FF;*/
	padding: 5px 0px;
	cursor: pointer;
}

 .threadlistingheading th {
	padding-left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*font-size: 100%;*/
	font-weight: normal;
	text-align: left;
}

/** In Normalen Zellen gibt es kein Overflow, zu langer Text wird abgeschnitten (wenn nicht umbrechbar)
*/

.threadlisting td {
	padding-left: 2px;
	/*font-size: 93%;*/
	overflow: hidden;
	line-height:140%;
}

/** Falls es nur eine Spalte vor dem Autor gibt, wird diese doppelt so breit gemacht
*/

.listingsubjectonly {
	width: 54%;
	text-align: left;
}

/** 1. Spalte
*/

.listingsubject {
	width: 27%;
	text-align: left;
}

/** 2. Spalte
*/

.listingcomment {
	width: 27%;
	text-align: left;
}

/** Spalte Autor
*/

.listingauthor {
	width: 15%;
	text-align: left;
}

/** Spalte Startdatum - ohne Uhrzeit
*/

.listingdate_start {
	width: 7em;
	text-align: center;
}

/** Spalte mit Datum des letzten FollowUp - mit Uhrzeit
*/

.listingdate_lastFU {
	width: 9em;
	text-align: center;
}

/** FollowUp Spalte
*/

.listingfollowups {
	width: 5em;
	text-align: right;
}

/** Farbliche Kennzeichnung der einzelnen Threads - ZÃ¤hlung beginnt bei 1
*/

.threadlistingentrieseven {
	background-color: #FFEDBF;
}

.threadlistingentriesuneven {
	background-color: transparent;
}

/** Wird genutzt von: FollowUp Count,
*/

.cellAlignCenter {
	text-align: center;
}

/** Bis hierher Overview **/
/** Ab hier Forenansicht **/

/** DIV - Positionierung der New-Thread und New-FollowUp Buttons
*/

.newbutton {
	text-align: right;
	vertical-align: middle;
	padding: 4px;
}

/** DIV - SeitenzÃ¤hler
*/

.pagingDiv {
	text-align: center;
	border-top: 1px solid #6181FF;
	border-bottom: 1px solid #6181FF;
}


.viewcomment {
	background-color: transparent;
	padding: 3px 0px 3px 2px;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	vertical-align: top;
	width: 100%;
}

.commenttype {
	width: 6em;
	border-right: 1px dotted black;
	border-bottom: 1px dotted black;
	margin-bottom: 5px;
}

.viewdate {
	background-color: #FFEDBF;
	text-align: right;
}

/*
* Thread
*/
.thread {
	width: 100%;
	margin: 0px 0px 15px 0px;
	border: 2px solid #6181FF;
	border-collapse: collapse;
	text-align: left;
	font-weight: normal;
}

	table.thread {
		border: 2px solid #FFDF89;
		width: 100%;
	}
	.thread td {
		padding-top: 3px;
		padding-bottom: 20px;
	}
		.thread .subject {
			padding-right: 20px;
			text-align: right;
			vertical-align: top;
			/*text-decoration: underline;*/
			font-weight: bold;
		}
		
		.thread tr.author  {
			/*border-top: 1px solid #6181FF;*/
			background-color: #d7e6ff;
			background-color: #FFDF89;
		}
		
			.thread .author td {
				padding-top: 5px;
				padding-bottom: 5px;
				background-image:	url(/trainer/img/navi_bg_rev.png);
			}
/*
* FollowUp
*/
.followup {
	width: 100%;
	margin: 5px 0px 10px 0px;
	border: 2px solid #6181FF;
	border-collapse: collapse;
	text-align: left;
	font-weight: normal;
}
	table.followup {
		border: 2px solid #FFDF89;
	}
	.followup td {
		padding-top: 3px;
		padding-bottom: 20px;
	}
		.followup .subject {
			padding-right: 20px;
			text-align: right;
			vertical-align: top;
			/*text-decoration: underline;*/
			font-weight: bold;
		}
		
		.followup tr.author  {
			/*border-top: 1px solid #6181FF;*/
			background-color: #d7e6ff;
			background-color: #FFDF89;
		}
		
			.followup .author  td {
				padding-top: 5px;
				padding-bottom: 5px;
				background-image:	url(/trainer/img/navi_bg_rev.png);
			}
	
.followUpNumber {
	padding: 3px 5px;
	background-color: #FFDF89;
	font-weight: bold;
	border-bottom: 1px dotted black;
	text-align: right;
}

.pagingCurrentPages {
	font-weight: bold;
}




.floatleft {
	float: left;
}

.floatcenter {
	float: none;
}

.centerdiv {
	width: 100%;
	text-align: center;
}

.floatright {
	float: right;
}

.redBoldBigText {
	color: red;
	font-weight: bold;
	font-size: 110%;
}

/**
* viewTable dient zur Ansicht von Threads und FollowUps
*
*
*/
.viewTable {
	width: 100%;
	/*border: 2px solid #6181FF;*/
	margin: 0px;
	text-align: left;
	font-weight: normal;
	border-collapse: collapse;
}
.viewTable td {
	vertical-align: top;
	padding: 6px;
	padding-bottom: 24px;
}

/**
* inputTable dient zum Erstellen von Threads und FollowUps
*
*/
table.input {
	width: 100%;
	margin: 0px;
	text-align: left;
	font-weight: normal;
	/*border-collapse: separate;*/
}

	.input td {
		vertical-align: top;
		padding: 6px;
	}
	
	.input input[type=text] {
		width: 80%;
	}
	/* Für kurze input Felder */
	.short input[type=text] {
		width: 180px;
	}
	.input .long input[type=text] {
		width: 98%;
	}
	.input textarea {
		width: 80%;
	}

	/* Für kleine input Felder */
	.input .small select {
		/*font-size: 100%;*/
	}
	.input .small{
		/*font-size: 80%;*/
		padding-top: 0px;
	}


/**
* correctionTable dient zum Erstellen von Corrections und Proposals
*
*/
.correctionTable {
	width: 100%;
	margin: 0px;
	text-align: left;
	font-weight: normal;
	border-collapse: collapse;
}
.correctionTable td {
	vertical-align: top;
	padding: 6px;
	padding-bottom: 15px;
}
.correctionTable input[type=text] {
	width: 80%;
}
.correctionTable .short input[type=text] {
	/*width: 180px;*/
}
.correctionTable .long input[type=text] {
	width: 98%;
}
.correctionTable textarea {
	width: 80%;
}
.correctionTable select {
	width: 88px;
	/*font-size: 90%;*/
}

/**
* extendedSearchTable wird von den erweiterbaren Suchformularen in der linken Seite verwendet
*
*/
.extendedSearchTable table {
	margin-top:0px;
}
.extendedSearchTable select {
	width: 73px;
	/*font-size: 90%;*/
}


.nameField {
	border-bottom: 1px dotted black;
}

.editComment {
	background-color: transparent;
	padding: 3px 0px 3px 2px;
	border-bottom: 1px dotted black;
	vertical-align: top;
	border-collapse: collapse;
}

.extendedSearchTable {
	width: 100%;
	border-collapse: collapse;
	display: none;
}

.cellAlignRight {
	text-align: right;
 }

.forumsheadingpreview {
	background-color: transparent;
	color: black;
	/*font-size: 105%;*/
	font-weight: bold;
	padding-top: 5px;
	float: left;
}

.more
{
	background-color: #FFDF89;
	line-height:140%;
}

.selectlection select
{
	width: 160px;
}
.arrange td
{
	/*font-size: 93%;*/
}

.navigation
{
	padding-left: 4px;
}
	.navigation.active {
		background-color: #E4E9FF;
	}

	#overviewtopic .middleform {
		border: 1px solid #6181FF;
		margin-bottom: 25px;
	}
	#overviewtopic .overview {
		padding: 5px;
		margin-bottom: 10px;
	}
	#overviewtopic .overview.even {
		background-color: #FFFFEE;
	}
	
	#overviewtopic .overview.odd {
		background-color: #FFF8DC;
	}

table.action {
	background-color: #d7e6ff;
	border: 1px solid #6181FF;
}
	table.action td {
		padding: 3px;
	}

.thread .even {
	/*background-color: #fff8cc;*/
	background-color: #FFF8DC;
}
.followup .even {
	/*background-color: #fff8cc;*/
	background-color: #FFF8DC;
}

/*
* Admin Interface Hervorhebungen
*/
.deleted.even {
	background-color: #FF9988;
}

.deleted.odd {
	background-color: #FF9382;
}

.unapproved.even {
	background-color: #DDCCFF;
}

.unapproved.odd {
	background-color: #D0C0FF;
}


.deleted.inputTable {
	background-color: #FF9988;
}

.unapproved.inputTable {
	background-color: #DDCCFF;
}

/*
* Behebt einen Fehler im FF
*/
.gecko {
	background-color: #FFDF89;
}

.unread {
	font-weight: bold;
}
