@charset "utf-8";

.capitalize { text-transform:capitalize; }

.uppercase { text-transform:uppercase; }

.title_reservation { font-weight:bold; font-family:Tahoma, Geneva, sans-serif; font-size:14px; color:#990000; }

.title_tips { font-weight:bold; font-family:Tahoma, Geneva, sans-serif; font-size:16px; color:#090865; }

.text_tips { font-weight:bold; font-family:Tahoma, Geneva, sans-serif; font-size:13px; color:#222222; }

.title_reservation_table { font-weight:bold; font-size:12px; color:#0e2350; }

.whatsthis a:link { font-size:10px; color:#222222; }
.whatsthis a:visited { font-size:10px; color:#222222; }
.whatsthis a:hover { font-size:10px; color:#00F; }

a:link {
	color:#000000;
	text-decoration:none;
	}
a:visited {
	color:#000000;
	text-decoration:none;
	}
a:hover {
	color:#0e2350;
	text-decoration:none;
	}


#corner {
	position:absolute;
	width: 40px;
	height: 40px;
	z-index: 99;
	left: 5px;
	top: 5px;
}




.CommonText {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
img.centeredborder {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: solid;
	border-color: #FFFFFF;
	border-width: 1px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.left {
	display: block;
	margin-right: auto;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.right {
	display: block;
	margin-left: auto;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ServiceName {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.CopyrightInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.TextboxLook {
	border: 1px solid #333333;
	font-family: Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
table {
	margin: auto;
	text-align: center;
}
.trbgcolor {
	background-color: #F1F2F4;
}