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

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

@media screen {

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

#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 : 12px;
	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 : 12px;
	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 {
	position: absolute;
	top: 34px;
	padding: 0px;
	margin: 0px;
	display: block;
	overflow: visible;
	visibility: visible;
	width: 168px;
	z-index: 90;
	border: 0px solid #ffffff;
}

.menu {
	z-index:100;
	font-size: 11px;
	height: 140px;
	margin-top: 0px;
	margin-left: 0px;
	width: 168px;
	padding: 0px;
}

.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 160px;
	height: 140px;
	position: relative;
	border: 0px solid #ffffff;
}

.menu li {
	background: #808080;
	height: 19px;
	margin-left: 0px;
	width: 160px;
	padding: 2px;
	border: 2px solid #ffffff;
}

.menu table {
	position: absolute;
	border-collapse: collapse;
	top: 0px;
	left: 0px;
	z-index: 95;
	font-size: 11px;
	width: 0px;
	height: 0px;
}

.menu a,
.menu a:visited,
.menu a:link,
.menu a:active {
	display: block; 
	text-decoration: none;
	height: 19px;
	line-height: 19px;
	width: 160px;
	color: #ffffff;
	text-indent: 3px;
	background: #808080;
}

.menu a:hover {
	color: #000080;
	background: #33b3ff;
}

.menu:hover > a {
	color: #000080; 
	background: #33b3ff;
}

.menu ul ul {
	visibility: hidden;
	position: absolute;
	top: -1px;
	left: 0px;
}

.menu ul ul ul {
	visibility:hidden;
	position:absolute;
	top:0px;
	left:164px;
}

.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility: visible;
	height: 140px;
}

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

.menu ul :hover ul :hover ul{ 
	visibility:visible;
	height:140px;
}

}
