/*body 
{
  background-color:#6f7a9e; 
  color:#ffffff; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
}*/

#Title
{
  font: bold 30px serif;
}

#TitleProgramName
{
  color: #236e99; 
  font: italic bold 60px serif;
}

#MainTable
{
}

#LeftColumn
{
  width: 350px;
}

#RightColumn
{
}

.ShowFieldTable
{
  border: 0;
  border-spacing: 0px;
  padding: 0px;
}

#LemmaCardViewField
{
  width: 95%;
  background-color: #FEE0C6;
  border: 0;
  font:30px Gentium;
}

#LexicalCardViewField
{
  width: 95%;
  background-color: #FFEECA;
  border: 0;
  font:25px Gentium;
}

#GlossCardViewField
{
  width: 95%;
  background-color: #cfcfff;
  border: 0;
  font: medium Gentium;
}

select
{
  background-color: #dddddd;
}

input
{
  background-color: #dddddd;
}

input[readonly]
{
  background-color: #dddddd; 
}

input[disabled]
{
  background-color: #dddddd; 
}

input[type="button"]
{
  background-color: #dddddd; 
}

input[type="button"][disabled]
{
  background-color: #dddddd; 
  color: #B0B0B0; 
}

button
{
  background-color: #dddddd; 
}

button[disabled]
{
  background-color: #dddddd; 
  color: #B0B0B0; 
}

input[type="file"]
{
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 100;
  filter: alpha(opacity=1); 
  z-index: 2;
}

div.FileInput
{
  position: relative;
}

div.FileInputFake
{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0.0); 
}

input.CardViewField
{
  background-color:#ddddff;
  border: 0;
}

#HintCardViewField
{
  color: red;
}

#Copyright
{
  font: small serif;
}

table.PrintCardList
{
  border: medium single black;
}

#PrintTableCellFront
{
  font:medium Gentium;
}

#PrintTableCellBack
{
  font:medium serif;
}


