html,
body {
    font-family: "Trebuchet MS", serif;
	font-size: 12px;
    margin: 25px 10px;
}

#control {
 			position: absolute;
 			left: 760px;
 			top: 52px;
}

#control select {
    font-family: monospace;
}

#communication table {
	width: 700px;
	margin: 0;
}

#communication {
    position: absolute;
    top: 80px;
    left: 24px;
}

#statistics {
    width: 190px;
}

#statistics tr:hover {
    background-color: white;
}

#statistics tr {
    border: none;
    text-align: center;
}

			#statistics tr *:first-child {
	text-align: left;
}

h1 {
    margin: 0 0 1em 0;
    padding: 0;
    position: absolute;
    font-size: 46px;
    font-family: Georgia, serif;
 			font-style: italic;
 			font-weight: normal;
 			top: 5px;
 			left: 25px;
}

h2 {
    margin-top: 30px;
    border-bottom: 3px solid black;
}

table tbody td {
    padding: 0 12px;
}

table {
    margin-bottom: 3em;
    border-collapse: collapse;
}

tbody tr:hover {
	background-color: #eee;
	color: black;
}

#communication tbody tr {
    border-bottom: 1px solid #aaa;
    cursor: pointer;
}

thead tr {
    border-bottom: 3px solid black;
}

thead {
    font-size: 150%;
    font-weight: bold;
}
em {
    font-style: normal;
    font-weight: bold;
}

tbody tr.hiddable {
    display: none;
    cursor: default;
    background-color: #ffe;
    vertical-align: top;
}

tbody tr.hiddable:hover {
    background-color: #ffe;
}

table tbody tr.selected:hover {
 			background-color: green;
 			color: white;
}
tbody tr.selected {
    background-color: #090;
    border-bottom: 1px solid #ffe;
    font-weight: bold;
    color: white;
}

.ok {
	color: green;
	font-weight: bold;
}
