/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-position: top;
	background-color: #EBEBEB;
	line-height: 18px;	
}

   #apDiv1 {
	position:relative;
	width:828px;
	height:auto;
	z-index: 10;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
}
.Layout #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../Layout/Admin/LayoutBodyRepeat.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.Layout #header {
	background-color: #ebebeb;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 98px;
	background-position: left;
	margin: 0px;
	text-align: left;
}
.Layout #mainContent {
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 30px;
	padding-left: 40px;
}
.Layout #footer {
	background-color: #ebebeb;
	background-image: url(../Layout/Admin/LayoutFooter.jpg);
	height: 11px;
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.Layout #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.Layout #FooterText {
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #ebebeb;
}.TextBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 18px;
}.TextBookings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 14px;
}
.TextBodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.TextBodyBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	line-height: 30px;
}
.TextRecordPagingFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F4970B;
	margin-right: 2px;
	margin-left: 15px;
}
.TextField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	border: 1px solid #CCCCCC;
}
.TextFieldNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FE9900;
	line-height: 15px;
}
.TextFieldBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	border: 1px solid #CCCCCC;
}
.TextBodyTabIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 21px;
}
.TextBodyBigOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FE9E0C;
	line-height: 30px;
	padding-top: 10px;
}
.TextBodyBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.TextBodyMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: 26px;
}
.TextFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 16px;
}
.TextBodyOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFA113;
	line-height: 15px;
}
.TextBodyGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #339900;
	line-height: 15px;
}
.TextBodyMedOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #FE9E0C;
	line-height: 30px;
	padding-top: 10px;
}
.TextBodyMed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #666666;
	line-height: 30px;
}
.TextBodyRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	line-height: 15px;
}
a:hover {
	text-decoration: none;
	color: #E49433;
}
.TextBodySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
}
.TextBodyTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 15px;
}
