/**
 * History:
 * 03/06/2025 03491 dl  - Updated "tr.dgHighlightRowStyle" to apply row highlight color.
 */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color : #FFFFFF;
}

.PageTitle {	font-family: Arial, Helvetica, sans-serif;font-size: 18px; font-weight: bold; color: #000066; filter:shadow(color=#BCD9FF); text-shadow: -1px 5px 3px #BCD9FF;}
.SubTitle {	font-family: Arial, Helvetica, sans-serif;font-size: 15px;font-weight: bold;color: #000000; }

.MenuLink {	text-decoration: none;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #000066;	font-weight: bold; }
.MenuLink a:link { color: #333333; text-decoration: none; }
.MenuLink a:visited { color: #333333; text-decoration: none; }
.MenuLink a:hover { color: #FFFFFF; text-decoration: none; }

.MenuLinkSelect {	text-decoration: none;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #FFFFFF;	font-weight: bold; }
.MenuLinkSelect a:link { color: #FFFFFF; text-decoration: none; }
.MenuLinkSelect a:visited { color: #FFFFFF; text-decoration: none; }
.MenuLinkSelect a:hover { color: #FFFFFF; text-decoration: none; }

.frmInstruction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
}

.frmText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}

.frmText_Blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.frmBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.frmDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.paraText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.paraTextLT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.frmRadio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066FF;
}
.frmBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 22px;
	background-color:#BCD9FF;
}
.frmList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.frmButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #3366CC;
	border: solid 1px #0033CC;
	height: 20px;
	padding-left:5px;
	padding-right:5px;
}
.noteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
}
.errText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: none;
}

.successText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	font-weight: none;
}

.titleText12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.listText11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.headerLink {	text-decoration: none;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #FFFFFF;	 }
.headerLink a:link { color: #FFFFFF; text-decoration: none; }
.headerLink a:visited { color: #FFFFFF; text-decoration: none; }
.headerLink a:hover { color: #0066FF; text-decoration: none; }

.imgLink {	text-decoration: underline;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	color: #0066FF;	 }
.imgLink a:link { color: #0066FF; text-decoration: underline; }
.imgLink a:visited { color: #0066FF; text-decoration: underline; }
.imgLink a:hover { color: #0066FF; text-decoration: none; }

.listTextLink {	text-decoration: underline;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #FFFFFF;	 font-weight:none; }
.listTextLink a:link { color: #FFFFFF; text-decoration: none; }
.listTextLink a:visited { color: #FFFFFF; text-decoration: none; }
.listTextLink a:hover { color: #FFFFFF; text-decoration: underline; }

.listText12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006599;
	font-weight: bold;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#BCD9FF;
}

.empty {
	FONT-SIZE: xx-small; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: #F5F5F5
}

.heading {
	WIDTH: 80px; FONT-WEIGHT: bold; FONT-SIZE: xx-small; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: #8CB1FF
}

.normal {
	FONT-SIZE: xx-small; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: #BEDCFA; text-align:center;
}

.normal2 {
	FONT-SIZE: xx-small; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: #E1EFFD; text-align:center;
}


/* Data Grid Mouse Over with events */
tr.dgHighlightRowClick {
	background-color:#BCD9FF;
	cursor:pointer;
}
/* Data Grid Mouse Over [03491] */
tr.dgHighlightRowStyle {
	background-color: #BCD9FF !important;
}

/* Data Grid Odd Numbered Rows */
tr.dgTRItemStyle
{
  background-color: #EFEFEF;
}
/* Data Grid Even Numbered Rows */
tr.dgTRAlternatingItemStyle
{	
	background-color: #FFFFFF;	
}

/* Data Grid Mouse Over with events for Pharmacy Announcement */
tr.dgHighlightMouseOverBB
{
	cursor: hand;
	text-decoration: underline;
}
/* Data Grid Mouse Out for Pharmacy Announcement TR item*/
tr.dgMouseOutBBTRItem
{
	color: #0066CC;
}
/* Data Grid Mouse Out for Pharmacy Announcement TR alteranate*/
tr.dgMouseOutBBTRAlternating
{
	color: #3399FF ;
}

.dgImageStyle
{
	padding-top:3px;
	padding-right:1px;
	height:9px;
}


@media screen 
{
	.textLink {	text-decoration: underline;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #0066FF;	 }
	.textLink a:link { color: #0066FF; text-decoration: underline; }
	.textLink a:visited { color: #0066FF; text-decoration: underline; }
	.textLink a:hover { color: #0066FF; text-decoration: none; }
	
}

@media print
{
	.textLink {	 display:none;	 }
	.textLink a:link { display:none; }
	.textLink a:visited { display:none; }
	.textLink a:hover { display:none; }

}