/****************************************************************************************
* Copyright (c) 2007 Elanco Animal Health.
* Elanco Animal Health, Greenfield, Indiana 46140
*
* This software is the confidential and proprietary information of Elanco
* Animal Health, a division of Eli Lilly and Company. ("Confidential
* Information"). You shall not disclose such Confidential Information and
* shall use it only in accordance with the terms of the license agreement you
* entered into with Elanco Animal Health.
*
* VERSION 	1.7
* AUTHOR		Stacy Kagiwada
*
* DATE       	NAME           	DESCRIPTON
* 2/12/2007  	Stacy Kagiwada  Initial stylesheet for Reconcile.com.
* 3/21/2007     Stacy Kagiwada  Updates for 4/2007 release.
* 4/02/2007	    Stacy Kagiwada  Remove commented out styles.
* 6/12/2007     Stacy Kagiwada  Add .checklabel for registration addition.
* 6/15/2007     Stacy Kagiwada  Reduce horiz. padding for secondary navigation.
* 12/03/09		Ben Rondot		Added ".fair-balance h2". This prevents the "Important Safety Information" section on each page to be effected by any H2 exceptions from page to page (i.e. the faq page uses a unique size for all H2's.)
* 4/19/2010		Stacy Kagiwada	Added tout2 styling 
*
****************************************************************************************/


/* BASE ELEMENTS
======================================== */
body {
	margin: 0;
	padding: 0;
	font: 78%/1.5 Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #DDD;
}
div, img {
	margin: 0;
	padding: 0;
}
a {
	color: #C90;
}
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #069;
	text-decoration: underline;
}
img {
	border: 0;
}
textarea, input, select {
	font: 1em Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0;
	padding: .75em 0 .5em;
	color: #FFF;
	line-height: 1.25;
	font-size: 2em;
	background-color: #FFF;
	color: #309;
}
h2, h3, h4 {
	margin: .5em 0 .25em;
}
div>h2 {
	margin-top: 0;
}
h2 {
	font-size: 1.4em;
	line-height: 1.25;
	font-family: Lucida, Helvetica, Arial, sans-serif;
	color: #060;
	clear: both;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}
h1 img {
	margin-top: .25em;
}
.clear {
 	clear: both;
}

/* LAYOUT (Position & Size)
======================================== */
#body-wrapper {
	margin: 0 auto;
	width: 770px;
	border: 1px solid #CCC;
	border-width: 0 1px 1px;
	background: #FFF url(../../images/dots.gif) 175px -4em repeat-y;
}
#simple #body-wrapper, .two-col #body-wrapper {
	background: #FFF url(../../images/dots_one.gif) 175px -4em repeat-y;
}
#header {
	position: relative;
	background: #FFF url(../../images/gradient.gif) left 12px no-repeat;
	height: 162px;
	min-height: 12em;
}
		#header .logo {
		position: absolute;
		left: 35px;
		top: 72px;
	}
		#header .pkg {
		position: absolute;
		left: 525px;
		top: 21px;
	}
		img.vet-access {
		position: absolute;
		left: 616px;
		top: 40px;
		padding: 4px 20px 0 21px;
 	}
#navigation {
		position: absolute;
		top: 132px;
		width: 100%;
		z-index: 10;
}
	#home #navigation {
		top: 215px;
	}
#globalnav ul, #sectionnav ul {
}
	#sectionnav {
	min-height: 1.6em;
}
#content-wrapper {
	position: relative;
}
	#content-wrapper h1 {
		padding-left: 10px;
		width: 500px;
		float: left;
		margin-top: .5em;
	}
