/*
  Innehåller CSS för Pojkfilmklubbens sida
  2002-10-08 Mickel
  2009-10-03 Mickel fixade till så det ser finare ut i Firefox
*/

body
{
  font-family: verdana, tahoma, arial;
  font-size: x-small;
  color: white;
  margin: 1em 3em 1em 3em;
  background-image: url("../pics/background.gif");
  background-repeat: repeat;
}

table, tr, th, td, ul, ol, li
{
  font-family: verdana, tahoma, arial;
  font-size: x-small;
  color: white;
  background: #333333;
}

.transparent {
	font-family: verdana, tahoma, arial;
	font-size: x-small;
	color: white;
	background: transparent;
}

h1
{
  padding-top: 0.5em;
  padding-bottom: 0em;
  font-size: x-small;
  font-weight: bold;
  letter-spacing: 0.2em;
}

h2
{
  font-size: x-small;
  font-weight: 200;
  letter-spacing: 0.2em;
}

h3
{
  font-size: x-small;
  font-weight: 200;
  font-variant: italic;
}

h4.rss
{
  margin-bottom: -1.5em;
  font-size: xx-small;
  font-weight: bold;
}

p.rss
{
 padding: 0.0em 0.2em 0.2em 0.2em;
 font-family: verdana, tahoma, arial;
 font-size: smaller;
 color: white;
}

p
{
 padding: 0em 2em 0.5em 2em;
 font-family: verdana, tahoma, arial;
 font-size: x-small;
 color: white;
}

small
{
  font-size: xx-small;
}

a:link 
{
 color: #ffcc00;
 text-decoration: none;
}
a:visited 
{
 color: #ff9900;
 text-decoration: none;
}
a:hover 
{
 text-decoration: underline;
}
a:active 
{
 color: yellow;
 text-decoration: underline;
}


a.s:link, a.rss:link
{
 color: white;
 text-decoration: none;
}
a.rss:visited
{
 color: #999999;
 text-decoration: none;
}
a.rss:hover
{
  text-decoration: underline;
  color: #ffcc00;
}
a.s:visited
{
 color: white;
 text-decoration: none;
}
a.s:hover 
{
 color: white;
 text-decoration: none;
}
a.s:active 
{
 color: yellow;
 text-decoration: none;
}

.background_white
{
 background: white;
 color: black;
}

.background_gray
{
 background: gray;
 color: white;
}

.background_darkgray
{
 background: #555555;
 color: white;
}

td.main_page_table
{
 background: #555555;
 color: white;

 padding: 0.5em 0.5em 0.5em 0.5em;
 border-left: thin solid gray;
 border-top: thin solid gray;
 border-bottom: thin solid gray;
}

.left_column
{
 background: #333333;
 color: white;

 padding: 0.5em 0.5em 0.5em 0.5em;
 /*border-left: thin solid gray;
 border-top: thin solid gray;
 border-bottom: thin solid gray;
 border-right-style: dotted;
 border-right-width: medium;
 border-right-color: #ffcc00;*/
}

.rss_table
{
 background: #333333;
 color: white;

 padding: 0.5em 0.5em 0.5em 0.5em;
 /*border-right: thin solid gray;
 border-top: thin solid gray;
 border-bottom: thin solid gray;
 border-left-style: dotted;
 border-left-width: medium;
 border-left-color: #ffcc00;*/
}


.background_body
{
  background-image: url("/mickel/pojkfilmsklubben/pics/background.gif");
  background-repeat: repeat;
}

ul
{
  padding-left: 2em;
  padding-right: 2em;
}

strong.big
{
  font-weight: normal;
  font-size: x-large;
}