/* $Id: print.css,v 1.1.2.2 2008/08/21 22:03:40 jcnventura Exp $ */

body {
  margin: 1em;
  background-color: #fff;
  font-family: sans-serif;
}
th {
  text-align: left; /* LTR */
  color: #006;
  border-bottom: 1px solid #ccc;
}
tr.odd {
  background-color: #ddd;
}
tr.even {
  background-color: #fff;
}
td {
  padding: 5px;
}
#menu {
  visibility: hidden;
}
#main {
  margin: 1em;
}
a:link {color: #000;}
a:visited {color: #000;}
a:hover {color: #00f;}
a:link img, a:visited img {border: 0;}
.print-footnote {font-size: xx-small;}
img.print-logo {border: 0;margin-left: 20px;}
.print-site_name {visibility:hidden;}
.print-breadcrumb {visibility:hidden;font-size: x-small;}
.print-title {text-align: center;}
.print-submitted {visibility:hidden;font-size: small;}
.print-created {visibility:hidden;font-size: small;}
.print-taxonomy {
  text-align: right;
}
.field-field-available {visibility:hidden;}
.field-type-nodereference {text-decoration:none;}
.print-taxonomy li {display: inline;}
.pf-print-content {margin-left:40px;font-size: x-small}
/* lgc added for Intake Sheet ... had to add tbody because the top border was ccc*/
tbody {
  border-top: 0px;
}
.print-title-intake {text-align: center; font-size:16px;}
.pf-followup-intake {width:620px; margin-left:0px; font-size: 12px;color:black;}
.pf-print-intake {width:640px; margin-left:40px;font-size: 12px;color:black;}
.pf-print-contract {width:640px; margin-left:60px;font-size: 12px;}
.pf-print-cagecard {float:left; clear: all; width:495pt; border-left:2pt black solid;border-right:2pt black solid;padding-bottom:60pt;}

.cagecard-body {float:left; clear:all;width:448pt; padding-left:25pt;padding-right:25pt;border-left: 0pt black solid;border-right: 0pt black solid;}
.cagecard {
  display: inline;
  float:left; clear: right;
  width:100%;
  font-size:14pt;
  line-height:1.7em;
  border 0pt solid green;
}
.cagecard-label {
  font-size:10pt;
  font-weight:bold;
  color:steelblue;
  display: inline;
}
u.dotted{
  border-bottom: 1pt dashed #999;
  text-decoration: none; 
}
.print-hr {
  border: 0;
  height: 1px;
  width: 100%;
  color: #9E9E9E;
  background-color: #9E9E9E;
}
.print-contract-hr {
  border: 0;
  padding-left: 40px;
  height: 1px;
  width: 60%;
  color: #9E9E9E;
  background-color: #9E9E9E;
}
.print-message {
  border: medium dotted blue;
  padding: 1em;
}
.print-source_url {font-size: small;}
.print-links {font-size: small;}
.print-footer {text-align: center;}
/* $Id: fieldgroup.css,v 1.2.2.2 2009/03/14 18:55:20 yched Exp $ */

div.pf-fieldgroup {
  margin:10em 0 1em 0em;
  border:1px solid green;
}
.pf-fieldgroup .content {
  padding-left:100em;/*LTR*/
  color: #00ff00;
}
.whiskers-print-title {text-align: center;font-size: 16px;}
.whiskers-print-footnote {font-size: 9px !important;}
.whiskers-pf-print-content {margin-left:40px;font-size: 10px;}

/* lgc 1/6/2020 copied all this from defaults.css on old site because they field sets didn't have the correct padding/margin
/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */
/* lgc 1/6/2020 copied this from content-module.css on old site because it was in the cck directory and not defined 
 * /* Node display */
.field .field-label,
.field .field-label-inline,
.field .field-label-inline-first {
  font-weight:bold;
}
.field .field-label-inline,
.field .field-label-inline-first {
  display:inline;
}
.field .field-label-inline {
  visibility:hidden;
}