.content-section {
	clear: left;
}
	.head-right .content-section h1 {
		left: 9em;
	}
	.col1 { /* see typesetting */
		float: left;
		width: 160px;
	}
	.col1 img {
		padding-bottom: 6px;
	}
	.head-right .col1 {
		top: 4em;
	}
	.accent {
		position: absolute;
		top: 0em;
		left: -13.75em;
	}
	#simple .content-section {
		float: left;
		width: 525px;
		min-height: 20em;
		z-index: 10;
		position: relative;
		left: 180px;
	}
	.col2 { /* see typesetting */
		float: left;
		width: 325px;
		min-height: 20em;
		z-index: 10;
		position: relative;
		left: 0;
	}
		.thumb {
			float: left; 
			width: 150px; 
			text-align: center; 
			margin: 0 3px 12px 6px;
		}
	.col3 { /* see typesetting */
		float: left;
		width: 220px;
		top: 18px;
		left: 527px;
		position: absolute;
		}
	.head-right .col3 {
		top: 0em;
	}
	.col3 .lilly {
		position: relative;
		top: 16em;
		left: 2em;
	}
	.col3 .elanco {
		position: relative;
		top: 6em;
		left: 2em;
	}
#footer {
	clear: both;
	height: 5.6em;
	position: relative;
	background-color: #FFF;
}
	#footer .logo {
		position: absolute;
		right: 20px;
		top: 2.5em;
		padding-bottom: 1em;
	}


	/**-- HOMEPAGE --**/
	#home #header {
		height: 242px;
	}
	#home .logo {
		top: 155px;
	}
	/**/

	/**-- TECH INFO REQUEST --**/
	.two-col .col2 {
		width: 42em;
	}
	.two-col .col3 {
		width: 5em;
	}
	/**/

	/**-- ADMIN --**/
	.formnavigation {
		padding: 1em 0;
	}
	/**/
/**/



/* NAVBARS
======================================== */
#navigation {
	border: 1px solid #7FB27F;
	border-width: 1px 0;
	background: #FFF;
}
#navigation a {
	text-decoration: none;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 14px;
}

/**-- GLOBAL NAVIGATION --**/
#globalnav {
	font-size: .9em;
	padding: 0;
	margin: 0 0 1px 0;
	background-color: #FFF;
	border-bottom: 1px solid #7FB27F;
}
	#globalnav ul {
		margin: 1px 0;
		padding: 1px 0;
	}
	#globalnav ul li {
		display: inline;
		margin:  0;
		padding: 0;
		top: 0;
		border-left: 1px solid #060;
	}
	#globalnav a {
		padding: 0 .75em;
		background: #FFF;
		color: #060;
	}
	#globalnav a:hover, #globalnav .selected a {
		background: #060;
		color: #FFF;
	}
/**/

/**-- SECONDARY NAVIGATION --**/
#sectionnav {
	font-size: .9em;
	padding: 0;
	margin: 0 0 1px 0;
	background-color: #7FB27F;
	}
	#sectionnav ul {
		margin: 1px 0;
		padding: 1px 0;
	}
	#sectionnav ul li {
		display: inline;
		margin: 0;
		padding: 0;
		white-space: nowrap;
		background-color: #7FB27F;
		border-left: 1px solid #FFF;
	}
	#sectionnav a {
		padding: 0 .65em;
		background: #7FB27F;
		color: #FFF;
		border: 1px solid #7FB27F;
		border-width: 1px 0;
	}
	#sectionnav a:hover, #sectionnav .selected a {
		background: #cce0cc;
		color: #060;
		border: 1px solid #cce0cc;
		border-width: 1px 0;
	}
#vet #navigation {
	border: 1px solid #ad99d6;
	border-width: 1px 0;
}
#vet #globalnav {
	border-bottom: 1px solid #ad99d6;
	background-color: #309;
}
#vet #globalnav ul li {
	border-left: 1px solid #FFF;
}
#vet #globalnav a {
	color: #FFF;
}
#vet #globalnav .selected a, #vet #globalnav a:hover {
	background-color: #eae5f5;
	color: #309;
}
#vet #sectionnav, #vet #sectionnav ul li {
	background-color: #ad99d6;
}
#vet #sectionnav a {
	border: 1px solid #ad99d6;
	border-width: 1px 0;
}
#vet #sectionnav a:hover, #vet #sectionnav .selected a {
	background-color: #eae5f5;
	color: #309;
}
#navigation .first, #vet #navigation .first {
	border-left: none;
}
/**/


