/*
Colors:
FF0000
E6E6DC
2B5108
FFFFFF
330099
000000
8D9AB3
B3B3B3
9E001A
C1D5ED
EFD6AD
FFFEC9
050156
DEDEDE
0B1B51
B0ACFF
7B7B7B
*/

A.NavigationLinks:link 	{ display: inline; line-height: 1.9em; padding: 3px; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; color : black; text-align: center; text-decoration: none; font-weight:bold;}
A.NavigationLinks:visited	{ display: inline; line-height: 1.9em; padding: 3px; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; color : black; text-align: center; text-decoration: none; font-weight:bold;}
A.NavigationLinks:link:active, A.NavigationLinks:visited:active { display: inline; line-height: 1.9em; padding: 3px;  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; color : black; text-align: center; text-decoration: none; font-weight:bold;}
A.NavigationLinks:link:hover, A.NavigationLinks:visited:hover { display: inline; line-height: 1.9em; padding: 3px; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; color : black; text-align: center; text-decoration: underline; font-weight:bold;}

.Alert-Container {
	position: relative;
	top: 0px;
	left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-right: 5px;
}
.Alert-Fieldset {
	margin: 5px;
	padding: 8px;
	border: 1px solid #FF0000;
}
.Alert-Fieldset-Legend {
	display: block;
	width:0;
	padding:1px 1px 1px 1px;
	background-color: #FF0000;
	border: 1px solid #2B5108;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #FFFFFF;
	text-align:center;
}
.Alert-Ul {
	margin:0 0 0 10px;
	padding-left:15px;
	list-style-type:circle;
	text-align: left;
}
.Alert-Li {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	font-weight:bold;
	color:#FF0000;
}

#Content-Conatainer {
	width: 774px;
	background: #FFFFFF;
	border-width: medium;
	border-style: groove;
	border-color: #330099;
	color: #000000;
	text-align: center;
}

.Content-Fieldset {
	display: inline;
	width: 49%;
	min-height: 7.5em; _height: 7.5em;
	vertical-align: top;
}

.Content-Legend {
	display: block;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: #000000;
	text-align:center;
	padding:1px 1px 1px 1px;
	width:0;
}

.Standard-Text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	color: #000000;
}

.RatesTable { border: 1px dashed #8D9AB3; }

.RatesTableColHeader { border-bottom: 1px solid #000000; }

.calendar {
	position: relative;
	background-image:url(../../../assets/images/fbm-calendar-background.jpg);
	height:442px;
	width:851px;
}

.CalendarTable {
	margin-top:20px;
	width:500px;
	margin-left:40px;
}

.CalendarTableColHeader {
	width:30px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 7pt;
	text-align:center;
}

.CalendarTableCell {
	text-align: center;
	width:100%;
	height:30px;
}

.CalendarCurrentMonth {
	font-weight: bold;
	font-size: medium;
	color: #000000;
}

.CalendarDays, .CalendarBookedDay, .CalendarMakeUpDay, .CalendarNonMonthDays, .CalendarToday, .CalendarBlackoutDay {
	width: 30px; 
	height: 48px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: center;
}

.CalendarDays {	background-color: #ceefff; }
.CalendarBookedDay { background-color: #666666; }
.CalendarMakeUpDay { background-color: #C30D00; }
.CalendarNonMonthDays { }
.CalendarToday { background-color: #ceefff; }
.CalendarBlackoutDay { background-color: #000000; color: #FFFFFF; }

.legend {
	position: absolute;
	top: 105px;
	left: 600px;
	width:200px;
}

.LegendCalendarBookedDay {
	height: 20px; 
	width: 20px; 
	border: 1px solid #000000;
	background-color: #666666;
	text-align: center;
}

.LegendCalendarBlackoutDay {
	height: 20px; 
	width: 20px; 
	border: 1px solid #000000;
	background-color: #000000;
	text-align: center;
}

.LegendCalendarMakeUpDay {
	height: 20px;
	width: 20px;
	border: 1px solid #000000;
	background-color: #C30D00;
	text-align: center;
}

.LegendCalendarNonMonthDays {
	height: 20px; 
	width: 20px; 
	border: 1px solid #000000;
	background-color: #EFD6AD;
	text-align: center;
}

.LegendCalendarToday {
	height: 20px; 
	width: 20px; 
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-align: center;
}

.LegendCalendarDays {
	height: 20px;
	width: 20px; 
	border: 1px solid #000000;
	background-color: #ceefff;
	text-align: center;
}

A.CalendarDayLinks:link 	{ display: inline; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color : #000000; text-decoration: underline; }
A.CalendarDayLinks:visited	{ display: inline; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color : #000000; text-decoration: underline; }
A.CalendarDayLinks:link:active, A.CalendarDayLinks:visited:active { display: inline; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color : #000000; text-decoration: underline; }
A.CalendarDayLinks:link:hover, A.CalendarDayLinks:visited:hover { display: inline; border: 1px dashed #8D9AB3; background-color: #FFFEC9; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color : #000000; text-decoration: underline; }

.CalendarHeaderTable { border: none; }

.CalendarHeaderTableColHeader {	border-bottom: 1px solid #000000; }

.CalendarLegendColHeader { border-bottom: 1px solid #000000; }

.CalendarLegendTableCaption {
	font-weight: 700;
	font-size: 10px;
}
	
#month-links { padding-left:140px; }	

.Form { display: inline; }

.Form-Container {
	padding: 5px 5px 5px 5px;
	text-align: left;
	}
	
.Form-Fieldset {
	margin: 5px;
	padding: 8px;
	border: 1px solid #000000;
	width: 520px;
}

.Form-Fieldset-Legend {
	display: block;
	background-color: #050156;
	border: 1px solid #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #FFFFFF;
	text-align:center;
	padding:1px 1px 1px 1px;
	width:200px;
}
.FormField-Container {
	margin: 5px;
	padding: 5px;
	background-color: #DEDEDE;
	border: 1px solid #000000;
	width: 500px;
}

.Form-Label {
	font: 12px Verdana, sans-serif;
	font-weight: bold;
	color: #0B1B51;
}

.Form-Text, .Form-SelectBox, .Form-TextArea { background-color: #FFFFFF; }

.Form-Button-Container {
	display: inline;
	padding: 3px 3px 3px 3px;
}

.Form-Button { cursor: pointer; }

.Form-LinkButton {
	display: block;
	width: 6.5em;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	background-color:#E6E6DC;
	border-style: solid;
	border-width: 1px;
	border-color: #B0ACFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
	vertical-align: 25%;
	cursor: pointer;
}

.grayText { color: #7B7B7B; }