﻿#form1 {
	min-height: 400px;
}

.FilterPanel 
{
	vertical-align: top;
	min-height: 560px;
}

#ErrorPanel
{
	min-height: 400px;
}

.ErrorTable 
{
	width: 400px;
	border-color: Blue;
	border-style: solid;
	border-width: thin;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.ErrorTable.tr
{
}

.ErrorTitle 
{
 font-weight: bold;
   text-decoration: underline;	
}
.ErrorText 
{
}
    
.LinkPanel
{
	width: 15%;
	vertical-align: top;
	min-height:500px;
}

.TitlePanel
{ 
	width : 100%;
	vertical-align: top;
}

.FilterTitle
{
 font-weight: bold;
 width: 300px;
}

.InfoBox
{
	
	width: 300px;
}

.modfilterlabel 
{
	color: Red
}


.DepartmentTable
{
 width: 100%	
}
.InfoTable
{
 width: 100%	
}
.InfoCell
{
 width: 500px;	
}

.DepartmentLabel
{
	width: 200px;
	border-style: none;
	vertical-align: top;
	border-width: 0;
}

.DepartmentFilter
{
	width: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.WildcardTextBox
{
	width: 71%;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.WildcardButton
{
	width: 12%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ViewTimetableButton
{
	width: 150px;
	height: 30px;
	background-color: #585858;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.LoginBox
{
    border: #636469 solid 1px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 100px;
	text-align: right;
    background: #FFFFFF url(img/BallLeft.png) left no-repeat;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #888;
    left: 38%;
    position: absolute;
    width: 450px;
}

.LoginInputBox 
{
    margin: 3px;
    border: #636469 solid 1px;
    height: 25px;
    border-radius: 5px;
    padding-left: 5px;
	width:  80%
}


.LoginButton
{
width: 150px;
}

.ErrorMessage
{
    font-size: 10;
	color: Red;
}

.TitleText
{  font-weight: bold;
}

.LoginText
{  font-weight:  normal;
}

.InstructionText 
{
   font-style: italic;
   font-size: 10;
}

.ObjectInputErrorLabel
{
	color: Red;
}

/*
div#pWeeks {
    display: none;
}*/

div#pDays {
    display: none;
}

div#pPeriod {
    display: none;
}


