/* PRINT CSS - 20060522 */

/* This CSS file hides unwanted elements when a page is printed out, 
by overriding styles set in pagelayout.css */

body
{
    font-size: 9pt;
    background: none;
	line-height:150%;
	font-family:Helvetica,Arial,sans-serif;
}
#logo a img{
	border:none;
	margin-bottom:20px;
}
div#searchbox, div#path, div#topmenu, div#sidemenu, div#extrainfo, div#usermenu, div#toolbar, #footerMenu, .divider, .hide, .toplink, #prodnav, #expcon, .flippy, #prodflash, #newsnav, #newsnavbottom
{
    display: none; /* Hide elments not wanted on a printed page */
}

body, div#page, div#header, div#main
{   
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
}

div#columns
{
    padding: 0;
}

div#main-position
{
    margin: 0;
}

div#main-position, div.float-insert
{
    float: none;
}

div.box
{
    border: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

div.box div.box-content
{
    padding: 0;
}

div.box div.tl, div.box div.tr, div.box div.br, div.box div.bl
{
    background: none;
}
#footer{
	border-top:2px solid #000;
	margin-top:22px;
	padding-top:11px;
}
.feature div, #packages .closed div, #packages .closed .sysdescript{
	margin:auto !important;
	display:block !important;
	height:auto !important;
	overflow:visible !important;
	position:relative !important;
}
ul.contact{display:none;}
table.specs{
	border-collapse:collapse;
	margin-bottom:22px;
}
table.specs th,table.specs td{
	vertical-align:top;
	padding:10px 10px;
	margin:0;
}
table.specs td{
	border-bottom:1px solid #DDD;
}
table.specs th{
	width:150px;
	text-align:right;
	vertical-align:top;
	background-color:#e9e9e9;
	border-bottom:1px solid #BBB;
}
table.specs th p{
	margin:0;padding:0;
}
table.specs th a{
	text-decoration:none;
	border-bottom:1px dotted #BBB;
	color:#333;
}
table.specs th a:hover{
	border-bottom-color:#666;
}
table.specs .diff th{
	background-color:#dfecf5;
	border-bottom:1px solid #99b7cc;
}
table.specs .diff td{
	background-color:#f5fbff;
}
