/* 
    Document   : basic
    Created on : 24.05.2008, 22:47:09
    Author     : m
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

TABLE.aatable
{ 
    font-family:arial;
    font-size:10pt;
    background-color:#dddddd;
    width:600px;
    border-style:none;
 
}
TABLE.eventtable
{
    font-family:arial;
        font-size:10pt;
	    background-color:#dddddd;
	        width:800px;
		    border-style:none;

		    }
TABLE.menu
{ 
    font-family:arial;
    font-size:12pt;
    background-color:#ffffff;
    width:768px;
    border-style:none;
 
}

TH
{
    font-size:10pt;
    color:white;
    text-align:left;
}


TR
{ 
}

TD
{  
    font-size:12pt;
    background-color:#dddddd;
    color:black;
    border-style:none;
    
    text-align:left;
    
  vertical-align: top;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

TD.aheader 
{
    
  font-size: 18pt;
  text-align: left;
  background-color: #dddddd;

  font-family: Arial,Helvetica,sans-serif;
  color: #ce0000;
}
TD.premiere
{  
    font-family: Arial,Helvetica,sans-serif;
    font-size:12pt;
    background-color:#dddddd;
    color:black;
    border-style:none;
    
    text-align:left;
    
  vertical-align: top;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  font-weight: bold;
}
TD.menu
{  
    font-family: Arial,Helvetica,sans-serif;
    font-size:12pt;
    background-color:#fefefe;
    color:#464646;
    border-style:none;
    
    text-align:center;
    
  vertical-align: top;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  font-weight: bold;
}
