/* basic declarations */

body{
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
}
abbr,
acronym {
	text-decoration: underline;
}
abbr:hover,
acronym:hover {
	cursor: help;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 0 0 12px 0 !important;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3{
	font-size: 1.4em;
}
h4,h5{
	font-size: 1.2em;
}
h6{
	font-size: 1em;
}

/* links */
a,
a:link,
.link {
	color: #393;
	text-decoration: underline;
}
a:hover,
.link:hover {
	color: #040;
	cursor: pointer;
}
a:active {

}
a:visited {

}
a.inactive,
.link.inactive {
	color: #000;
	cursor: default;
	text-decoration: none;
}

/* standard text tags */

.error {
	font-weight: bold;
	color: #933;
}

b,
.b,
strong,
.strong {
	font-weight: bold;
}
i,
.i,
em,
.em {
	font-style: italic;
}

.block {
	display: block;
}
.none {
	display: none;
}
.enhanced .unenhanced {
	display: none;
}
/* forms */

.email_title {
  font-size: 1.2em;
  font-weight: bold;
}

input.text,
input.password,
input.button,
textarea,
select,
.button {
	border: 1px solid #999;
}
label {
	display: block;
}
input.text,
input.password,
input.button,
textarea,
select {
	display: block;
}
input.text,
input.password,
textarea{
	padding: 3px;
}
option {
	padding: 2px;
}
fieldset.radio label,
fieldset.checkbox label{
	float: left;
	margin: 0 0 6px 0;
}
fieldset.radio input.radio,
fieldset.checkbox input.checkbox{
	clear: left;
	float: left;
}
fieldset.checkbox div.item {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 2px;
}
input.checkbox,
label.checkbox,
input.radio,
label.radio{
	display: block;
	margin-top: -1px !important;
	margin-right: 4px;
	float: left;
	
}
input.button,
div.button{
	background-color: #ddd;
	padding: 2px 6px;
	font-weight: bold;
}
.button:hover {
	cursor: pointer;
}

/* lists */

dl.compact dt {
	clear: left;
	float: left;
}
dl.compact dd {
	float: left;
	margin-left: 10px;
}

ul.list,
ol.list {
	margin-left: 1em;
	padding-left: 2.5em;
}
ol.list li{
	list-style: decimal outside;
}
ul.list li{
	list-style: disc outside;
}

ul.piped{
	margin: 0;
	padding: 0;
}
ul.piped li{
	float: left;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid black;
	list-style: none;
}
ul.piped li:first-child,
ul.piped li.firstChild{
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

dl.piped{
	margin: 0;
	padding: 0;
}
dl.piped dt{
	float: left;
	margin-left: 8px !important;
	padding-left: 8px;
	border-left: 1px solid black;
}
dl.piped dt:first-child,
dl.piped dt.firstChild{
	margin-left: 0 !important;
	padding-left: 0;
	border-left: 0;
}
dl.piped dd{
	float: left;
	margin-left: 8px !important;
}


/* LAYOUT */

#container {
	margin: 4px;
}
.static #container,
.app #container {
	max-width: 780px;
}
* html .static #container,
* html .app #container {
  width: 780px;
}


#container #header {
	background-color: #000;
}
#container #inner {
	margin: 0 0 16px 0;
}
#container #inner #main {
	border: 1px solid #519e2d;
	border-top: 0;
}
#container #inner #main #content {
	padding: 12px;
	min-height: 600px;
  height:auto !important;
  height:600px;
	position: relative;
	line-height: 1.25em;
}

/* static layout only: sidebar that matches height */
.static #container #inner {
	position: relative;
}
.static #container #inner #sidebar {
	width: 150px;
	position: absolute;
	z-index: 2;
}
.static #container #inner #main {
	border-left: 150px solid #d6d6c5;
}

/* SECTION: global nav*/

#nav {
	background-color: #393;
	margin: 0;
	padding: 0;
}
#nav ul {
	list-style: none;
}
#nav ul.primary,
#nav ul li {
	float: left;
}
#nav ul.secondary {
	float: right;
}
#nav ul li a{
  display: block;
	color: #fff;
	text-decoration: none;
	padding: 6px 20px !important;
}
#nav ul li a:hover {
	background-color: #171;
}

/* SECTION: sidebar */

#sidebar p {
	color: #666;
	line-height: 1.6em;
	font-size: .85em;
	padding: 8px;
}
#sidebar .imageSlideshow{
	width: 150px;
	height: 170px;
}
#sidebar .imageSlideshow img {
	width: 150px;
	height: 170px;
	display: none;
}
.enhanced #sidebar .imageSlideshow img,
#sidebar .imageSlideshow img.block {
	display: block;
}

/* SECTION: content */

#content .block,
#content p,
#content div,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content ul,
#content ol,
#content dl{
	margin: 0 0 12px 0;
}

div.evolving {
	background-color: #a0df82;
	padding: 8px 8px 1px 8px;
	clear: both;
	font-style: italic;
}

