﻿table, tr, td
{
	margin: 0;
	padding: 0;
	border: 0;
}

table.searchResults
{
	border: solid 2px white;
	border-right-style: none;
	border-bottom-style: none;
	border-collapse: collapse;
	margin: 10px;
}

table.searchResults th
{
	border: solid 2px white;
	border-left-style: none;
	border-top-style: none;
	background-color: #83DEE2;
	color: White;
	padding: 4px 5px;
}

table.searchResults td
{
	border: solid 2px white;
	border-left-style: none;
	border-top-style: none;
	background-color: #ddd;
	font-weight: bold;
	padding: 1px 5px;
}

form
{
	margin: 10px 0;
	padding: 0;
}

fieldset
{
	border: 0px dashed #0079C2;
	margin: 0px 0px 0px 10px;
	padding: 10px 10px 10px 10px;
	background-color: #0079C2;
}

fieldset h1, fieldset p
{
	color: White;
}

fieldset label
{
	color: White;
	float: left;
	width: 180px;
	margin: 7px 15px 0px 0px;
}

legend
{
	color: White;
	background-color: #0079C2;
	padding: 4px 10px;
	margin-left: -15px;
	font-weight: bold;
}

fieldset.searchFields
{
	width: 210px;
	height: 146px;
}
html>body fieldset.searchFields
{
	margin: inherit 10px;
	width: auto;
	height: 120px;
}

fieldset.searchFields label
{
	margin: 0px 15px 0px 0px;
	width: 170px;
}

fieldset.searchFields .narrow, .narrow
{
	width: 95px;
}

select, input, button, textarea
{
	margin: 4px 0px 3px 0px;
	padding: 0;
}
input[type="checkbox"]
{
	margin: 7px 0px;
}

input[type="submit"], button, input[type="image"]
{
	height: auto;
}

textarea
{
	height: 100px;
	width: 400px;
}

.error, .validation-advice, .mandatory
{
	color: #FF0000;
}

.label
{
	font-weight: bold;
}

.spacer
{
	padding-top: 15px;
}

.beginline
{
	clear: left;
}

#systemWorking
{
	position: absolute;
	padding: 5px;
	top: 50px;
	left: 0px;
	background-color: #FFFF00;
}

#header
{
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
}

#emailPreviewFrame
{
	border: 1px solid #0079C2;
	width: 620px;
	height: 835px;
	margin: 15px;
}

#caldiv
{
	position: absolute;
	background-color: #83DEE2;
}

#caldiv a
{
	background-color: #83DEE2;
}

.cpBorder
{
	border-width: 1px;
	padding: 0px;
	margin: 0px;
}
.cpDayColumnHeader, .cpMonthNavigation, .cpYearNavigation, .cpTodayText, .cpCurrentDate
{
	background-color: #83DEE2;
}
.cpMonthNavigation, .cpDayColumnHeader, .cpCurrentDate, .cpCurrentMonthDate, .cpOtherMonthDate
{
	font-size: 12px;
}
.cpOtherMonthDate
{
	color: #999999;
}
#departureDateClear
{
	vertical-align: middle;
}