@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #333;
}

#wrapper {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header{
	margin-top: 20px;
	font-family: Garamond, Georgia, "Times New Roman", serif;
}
#header #name {
	float: left;
	width: 75%;
	color: #389EFF;
}
#header #address {
	float: right;
	width: 25%;
}

h1 { font-size: 2em; margin: .67em 0; }
h2 { font-size: 1.5em; margin: .75em 0; }
h3 { font-size: 1.17em; margin: .83em 0; }
h4 { font-size: 1.0em; margin: 1.12em 0; }
h5 { font-size: .83em; margin: 1.5em 0; }
h6 { font-size: .75em; margin: 1.67em 0; }

p, address, td, li  { font-size:0.875em; }
code {font-size: 1.12em; background: #000; color: #fff; padding: 2px; }
p, ul { margin: 1.12em 0; }

a {color: #389EFF;}
a:hover {text-decoration: none;}

h1, h4 {
	text-transform:uppercase;
}

h4 {
	font-weight: normal;
	border-bottom: 1px solid #333;
	margin-top: 2em;
}

h5 {
	border-bottom: 1px dotted #333;
	margin-top: 2em;
}

table {
    margin: 0 1.5%;
	width: 97%;
	border-spacing: 0px;
	border-collapse: collapse;
}

table th { font-size: .75em; margin: 1.12em 0; }

ul {
	list-style-type: bullet;
	margin-left: 3%;
	list-style-position: inside;
	padding: 0;
}

ul#menu {
	list-style: none;
	margin: 0;
	padding: 20px 0 0 10px;
}

ul#menu li {
	display:inline;
	float: left;
	border: 1px solid #333;
	border-bottom-width: 0;
	margin: 0 0.5em 0 0;
}

ul#menu li#selected {
	position: relative;
	top: 1px;
	background: white;
}

ul#menu li a {
	display:block;
	padding: 4px 10px;
	text-decoration: none;
	outline: none;
}

ul#menu li#selected a {
	color: #333;
}

#content {
	clear:both;
	border-top: 1px solid #333;
	padding-top: 20px;
}

table#demoSched col.timeColumn, table#demoSched th {
	background: #92C9FF;
	width: 120px;
}

table#demoSched th, table#demoSched td{
	border: 1px solid #125DA6;
	text-align: center;
}

table#legend { margin-top: 30px; }

td.available { border: 1px solid #125DA6; background: #FFC0CB; }
td.unavailable { border: 1px solid #125DA6; }

table#legend tr td {
	width: 15%;
	text-align: center;
}
