body, table, input
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}
body
{
  /*background-color: #EEEDED;*/
  background-color: #EEEDED;
  margin-top: 0px;
  margin-left: 0px;
}

table.Main
{
  background-color: White;
}

table.Menu, .btn
{
  border-top: 1px solid #A5A5A7;
  border-bottom: 1px solid #A5A5A7;
  background-color: #EAEBED;
}

td.MenuItem, td.SelectedItem
{
  padding-left: 25px;
  padding-right: 25px;
  border-right: 1px solid #A5A5A7;
  font-size: 10pt;
}
.TableHeader
{
  font-weight: bold;
  border-bottom: 1px solid #EAEBED;
}

.TableHeaderWithPadding
{
  padding-top: 20px;
  font-weight: bold;
  border-bottom: 1px solid #A5A5A7;
}

td.SelectedItem
{
  background-image: url(Images/selected.gif);
}

td.Menu, td.Content, td.Footer
{
  padding: 20px;
}
td.Content
{
  padding-left: 40px;
}
td.Menu
{
  padding-bottom: 0px;
}
td.Menu
{
  height: 80px;
}

a.Selected
{
  font-size: 10pt;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

a.Menu
{
  font-size: 10pt;
  font-weight: bold;
  color: #77787A;
  text-decoration: none;
}

a.Menu:hover 
{
	color: Black;
} 

.Label
{
  font-weight: bold;
  font-size: 9pt;
}

.Textbox
{
  width: 290px;
}

.TextboxSmall
{
  width: 35px;
}
.Bold
{
	font-weight: bold;
}
.Button
{
  width: 90px;  
}

ul
{
	list-style-type: none;
	margin-left: 20px;
	line-height: 15px;
}

.loginBox
{
    float: right;
}

.loginBox input
{
    border: solid 1px black;
}

.highlight
{
    background: red;    
}