/* TYPESETTING
======================================== */
#header .login {
	background: none;
	color: #666;
	margin: 0;
	padding: 2px 9px 2px;
	font-size: .9em;
	height: 1em;
	text-align: right;
}
#header .login a {
	color: #069;
	padding-right: 0;
}
#header .login a:hover {
	color: #309;
}
#header .login a:link {
}
#header a {
	background: none;
}
.error {
	color: #C00;
}
#error .error {
	color: #060;
}
	.img-left {
		float: left;
		padding: .5em .75em .5em 0;
	}
	.img-right {
		float: right;
		margin: .5em 0 .5em .5em;
	}


/**-- COLUMN 1 --**/
.col1 { /* see layout */
	padding: 0 10px 0;
}
	.col1 h2 {
	font-size: 1.2em;
	font-family: Lucida, Helvetica, Arial, sans-serif;
	color: #309;
	}
	.col1 p {
		color: #8566c2;
		color: #666;
	}
	 .col1 h4 {
	 	color: #309;
	 }
	 .col1 dl {
	 	margin: 0;
		padding: 0;
		color: #5c33ad;
	 }
	 .col1 dt {
	 	margin: .5em 0 .25em;
		font-size: 1.1em;
	}
	 .col1 dd {
	 	margin: 0 0 0 1.25em;
		text-indent: 0;
	}
/**/

/**-- COLUMN 2 --**/
.col2, #simple .content-section { /* see layout */
	margin: 0;
	color: #666;
	font-size: 1em;
	padding: 0 10px 1em;
}
	#error .col2 h2 {
		color: #309;
	}
	.col2 p, #simple .content-section p {
		margin: 0 .6em .5em 0;
	}
	.col2 ul {
		padding: 0 2.5em;
		margin: 0 0 1em 0;
	}
	.col2 li {
		margin-bottom: .5em;
	}
	.col2 li strong {
		color: #060;
	}
	.error li strong {
		color: #C00;
	}
	.col2 .hilite {
		color: #060;
		font-style: italic;
	}
	.col2 .img-gutter {
		float: left; 
		margin: .5em 1em 0 -50px;
		overflow: visible;
	}
	.faq h2 {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 1em;
		font-weight: bold;
		padding-top: .5em;
	}
	.col2 h3 span { /* formats top links */
		float: right;
		font-size: .7em;
		font-weight: normal;
		font-style: normal;
		vertical-align: bottom;
	}
	.bond strong {
		color: #060;
		padding: 2em;
		font-size: 1.2em;
	}
	.announcements {
		margin-bottom: 1em;
	}
	.announcements .date {
		font-weight: bold;
		color: #333;
		margin: 1em 0 0;
	}
	.announcements h3 {
		margin: 0;
		line-height: 1.25;
		margin: .5em 0 .25em;
	}
	.announcements h3 span {
		font-weight: normal;
		font-size: .85em;
		float: none;
	}
	.announcements .link {
		text-indent: 1.5em;
		margin: 0;
	}
	.note {
		line-height: 1.25;
		color: #999;
		font-size: .9em;
		padding-bottom: 1.5em;
	}
	.notes {
		margin-top: 4em;
	}
	.col2 .notes p {
		font-size: .9em;
	}
	.fair-balance {
		margin-top: 4em;
	}
	
	.fair-balance h2 { /* "Important Safety Information" section at the bottom of each page */
		font-size: 1.4em;
		line-height: 1.25;
		font-family: Lucida, Helvetica, Arial, sans-serif;
		color: #060;
		clear: both;
}
	
	.contacts p, .mailing p {
		margin: 0;
	}
	.name {
		font-weight: bold;
	}
	.phone1
	{}
	.mailing, .contacts p.phone {
		margin-bottom: 1em;
	}
	/**-- MEDIA COVERAGE --**/
	.media .title a {
		font-weight: bold;
	}
	.media .publication {
		font-style: italic;
	}
/*
	a[href^="http"] {
		background: #FFF url(../../images/external.gif) right 3px no-repeat;
		padding-right: 12px; 
		zoom: 1;
	}
*/
	a.dlink {
		background :#FFF;
		padding-right: 0;
	}
	.molecule, .nbr {
		text-align: center;
	}
	table.data {
		margin-bottom: 1em;
	}
	/**/
