/*
===============================================================
Power League Print Stylesheet
===============================================================
AUTHOR			: Christian Wach <needle@haystack.co.uk>
LAST MODIFIED	: 12/11/2007
---------------------------------------------------------------
NOTES

This is the print stylesheet

---------------------------------------------------------------
*/ 


body 
{
  margin: 1em;
  color:  black;
  font-family: Helvetica, Arial, Verdana, sans-serif; 
  font-size: 90%;
  background: #fff;
}


h1, h2, h3, h4, h5, h6 
{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}


div#free_text h4
{
	font-size: 110%;
	padding: 1.5em 0 0.5em 0;
}


form  { margin: 0; }
input { margin: 0.1em; }
input.numeric { text-align: right; }


table 
{
  border-spacing: 1px;
  /* For Mozilla */
  empty-cells: show;
}

th, td
{
	border: 1px solid #aaa;
	padding: 2px;
}


/**
 * Render links with black text and no underlines for readability on b&w
 * printers which try to render colors as greys. (Greyscale text is often
 * difficult to read on older 300dpi lasers.)
 */
a 
{
  color: black;
  text-decoration: none;
}


/**
 * Hide image borders for older browsers--newer broswers default to a zero
 * border around images anyway.
 */
img 
{
  vertical-align: baseline;
  border: 0 none white;
}


/**
 * Float League Thumbnails
 */
div.league_item_small 
{
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
	padding: 4px;
	border: 1px solid #ccc;
	background: #efefef;
}


div.league_item_small img
{
	border: 1px solid #ccc;
}


div.item_rank
{
	border: 0px solid red;
	clear: left;
	padding: 5px 5px 20px 5px;
	margin: 0 0 0 0;
	/*background: #f9f9f9;*/
}


div.item_rank:after
{
	content: "";
	display: block;
	height: 0px;
	clear: both;
}




/* Hide other non-essential page elements */
#header_menu,
#left_col,
#footer,
.hover,
#filter_form,
.vote_again,
.widget,
.backtotop
{
  display: none;
}



