@charset "utf-8";
@import url("../webfonts/DejaVuSans_ExtraLight/stylesheet.css");
.intro {
	height: auto;
	width: 100%;
	background-color: #FFF;
}
.introbutt {
	height: auto;
	width: 77px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* The Overlay (background) */
.overlay {
	/* Height & width depends on how you want to reveal the overlay (see JS below) */    
	height: 100%;
	width: 0;
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	background-color: rgb(0,0,0); /* Black fallback color */
	background-color: rgba(0,0,0, 0.8); /* Black w/opacity */
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: all 0.5s ease 0s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

/* Position the content inside the overlay */
.overlay-content {
	position: relative;
	top: 10%; /* 25% from the top */
	width: 100%; /* 100% width */
	text-align: left; /* Centered text/links */
	margin-top: 30px;
	padding-left: 10px;
}

/* The navigation links inside the overlay */
.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 14px;
	color: #ABABAB;
	display: block; /* Display block instead of inline */
	transition: 0.3s; /* Transition effects on hover (color) */
	font-family: "DejaVuSans ExtraLight";
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
	position: absolute;
	top: 10px;
	right: 45px;
	font-size: 50px;
	font-family: "DejaVuSans ExtraLight";
}
@font-face {
	font-family: 'DejaVuSans Oblique';
	src: url('../webfonts/DejaVuSans_Oblique/DejaVuSansCondensed.ttf') format('truetype');
}@font-face {
	font-family: 'Kalinga';
	src: url('../webfonts/Kalinga/Kalinga.eot');
	src: url('../webfonts/Kalinga/Kalinga.eot?#iefix') format('embedded-opentype'),
url('../webfonts/Kalinga/Kalinga.woff') format('woff'),
url('../webfonts/Kalinga/Kalinga.ttf') format('truetype');
}@font-face {
	font-family: 'tuesday';
	src: url('../webfonts/tuesday/tuesday.ttf') format('truetype');
}@font-face {
	font-family: 'DejaVuSans ExtraLight';
	src: url('../webfonts/DejaVuSans_ExtraLight/DejaVuSans-ExtraLight.ttf') format('truetype');
}.searchbox {
	font-family: "DejaVuSans Oblique";
	font-size: 14px;
	color: #333;
	border-radius: 6px;
	background-color: #EAEAEA;
	border: 1px solid #D6D6D6;
	text-align: center;
	padding: 15px;
}
.content {
}
.headd1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#apDiv1 {
	position: absolute;
	width: 200px;
	height: 115px;
	z-index: 1;
	background-color: #4F4F4F;
}
.topbox {
	height: auto;
	width: 100%;
	background-attachment: fixed;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #900;
}
.station {
	font-family: "DejaVuSans ExtraLight";
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.formbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	border-radius: 15px;
	background-color: #E8E8E8;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	border: 1px solid #F3F3F3;
}
.formtext {
	font-family: "DejaVuSans ExtraLight";
	font-size: 14px;
	color: #333;
	letter-spacing: -1px;
}
.introsearch {
	background-color: #FAFAFA;
	height: 40px;
	border: 1px solid #CCC;
	border-radius: 2px;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
	font-family: "DejaVuSans Oblique";
	font-size: 16px;
	color: #333;
}
.headd2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #666666;
	letter-spacing: normal;
}
.searchresult2 {
	background-color: #DFDFDF;
	height: 460px;
	width: 100%;
}
.avail {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #AB0002;
	text-decoration: blink;
}
.viewstat {
	height: 480px;
	width: 100%;
	overflow: auto;
}
.bfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.searchfonter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.resulttable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
