/* CSS for printer friendly pages */
/* modified by tp 28 Feb 2006 */

body {
margin: 0;
padding: 60px 0 0 0;
}

div#logo_for_print {
display:block;
	position: absolute;
	top: 25px;
	left: 0px;
	z-index: 15;
}

div#platforms {
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0;
font-weight: normal;
}

div#platforms span.selected:before {
content:'>';
}

div#table_2 {
margin: 0;
padding: 0;
}

div#content {
margin: 0;
padding: 0;
}

h1#title {
display:block;
font-size: 120%;
line-height: 100%;
height:auto;
color: #39496b;
position:absolute;
top: 40px;
left: 200px;
}

div#path {
margin: 0;
padding: 3px 0 3px 10px;
line-height: 100%;
font-weight: normal;
}

th.header  {
	border-bottom: 1px solid #5a5d6b;
	color: #5a5d6b;
}

td.news_table_list_holder {
width: 25% !important;
}

table.comments_list {
border:0;
}

table.comments_list th {
	border-bottom: 1px solid #5a5d6b;
}

table.comments_list th a {
	color: #5a5d6b !important;
}

table.comments_list td p {
	border-bottom: 1px dashed silver;
}

table.comments_list td p.user {
	border-bottom: 0;
	font-size: 80%;
	color: #5a5d6b;
}

table.comments_list td p.user a {
	color: #5a5d6b;
	font-weight: normal;
	padding-left: 5px;
}

div.news_comment_upper, div.news_comment_lower {
	display: none;
}

div#bltabs {
	display: none;
}

td.browse_all {
	display: none;
}

td.spacer {
	display: none;
}

p.more_news, p.read_more {
	display: none;
}

table.popular_list {
	display: none;
}

div#submenu {
	display: none;
}

td#sidebar {
	display: none;
}

div.addy {
	display: none;
}

td.options {
	display: none;
}

/* hide layout images */

div#logo {
	display: none;
}

div#bltabs img {
	display: none;
}

div.lt img, div.rt img, div#title_lt_corner img, div#title_rt_corner img {
	display: none;
}


