/* 
    Document   : common
    Created on : 20.10.2009, 19:26:42
    Author     : Fedoresko
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

td.aphorism
{
  font-family: Times;
  font-size: 16pt;
 /* padding-right: 20%;*/
  font-weight: lighter;
  padding-top: 50px;
}

td.title
{
  
  font-size: 30px;
  vertical-align: bottom;
  font-weight: lighter;
  padding-top: 70px;
}

td.content
{
  font-family: Arial;
  font-size: 10pt;
  font-weight: lighter;
  padding-top: 10px;
}

tr.forex_odd td
{
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f0f0f0;
  padding-left: 10px;
  padding-right: 10px;
}

tr.forex_even td
{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

table.pay_form td
{
  padding-bottom: 15px;
  padding-right: 10px;
}
