/* Generic HTML tag styles */

BODY {
	background-color : #DEDEDE;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size : small;
	font-weight : normal;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	text-align : center;
}
H1 {
	color : #004381;
	font-size : small;
	font-weight : bold;
}
H2 {
	color : #004381;
	font-size : small;
	font-weight : normal;
}
H3 {
	color : #004381;
	font-size : x-small;
	font-weight : bold;
}

/* Special classes that may be found on any page */

.error {
	color : #CC3333;
	font-weight : bold;
}
.success {
	color : #006633;
	font-weight : bold;
}
P.indent {
	margin-left : 3em;
	margin-right : 3em;
}
TD.general {
	/* specs to match "pagecontent" which is the main text portion of each page */
	color : #585858;
	font-size : x-small;
	line-height : 1.4em;
	vertical-align : top;
}
TR.header {
	background-color : #004381;
}
TR.dark {
	background-color : #C0C0C0;
}
TR.light {
	background-color : #D6DEED;
}
TH.general {
	color : #FFFFFF;
	font-size : xx-small;
	font-weight : bold;
	text-align : center;
}
TD.center {
	font-size : xx-small;
	text-align : center;
}
TD.left {
	font-size : xx-small;
	text-align : left;
}
TD.right {
	font-size : xx-small;
	text-align : right;
}
TD.form {
	/* form fields */
	color : #585858;
	font-size : x-small;
	vertical-align : top;
}
LI.withspace {
	margin-bottom : 5px;
}


/* ======================================== */
/* 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 : none;
}

TABLE.pagebody {
	/* contains the entire page contents */
	background-color : White;
	border : 1px solid #999999;
	color : #585858;
	height: 100%;
	width: 100%;
}
TR.spacer {
	/* thin line between header and main menu */
	background-color : Silver;
	height: 3px;
}
TR.maincolor {
	/* background color for rows in the pagebody table */
	background-color : #004381;
}
TD.pagecontent {
	/* the main text portion of each page */
	color : #585858;
	font-size : x-small;
	line-height : 1.4em;
	padding-bottom : 15px;
	padding-right : 8px;
	padding-top : 8px;
	vertical-align : top;
	width: 100%;
}

/* Footer styles - Omnicare address, phone and copyright statement */

DIV.footer {
	color : #FFFFFF;
	font-size : xx-small;
	font-weight : normal;
	line-height : 1.4em;
	padding-top : 8px;
	text-align : center;
}
A.footer {
	color: #CCFFFF;
	font-weight : bold;
}
A.footer:link {
	color: #CCFFFF;
	font-weight : bold;
}
A.footer:visited {
	color: #FFCCFF;
	font-weight : bold;
}

/* Main menu styles */

TABLE.main_menu {
	background-color : #004381;
	height : 31px;
}
TD.main_menu_option {
	/* when option is not selected */
	color : #D6DEED;
	font-size : 7.5pt;
	font-weight : bold;
}
TD.main_menu_option a {
	color : #D6DEED;
	text-decoration: none;
}
TD.main_menu_option a:hover {
	color : White;
	text-decoration: none;
}
TD.main_menu_option_selected {
	/* background-image : url(midpill.gif); */
	background-image : url(middlepill_25h.gif);
	background-position : center;
	background-repeat : repeat-x;
	color : White;
	font-size : 7.5pt;
	font-weight : bold;
}
TD.main_menu_option_selected a {
	color : White;
	text-decoration: none;
}
TD.main_menu_option_selected a:hover {
	color : White;
	text-decoration: none;
}
TD.left_pill {
	/* background-image : url(leftpill_2pixel.gif); */
	/* width : 10px; */
	background-image : url(leftpill_25h.gif);
	width : 12px;
	background-position : center;
	background-repeat : no-repeat;
}
TD.right_pill {
	/* background-image : url(rightpill_2pixel.gif); */
	/* width : 10px; */
	background-image : url(rightpill_25h.gif);
	width : 12px;
	background-position : center;
	background-repeat : no-repeat;
}
TD.no_pill {
	/* width : 10px; */
	width : 12px;
}




/* Left-side navigation menu styles */

TABLE.left_menu {
	width : 265px;
}
LI.left_menu_option {
	/* when option is not selected */
	color : #004381;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	list-style-type : circle;
	padding-right : 10px;
	padding-top : 15px;
}
LI.left_menu_option a {
	color : #004381;
	text-decoration: none;
}
LI.left_menu_option a:hover {
	color : #000000;
}
LI.left_menu_option_selected {
	color : #7A7A7A;
	font-size : 9pt;
	font-style : italic;
	font-weight : bold;
	list-style-type : disc;
	padding-right : 10px;
	padding-top : 15px;
}
LI.left_menu_suboption {
	/* when suboption is not selected */
	color : #004381;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	list-style-type : square;
	margin-left : 18px;
	padding-right : 20px;
	padding-top : 0px;
}
LI.left_menu_suboption a {
	color : #004381;
	text-decoration: none;
}
LI.left_menu_suboption a:hover {
	color : #000000;
}
LI.left_menu_suboption_selected {
	color : #7A7A7A;
	font-size : 9pt;
	font-style : italic;
	font-weight : bold;
	list-style-type : square;
	margin-left : 18px;
	padding-right : 20px;
	padding-top : 0px;
}


/* =========================================== */
/* Classes only found in the default home page */
/* =========================================== */

TD.hometext {
	/* the home page text */
	color : Black;
	line-height : 1.4em;
	text-align : center;
	white-space : nowrap;
}
TABLE.newsbox {
	border : thin dashed #AAAAAA;
	margin-bottom : 12pt;
}
TD.newshead {
	/* news box headline */
	background-color : #004381;
	color : White;
	font-size : x-small;
	font-variant : small-caps;
	font-weight : bold;
	text-align : center;
}
TD.newsitem {
	/* news box item */
	background-color : #D6DEED;
	color : Black;
	font-size : x-small;
	line-height : 1.4em;
}
TD.newsitemsmall {
	/* news box item */
	background-color : #D6DEED;
	color : Black;
	font-size : xx-small;
	line-height : 1.4em;
}


