@charset "iso-8859-1";
/* gen_styles.css to establish some style standards and avoid font statements */
/*p {font-family: tahoma, verdana, arial, sans-serif; font-size:12px}*/
* {
    font-family: arial, verdana, tahoma, sans-serif;
	color:black;

}
body {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size:10pt;
	line-height: 140%;
}
p {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size:10pt;
	line-height: 140%;
}
p.ital {
    font-style: italic;
    font-weight: bold;
}
td {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size:10pt;
	line-height: 140%;
	padding: 5px;
}
td.filmpic {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size:10pt;
	line-height: 140%;
	padding: 0px;
	vertical-align: top;
	border-bottom: #606060 1px solid;
}
td.grey1 {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size:10pt;
	line-height: 140%;
	padding: 7px;
	background-color: #ededed;
	border-bottom: #606060 1px solid;
}
td.grey2 {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size:10pt;
	line-height: 140%;
	padding: 7px;
	background-color: #fffcdc;
	border-bottom: #606060 1px solid;
}
li  {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 10pt;
	line-height: 140%;
    color: #003366;
}
li.no  {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 10pt;
	line-height: 140%;
    color: #003366;
	list-style-type: none;
}
h1 {
    font-size:24pt;
    font-weight:bold;
    text-align: center;
    line-height: 250%;
}
h2 {
    color: #CC6633;
}
h3 {
    color: #CC6600;
}
h4 {
    font-size:12pt;
    font-weight:bold;
    text-align: center;
    line-height: 150%;
}
a:link {color: blue; text-decoration: none; font-size:10pt; font-weight: bold}
a:visited {color: blue; text-decoration: none; font-size:10pt; font-weight: bold}
a:hover {color: blue;  text-decoration: underline; font-size:10pt; font-weight: bold}
a:active {color: blue;  text-decoration: underline; font-size:10pt; font-weight: bold}
table.bluishborder {border: thin solid #003366; padding: 2}
td.bgpale {background-color: #FFFFCC;}
td.filmdate {background-color: #FFFF99; padding: 4px;}
td.white {background-color: white; border: thin outset; font: bold 10pt}
hr 
{
    color: silver;
}
a.tooltip {
  position: relative;

}
a.tooltip span {
  display: none;
}
a.tooltip:hover span{
  width: 180px;
  
  display: block;
  position: absolute;
  top: 1em;
  left: 2em;
  padding: 0.2em 0.4em;
  border:1px solid #996633;
  background-color: blue;
  color: black;
  text-decoration: none;
  font-weight: bold
}
