#mainBody { background-color: RGB(234,240,238); background-image: none; }
#title { font-family: Arial, Lucida; font-size: 20pt; color: RGB(28,81,30); }
.myFont { font-family: Arial, Lucida; color: RGB(28,81,30); }
a:link { color: RGB(28,81,30); }
a:visited { color: RGB(28,81,30);  } /* ff honors this but IE6 doesn't */
a:hover {background-color: RGB(210,236,225); border-color: $anchorBorderColor; }
a:active {color: RGB(210,236,225)}
input[type=text]{
  font-family: Arial, Lucida;
  font-size: 9pt;
  font-weight:bold;
  background-color: RGB(210,236,225);
  border-color: RGB(234,240,238);
  border-style: inset;
  border-width: 2px;
  color: RGB(28,81,30);
}
input[type=password]{
  font-family: Arial, Lucida;
  font-size: 9pt;
  font-weight:bold;
  background-color: RGB(210,236,225);
  border-color: RGB(234,240,238);
  border-style: inset;
  border-width: 2px;
  color: RGB(28,81,30);
}
.button { background-color: RGB(234,240,238);
	color: RGB(28,81,30); 
	border-color: RGB(210,236,225);
}
.myTable { color: RGB(28,81,30) }

select{
  font-family: Arial, Lucida;
  font-size: 9pt;
  font-weight:bold;
  background-color: RGB(210,236,225);
  border-color: RGB(234,240,238);
  border-style: inset;
  border-width: 2px;
  color: RGB(28,81,30);
}

textarea{
  font-family: Arial, Lucida;
  font-size: 9pt;
  font-weight:bold;
  background-color: RGB(210,236,225);
  border-color: RGB(234,240,238);
  border-style: inset;
  border-width: 2px;
  color: RGB(28,81,30);
}

input[type=radio]{
  font-family: Arial, Lucida;
  font-size: 9pt;
  font-weight:bold;
  background-color: RGB(210,236,225);
  border-color: RGB(234,240,238);
  border-style: inset;
  border-width: 2px;
  color: RGB(28,81,30);
}
#albumListImage { visibility: hidden; }
table
{
    border-color: RGB(28,81,30);
    border-width: 0 0 1px 1px;
    /* border-style: solid; */
}


td
{
    /* border-color: RGB(28,81,30); */
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    /* background-color: RGB(234,240,238); */
}

table.borderless {
    border-color: RGB(234,240,238);
    border-style: none;
    /* border-width: thin; */
    /* background-color: RGB(234,240,238); */
}

td.borderless {
    border-color: RGB(234,240,238);
    border-style: none;
    /* border-width: thin; */
    /* background-color: RGB(234,240,238); */
}


