/* swine-vaccine.css */
/* shift  */

body {
	line-height: 1.5;
}
h2 {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.indent {
	text-indent: 1em;
}

.swine {
	width: 720px;
	margin: 0 auto;
}
.swine dt {
	font-weight: bold;
}
.swine dd + dt {
	margin-top: 1em;
}

.swineblk {
	margin-left: 50px;
}
.swineblk ul.arrowr {
	margin-left: 0;
	padding-left: 0;
}
.swineblk .arrowr li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.tblcpt1 {
	background-color: #999;
}
.even {
	background-color: #eee;
}
.tindent {
	text-indent: 1em;
}
.underl {
	border-bottom: 1px solid red;
}
.redbd {
	border-bottom: 1px dotted red;
}

.brd1 {
	padding: 2px 10px;
}

.noteindent {
	font-size: 93%;
	color: #606060;
	margin-left: 3.5em;
}
.noteindent:before {
	content: ""
}

.infblk {
	border: 1px solid #8ebbae;
	padding: 2px 18px;
	background-color: #efebe5;
}
.infblk .bold {
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.infblk ul {
	margin-top: 0;
}

h2.cpttil span.medium {
	font-size: medium;
}

.heading {
	font-weight: bold;
	text-decoration: underline;
	border-left: 20px solid gray;
	padding-left: 3px;
}
.dsctable, .dsctable td {
	border-collapse: collapse;
	border: 1px solid gray;
}
.dsctable td {
	padding: 0 3px;
}
.wdthsc {
	width: 140px;
}
.arrownotavailable {
	background-image: url(../images/elements/arrow-disable.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 23px!important;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	font-size: medium;
}

/* utilities */
.hidden {
	display: none;
}
.small {
	font-size: small;
}
.tright {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.tcenter {
	text-align: center;
}
