/*
-----------------------------------------------
	Print Section CSS
	Project: ALS Global
	Author: Netgenetix / Modified by YKH
	Version: November 2010
----------------------------------------------- */
/* 	Sections:
 	  - Base
		- Headings
		- Structure
		- Navigation
		- Lists
 		- Links
		- Forms
		- Tables
		- Standard + Misc
----------------------------------------------- */
/* =Base
----------------------------------------------- */
.noprint {
  display: none;
}
body {
  font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  color: #333;
  background-image: none !important;
  background-color: #fff !important;
  zoom: 1;
}
#main_wrapper {
  float: right;
}
.main_width_default {
  width: 900px;
  margin-left: 48px;
}
.main_width_full {
  width: 900px;
  margin-left: 14px;
  float: right;
}
#subnav_wrapper {
  display: none;
}
#wrapper {
  background-image: none !important;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  min-height: 600px;
}
#header {
  display: none;
}
h4 {
  font-size: 24px;
}
.date {
  font-size: 14px;
}
.textblock {
  width: 92%;
}
.textblock p {
  font-size: 18px !important;
}
.textblock h3 {
  margin-top: 26px;
}
.textblock ul {
  margin: 20px 0 20px 15px ;
  border: none;
}
.textblock ul li {
  margin: 6px 0px 6px 30px;
  font-size: 18px !important;
  border: none;
  list-style: square;
  padding: 0px 0 0px 0px;
  text-decoration: none;
}
/********************************
*
* Side Box Standard
*
*/
.side-box {
  display: none;
}
.side-box p,
.side-box-related p {
  padding: 0 0 20px 0;
}
.side-box-top {
  background-image: none !important;
}
.side-box-bottom {
  background-image: none !important;
}
.p_add,
.p_remove {
  display: none;
}
table td {
  border: 1px solid #999;
}
table#search_form td {
  border: none;
  padding: 3px 3px;
}
.package td {
  border: none;
}
.details {
  margin-right: 10px;
}
.details td,
.details th {
  padding: 4px 10px 4px 5px;
  border: 1px solid #999;
  vertical-align: top;
  line-height: normal;
  text-align: left;
}
.details th {
  border: none;
}
.details td.del_icon {
  width: 16px;
  border: none;
  background-color: white;
}
table.summary {
  margin-right: 10px;
}
table.summary td,
table.summary th {
  padding: 4px 30px 4px 5px;
  border: none;
  vertical-align: top;
  line-height: normal;
}
table.summary th {
  border: none;
  font-weight: bold;
  font-size: 13px;
}
div.summary {
  padding: 4px 10px 4px 5px;
  margin-top: 5px;
}
.dateRanger {
  margin-top: 5px;
}
.dateRanger input.date {
  margin: 0 3px 0 3px;
}
#expandButton {
  display: none;
}
table.dataTable {
  _margin-right: 10px;
}
table.dataTable td,
table.dataTable th {
  padding: 4px 5px 4px 5px;
  border: none;
  vertical-align: top;
  line-height: normal;
}
table.dataTable th {
  border: none;
  font-weight: bold;
  font-size: 12px;
  background-color: #ECF1F4;
}
div.dataTable {
  padding: 4px 10px 4px 5px;
  margin-top: 5px;
}
/* DataTables details menu */
td.details {
  background-color: #99B3FF;
}
.aDataTable {
  background-color: white;
  font-size: 11px;
  display: none;
  width: 100%;
}
.aDataTable tr,
.aDataTable tr td {
  border: 1px solid #999999;
}
.dataTables_processing {
  color: #666;
  border: 1px solid #999;
  -moz-border-radius: 10px 0 10px 0;
  -webkit-border-radius: 10px 0 10px 0;
  -khtml-border-radius: 10px 0 10px 0;
  border-radius: 10px 0 10px 0;
}
/********************************
*
* Side Box Related Info
*
*/
.side-box-related {
  display: none;
}
/* Footer ////////////////////////////////////////////////////////// */
#footer {
  display: none;
}
/* =Navigation
----------------------------------------------- */
/* Main Nav ////////////////////////////////////////////////////////// */
#navigation {
  display: none;
}
/* Category Menu ////////////////////////////////////////////////////////// */
.cat_item {
  display: none;
}
/* Tree Navigation Menu */
.package ._arrows {
  float: left;
  width: 16px;
}
.package ._titles {
  float: left;
  text-align: left;
  width: 540px;
}
.package .tree_nav_child {
  margin-top: 5px;
  margin-left: 18px;
}
ul.tree_nav li a:link,
ul.tree_nav li a:active,
ul.tree_nav li a:visited {
  display: inline;
  padding: 2px 0px 2px 2px;
  border: none;
}
ul.tree_nav_child {
  margin-left: 40px;
  display: none;
  margin-bottom: 20px;
}
.package ul.tree_nav_child {
  display: block;
}
#packageListView ul.tree_nav_child {
  display: block;
}
#packageListView {
  zoom: 1.2;
}
div.info {
  margin-bottom: 0px;
}
/* Package info child table */
ul.expanded {
  display: block;
}
ul.tree_nav_child li {
  margin: 5px 0px 5px 0px;
}
ul.tree_nav_child li a:link,
ul.tree_nav_child li a:active,
ul.tree_nav_child li a:visited {
  border: none;
  padding: 1px 0 0px 18px;
  width: 187px;
  /* for IE6 */

  margin: 0px 0px;
  background: url(../img/bg_sidebox_link.gif) no-repeat top left;
  text-decoration: none;
}
ul.tree_nav_child li a:hover {
  color: #000;
  text-decoration: none;
  background: url(../img/bg_sidebox_link.gif) no-repeat top left;
  background-color: #f6fbff;
}
/*ul.tree_nav_child li a.set*/
/*{*/
/*color: #000;*/
/*text-decoration: none;*/
/*background: url(../img/bg_sidebox_link.gif) no-repeat top left;*/
/*}*/
#search_form,
#show_search,
#selectedAnalyses,
#user_bar {
  display: none !important;
}
.DTTT_button,
.DTTT_collection .DTTT_button,
.DTTT_container,
.dataTables_filter,
.dataTables_length,
.dataTables_paginate {
  display: none !important;
}
#pagination {
  display: none;
}
#pagination_print {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
}
