body {
	margin: 0;
	padding: 0;
	font: medium Arial, Helvetica, sans-serif;
}
#header {
	padding: 0.6em 0;
	text-align: center;
}
#content {
	width: 60em;
	margin: 0.5em auto;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#blanket {
	opacity:0.5;
	filter:alpha(opacity=50);
	position:fixed;
	z-index: 2;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #444444;
	background-image: url(tekk.png);
	display: none;
}
#datepopuplayer, #textpopuplayer, #onelinepopuplayer, #messagepopuplayer, #rehearsalspopuplayer {
	position: fixed;
	z-index: 3;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
}
#datedistance, #textdistance, #onelinedistance, #messagedistance, #rehearsalsdistance {
	width:1px;
	height:50%;
	margin-bottom:-2em;
	float:left;
}
#datepopup, #textpopup, #onelinepopup, #messagepopup, #rehearsalspopup {
	clear: left;
	width: 25em;
	margin: 0 auto;
	position: relative;
	padding: 1em;
	text-align: center;
}
#messagepopup {
	text-align: left;
	font-weight: bold;
}
#closemessage, #closedate, #closeline, #closedata, #closerehearsals {
	position: absolute;
	top: 0.2em;
	right: 0.2em;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 20px;
}
#rehearsalsdistance { 
	margin-bottom:-15em;
}
#textdistance { 
	margin-bottom:-8.1em;
}
#onelinedistance, #messagedistance { 
	margin-bottom:-4.7em;
}
#textpopup, #onelinepopup {
	width: 40.5em;
}
.fdata {
	text-align: left;
	display: inline-block;
}
.fdata p {
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
#menu {
	font-weight: bold;
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu > li {
	position: relative;
	margin-right: 0.5em;
	margin-left: 0.5em;
	display: inline;
}
#menu a {
	display: inline-block;
	padding: 0 0.3em;
}
#menu ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	left: 0;
	top: 1.1em;
}
#menu ul li {
	padding: 0;
	margin: 0;
	text-align: left;
}
#menu ul a {
	display: block;
}
#menu li:hover ul {
	display: block;
}
h1 {
	margin: 0;
	padding: 0.5em 0 0;
	font-size: x-large;
}
table {
	width: 100%;
	border-collapse: collapse;
}
td, th {
	border: 1px solid #000000;
	padding: 0.5em;
}
th {
	text-align: left;
}
#formrehtab td {
	border: 0;
}
input[type="checkbox"] {
	height: 0.9em;
	width: 0.9em;
}
input, textarea {
	margin: 0.4em 0;
	white-space: pre;
	font: smaller "Courier New", Courier, monospace;
}
button, select {
	margin: 0.4em 0;
	font-size: smaller;
}
td input, td select, td button, .fdata  select {
	margin: 0;
}
.data {
	white-space: pre-wrap;
	font-family: "Courier New", Courier, monospace;
}
#chat p {
	margin: 0;
	font-family: "Courier New", Courier, monospace;
}
#chat .suggestion {
	margin-left: 3em;
}
#changes th, #changes td, #list th, #list td  {
	font-size: smaller;
}
#changes button, #changes select, #notes textarea {
	font-size: inherit;
}
#concert th {
	width: 9.5em;
}
#person th {
	width: 12em;
}
#options th {
	width: 7em;
}
.buttons {
	margin-top: 0.5em;
}
#notes {
	text-align: center;
}
#newconcert {
	margin-top: 2.5em;
}