/**
 * Stylesheet for <lhcglobal>
 *
 * @media	print
 * @copyright	Code d'Or <http://www.codedor.be>
 * @author	karen
 */

/* the following declaration resets every background to white, every text color to black */
* {
	color: #000 !important;
	float: none;
}

div { background-color: white !important; }

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
	color: #000 !important;
	background: #FFF;
	border: none;
}

p {
	padding: 0 0 10px 0;
}

ul, ol {
	padding: 0 0 20px 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h1 {
	font-size: 17pt;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 15pt;
	padding: 0 0 8px 0;
}

h3 {
	font-size: 13pt;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 11pt;
	padding: 0 0 6px 0;
}

h5 {
	font-size: 9pt;
	font-weight: bold;
	padding: 0 0 4px 0;
}



blockquote {
	padding-left: 2.5cm;
	font-style: italic;
}

/**
 * = Tables
 * ----------------------------------------------------------
 */

table {
	font-family: Arial, sans-serif;
	margin: 0 10px 20px;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}

table td, th {
	padding: 5px 10px;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

table th {
	font-weight: 700;
	background: #ddd;
	color: black;
}


/* SEARCH FORM  */

div.all_search{ width: 650px; background: #f7fbfb; padding:  20px 10px 10px 10px; border-top: 1px solid #000; border-bottom: 1px solid #000; margin: 8px 0 0 0}
div.left_search{ width: 325px; display: block; float: left;}
div.right_search{ width: 325px; display: block; float: left;}

/* labels left*/
div.left_search label { display: block; float: left; width: 90px; }

/* divs left */
.left_search div{ margin: 0 0 20px 0;}
.left_search select{ width: 220px; height: 55px;}


/* labels right*/
.right_search label{ display: block; float: left; width: 100px; line-height: 12px}

/* divs right */
#input_publish #Date1, #input_publish #Date1To{ width: 80px; height: 15px;}
.right_search select{ width: 220px; height: 55px;}
.right_search div{ margin: 0 0 20px 0; }





#logo{ display: none;}
.cat{ font-weight: bold; margin: 15px 0 0 0}

/* place the divs and elements you want to hide here */
#metanav, #main_nav, #article_actions, #left_nav ul, #home_column_banners, #ArticleViewForm, .search_box, .dashboard_warning, .account_edit{ display: none;}





/* = Links - print url after the linktext
 * ----------------------------------------------------------
 * @see http://www.alistapart.com/articles/improvingprint/
 */

/*a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
*/

#container{ width: 700px; }
#crumbtrail{ margin: 20px 0 0 0;}
#footer { border-top: 1px solid black; padding: 8px 0 0 0}

/**
 * = Clearfix
 * ----------------------------------------------------------
 * @see	http://www.positioniseverything.net/easyclearing.html
 * @see http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
 * @see http://www.stuffandnonsense.co.uk/archives/clearing_floats_without_structural_markup_in_ie7.html
 */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}

/* End hide from IE Mac */
* html .clearfix {	height: 1%;}



