body {background-color: #eeeeee; color: #1A1A1A; margin: 8px; font-family: verdana, arial; font-size: 10pt; overflow-y: scroll;}

.smalltext {
  font-family: verdana, arial;
  font-size: 8pt;
}

a {color: blue; text-decoration: none}
a:link {color: blue; text-decoration: none}
a:hover {color: blue; text-decoration: underline}
a:visited {color: blue; text-decoration: none}

td {font-family: verdana, arial; font-size: 10pt;}
th {font-family: verdana, arial; font-size: 10pt;}

div.menubutton {background:#AA7E7E;color:777777;border: 1px solid; border-radius: 7px; text-align:center; font-size:12pt;font-family:arial;margin-bottom:5px;padding:2px}
div.menubutton a {color: white; text-decoration: none}
div.menubutton a:link {color: white; text-decoration: none}
div.menubutton a:hover {color: white; text-decoration: none}
div.menubutton a:visited {color: white; text-decoration: none}

div.menu { background-color: #ffdddd; padding: 10px 5px 10px 5px; border: 1px solid; border-radius:10px; }
div.loginmenu      { margin-bottom:2px; background-color:#ffbbbb; font-family: verdana, arial; font-size:8pt; text-align:center}
div.loginmenutitle { margin-bottom:2px; border-top: 1px solid; border-bottom: 1px solid; background-color:#ffaaaa; font-family: verdana, arial; font-size:8pt; text-align:center}

div.title {
  background-color: #ddddff; color: #2A2A2A;
  text-align: right; font-family: impact, arial; font-size: 20pt;
  border: 1px solid; border-radius: 10px;
}

div.main {
  background-color: #ffffff;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  border: 1px solid; border-radius: 10px;
}

div.footer {
  background-color: #ddddff;
  font-size: 8pt;
  margin-top: 5px;
  padding: 5px 10px 5px 10px;
  border: 1px solid; border-radius: 10px;
}

tr.generallistheadline {background-color: #dddddd}
tr.generallistoddline  {background-color: #ffffff}
tr.generallistevenline {background-color: #eeeeee}
td.generallistcell     {font-family: verdana, arial; font-size: 8pt; padding-left: 4px; padding-right: 4px}

tr.soundpatchlistheadline {background-color: #dddddd}
tr.soundpatchlistoddline  {background-color: #ddddff}
tr.soundpatchlistevenline {background-color: #ffffff}
td.soundpatchlistcell     {font-family: verdana, arial; font-size: 8pt; padding-left: 2px; padding-right: 2px}
th.soundpatchlistcell     {font-family: verdana, arial; font-size: 8pt}

tr.acemidilistheadline {background-color: #dddddd}
tr.acemidilistoddline  {background-color: #ddddff}
tr.acemidilistevenline {background-color: #ffffff}
td.acemidilistcell     {font-family: verdana, arial; font-size: 8pt; padding-left: 2px; padding-right: 2px}
th.acemidilistcell     {font-family: verdana, arial; font-size: 8pt}

tr.activityloglistheadline  {background-color: #dddddd}
tr.activityloglistoddline   {background-color: #ffffff}
tr.activityloglistevenline  {background-color: #eeeeee}
tr.activityloglisterrorline {background-color: #ffdddd}
td.activityloglistcell      {font-family: verdana, arial; font-size: 8pt; padding-left: 6px; padding-right: 6px}
td.activityloglistcell      {font-family: verdana, arial; font-size: 8pt; padding-left: 6px; padding-right: 6px}

td.important                {background-color: #eeeeee}
th.important                {background-color: #eeeeee}
div.sectionheadline 
{
  margin-bottom: 10px;
  border-style: solid none solid none;
  border-width: 1px;
  border-color: #aaaaaa;
  background: #dddddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background: -webkit-linear-gradient(#ffffff, #dddddd);
  background: -moz-linear-gradient(top, #ffffff, #dddddd);
  background: -ms-linear-gradient(#ffffff, #dddddd);
  background: -o-linear-gradient(#ffffff, #dddddd);
  background: linear-gradient(#ffffff, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
  zoom: 1;
}
td.sectionheadlinesmalltext
{
  background: #dddddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background: -webkit-linear-gradient(#ffffff, #dddddd);
  background: -moz-linear-gradient(top, #ffffff, #dddddd);
  background: -ms-linear-gradient(#ffffff, #dddddd);
  background: -o-linear-gradient(#ffffff, #dddddd);
  background: linear-gradient(#ffffff, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
  zoom: 1;
  font-size: 8pt;
}
th.sectionheadlinesmalltext
{
  background: #dddddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background: -webkit-linear-gradient(#ffffff, #dddddd);
  background: -moz-linear-gradient(top, #ffffff, #dddddd);
  background: -ms-linear-gradient(#ffffff, #dddddd);
  background: -o-linear-gradient(#ffffff, #dddddd);
  background: linear-gradient(#ffffff, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
  zoom: 1;
  font-size: 8pt;
}
td.information              {background-color: #ffdddd}
th.information              {background-color: #ffdddd}
div.information {
  background-color: #ffdddd;
  text-align: center;
}

div.informationsmalltext {
  background-color: #ffdddd;
  font-size: 8pt;
  padding: 1px;
  border: 0px solid; border-radius: 5px;
}

td.informationsmalltext     {background-color: #ffdddd; font-size: 8pt}
th.informationsmalltext     {background-color: #ffdddd; font-size: 8pt}
td.link                     {background-color: #ddddff}
th.link                     {background-color: #ddddff}

div.linksmalltext {
  background-color: #ddddff;
  font-size: 8pt;
  padding: 1px;
  border: 0px solid; border-radius: 5px;
}

td.linksmalltext            {background-color: #ddddff; font-size: 8pt}
th.linksmalltext            {background-color: #ddddff; font-size: 8pt}

td.blackvr   {width: 1px; background-color: #000000}
td.blackhr   {width: 1px; background-color: #000000}
td.whitevr   {width: 1px; background-color: #ffffff}
td.greyvr    {width: 1px; background-color: #777777}
td.lgreyvr   {width: 1px; background-color: #bbbbbb}
td.sectionvr {width: 2px; background-color: #dddddd}

tr.blackhr   {height: 1px; background-color: #000000}
tr.whitehr   {height: 1px; background-color: #ffffff}
tr.greyhr    {height: 1px; background-color: #777777}
tr.lgreyhr   {height: 1px; background-color: #bbbbbb}
tr.sectionhr {height: 2px; background-color: #dddddd}

img.blank {width: 1px; height: 1px}

input             {font-family: verdana, arial; font-size: 8pt}
input.login  {width: 116px; font-family: verdana, arial; font-size: 8pt}