/* SECTION: footer */

#container #inner #footer {
	padding: 8px;
	max-width: 700px;
}
#footer p {
	line-height: 1.35em;
	font-size: .9em;
	margin: 0 0 12px 0;
}

/* MODULE: contact form */

#contactForm form textarea {
  width: 450px;
  height: 200px;
  margin: 4px 0 12px 0;
}
#contactForm form input.text{
  width: 300px;
  margin: 4px 0 12px 0;
}

#contactForm .success {
	text-align: center;
	border: 1px dotted #50a029;
	padding: 8px;
	font-weight: bold;
	background-color: #eee;
}


/* MODULE: basic search form */

#basicSearch{
	padding: 12px;
	border: 1px solid #a0df82;
	background-color: #eee;
	clear: both;
	width: 360px;
}
.static #basicSearch {
	float: right;
	margin-left: 12px !important;
}
#TB_window #basicSearch {
	float: none;
	margin: 12px 12px 12px 0 !important;
}
#basicSearch form select {
	width: 148px;
}
#basicSearch form input.text {
	width: 140px;
}
#basicSearch .attributes {
	margin: 0 !important;
	position: relative;
	padding: 0 20px 0 0;
}
#basicSearch .search_attribute {
	margin: 0 4px 4px 0 !important;
	position: relative;
	padding: 0 20px 0 0;
	float: left;
}
#basicSearch .search_attribute a.remove,
#basicSearch .attributes a.add {
	font-size: 2em;
	text-decoration: none;
	position: absolute;
}
#basicSearch .attributes a.add {
	bottom: 4px;
	right: 0;
}
#basicSearch .search_attribute a.remove{
	bottom: 0;
	right: 0;
}
#basicSearch .search_attribute div {
	margin: 0 2px 0 0 !important;
	float: left;
}
#basicSearch .search_attribute div label {
	margin: 0 0 2px 0 !important;
}
#basicSearch .fieldsetLabel,
#basicSearch fieldset {
	float: left;
	margin: 4px 6px 0 0 !important;
}
#basicSearch fieldset div{
  margin: 0 !important;
}




#searchPlayback{
	border: 1px solid #a0df82;
	background-color: #eee;
	padding: 6px;
}
.enhanced #searchPlayback:hover {
	cursor: pointer;
	background-color: #ddd;
}
.enhanced #searchPlayback:hover a {
	color: #040;
}
#searchPlayback h4,
#searchPlayback a {
  float: left;
  margin: 0 6px 0 0 !important;
}
#searchPlayback a {
  float: right;
  font-weight: bold;
}
#searchPlayback ul {
  margin: 0 12px 0 0 !important;
  float: left;
}

/* MODULE: pagination */
.pagination {
	padding: 12px 12px 16px 12px;
	border: 1px solid #a0df82;
  clear: both;
}
.pagination h1 {
	float: left;
	margin: 0 12px 12px 0 !important;
}
.pagination .pageCount {
	float: left;
	margin: 4px 0 !important;
}
.pagination .pageLinks {
	clear: left;
	margin: 0 !important;
}
.pagination .maxResults {
	clear: left;
	font-size: 0.8em;
	margin: 0 0 12px 0 !important;
}

.pagination .pageLinks a,
.pagination .pageLinks span {
	border: 1px solid #9b9;
	padding: 2px 3px;
	background-color: #efe;
	color: #393;
	display: block;
	float: left;
	margin: 0 2px;
}
.pagination .pageLinks a {
	text-decoration: none;
}
.pagination .pageLinks a:hover {
	color: #000 !important;
	border-color: #000 !important;
	background-color: #fff !important;
}
#content .pagination .pageLinks .prev_page,
#content .pagination .pageLinks .next_page{
	background-color: #cec;
	font-weight: bold;
}
#content .pagination .pageLinks .current {
	font-weight: bold;
	background-color: #fff;
	color: #000;
	border-color: #000;
}
#content .pagination .pageLinks .prev_page {
	margin: 0 8px 0 0;
}
#content .pagination .pageLinks .next_page {
	margin-left: 0 0 0 8px;
}
#content .pagination .pageLinks .disabled {
	background-color: #fff !important;
}
#content .pagination .pageLinks .gap {
	background-color: #fff;
	border-color: #fff;
}

/* MODULE: page-level tabs */

#pageTabs {
	clear: both;
  width: 100%;
}
.enhanced #pageTabs ul#pageTabset {
	margin: 0 !important;
}
#pageTabs ul#pageTabset li {
	font-size: 1.1em;
}
#pageTabs .pageTab {
  min-height: 400px;
  height: auto !important;
  height: 400px;
  border: 1px solid #a0df82;
  padding: 10px;
  background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
#pageTabs .pageTab#fullView {
	padding: 12px 0 0 0;
}
.pageTab {
  clear: both;
}

.enhanced #pageTabs .pageTab#fullView {
	padding: 24px 12px 12px 12px;
}

