/* -------------------------------------------------------------- 
	
	print.css
	
-------------------------------------------------------------- */

body
{
	margin-top: 1px !important;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11pt;
	line-height: 1.5em;
	color: #000;
	background: #fff;
}

a:link,
a:visited
{
	text-decoration: none;
}

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

/* If you're having trouble printing relative links, uncomment and customize this:
(note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/*
a[href^="/"]:after
{
  content: " (http://www.yourdomain.com" attr(href) ") ";
}
*/

/* LAYOUT
-------------------------------------------------------------- */

div#global-container div#header div#language-menu,
div#global-container div#header div#express-menu,
div#global-container div#tools,
div#global-container div#page-tools,
div#global-container div#wrapper div#left-sidebar,
div#global-container div#wrapper div#right-sidebar,
div#global-container div#wrapper div#content div#horizontal-menu,
div#global-container div#wrapper div#content div#content-header ul,
div#global-container div#footer ul
{
	display: none;
}

/* TABLE
-------------------------------------------------------------- */

table
{
	width: auto !important;
	margin-bottom: 15px;
	border-collapse: collapse;
}

table caption
{
	padding: 0 10px 2px 0;
	color: #666;
	font-style: italic;
	text-align: right;
}

table,
table tr th,
table tr td
{
	text-align: center;
	vertical-align: middle;
}

table tr th
{
	font-weight: normal;
	background: #fff;
}

table tr td
{
	padding: 1px 5px 1px 5px;
	border: 1px solid #000;
	background: #fff;
}
	
table thead tr th,
table thead tr td
{
	border: none;
}

table tfoot
{
	font-style: italic;
}