
/* Generic HTML tag styles */

BODY {
	background-color : #ffffff;
	color : #000000;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
}


/* ======================================== */
/* Classes only found in the COMMON include */
/* ======================================== */

.printonly  {
	/* associated with any element which we want to print but do not want to display on the screen */
	display : block;
}

.noprint  {
	/* associated with any element which we want to display on the screen but do not want to print */
	display : none;
}

TABLE.pagebody {
	/* contains the entire page contents */
	background-color : White;
	border : 1px none White;
	color : Black;
	height: 100%;
	width: 100%;
}

/* NOT USED -- but should they? */

TD.title {
	/* the page name in the information bar */
	background-color : #ffffff;
	color : #000000;
	font-size : medium;
	font-weight : bold;
	padding-left : 0px;
	padding-top : 0px;
	padding-bottom : 14px;
	text-decoration : underline;
}
TD.date {
	/* the date in the information bar */
	background-color : #ffffff;
	color : #000000;
	font-size : xx-small;
	font-weight : normal;
	padding-right : 0px;
	vertical-align : middle;
}

/* Footer styles - Omnicare address, phone and copyright statement */

DIV.footer {
	color : #000000;
	font-weight : normal;
}

/* Special classes that may be found on any page */

TR.header {
	background-color : Black;
}
TR.dark {
	background-color : Silver;
}
TR.light {
	background-color : White;
}
