/* Tiefenthal Media Services, 585.461.2956 */
/* Main CSS definitions for LearningPlus, Inc. */
/* **********************************   Styles common among browsers   **********************************/
/* Revised March 14, 2003 */

/* Draw border around page */
.page {
	border : 1px solid Black;
	width : 100%;
}
body {
	margin : 10px 10px 10px 10px;
	color: Black;
	background-color: #EBEBEB;
	font-family : "Times New Roman", Times, serif;
}
table {
	font-family : "Times New Roman", Times, serif;	
	background-color: White;
}
h1 {
	font : bold 1.5em Arial, Helvetica, sans-serif;
	color: #253ABE;
	background-color: White;
}
h2 {
	color: #580C90;
	background-color: White;
	font-size : 0.75em;
	font-family : Arial, Helvetica, sans-serif;
}
h3 {
	color: #580C90;
	background-color:White;
	font-size : 0.69em;
	font-family : Arial, Helvetica, sans-serif;
}
h4 {
	color: #580C90;
	background-color: #FFFFEC;
	font-size : 0.5em;
	font-family : Arial, Helvetica, sans-serif;
	margin-left:12px;
}
a:link {
	color: Red;
	text-decoration: none;
	background-color : transparent;
}
a:visited {
	color: Red;
	text-decoration: none;
	background-color : transparent;
}
a:hover {
	color: Red;
	text-decoration: underline;
	background-color : transparent;
}
/* Main panel */
.mainPanel {
	padding: 0px 20px 0px 20px;
}
/* Left Panel */
.leftPanel {
	border-right : thin dotted #E12D55;
	padding: 0px 20px 0px 10px;
}
/* Left menu text (otherwise overridden by the <table> definition */
.leftText {
	font-family : Arial, Helvetica, sans-serif;
	color: Black;
	background-color: White;
	font-size : 0.69em;
}
/* Large text used on first page */
.largeText {
	color: Black;
	background-color: White;
	font-family : "Times New Roman", Times, serif;
	font-size : 1.12em;
}
/* Normal text on other pages */
.mainText {
	font-family : "Times New Roman", Times, serif;
	background-color: White;
	color: Black;
	font-size : 1em;
}
/* Left-justified images */
.left {
	float: left;
}
/* Right-justified images */
.right {
	padding: 0 15px 5px 15px;
	float: right;
}
.indentText {
	padding: 0px 10px 0px 10px;
}
.drugImage {
	border-color: #580C90;
	border-width : 6px;
}
.regRef {
	list-style-image : url(../images/sub_dot.gif);
}
.subRegRef {
	list-style-image : url(../images/sub_sub_dot.gif);
}
/* Drug facility images */
.pharmaImages {
	margin: 0px 0px 5px 10px;
	float: right;
	padding: 5px;
	border : thin solid Red;
}
.caption {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.62em;
	text-align : center;
}