﻿@import url("activitytype.css") 

body 
{
	 font-family: Arial;
	 font-size: small;
}

.FilterPanel 
{
	width: 60%;
	vertical-align: top;
}

.ErrorTable 
{
	width: 400px;
	border-color: #9966CC;
	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: 20%;
	vertical-align: top;
}

.LinkButton
{
 color: #996600;
 font-weight: bold;
 min-height: 40px;
 text-decoration: none;
 line-height: 30px;
 margin-right: 30px;
}

.LinkButtonSelected
{
 color: #996600;
 font-weight: light;
 min-height: 40px;
 text-decoration: underline;
 line-height: 30px;
 margin-right: 30px;
}

.TitlePanel
{ 
	width : 100%;
	vertical-align: top;
}

.FilterTitle
{
 font-weight: bold;
 width: 300px;
}

.InfoBox
{
	font-style: italic;
	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: 100%;

}
::selection {
	background: #ffb7b7; /* Safari */
	}
::-moz-selection {
	background: #ffb7b7; /* Firefox */
}


.WildcardTextBox
{
	width: 70%;
}
.WildcardButton
{
width: 20%;
}
.ViewTimetableButton
{
width: 150px;
}

.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;
}

#ctl00_Main_BookingForm1_InternalLabel
{
font-color: blue;
}
