/* Default CSS Stylesheet for a new Web Application project */

.text-ten { FONT-SIZE: 10pt; FONT-FAMILY: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
		
.Text
{
	font-family: Arial;
	font-size: 9pt	
}
.DBText
{
	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	
}
.smallWhiteText
{
	font-family: Arial;
	font-size: 8pt;
	color: White	
}
.SmallText
{
	font-family: Arial;
	font-size: 8pt	
}
.DBSmallText
{
	font-family: Arial;
	font-size: 8pt	
}
.DBSmallTextBold
{
	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
}	
a
{
	font-family: Arial;
	font-size: 8pt;
	color: darkgray;
	text-decoration: None		
}
a:Hover
{
	font-family: Arial;
	font-size: 8pt;
	color: gray;
	text-decoration: Underline		
}
a:Visited
{
	font-family: Arial;
	font-size: 8pt;
	color: darkgray;
	text-decoration: None		
}
.Tableborder
{
	background-color: #C6D9EC
}
.Titlebg
{
	background-color: #F4F7FB
}
.Cellbg
{
	background-color: White
}
.btn
{
	color: #004F75;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold
}
.FormTextBox
{
	font-family: Arial;
	font-size: 8pt	
}
.FormDropDownList
{
	font-family: Arial;
	font-size: 8pt	
}
.SearchBarDropDown
{
	font-family: Arial;
	font-size: 8pt	
}
.CalendarDropDown
{
	font-family: Arial;
	font-size: 8pt
}

.text7pt { font-size: 7pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.text-ten { font-size: 10pt; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.text-ten a:link, .text-ten a:visited, .text-ten a:active { color: white; font-weight: bold; font-size: 10pt }
.text-ten a:hover { color: yellow; font-size: 10pt }
.text-ten-bl { font-size: 10pt; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.text-ten-bl a:link, .text-ten-bl a:visited, .text-ten-bl a:active  { color: #00008b; font-weight: bold; font-size: 10pt }
.text-ten-bl a:hover  { color: #1e90ff; font-size: 10pt }
.text-nine  { font-size: 9pt; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.text-nine a:link, .text-nine a:visited, .text-nine a:active  { color: #00008b; font-weight: bold; font-size: 9pt }
.text-nine a:hover  { color: #1e90ff; font-size: 9pt }
.text-eight   { color: #fff; font-size: 8pt; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.text-eight a:link, .text-eight a:visited, .text-eight a:active   { color: white; font-weight: bold; font-size: 8pt }
.text-eight a:hover   { color: yellow; font-size: 8pt }
.text-seven   { font-size: 7pt; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin-left: 10px }
.text-seven a:link, .text-seven a:visited, .text-seven a:active { color: white; font-weight: bold; font-size: 7pt }
.text-seven a:hover { color: yellow; font-size: 7pt }


