/* Layout Stylesheet */ 

body{
 font-family:verdana, sans-serif; 
 font-size:12px;
 margin: 0;
 padding:0;     
 background: #E5E5E5;
 color: #333333;
 }

#main{
 postion: relative;
 margin: 0px 0px 0px 0px;
 border: solid #000000;
/* top, right, bottom, left */
 border-width: 0px 1px 1px 1px;
 background: #ffffff;
 color: #333333;
 padding: 10px;
 }

#list{
 margin: 0px 0px  0px 0px;
 font-family: arial,verdana,helvetica, sans-serif;
 font-size: 10pt;
 border: 0px solid #000000;
 color: #333333;
 padding: 2px;
 position :relative;
 }
	 
#hdr{
 postion: absolute;
 height: 179px;
 margin: 0px 0px 0px 0px;
 border: solid #000000;
/* top, right, bottom, left */
 border-width: 1px 1px 1px 1px;
 background: #ffffff;
 color: #333333;
 padding: 10px;
 }
     
#posters{
 margin: 0px 0px 0px 0px;
 border: solid #000000;
/* top, right, bottom, left */
 border-width: 0px 1px 1px 1px;
 background: #ffffff;
 color: #333333;
 padding: 10px;
 }

 table {font-size: 10pt; width: 100%; border: 1px solid #000000; padding-bottom: 3px; padding-top: 3px}
 table.none {border: none;}
 th {font-weight: none; font-size: 10pt; background: #333399; color: #ffffff}
 td {border-left-width: 1px; border-left-style: solid; border-left-color: #000000; padding-left: 0px; padding-right: 0px; text-align: center;}
 td.first {border: none;}
 tr.highlight {background-color: #cccccc;}

