/* Pharmacy Lighthouse Style Sheet */

/* <link href="img/styles.css" rel="stylesheet" type="text/css"> */

/* BODY **********/
body.main
{ background-color:	#0C2E82;
  color:			#0C2E82;
  font-family:		Arial, Helvetica, sans-serif;
}

body.main2
{ background-color:	#0C2E82;
  color:			#0C2E82;
  font-size:		smaller;
}

p {margin-left:5px}


/* TABLE **********/
table.root,
tr.root
{ background-color: #FFC211; /* #FFB310 */
}
table.nest1,
tr.nest1
{ background-color: #FFF;
}


/* list **********/
.odd
	{/*background-color: #FFEBAE;*/
	background-image: url(http://www.pharmacylighthouse.com/img/background.gif)}
.even
	{background-color: #BFCFF9;}
	

	
/* Survey **********/
.surveynum
{ background-color: #FFC211;
}
.surveyque
{ background-color: #0C2E82;
  color:			#FFF;
}
.surveyans
{ background-color: #fff;
}
.tochead {
	font-size: 14pt;
	font-weight: bold;
	background-color: #FFC211;
	padding-left:10px;
	padding-right:10px;
}
.tocitem {
	font-size: 14pt;
	font-weight: normal;
	padding-left:10px;
	padding-right:10px;
}
.timely {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
