/* ==================================================== */
/* Name:    pmg-page.css                                */
/* Purpose: to be used with PMG content web pages       */
/* Date:    March 2003 - wfd - initial coding           */
/*          October 2011 - Chris Laning                 */
/* ==================================================== */
/*  updated 6/20/13    1:00                         */


@import url(/styles/headstables.css);

h4 {text-transform: uppercase;}

h4+h4, h3+h4 {text-transform: none;}

img.picsapart {
/*	padding-bottom: 0.15em; */
	border: none;
}

.toctext {
	font-size: 0.925em;
}

caption {
	text-align: left;
	font-weight: bold;
	font-size: 1em;
}

p.hanginglist br {
	text-indent: -1em;
}

p.hang {
	text-indent: -1em;
	margin-top: 0em;
	margin-bottom: 0em;
	list-style-type: none;
	margin-left: 1em;
}

hr.blackrule {
	margin-top: -0.5em;
	margin-bottom: -0.5em;
	border: 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid white;
	height: 1px;
	color: white;
}

ul.authorlist {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

ul.authorlist+h6 {
	font-weight: bold;
	margin: 0.5em 0 0 -0.1em;
}

/*  ---------- TREATMENT TABLES ---------- */

table.treatment {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	border-width: 0px;
}

table.treatment th.trchemid {
	width: 2em;
	padding-right: 0.25em;
}

/* .footnote {
	font-size: 0.925em; font-weight: normal
} */

/*  ---------- SUSCEPTIBILITY TABLES ---------- */

table.susceptibility {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	border-width: 1px;
	border-collapse: collapse;
}

table.susceptibility tr,
table.susceptibility td,
table.susceptibility th {
		vertical-align:top;
}

table.susceptibility td,
table.susceptibility th,
table.susceptibility tr,
table.susceptibility td.hscontrol,
table.susceptibility td.hspartial,
table.susceptibility td.hsnocntrl,
table.susceptibility td.hsunknown,
table.susceptibility td.hsweedname,
table.susceptibility th.hschemabbr,
table.susceptibility td.hsannotation {
/*	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 0 none;
	border-right:0 none; */
	height: 1.5em;
}

table.susceptibility td.hscontrol {
	background-color: #00A800;
	text-align: center;
	width: 2em;
}

table.susceptibility td.hspartial {
	background-color: #FFFF00;
	text-align: center;
	width: 2em;
}

table.susceptibility td.hsnocntrl {
	background-color: #999999;
	text-align: center;
	width: 2em;
}

table.susceptibility td.hsunknown {
	background-color: #FFFFFF;
	text-align: center;
	width: 2em;
}

table.susceptibility td.hsweedname {
	white-space: nowrap;
	padding:1px 4px 1px 4px;
	text-transform: capitalize;
}

table.susceptibility th.hschemabbr {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	width: 4em;
	height: 1.5em;
	vertical-align: bottom;
}

table.susceptibility td.hsannotation {
	padding-right: 1.5em;
	white-space: nowrap;
}


/* ------ for weed common & scientific name tables ------ */

.cslist td {
	padding-right: 2em;
}

.cslist th {
	padding-right: 2em;
}
