@import url(search.css);

body, p, li, select {
  font-family: "Trebuchet MS", Verdana;
  font-size: 12px;
}

body {
  padding: 0;
  margin: 0;
  background-color: #CCCCCC;
}

a:link, a:visited { color: #3E007D; }
a:hover, a:active { color: #218241; }

#baseGrid {
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
}

#header {
  white-space: nowrap;
  border-color: #000000;
  border-width: 2px;
  border-style: none none solid none;
	background-color: #a1b0b8;
}

#navColumn {
	background-color: #EED697;
	color: #000000;
}

#listNav {
  color: #000000;
  padding: 10px;
  white-space: nowrap;
  font-weight: bold;
}

#listNav a:link, #listNav a:visited {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}

#listNav a:hover, #listNav a:active {
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
}

#listNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-color: #000000;
  border-width: 1px;
  border-style: none none dotted none;
}

#listNav ul li ul, #listNav ul li ul li ul, #listNav ul li ul li ul li ul { border-style: none; }

#listNav ul li {
  margin: 0;
  padding: 0 0 5px 12px;
  font-size: 14px;
}

#listNav ul li ul li, #listNav ul li ul li ul li, #listNav ul li ul li ul li ul li {
  margin: 0;
  padding: 0 0 0 12px;
  background-image: none;
  font-size: 12px;
}

#utilityNav {
  text-align: center;
  text-transform: inherit;
  font-size: 90%;
}

#utilityNav a:link, #utilityNav a:visited {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}

#utilityNav a:hover, #utilityNav a:active {
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
}

#content {
  width: 100%;
  background-color: #FFFFFF;
}

.downloadInfo {
	color: #999999;
	font-size: 10px;
}

.caption {
	font-size: 10px;
	margin: 5px 0 0 10px;
}

.publicationTitle {
	font-style: italic;
	font-family: "Times New Roman", serif;
	font-size: 16px;
	line-height: 12px;
}

.note {
	font-size: 10px;
	font-style: italic;
}

table.dataTable {
	border-collapse: collapse;
	border-color: #537DB9;
	border-width: 1px;
	border-style: solid;
}

table.dataTable th {
	text-transform: inherit;
	white-space: nowrap;
	background-color: #3366CC;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	border-right: #FFFFFF;
	border-width: 1px;
	border-style: none dotted none none;
}

table.dataTable td {
	padding: 5px 10px 5px 10px;
	border-right: #cccccc;
	border-width: 1px;
	border-style: none dotted none none;
	vertical-align: top;
}

table.dataTable tr.odd { background-color: #FFFFFF; }
table.dataTable tr.even { background-color: #E6E6E6; }

table.definitionTable { }

table.definitionTable th {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none none none;
	white-space: nowrap;
	padding: 5px 5px 10px 0px;
}

table.definitionTable td {
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 10px 5px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none none none;
}

table.definitionTable td > p:first-child { margin-top: 0; }

fieldset.annotatedLinks {
	border-color: #999999;
	border-width: 1px;
	border-style: dotted;
	padding: 5px;
}

fieldset.annotatedLinks legend {
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

fieldset.annotatedLinks th {
	text-align: right;
	white-space: nowrap;
}

fieldset.annotatedLinks td { }

#bodyColumn {
  padding: 0 10px 10px 10px;
  background-color: #FFFFFF;
}

#sidebarColumn {
	background-color: #5AA7D0;
	color: #FFFFFF;
	padding: 0 10px 10px 10px;
}

#sidebarColumn a:link, #sidebarColumn a:visited { color: #EED697; }
#sidebarColumn a:hover, #sidebarColumn a:active { color: #ffffff; }

#bodyFooter {
  border-color: #FF631E;
  border-width: 2px;
  border-style: dotted none none none;
  margin: 10px 0 10px 0;
}

#bodyFooter td { padding-top: 5px; }

#footer {
  text-align: center;
  color: #006633;
  font-size: 10px;
  padding: 5px 0 20px 10px;
}

#footer a:link {color: #063;}
#footer a:visited {color: #063;}
#footer a:hover {color: #063;}
#footer a:active {color: #063;}

/* Site Map */

.liOne {
  font-size: 125%;
  font-weight: bold;
}

.liTwo { margin: 2px 0 2px 5px; }

.liThree { margin: 2px 0 2px 5px; }

/* TinyMCE */
.mceContentBody {
	background-color: #FFFFFF;
	padding: 10px;
}