/* ----------
	
	PROJECT:	LONDON ELECTS (Chartered Office Information)
	FILE:		print.css
	USE:		Print Styles
	AUTHOR:		Start Creative (matthewl@startcreative.co.uk)
	
---------- */

/* -- HIDE UNWANTED ELEMENTS ////////////////////////////// */

#header,
div#language-text-size,
div#search,
div#global-navigation,
div#election-checklist,
div#sharing-tools,
div#right-column,
#footer ul	{
	display: none;
}

/* -- TYPOGRAPHY ////////////////////////////////////////// */

body	{
	font-family: Arial, Helvetica, Verdana, Sans-serif;
}

p	{
	color: #777;
}

ul	{
	list-style: none;
}

a {
	color: #777;
}

/* -- BREADCRUMBS ///////////////////////////////////////// */

div#breadcrumbs ul li	{
	display: inline;
}

/* -- sIFR PRINT CLASSES ////////////////////////////////// */

.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/* -- TABLES ////////////////////////////////////////////// */

table	{
	border-collapse: collapse;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

table thead	{
	border-bottom: 1px solid #CCCCCC;
}

table thead tr th,
table tbody tr td	{
	text-align: left;
	border-right: 1px solid #CCCCCC;
	padding: 2px 2px 2px 2px;
}