/* 
 * AeroWX CSS (c) 2005 Wannamaker Consulting, LLC.
 */

/*--------------------------------------------------
 * Generics
 *--------------------------------------------------*/

form {
 margin: 0;
 padding: 0;
}

/*--------------------------------------------------
 * Login form
 *--------------------------------------------------*/

div#pagetext {
  border: 1px solid black;
  margin: 20px;
  padding: 20px;
  background-color: #ffffff;
}

div#red {
  display: inline;
  color: red;
  padding: 2px;
}

div#error {
  color: red;
  font-weight: bold;
  font-size: 10pt;
}

div#help {
  font-size: 8pt;
}

li, p {
  margin: 5px;
  padding: 5px;
}

td, th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: Black;
}

body, table {
  padding: 0px 0px 0px 0px;
  border-width: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
  margin: 0px 0px 0px 0px;
}


table.data {
  border: 1px solid #000000;
}

table.data td.blue, table.data td.heavytopblue, table.data th.blue {
  color: blue;
}

table.data td.red {
  color: red;
}

table.data th.thin, table.data th.blue {
  font-weight: normal;
}

table.data td.heavytop, table.data td.heavytopblue {
  border-top-width: 2px;
}

table.data th {
  background-color: #EEEEEE;
}

table.data td, table.data th {
  padding: 2px;
  border-collapse: separate;
  border: 1px solid #898989;
  vertical-align: top;
}

table.data a:link {
  color: #3474fc;
  text-decoration: underline;
}
table.data a:visited {
  color: #336699;
  text-decoration: underline;
}

#entry {
	border: none;
	padding: 5px;
	margin: 5px;
	background-color: white;
}
#entryl {
	padding: 15px;
}
#entryr {
	padding: 15px;
	border-left: 2px solid #dddddd;
}

.submit {
	font-size: 1em;
	font-face: Arial;
}

#currenttime {
	margin-right: 10px;
	text-align: right;
  font-size: 1.5em;
}

#currenttime a:link {
  color: #3474fc;
  text-decoration: underline;
}
#currenttime a:visited {
  color: #336699;
  text-decoration: underline;
}

.id-input {
  font-size: 1em;
}


