body
{
  font-family: Sans,"Times New Roman",Verdana,Georgia,serif;
  font-size: 10pt;
  color: #DDDDDD;
  background: url("stars.jpg");
  background-color: #000000;
}

h1
{
  font-family: Sans,"Times New Roman",Verdana,Georgia,serif;
  font-size: 14pt;
  color: #DDDDDD;
  text-align: center;
}
table
{
	width:50%;
}

td
{
  font-family: Sans,"Times New Roman",Verdana,Georgia,serif;
  font-size: 10pt;
  color: #DDDDDD;
  vertical-align: top;
}

th
{
  font-family: Sans,"Times New Roman",Verdana,Georgia,serif;
  font-size: 10pt;
  color: #DDDDDD;
  vertical-align: top;
  text-align: center;
}


select,input,textarea,checkbox
{
  color: #FFFFFF;
  border:1px solid #00A1FF;
  background-color:#000000;
}

a { text-decoration:none;}
a:link { color: #00A1FF; }
a:visited { color: #00A1FF; }
a:hover { color: #00A1FF; }
a:active { color: #0000FF; }
a:focus { color: #0000FF; }

th.th2
{
  font-family: Sans,"Times New Roman",Verdana,Georgia,serif;
  font-size: 10pt;
  color: #DDDDDD;
  vertical-align: top;
  text-align: left;
}

tr.oddrow,td.oddcolumn,th.oddcolumn
{
	background-color:#000033;
}

tr.evenrow,td.evencolumn,th.evencolumn
{
	background-color:#000022;
}

table.shell,tr.shell,td.shell
{
  width: 100%;
  height:100%;
  vertical-align:middle;
}

table.mallet,tr.mallet,td.mallet
{
  width: 100%;
  height:95%;
  vertical-align:top;
}

p.avatar,span.avatar
{
  font-size: 7pt;
}

p.error,span.error
{
  font-size: 8pt;
  color: #FF0000;
  text-align: center;
}

span.timestamp
{
  font-size: 8pt;
  color:#FFFFFF;
}

span.prepost
{
  font-size:8pt;
  color:#000000;
  background-color:#FFFFFF;
}

span.overridehandle,span.overridedata
{

}

input.selected
{
	color:#00A1FF;
}


