﻿

body 
{
	background:#141413;
	font-family:Helvetica, Arial, Verdana, Sans-Serif;
	font-size: small;
	margin-top:0px;
	color:rgb(99,101,99);
}

.content {
	vertical-align:top;
/*	border: 1px 1px 1px 1px solid white;*/
	padding:0px;
	margin:0px;
}

.FilterPanel 
{
	width: 80%;
	vertical-align: top;
	background-color:rgb(231,227,206);
	padding:10px;
}

.ErrorTable 
{
	background-color:rgb(231,227,206);
	color:darkred;
	width: 400px;
	border-color: white;
	border-style: solid;
	border-width: thin;
	 margin-left: auto;
	 margin-right: auto;
	 margin-top: 50px;
	 text-align: center;
   
	 
}

.ErrorTable.tr
{

}

.ErrorTitle 
{
 font-weight: bold;
   text-decoration: underline;	
}
.ErrorText 
{
}
    
.LinkPanel
{
	width: 12%;
	padding:10px;
	background-color:rgb(140,134,123);
	vertical-align: top;
}

.LinkButton
{
 color: white;
 font-weight: normal;
 min-height: 40px;
 text-decoration: none;
 line-height: 30px;
 margin-right: 30px;
}

.LinkButtonSelected
{
	 color: white;
	 font-weight: bold;
	 min-height: 40px;
	 text-decoration: underline;
	 line-height: 30px;
	 margin-right: 30px;
}

.TitlePanel
{ 
	width : 100%;
	vertical-align: top;
}

.FilterTitle
{
 font-weight: normal;
 font-size: 20px;
color:rgb(148,81,165);
}

.InfoBox
{
	width: 300px;
}

.DepartmentTable
{
 width: 100%	
}
.InfoTable
{
 width: 100%	
}
.InfoCell
{
 width: 500px;	
}

.DepartmentLabel
{
width: 200px;
border-style: none;
vertical-align: top;
border-width: 0;
}

.DepartmentFilter
{
	width: 100%;
}

.WildcardTextBox
{
	width: 70%;
}
.WildcardButton
{
width: 27%;
}
.ViewTimetableButton
{
width: 150px;
margin-left:208px;
margin-top:7px;
horizontal-alignment: center;
}

.LoginBox
{
  border-Color: Black;
  border-Style: solid;
  border-Width: thin;
  margin: 0 auto;
}

.LoginInputBox 
{
width: 200px;
}

.LoginButton
{
width: 150px;
}

.ErrorMessage
{
    font-size: 10;
	color: Red;
}

.TitleText
{  font-weight: bold;
}

.LoginText
{  font-weight:  normal;
}

.InstructionText 
{
   font-style: italic;
   font-size: 10;
}
