/* ====================================================
This Copyright notice must be untouched.
Copyright (c) 2008 Pharmapal.
All rights reserved.
http://www.pharmapal.com
==================================================== */

/* ====================================================
Cascading Style Sheets (CSS) - Media Type : PRINT.
This CSS is Designed and Refered for:
http://www.pharmapal.com
==================================================== */

@media print {

#main-page-body,
#main-page-table {
	border-top-color : none;
	border-top-style : none;
	border-top-width : 0px;
	border-bottom-color : none;
	border-bottom-style : none;
	border-bottom-width : 0px;
	border-left-color : none;
	border-left-style : none;
	border-left-width : 0px;
	border-right-color : none;
	border-right-style : none;
	border-right-width : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom: 0px;
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom: 0px;
	font-family : 'Arial', 'Times New Roman', 'sans-serif';
	font-size : 13px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color: #000080;
 	visibility: visible;
	position: relative;
	top : 0px;
	left : 0px;
	right : 0px;
	bottom: 0px;
	width : 100%;
	height: 100%;
  }

#main-page-table {
	 border-bottom-width: 2px;
	 border-bottom-style: groove;
	 border-bottom-color: #808080;
}

.all-zero {
	border-top-color : none;
	border-top-style : none;
	border-top-width : 0px;
	border-bottom-color : none;
	border-bottom-style : none;
	border-bottom-width : 0px;
	border-left-color : none;
	border-left-style : none;
	border-left-width : 0px;
	border-right-color : none;
	border-right-style : none;
	border-right-width : 0px;
	margin-top : 0px;
	margin-left: 0px;
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom: 0px;
	visibility : visible;
	position : relative;
	top: 0px;
	left: 0px;
}

.main-table-edge-column {
	border-top-color : none;
	border-top-style : none;
	border-top-width : 0px;
	border-bottom-color : none;
	border-bottom-style : none;
	border-bottom-width : 0px;
	border-left-color : none;
	border-left-style : none;
	border-left-width : 0px;
	border-right-color : none;
	border-right-style : none;
	border-right-width : 0px;
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom: 0px;
	visibility : visible;
	position : relative;
	height: 100%;
	min-height: 100%;
}

#main-table-center-column {
	border-top-color : none;
	border-top-style : none;
	border-top-width : 0px;
	border-bottom-color : none;
	border-bottom-style : none;
	border-bottom-width : 0px;
	border-left-color : none;
	border-left-style : none;
	border-left-width : 0px;
	border-right-color : none;
	border-right-style : none;
	border-right-width : 0px;
	padding-top : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-bottom: 0px;
	visibility : visible;
	position : relative;
	width: 760px;
	max-width: 760px;
	min-width: 760px;
}

#main-contents-div {
	border-top-color : none;
	border-top-style : none;
	border-top-width : 0px;
	border-bottom-color : none;
	border-bottom-style : none;
	border-bottom-width : 0px;
	border-left-color : none;
	border-left-style : none;
	border-left-width : 0px;
	border-right-color : none;
	border-right-style : none;
	border-right-width : 0px;
	margin-top : 3px;
	margin-left : 3px;
	margin-right : 3px;
	margin-bottom: 3px;
	padding-top : 3px;
	padding-left : 3px;
	padding-right : 3px;
	padding-bottom: 3px;
	font-family : 'Arial', 'Times New Roman', 'sans-serif';
	font-size : 13px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color: #000080;
 	visibility: visible;
	position: relative;
	top : 0px;
	left : 0px;
	right : 0px;
	bottom: 0px;
	width : 748px;
	height: 98%;
}

.menu-div {
	display: hidden;
	visibility: hidden;
}

.menu {
	display: hidden;
	visibility: hidden;
}

.menu ul {
	display: hidden;
	visibility: hidden;
}

.menu li {
	display: hidden;
	visibility: hidden;
}

.menu table {
	display: hidden;
	visibility: hidden;
}

.menu a,
.menu a:visited,
.menu a:link,
.menu a:active {
	display: hidden;
	visibility: hidden;
}

.menu a:hover {
	display: hidden;
	visibility: hidden;
}

.menu:hover > a {
	display: hidden;
	visibility: hidden;
}

.menu ul ul {
	display: hidden;
	visibility: hidden;
}

.menu ul ul ul {
	display: hidden;
	visibility: hidden;
}

.menu ul li:hover ul,
.menu ul a:hover ul {
	display: hidden;
	visibility: hidden;
}

.menu ul :hover ul ul{
	display: hidden;
	visibility: hidden;
}

.menu ul :hover ul :hover ul{ 
	display: hidden;
	visibility: hidden;
}

a:visited, a:active, a:link {
	color: #000080;
}

#printhide {
	display: hidden;
	visibility: hidden;
}

}
