@charset "utf-8";
/* CSS Document */
img {
	border: 0;
}
body {
	background-color: #BBE0FF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#outer {
	width:960px;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:960px;
	height:120px;
	background-image:url('/images/header_bg.png');
	background-repeat:no-repeat;
}
#logo {
	width: 750px;
	height: 100px;
	margin:20px;
	position:absolute;
	background-image:url('/images/header.png');
	background-repeat:no-repeat;
}
#data {
	width: 200px;
	height: 100px;
	margin: 20px;
	position:absolute;
	margin-left:750px;
}
#languages_tbl {
	text-align:right;
	font-size:12px;
	margin-top: 0px;
	margin-right:20px;
}
#inner {
	background-image:url('/images/middle_bg.png');
	background-repeat:repeat-y;
}
#left {
	float: left;
	width:200px;
	height:400px; /* not needed */
}
#menu {
	margin-bottom:20px;	
	margin-top:-10px;
	margin-left:10px;
	margin-right:10px;
}
#menu ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#menu li {
	background-image:url(/images/button.png);
	background-repeat: no-repeat;
	padding: 1px;
	height:50px;
	margin: 0 0 -8px 0;	
	font-weight:bold;	
}
#menu li:hover {
	background-image:url(/images/button_hover.png);
	background-repeat:no-repeat;
}
#menu li a {
	width:150px;
	height: 30px;
	margin: 12px 0 0 8px;
	display:block;
	padding-left: 10px;
	color:#000;
}
#info {
	font-size:12px;	
	margin-bottom:20px;	
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
}
#content {
	width:760px;
	margin-left:200px;
}
#innertop {
	width: 730px;
	height: 20px;
	background-image:url(/images/innertop_bg.png);
	background-repeat:no-repeat;
}
#inner_content {
	padding: 1px 10px;
	background-color:#D5E6FF;
	width:710px;
	min-height: 680px;
}
#innerbottom {
	width: 730px;
	height: 20px;
	background-image:url(/images/innerbottom_bg.png);
	background-repeat:no-repeat;
}
#footer {
	width:960px;
	height:110px;
	background-image:url(/images/footer_bg.png);
	background-repeat:no-repeat;
}
#about {
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 20px;
	font-size:10px;
}
#dummy {
	height:5px;
}
.line {
	height:1px;
	margin-left:15px;
	margin-right:15px;
	margin-top: 5px;
	margin-bottom: 5px;	
	background-image:url(/images/square.png);
	background-repeat:repeat-x;
}
.footerline {
	height:1px;
	margin-left:15px;
	margin-right:25px;
	margin-top: 5px;
	margin-bottom: 5px;	
	background-image:url(/images/square.png);
	background-repeat:repeat-x;
}
.pstyle {
	font-size:14px;	
}
p.pstyle a {
	text-decoration:none;
}
p.pstyle a:link {
	color:#000000;
}
p.pstyle a:visited {
	color:#000000;
}
p.pstyle a:active {
	color:#000000;
}
.imgstyle {
	width: 160px;
	height: 120px;
	border:#000 solid 1px;	
}
.infodiv
{
	position:relative;
	top: -125px;
	left: 0px;
	width:150px;
	height:60px;
	margin-bottom:-74px;
	padding: 0px;
	border: #000000 1px solid;
	background-image:url('/images/transsquare50.png');
	background-repeat:repeat;
	font-size:10pt;
	visibility:hidden;
}
.infodiv_content {
	width: 150px;
	height: 100%;
	vertical-align:middle;
	margin: 0px;
	display: table-cell;
	border: 1px solid #000;
}
	
.infodiv a {
	color:#000000;
	text-decoration:none;
}
.infodiv a:link{
	color: #000000;
}
.infodiv a:visited{
	color: #000000;
}
.infodiv a:active{
	color: #000000;
}
h1 {
	margin: 2px 10px;
	text-align: center;
	font-size: 1.8em;
}
#buslist {
	list-style: none;
	margin: 0;
	padding: 0;
}
#buslist a{
	text-decoration: none;
	color: #000;
}
#buslist li{
	text-align: center;
	float: left;
	display: block;
	width: 220px;
	height: 200px;
	margin: 0;
	padding: 0;
	position: relative;
}
#buslist li img {
	display: block;
	margin: 10px auto;
}
#buslist li .hover {
	font-size: 0.8em;
	background: #ddd;
	width: 140px;
/*	height: 100px;*/
	position: absolute;
	top: 20px;
	left: 38px;
	border: 1px solid black;
	text-align: center;
	display: block;
	display: none;
	color: #000;
}
#buslist li:hover .hover {
	display: block;
}
#buslist img.sold {
	position: absolute;
	top: 0;
	left: 28px;
}
#imgbig {
	display: block;
	max-width: 500px;
	max-height: 500px;
	margin: 5px auto;
}
.imgsmall {
	max-width: 80px;
	max-height: 80px;
	margin: 5px;
}
dt {
	font-weight: bold;
}
#imgbigdiv {
	float: left;
	width: 500px;
	max-height: 500px;
}
#imgsmalldiv {
	float: right;
	width: 200px;
}
iframe {
	border: 0;
	width: 100%;
	min-height: 800px;
}
#occasion_content {
	font-family: verdana;
	width: 940px;
	border: 0;
	font-size: 0.8em;
	margin-top: -2px;
}
#occasion_content table {
	width: 100%;
	padding: 0;
	padding: 0;
	margin: 0;
	border-collapse:collapse;
}
#occasion_content strong {
	font-size: 1em;
	
}
#occasion_content table thead tr, #occasion_content thead  th{
	background: orange;
}
#occasion_content td,
#occasion_content th {
	padding: 2px 5px;
	text-align: center;
}
#occasion_content td {
	vertical-align: top;
}
#occasion_content td.odd {
	background: #eee;
}
#occasion_content td.even {
	background: #bdf;
}
#occasion_content td.bus-name {
	text-align: left;
}

#invite img{
	border: 2px solid #f00;
}
.moving-message {
	border: 2px solid #00f;
	text-align: center;
	font-size: 1.2em;
	background: #fff;
	padding: 10px;
	font-weight: bold;
}