/**/

/**-- COLUMN 3 --**/
.col3 { /* see layout */
}
	.col3 li>h3 {
		padding-top: 1em;}
	.col3 p {
		margin: 1em 0 1em 1.5em;
	}
	.col3 ul {
		margin: 0 0 0 3em;
		padding: 0;
		list-style: none;
		clear: left;
	}
	.col3 ul li {
		margin: 0 0 .75em 0;
		line-height: 1.25;
	}
	.col3 ul a, .col3 ul a:link, .col3 ul a:visited {
		color: #0071BC;
	}
	.col3 .mailing p, .tout .mailing p {
		margin-bottom: 0;
		margin-top: 0;
	}
/**/

/**-- WALLPAPER --**/
	body#wallpaper {
		margin: 1em;
		background-color: #FFF;
	}
	#wallpaper div {
		float: left;
		width: 225px;
		margin: 0 2em 1em 0;
	}
	#wallpaper div.fair-balance {
		margin-top: 4em;
	}
	#wallpaper h1 {
		font-size: 1em;
		margin: .5em 0 0;
	}
	#wallpaper ul {
		margin-top: 0;
	}
	#wallpaper li {
		margin-left: -2em;
	}
	#wallpaper p {
		margin: 0;
	}
	#wallpaper .link {
		margin: 1.5em 0 1em;
	}
	#wallpaper .img-wp {
		position: absolute;
		top: 0;
		left: 250px;
	}
/**/

/**-- TABLES --**/
	table, td {
		border: 1px solid #069;
		padding: 3px;
		margin: 0;
		border-collapse: collapse;
	}
/**/
/**-- BOND --**/
		#bond {
			position: fixed;
			top: 50%;
			left: 50%;
			margin: -150px -275px;
			width: 550px;
			height: 300px;
			background: #AD99D4;
			border: 3px solid #FFF;
		}
		#bond h2 {
			color: #FFF;
			margin-top: .5em;
		}
		.bond {
			width: 130px;
			height: 34px;
			overflow: hidden;
		}
		#bond span {
			float: right;
			top: 6px;
			right: 12px;
			position: relative;
		}
		.bond ul {
			list-style: none;
			width: 229px;
			height: 50px;
			margin: 0;
			padding: 0;
		}
		.bond ul li {
			display: inline;
		}
		.b a {
			background: #AD99D4  url(../../images/bond.gif) -0px 72px;
		}
		.o a {
			background: #AD99D4 url(../../images/bond.gif) -33px 38px;
		}
		.n a {
			background: #AD99D4 url(../../images/bond.gif) -64px 140px;
		}
		.d a {
			background: #AD99D4 url(../../images/bond.gif) -95px 106px;
		}
		.b a:hover, #b .b a {
			background-position: -0px 140px;
		}
		.o a:hover, #o .o a {
			background-position: -33px 106px;
		}
		.n a:hover, #n .n a {
			background-position: -64px 72px;
		}
		.d a:hover, #d .d a {
			background-position: -95px 38px;
		}
		#bond .bond a {
			width: 32px;
			height: 34px;
			float: left;
			text-indent: -9000px;
	}
		.bond .d a {
			width: 35px;
		}
		#b,#o,#n,#d {
			padding: 12px;
		}
		.scroll {
			background: #FFF;
			width: 500px;
			height: 180px;
			overflow: auto;
			padding: 12px
		}
/**/
	
/**-- TOUTS --**/
	.tout {
		margin: 0 0 .5em .5em;
		float: left;
		width: 145px;
		color: #666;
		background: url(../../images/corners/r_box_reconcile.gif) top right no-repeat;
	}
	.tout h2 {
		border-left: none;
		border-bottom: 1px solid #069;
		color: #666;
		margin: 0;
		padding: 12px 15px .5em 15px;
		background: url(../../images/corners/l_box_reconcile.gif) top left no-repeat;
	}
	.tout p, .tout h3 {
		color: #666;
		margin: 0;
		padding: .5em 15px;
		border-left: 1px solid #069;
		font-style: italic;
	}
	.tout h3 {
		border: 1px solid #069;
		border-right-width: 0;
		font-style: normal;
	}
	.tout .last {
		margin: 0;
		padding: 0 0 0 15px;
		background: url(../../images/corners/l_box_reconcile.gif) bottom left no-repeat;
		border: none;
	}
	.col1 p.last span {
		display: block;
		padding: 0 15px 15px 0;
		background: url(../../images/corners/r_box_reconcile.gif) bottom right no-repeat;
	}
	/**/
