@charset "utf-8";
/* CSS Document */
.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
}

.para {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#livesearch {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.footer {
	font-size:9px ;
	font-family:Arial;
	color:#FFFFFF;
	text-decoration:none;
}	

.menu {
	font-size:11px;
	font-family:Arial;
	color:#666666;
	text-decoration:none;
}

.footer p {
	margin: 0;
	padding: 10px 0;
	font-size:9px ;
	font-family:Arial;
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:link {
	text-decoration:none;
	color:#FFFFFF;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 15%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 6px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

a:link {
	color:#666666;
}

a:visited {
	color:#666666;
}

a:hover {
	color:#666666;
}

a:active {
	color:#666666;
}
.container {
	width: 100%;
	height: 100%;
}
