.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: thin dotted #999999;
}
.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	height: 20px;
	width: 75px;
}
.error {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	text-transform: capitalize;
	color: #FF0000;
	text-align: center;
	text-shadow: Gray;
}
.menus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-align: center;
	border: thin dashed #999999;
	cursor: hand;
	background-color: #ccc;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ccc;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	text-decoration: none;
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	/*text-transform: uppercase;*/
	color: #666666;
	text-decoration: underline;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: thin groove #666666;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: thin groove #666666;
}
.open {
	color: #FF0000;
	text-decoration: none;
}
.list_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
.list_menu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;
}
body {
	background-attachment: fixed;
	background-image: url(img/bookingsback.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.search {
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 7px 14px;
	margin-bottom: 10px;
	font-size: 24px;
}
.search:focus {
	outline: none;
	border-color: #aaa;
}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: thin dotted #999999;
}
.list tr:nth-child(odd) {
	background-color: #FFF;
}
.list tr:nth-child(even) {
	background-color: #0FF;
}
.list tr:hover {
	background-color: #CCC;
}
.export {
	border-color: black;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	background-color: #ccc;
	color: darkblue;
}
#visitor_details {
	background-color: #ffffffbf;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	text-align: -webkit-center;
	
}
#visitor_details div {
	margin: auto 5px; 
    background-color: #caadad;
    width: 50%;
    color: #FFF;
	max-height: 600px;
    overflow: auto;
}
#close_visitor_details {
    color: #CCC;
	cursor:pointer;
}
#visitor_details td {
    color: #FFF;
}
