﻿html, body, table, input, select, textarea {font: 10pt Verdana}
body {margin: 0px}
a {color: blue; text-decoration: none}
a:hover {color: red; text-decoration: underline}

.MenuBar {background-color: Red; color: White; width:100%; float:left; clear:both; font-size: 10pt }
.MenuBar a {font-weight: bold; color: #ffffdd}
.MenuBar a:hover {color: skyblue}
.MenuItem {float: left; margin: 3px}

.Label {font-weight: bold}
.ErrorLabel, .Error {background-color: #ffffcc; border: solid 1px red; margin: 2px; padding: 5px}


.LogEntry {margin-bottom: 5px; padding-top: 4px}
.LogEntry .Name {border-bottom: 1px solid gray;}
.LogEntry .Text {font-size:x-small; margin: 5px; padding: 0px; white-space:normal; color: Gray }
.ThisCrew .Text {color: Black; font-size: small}

