/* TCS CSS Styling. Copyright Fuzed Design 2007. */

html, body {
	height: 100%;
}
body {
	background-color: #fff;
	background-image: url(/assets/images/bg.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	letter-spacing: 1px;
}
a {
	color: #666;
	text-decoration: none;
	padding: 1px 0;
	border-bottom: 1px dotted #888;
}
a:hover {
	background-color: #333;
	border: none;
	color: #fff;
}
#wrapper {
	position: relative;
	width: 780px;
	min-height: 500px;
	margin: -250px auto 0 auto;
	top: 45%;
	background-color: white;
	border: 4px solid #999;
}
.clear {
	clear: both;
}
#logo {
	width: 677px;
	height: 113px;
	margin: 0;
	background-image: url(/assets/images/logo.gif);
	background-repeat: no-repeat;
}
#logo-bookings {
	width: 677px;
	height: 113px;
	margin: 0;
	background-image: url(/assets/images/logo-bookings.gif);
	background-repeat: no-repeat;
}
#main-holder {
	float: right;
	width: 510px;
	min-height: 360px;
	margin: 0 20px 15px 0;
	letter-spacing: normal;
	padding: 0 0 0 25px;
	border-left: 3px double #333;
}
h1 {
	margin: 0 0 10px 0;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #bbb;
	background: #f0f0f0;
	color: #444;
	font-weight: normal;
	font-size: 20px;
	font-family: Arial, Verdana, sans-serif;
	letter-spacing: normal;
}
h2 {
	margin: 0;
	padding: 0;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.center-heading {
	margin-top:15px; 
	text-align:center;
	font-size: 14px; 
	font-weight:bold;
}
.float-right {
	float: right;
	margin: 0 0 10px 10px;
	border: 4px solid #888;
	padding: 2px;
}
.no-link-effect a {
	border: none;
	text-decoration: none;
	background: none;
}
.no-link-effect a:hover {
	border: none;
	text-decoration: none;
	background: none;
} 
#footer {
	float: right;
	margin: 0 20px 20px 0;
	color: #888;
	font-size: 11px;
	letter-spacing: normal;
}
#footer a {
	color: #888;
}
table tr td {
	height: 36px;
}
input, select { font: 11px Arial, Helvetica, sans-serif; padding: 2px; }
select { padding: 1px; }
blockquote.file {
	width: 80%;
	margin: 10px 25px; padding: 10px; padding-left: 60px;
	background: #ddd url(/assets/images/pdf.gif) no-repeat 20px;
	border: 1px solid #888;
}
blockquote.msword {
	background: #ddd url(/assets/images/msword.gif) no-repeat 20px 20px;
}
#flash { 
	text-align: center;
	font-size: 12px; font-weight: bold;
	z-index: 101;
	padding: 5px;
	width: 90%; line-height: 30px;
	margin: 10px auto;
}
.error { background: #933; color: #fff; }
.ok { background: #393; color: #fff; }
#flash ul { list-style: none; margin: 0; padding: 0; }
#flash ul li { list-style: none; margin: 0; padding: 0; color: #fff; }