/* MODULE: individual search result */

.fullDetails {
	clear: both;
}

.result {
	position: relative;
	border: 1px dotted #a0df82;
	padding: 20px 12px 12px 12px;
	min-height: 120px;
  height: auto !important;
  height: 120px;
	margin: 0 !important;
}
#resultTabs {
	border-bottom: 1px dotted #a0df82;
}
#resultTabs .result {
	border-bottom: 0;
}
.result dl {
	font-size: 1em;
	line-height: 1.25em;
}
.result dt,
.result dd {
	margin: 0 0 2px 0 !important;
	padding: 2px;
}
.result dt {
	color: #444;
	width: 150px;
	width: 25%;
}
.result dd {
	color: #444;
	width: 70%;
}
.result dt:after {
	content: ":";
}
.result .novalue,
.result .noschema{
	display: none;
}



.result ul.tabs {
	position: absolute;
	right: -2px;
	top: -12px;
}
.result ul.tabs li {
	float: left;
	margin: 0 !important;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	border-right: 1px solid #fff;
	font-size: 1em !important;
}
.result ul.tabs li a,
.result ul.tabs li .link{
	width: 80px;
	text-align: center;
	display: block;
	padding: 3px 6px !important;
	background-color: #a0df82;
	color: #fff;
	text-decoration: none;
}
.result ul.tabs li a:hover,
.result ul.tabs li .link:hover{
	background-color: #50a029;
}
.result ul.tabs .ui-tabs-selected a,
.result ul.tabs ui-tabs-selected .link{
	background-color: #70d049;
	color: #fff;
}
.result ul.tabs .ui-tabs-selected a:hover,
.result ul.tabs ui-tabs-selected .link:hover{
	cursor: auto;
	color: #fff;
	background-color: #70d049;
}
.result .summary .data {
  float: left;
}
.result ul.imageThumbnails {
  float: right;
}

/* MODULE: image slideshow */
.result ul.imageThumbnails li {
	border: 1px dotted #a0df82;
	width: 150px;
	height: 135px;
	padding: 4px;
	margin-right: 8px !important;
	text-align: center;
	float: left;
}
.result ul.imageThumbnails li img {
	max-width: 150px;
	max-height: 100px;
	margin: 0 0 4px 0;
}
* html .result ul.imageThumbnails li img {
  width: 150px;
}

/* MODULE: list view tab */

#listView table {
	width: 100%;
	border-spacing: 2px;
}
#listView th,
#listView td {
	padding: 4px;
}
#listView th {
	font-weight: bold;
}
#listView thead tr .header {
	background-image: url(/images/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding: 4px 20px 4px 4px;
	color: #fff;
	font-size: 1.1em;
}
#listView tbody td {
	vertical-align: top;
}
#listView tbody tr.odd td,
#listView tbody tr.odd th {
	background-color:#efe;
}
#listView thead tr {
	background-color: #a0df82;
}
#listView thead tr th:hover {
	background-color: #50a029;
}
#listView thead tr .headerSortDown,
#listView thead tr .headerSortUp {
	background-color: #70d049;
}
#listView thead tr .headerSortUp {
	background-image: url(/images/tablesorter/asc.gif);
}
#listView thead tr .headerSortDown {
	background-image: url(/images/tablesorter/desc.gif);
}


/* float clearing */

* html #basicSearch .filters,
* html #basicSearch .attributes,
* html #basicSearch .search_attribute,
* html #content,
* html #basicSearchWrapper,
* html .ui-tabs-panel,
* html .pagination .pageLinks,
* html .pagination .pageLinks div,
* html #searchPlayback,
* html fieldset,
* html fieldset div,
* html form,
* html dl,
* html dl.piped,
* html ul.piped,
* html #nav,
* html #nav ul,
* html #container,
* html .searchResults{
	height: 1%;
	overflow: visible;
}

*+html #basicSearch .filters,
*+html #basicSearch .attributes,
*+html #basicSearch .search_attribute,
*+html #content,
*+html #basicSearchWrapper,
*+html .ui-tabs-panel,
*+html .pagination .pageLinks,
*+html .pagination .pageLinks div,
*+html #searchPlayback,
*+html fieldset,
*+html fieldset div,
*+html form,
*+html dl,
*+html dl.piped,
*+html ul.piped,
*+html #nav,
*+html #nav ul,
*+html #container,
*+html .searchResults{
	min-height: 1%;
}

#basicSearch .filters:after,
#basicSearch .attributes:after,
#basicSearch .search_attribute:after,
#content:after,
#basicSearchWrapper:after,
.ui-tabs-panel:after,
.pagination .pageLinks:after,
.pagination .pageLinks div:after,
#searchPlayback:after,
fieldset:after,
fieldset div:after,
form:after,
dl:after,
dl.piped:after,
ul.piped:after,
#nav:after,
#nav ul:after,
#container:after,
.searchResults:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}