body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.LoginTitle
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #323232;
}

.LoginLabels
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.HelpLink
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Gray;
}

.CloseLink
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
}

.HelpTitle
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
}

.HelpText
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
}

.GridTitle
{
	font-size: 12pt;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: White;
}

.GridHeading
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: White;
}

.GridData
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.DetailHeading
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}

.DetailData
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color: white;
}

.AgencyName
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
}

.AgencyAddress
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.BookingInstructions
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.TravelFolder
{
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial;
}


.WelcomeMessage
{
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
}

.RegistrationComplete
{
	font-weight: Bold;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.RegistrationCompleteMessage
{
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Table
{
	border: thin solid LightGrey;
	border-collapse: collapse;
	border-width: 1;
	padding: 1;
	
}



/* New styles used from FlightScanner for popup calendar control in FindBooking.aspx */

.cTodayDayStyle
{
	color: Black;
	background-color: white;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial;
}


.cTodayDayStyle:hover
{
	color:white;
	background-color: Black;
	font-size: 8pt;
	font-family: Arial;
}

.cSelectedDateStyle
{
	color: Silver;
	background-color: white;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial;
}


.cSelectedDateStyle:hover
{
	color: white;
	background-color: Silver;
	font-size: 8pt;
	font-family: Arial;
}

.cGoToTodayStyle
{
	color: white;
	background-color: gray;
	font-size: 8pt;
	font-family: Arial;
}
.cGoToTodayStyle:hover
{
	color: Silver;
	font-size: 8pt;
	font-family: Arial;
}

.cWeekendStyle
{
	color: white;
	background-color: Silver;
	font-size: 8pt;
	font-family: Arial;
}

.cWeekendStyle:hover
{
	color: Silver;
	background: white;
	font-size: 8pt;
	font-family: Arial;
}

.cMonthHeaderStyle
{
	color: gray;
	background-color: white;
	font-size: 8pt;
	font-family: Arial;
}

.cMonthHeaderStyle:hover
{
	color: white;
	background-color: gray;
	font-size: 8pt;
	font-family: Arial;
}

.cOffMonthStyle
{
	color: white;
	background-color: gainsboro;
	font-size: 8pt;
	font-family: Arial;
}

.cOffMonthStyle:hover
{
	color: gainsboro;
	background-color: white;
	font-size: 8pt;
	font-family: Arial;
}

.cDayHeaderStyle
{
	color: white;
	background-color: gray;
	font-size: 8pt;
	font-family: Arial;
}

.cWeekdayStyle
{
	color: gray;
	background-color: white;
	font-size: 8pt;
	font-family: Arial;
}

.cWeekdayStyle:hover
{
	color: white;
	background-color: gray;
	font-size: 8pt;
	font-family: Arial;
}
.cAction, A.cAction:link, A.cAction:visited, A.cAction:active
{
	font-size: 8pt;
	font-weight: bold;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	font-style: normal;
	white-space: nowrap;
	text-decoration: none;
	background-color: gray;
	padding: 0px 0px 0px 0px;
}
A.cAction:hover
{
	color: 00ffcc;
}
.cActionSmall, A.cActionSmall:link, A.cActionSmall:visited, A.cActionSmall:active
{
	font-size: 8pt;
	font-weight:normal;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	font-style: normal;
	white-space: nowrap;
	text-decoration:none;
	background-color: gray;
	padding: 0px 0px 0px 0px;
}
A.cActionSmall:hover
{
	color: 00ffcc;
}
.cActionDisabled, A.cActionDisabled:link, A.cActionDisabled:visited, A.cActionDisabled:active, A.cActionDisabled:hover
{
	font-size: -2;
	font-weight: bold;
	width: 80px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	font-style: normal;
	white-space: nowrap;
	text-decoration: none;
	background-color: #999999;
	padding: 0px 0px 0px 0px;
}

.cNavTab
{
	width: 750px;
	border-bottom: thin solid ;
	border-bottom-color: LightGrey;
	border-collapse: collapse;
}

.cTab
{
	padding-right: 0px;
	margin-top: 3px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 3px;
	padding-bottom: 0px;
	color: white;
	padding-top: 0px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	background-color: Gray;
	text-decoration: none;
}


A.cTab, A.cTab:link, A.cTab:visited, A.cTab:active
{
	width: 160;
	color: white;
}

A.cTab:hover
{
	color: 00ffcc;
}

.cTabBlank
{
	border-right: 0px solid;
	border-right-color: white;	
	border-top: 0px solid;
	border-top-color: white;	
	font-weight: bold;
	border-left: 0px solid;
	border-left-color: white;	
	width: 100%;
	color: white;
	border-bottom: 0px solid;
	border-bottom-color: white;	
	white-space: nowrap;
	background-color: white;	

}

.cTabCell
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.cTabRow
{
	padding-right:0px;
	padding-left: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0px;
	border-top: solid thin LightGray;
	border-right-style: none;
	border-left: solid medium LightGray;
	border-bottom: solid thick LightGray;
}

.cTabDisabled
{
	padding-right: 0px;
	margin-top: 3px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 3px;
	padding-bottom: 0px;
	color: white;
	padding-top: 0px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	background-color: DarkGray;
	text-decoration: none;
}

A.cTabDisabled, A.cTabDisabled:link, A.cTabDisabled:visited, A.cTabDisabled:active
{
	width: 160;
	color: white;
}

A.cTabDisabled:hover
{
	color: 00ffcc;
}

.TablesEven
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color: LightGrey;
	text-align: center;
}

.TablesOdd
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color: white;
	text-align: center;
}

