body {
	background-color: #000;
	background-image: url('../images/bg.png');
	background-attachment: fixed;
	background-position: center center;
	background-repeat: repeat;
	background-size: cover;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	font-family: arial;
	font-size: 120%;
	margin: 0px 0px 0px 0px;
	text-shadow: 1px 1px 1px #000;
}
header {
	top: 0;
	left: 0;
	position: fixed;
	height: 185px;
	width: 100%;
	z-index: 3;
}
article {
	color: #FFF;
	margin: 185px 0px 30px 0px;
	z-index: 1;
}
footer {
	background-color: #000;
	background-image: url('../images/bg.png');
	background-attachment: fixed;
	background-position: center center;
	background-repeat: repeat;
	background-size: cover;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 1;
}
footer a {
	color: #CCC;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}

a {
	text-decoration: none;
}

a[href^="tel:"] {
	color: #CCC;
	text-decoration: none;
}

h1,h2,h3 {
	margin: 0px;
}

pre {
	color: #CCC;
}

div {
	background: #E2E5F6;
	border-radius: 3px;
	color: #000;
	padding: 0px 10px;
	border: 1px solid #A7A7A7;
	margin: 0 0 1px 0;
	width: 348px;
}

div table {
	width: 348px;
}

section table caption {
	color: #FFF;
}
section table thead {
	background-color: #369;
	color: #FFF;
	position: sticky;
}
section table thead tr {
	background-color: #369;
	color: #FFF;
	position: sticky;
}
section table thead tr th {
	background-color: #369;
	color: #FFF;
	position: sticky;
}
section table tfoot {
	background-color: #369;
	color: #FFF;
}
section table thead tr th {
	border-collapse: collapse;
	border: 2px solid #369;
}

section table tbody tr th {
	background-color: #369;
	color: #FFF;
}
section table tbody tr td {
	white-space: nowrap;
}
section form table tbody tr tH {
	font-size: 24px;
}
section form table tbody tr td input {
	font-size: 24px;
}
section table tbody tr:nth-child(even) {
	background-color: #CEC;
	color: #000;
}
section table tbody tr:nth-child(odd) {
	background-color: #EEC;
	color: #000;
}
section table tbody tr:hover {
	background-color: #FF0;
	color: #000;
	cursor: pointer;
}
section table tbody tr:active {
	background-color: #F00;
	color: #FFF;
	cursor: pointer;
}
form table tbody tr th {
	background-color: #369;
	color: #FFF;
	text-align: left;
}
form table tfoot tr td {
	background-color: #000;
	color: #FFF;
	text-align: left;
}
form table tr td input {
	width: 100%;
}

#next {background-color:#090; color:#FFF; height:40px; width:60px;; font-size:120%;}
#prev {background-color:#F90; color:#FFF; height:40px; width:60px;; font-size:120%;}

#cancel {background-color:#00C; color:#FFF; height:40px; width:86px;}
#clear  {background-color:#90C; color:#FFF; height:40px; width:86px;}
#delete {background-color:#C00; color:#FFF; height:40px; width:86px;}
#insert {background-color:#090; color:#FFF; height:40px; width:86px;}
#update {background-color:#C60; color:#FFF; height:40px; width:360px; font-size:120%;}
#confirm{background-color:#900; color:#FFF; height:40px; width:360px; font-size:120%;}
#undelete{background-color:#090; color:#FFF; height:40px; width:360px; font-size:120%;}
#remove {background-color:#C00; color:#FFF; height:40px; width:86px;}

.past {background-color:#CCC;}

#request {background-color:#F90; color:#FFF; font-size:120%; height:40px; width:300px;}
#check   {background-color:#909; color:#FFF; font-size:120%; height:40px; width:300px;}

#requests {background-color:#F90; color:#FFF; font-size:120%; height:40px; width:300px;}
#allappts {background-color:#099; color:#FFF; font-size:120%; height:40px; width:300px;}
#appointments {background-color:#090; color:#FFF; font-size:120%; height:40px; width:300px;}
#schedule {background-color:#C0C; color:#FFF; font-size:120%; height:40px; width:300px;}
#deleted {background-color:#C00; color:#FFF; font-size:120%; height:40px; width:300px;}

#customers {background-color:#00C; color:#FFF; font-size:120%; height:40px; width:300px;}
#traffic   {background-color:#0CC; color:#FFF; font-size:120%; height:40px; width:300px;}

#book {background-color:#369; color:#FFF; font-size:120%; height:40px; width:300px;}