/**/
	
/**-- TOUT2 --**/
	
	/**-- MODS for use in COL 3 --**/
	.col3 .tout2 {
		width: 100%;
		float: left;
		color: #666;
		margin: 0 0 0 .25em;
		background: #CCE0CC url(../../images/corners/ll_lg.gif) no-repeat bottom left;
	}
	.col3 .tout2 h2 {
		margin: 0;
		margin-bottom: .5em;
		border-left: 1.5em solid #060;
		color: #FFF;
		font-size: 1.1em;
		line-height: 1.25;
		padding: .75em .5em .5em 1em;
		background: #7FB27F url(../../images/corners/ur_lg.gif) no-repeat top right;
	}
	.col3 .tout2 p {
		color: #666;
		font-style: italic;
		padding: 0 1em .5em 1em;
		margin: 0 0 0 1em;
		line-height: 1.4em;
	}
	
	.col3 p.last span {
	}

	.col3 .tout2 .link {
		font-weight: bold;
		margin: .5em 0 .5em 1.5em;
		padding-right: 1.5em;
		padding-bottom: 1em;
		text-align: right;
		background: transparent url(../../images/corners/lr_lg.gif) no-repeat bottom right;
	}
	.col3 .tout2 .last {
		border: none;
		padding: 0 1em 1em 1em;
		margin: 0 0 0 1em;
		background: transparent url(../../images/corners/lr_lg.gif) no-repeat bottom right;
		line-height: 1.4em;
	}
	.col3 .tout2 a {
		background-color: #CCE0CC;
		color: #000;
	}
	.col3 .tout2 .link a {
		font-size: .9em;
		color: #000;
		text-decoration: none;
	}
	.col3 .tout2 .link a:hover {
		text-decoration: underline;
		color: #000;
	}
	
	/**/
/**/

	
/**-- FOOTER --**/
#footer {
	text-align: left;
	color: #999;
	font-size: .8em;
	margin: 1.5em 0 0;
	padding-top: .5em;
}
#footer p {
	border-top: 1px solid #999;
	padding: 1.5em 1.5em 0;
}
#footer a {
	color: #069;
	/* undo styling for http links */
	background: #FFF;
	padding: 0;
}
#footer a:visited {
	color: #999;
}
/**/
/**/


/* FORMS
======================================== */

/**-- Contact Form --**/
.form label {
	float: left;
	font-weight: bold;
	width: 16em;
	text-align: right;
}
.form div, .formnavigation {
	clear: left;
}
.formnavigation a {
	margin-left: 12px;
}
.formnavigation p a {
	margin-left: 0;
}
.form label span {
	float: right;
	color: #C00;
	width: 1em;
	text-align: right;
	margin: 0 .5em 0 0;
	display: inline;
}
.form span {
	width: 180px;
	display: block;
	float: left;
	margin: -3px 0 0 12px;
}
.form label.checklabel {
	width: auto; 
}
.indent {
	padding-left: 2em;
}
.rep-head {
	padding-left: 2em;
	font-weight: bold;
	color: #069;
}
span.formfield {
	margin-left: 0;
}
.form input, .form select, .form textarea {
	float: left;
}
.form p, .formnavigation p {
	padding-top: .5em;
	clear: both;
}
.form p.note {
	padding: .25em 0 0;
	font-size: 1em;
	color: #666;
}
td input.button {
	width: 9em;
}
.form textarea {
	width: 20em;
}
td {
	vertical-align: top;
}
.two-col .reqd, #simple .reqd {
	color: #C00;
}
.button {
	padding: 0 3px;
	margin: 0 3px;
}
/**/
