﻿/*Tabellen-Layouts*/

/* Stundenplan-Tabelle */
table#stundenplan
{
	width:625px;
	color: #036;
	margin:0px;
	text-align:center;
}

td.unterricht
{
	padding-left:5px;
	font-size:12px;
}
td.bgColor
{
	background-color:#CCCCCC;
}

/* Repertoire-Tabelle */
table#repertoire
{
	width:625px;
	color: #036;
}
#repertoire td.paddingBottom
{	
	padding-bottom:10px;
}

/* Verstecken der ersten Frage im Formenlehre-Forum wegen des Bugs im Framework. */
#ctl00_Content_forumList_ctrl0_questionLabel, #ctl00_Content_forumList_ctrl0_questionLinkButton, 
#ctl00_Content_protocolList_ctrl0_groupLabel, #ctl00_Content_protocolList_ctrl0_groupLinkButton, #ctl00_Content_protocolList_ctrl0_deleteLinkButton,
#ctl00_Content_passWordList_ctrl0_userLabel, #ctl00_Content_passWordList_ctrl0_userLinkButton, #ctl00_Content_passWordList_ctrl0_deleteLinkButton,
#ctl00_Content_toDoList_ctrl0_toDoLabel, #ctl00_Content_toDoList_ctrl0_toDoLinkButton, #ctl00_Content_toDoList_ctrl0_deleteLinkButton,
#ctl00_Content_theList_ctrl0_Label, #ctl00_Content_theList_ctrl0_LinkButton, #ctl00_Content_theList_ctrl0_DeleteLinkButton
{
	visibility:hidden;	
}

/* Mozart-Tabelle */

#mozart
{
	width:625px;
	font-size:smaller;
	color: #036;
	margin:0px;
}
#mozartFormular
{
	width:625px;
	font-size:medium;
	color: #036;
	margin:0px;
}
#mozart td
{
	padding: 0 0 0 2px;	
}
#mozartFormular td
{
	padding: 0 0 0 2px;
	width:33%;
}
.mozartBorderBottom
{
	border-style:solid;
	border-bottom-width:0px;
	border-top-width:1px;
	border-color:white;
}
td.tdColor_1
{
	color:White;
	background-color:#369;
	padding:1px;
	border-width:0px;
}
td.tdWidth_1
{
	width: 120px;
}
td.tdWidth_2
{
	max-width: 400px;
}
td.tdWidthSmall_1
{
	width: 100px;
}
.paddingLeftSmall
{	
	padding-left: 5px;
}

#dataPagerTop
{
	margin-top: 10px;
}
.npfClass
{
	font-size: 12px;
	color: #036;
}
.boxLength
{
	width: 250px;
}
.boxLengthMinor
{
	width: 245px;
}
.boxLengthMini
{
	width: 150px;	
}
.boxLengthSmallest
{
	width: 125px;	
}

#harmonies
{
	width:625px;
	font-size:smaller;
	color: #036;
	margin:0px;
	vertical-align: top;
}
.textAlignTopCenter
{
	text-align:center;
	vertical-align:top;	
}
.textAlignLeft
{
	text-align: left;
}

.showLabel
{
	color: #AD0000;
}

/* RegularExpression-Tabelle */
table#regularExpression
{
	width:500px;
	margin: 0 auto 0 auto;
	font-size: 12px;
	color: #036;
}