/* CSS Document */
/* print CSS - see other CSS files for most definitions as they are repeated here */
body,td,th {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
body {
	background-color: #FFF;
	font-size: 80%;
}
.bold {
	font-weight:bold;
}
.noBold {
	font-weight: normal;
}
.italic {
	font-style: italic;	
}
.underline {
	text-decoration: underline;
}
.redText {
	color:#FF0000;
}
.smallText {
	font-size: 0.9em;
}
.pageTitle {
	font-weight: bold;
}
.paragraphTitleBlue {
	font-weight: bold;
	font-size: 1.2em;
}
.paragraphTitle {
	font-weight: bold;
	color: #000;
	font-size: 1.6em;
}
.orangeText {
	font-weight: bold;
	color: #000;
	font-size: 1.1em;
}
.blueText {
	font-weight: bold;
	color: #000;
}
.ds_lists li {
	margin-bottom: 1em;
}
img {
	border: 0px;
}
/* special styles for fixing problems with browser compatibility */
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#footer {
	text-align:center;
}
/* styles that are not needed on the print page such as the header and menus */
#header, #navList, #pageNav, #logoLink, .noPrint, #tlMenu {
	display:none;
}
/* redefine link colors so they are black */
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
#navListHome a {
	text-decoration: none;
}
/* redefine right menu so that it loses its color */
.tblMenuRt {
	float: right;
	clear: right;
	border: 1px solid #000;
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0px 0px 10px 20px;
}

.tblMenuRt th {
	margin: 0px;
	padding: 5px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.tblMenuRt td {
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.tblMenuRt .tblMenuNP {
	padding: 0px;
}

.tblDottedRow {
	border-bottom: 1px dotted #000;
}
/* redefine generic table definition so it loses its color */
.tblMenu {
	border: 1px solid #000;
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0px 0px 10px 20px;
}

.tblMenu th {
	margin: 0px;
	padding: 5px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.tblMenu td {
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.tblMenu .tblMenuNP {
	padding: 0px;
}
.tblMenu .artifactList {
	margin-left: 0px;
	padding-left: 16px;
}
.tblMenu .artifactList li {
	margin-bottom: 1em;
}

.tblMenu th.suggRead {
	margin: 0px;
	padding: 5px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.tblMenu td.suggRead {
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
/* redefine table definition for a two column, one row table */
.flushRight {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0px;
	width: 100%;
}
.flushRight td {
	padding: 0px;
	margin: 0px;
}
#main #content .sectionHeader {
	background-image: none;
}
.dottedTbl {
	width: 100%; 
	background-image:url(../_images/dottedLine.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}
.dottedTblC1 {
	float: left;
	width:auto;
	background-color: #FFF;
}
.dottedTblC2 {
	float: right;
	width: auto;
	background-color: #FFF;
}
/* redefine form input table */
.formInput {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0px;
	width: auto;
}
.formInput td {
	padding: 5px;
	margin: 0px;
}

.formInput tr > td:first-child {
	text-align: right;
	padding-left: 15px;
}
.formC1 {
	text-align: right;
	padding-left: 15px;
}
#pictureList {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 5px;
	float: right;
	width: 291px;
}
.plCaption {
	font-weight: bold;
	padding-bottom: 10px;
}
.timelineList {
	list-style:none;
	padding: 8px 0px 0px 3.0em;
	margin: 0px;
	text-indent: -3.0em;
}
.timelineList li {
	margin-bottom: 1em;
}
/* ################################################### image library ####################################################### */
#imageLibrary {
	margin: 0px;
	/* width: 474px; */
	width: 474px;
	padding: 0px 0px 0px 0px;
}
.imageVal {
	float: left;
	clear: left;
	width: 100px;
	padding: 10px 10px 10px 0px;
	text-align: right;
}
.imageVal img {
	border: 1px solid #000;
}
.imageValDesc {
	float: left;
	width: 340px;
	padding: 10px 10px 10px 0px;
}
.imageGroup {
	clear: both;
	border-bottom: 1px solid #CCC;
	margin-left: 6px;
	margin-right: 6px;
}
#imageDirections {
	padding: 2px 10px 0px 10px;
}
#lastImageBorder {
	border: none;
}

