/* replaces ark_style_sheet.css and ark_fonts.css 
	for mortcare, wb, ark projects
	updated 12/30/19  bs
*/


body {
	/* waybill version: this file covers page background, menus, etc.
	black text on white background, no margins, background image 
		background-image: url(background.jpg);
	2 lines below cover dither [bs 10/26/09] 
	background-image: url(background.gif);
	*/
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	scrollbar-base-color: #F0F0F0;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}	


/*  everyoe else */
body,td,th {
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
}

/* class=responsive for img */
.responsive {
	max-width: 100%;
	height: auto;
}

/* BOTTOM PAGE LINE */
.ark_pagebars	{
		border-top: #1C509B 1px solid;
		border-bottom: #1C509B 1px solid;
		background-color: #1C509B;
		height: 20px;
		}


 /* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */
TABLE		{ COLOR: #666666; FONT: 11px arial, geneva, verdana, sans-serif; }
.title		{ COLOR: #000000; FONT: 20px arial, sans-serif; font-weight: bold; }
.title2		{ COLOR: #999999; FONT: 20px arial, sans-serif; font-weight: normal; }
.subtitle	{ COLOR: #3366FF; FONT: 13px arial, sans-serif; font-weight: bold; }
.footer		{ COLOR: #666666; FONT: 11px arial, verdana, sans-serif; }


/* CODE FOR THE PAGE MENUS */
a:link		{ color: #0033FF; text-decoration: none; }
a:visited	{ color: #6633FF; text-decoration: none; }
a:active	{ color: #0033FF; text-decoration: none; }
a:hover		{ color: #6699FF; text-decoration: none; }

.menu-table 	{
		  width: 100%;   /* width: 752px; [bs 09/04/09] */
		  background-color:#C0C0C0;
		  background-image: url("menu.gif");
		  border-top: #000000 0px solid;
		  border-left: #000000 1px solid;
		  border-right: #000000 1px solid;
		  border-bottom: #000000 1px solid;
		}

.menu		{ font-size: 11px;
		  font-family: arial, sans-serif, verdana, helvetica;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 0px;
		  padding-right: 0px;
		  cursor:hand;
		  font-weight: bold;
		  text-align:center;
		  line-height: 28px;
		  display: block;
		  white-space:nowrap;
		  width: 100%;
		  border: #000000 0px solid; }


.firstmenu	{  color: #666666; }	/* { color:#3366FF; } */

a.menu:link 	{ background-image: url("menu.gif");
		  background-color:#C0C0C0;
		  color: #666666; }

a.menu:visited 	{ background-image: url("menu.gif");
		  background-color:#C0C0C0;
		  color: #666666; }

a.menu:active 	{ background-image: url("menu.gif");
		  background-color:#C0C0C0;
		  color: #666666; }

a.menu:hover 	{  background-image: url("menuon.gif");
		   background-color:#F0F0F0;
		   color: #000000; }

/* added from coolstyle.css  [bs 9/16/09] */
.sidebar {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #666666;
}

/* from  ark fonts.css */
.black {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-style: normal;
}

.black-bold {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.grey {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 16px;
	font-style: normal;
}

.big_grey {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
}

.Graytitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	FACE: "Arial Black";
	color: #FFFFFF;
	font-size: 16px;
	font-style: normal;
}

.yellow {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.ark_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* bs 08/23/09 */
.big_grey {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
}

/* bs 08/23/09 */
.big_red {
	font-family: Arial, Gadget, sans-serif;
	color: #990033;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

/* bs 08/23/09 */
.medium_red {
	font-family: Arial, Helvetica, sans-serif;
	color: #990033;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
}

/* ak 08/24/2009 */
.error_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FF0000;
}