/* Default CSS Stylesheet for a new Web Application project */

.Text
{
	font-family: Arial;
	font-size: 9pt	
}
.DBText
{
	color: #004F75;
	font-family: Arial;
	font-size: 9pt	
}
.DBErrorText
{
	color: red;
	font-family: Arial;
	font-size: 9pt	
}
.WhiteText
{
	font-family: Arial;
	font-size: 15pt;
	font-weight: bold;
	color: White	
}
.SmallText
{
	font-family: Arial;
	font-size: 8pt	
}
.DBSmallText
{
	color: #004F75;
	font-family: Arial;
	font-size: 8pt	
}
.DBSmallTextBold
{
	color: #004F75;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold	
}
.BoldText
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold	
}
.DBBoldText
{
	color: #004F75;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold	
}
.Title
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold	
}
.DBTitle
{
	color: #004F75;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold	
}
.RoomError1
{
	color: #6495ED;
	font-family: Arial;
	font-size: 8pt;
	font-weight:normal
}
.RoomError2
{
	color: #FF82AB;
	font-family: Arial;
	font-size: 8pt;
	font-weight:normal
}
.RoomError3
{
	color: #00FF7F;
	font-family: Arial;
	font-size: 8pt;
	font-weight:normal
}	
.RoomError4
{
	color: Olive;
	font-family: Arial;
	font-size: 8pt;
	font-weight:normal
}
.RoomError5
{
	color: #FF7F24;
	font-family: Arial;
	font-size: 8pt;
	font-weight:normal
}	
.Tableborder
{
	background-color: #C6D9EC
}
.Titlebg
{
	background-color: #66CD00 
}
.Cellbg
{
	background-color: White
}
.btn
{
	color: #004F75;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold
}
.FormTextBox
{
	color: #004F75;
	font-family: Arial;
	font-size: 8pt	
}
.FormDropDownList
{
	color: #004F75;
	font-family: Arial;
	font-size: 8pt	
}
.SearchBarDropDown
{
	border: none;
	background-color: #F4F7FB;
	color: #004F75;
	font-family: Arial;
	font-size: 8pt	
}
.CalendarDropDown
{
	font-family: Arial;
	font-size: 8pt
}
a
{
	font-family: Arial;
	font-size: 8pt;
	color: darkgreen;
	text-decoration: None		
}
a:Hover
{
	font-family: Arial;
	font-size: 8pt;
	color: darkgreen;
	text-decoration: Underline		
}
a:Visited
{
	font-family: Arial;
	font-size: 8pt;
	color: darkgreen;
	text-decoration: None		
}