body {
  margin: 0;
  border:0;
  background-color: #FFF;
}

body, td, .standardText {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  color: #333;
}

.mceContentBody, .editorBody {
   background: #FFF !important;
	 font-size: inherit;
   font-size:16px;
	 text-align:left;
	 padding:5px;
}

input, select {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: smaller;
	margin: 2px;
	padding: 1px;
}

.pageCenterTitle {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 12px;
  display:block;
}

legend {
  font-size: 1.2em;
  font-weight: bold;
  padding:0 5px;
}

.navLinks {
  TEXT-ALIGN: center;
  padding-bottom: 20px;
  font-size: smaller;
}

.standout {
  color: #00ADA2 !important;
}

a:link, .standout {
  color: #00ADA2;
}

a:visited {
  color: #00E0D1;
}

a:active {
  color: #00ADA2;
}

a:hover {
  color: #008F85;
}


.secondary {
  color: BLACK;
  background-color: SILVER;
}

.secondary .editableShow {
  border: 1px solid BLACK;
}

.strong {
  color: WHITE;
  background-color: BLACK;
}

.menuText {
  font-size: 10px;
  color: BLACK;
}

.menuText a:link, .menuText a:visited {
  color: BLACK;
  text-decoration: none;
}

.menuText a:hover {
  color: BLACK;
}

.menuL1, .menuL2, .menuL3 {
  cursor: default;
}

.contentSectionHeader {
  background-color: SILVER;
  text-align: center;
  font-weight: Bold;
  font-style: Italic;
  color: BLACK;
	margin: 8px 0px 8px 0px;
	display:block;
}

.fieldMessageArea {
  white-space: no-wrap;
  margin-left: 3px;
  font-weight: bold;
}

.ddDivider {
  background-color: beige;
  letter-spacing: .5px;
  font-weight: bold;
}

.ddControl {
  color: darkred;
}

.ddCurrent {
  color: darkred;
  font-weight: bold;
}

.ddFaded {
}

/*  Table styles  */

table.portalTable {
	width: 450px;
  margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #333;
	empty-cells: show;
  border-collapse: collapse;
}

.portalTable caption {
  font-size: 120%;
	font-weight: bold;
}

.portalTable thead td, .portalTable tfoot td {
	border-bottom: 1px inset #333;
  background-color: SILVER;
  font-size: .72em;
  font-weight: bold;
  color: BLACK;
  padding: 4px;
  white-space: nowrap;
	vertical-align: middle;
}

.portalTable thead td a:hover {
  cursor: pointer;
}

.portalTable td {
  font-size: .72em;
  vertical-align: top;
	padding: 4px;
}

.portalTableSectionLeft {
  font-size: 115%;
  float: left;
  display: inline;
}

.portalTableSectionRight {
  background-color: #FFF;
	color: #333;
  float: right;
  display: inline;
  padding: 3px;
}

.portalTableSectionRight div {
  border-left: 4px solid #333;
}

.portalTableName {
  text-align: right;
  vertical-align: top;
  border-bottom: 1px inset #333;
}

.portalTableValue {
  border-bottom: 1px inset #333;
  padding-left: 8px !important;
  text-align: left;
}

.portalTableValueRequired {
  border-left: 4px solid #333;
  border-bottom: 1px inset #333;
  text-align: left;
}

.portalTableValueStandout {
  border-bottom: 1px inset #333;
  padding-left: 8px !important;
  color: BLACK;
  background-color: SILVER;
}

.portalTableValue .fieldError, .portalTableValueRequired .fieldError {
	color: #00ADA2;
	font-weight: bold;
}

.portalText, .portalTable textarea {
  color: #333;
  border: 1px solid #333;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.1em;
}

.portalTableValue>.portalText {
  font-size: 1em;
	padding: 1px;
}

.portalTable select, .portalSelect {
  color: #333;
  border: 1px solid #333;
	font-size: 1em;
}

.portalCheckbox {
  margin: 0px;
}

.portalButton, .portalSubmit, .submit {
  background-color: SILVER;
  font-weight: bold;
  color: BLACK;
  border: 1px solid BLACK;
  margin: 10px 5px;
}

.portalButton:hover, .portalSubmit:hover, .submit:hover {
  background-color: BLACK;
  color: WHITE;
  border: 1px solid SILVER;
}

.portalActions {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.portalTable .sorttable_nosort {
  white-space: nowrap;
}

.atb {
  border-bottom: 1px inset SILVER;
  line-height: 1.5em;
}

/*  End Table Styles  */

.addNewItem {
  white-space: nowrap;
}

.center {
  text-align: center;
}

.message {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 300px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: SILVER;
  border: black solid 1px;
  font-weight: bold;
  font-size: 13px;
  color: BLACK;
}

#pageMessagesBox {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 500px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: SILVER;
  border: black solid 1px;
  font-size: 13px;
  color: BLACK;
}

.pageMessageError {
  margin:3px;
  margin-bottom:7px;
  text-align:left;
}

a.clicktoerror {
  text-decoration:underline;
  cursor:pointer;
  font-weight:bold;
}

a.clicktoerror:hover {
  text-decoration:none;
}

.error, .required {
color: #00ADA2;
font-weight: bold;
font-size: .85em;
margin-left: 2px;
}

.note {
color: #00ADA2;
font-size: .85em;
}

.formButtons {
text-align:center;
}

.comments {
  font-size: .85em;
  background-color: SILVER;
  color: BLACK;
  margin: 20px;
  padding: 8px;
  border: 1px solid BLACK;
}

.rainbowbridgeTop, .browsekittensTop, .browseTop {
  margin: 5px;
}

.littlespace {
  margin: 8px;
}

.animalDetailBlock {
  margin-top: 15px;
  margin-bottom: 15px;
}

.animalDetailTitle {
  font-weight: bold;
}

.smallFormField {
  margin: 1px;
  padding: 1px;
  font-size: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

.flags {
  text-align: center;
}

.flags img {
  border: none;
  vertical-align: middle;
}

.translate {
  background-color: yellow;
  color: black;
  font-weight: bold;
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.inline {
	display : inline;
}

.animalimg {
  text-decoration: none;
    border: none;	}

.logoimg {
  border: none;
  margin: 5px;
}

.AnimalAd {
  border: none;
  text-align: center;
  font-size: x-small;
  margin:10px
}

.smaller, .boxedLinks {
  font-size: smaller;
}

.iGive {
  background-image: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/swingbags120.gif);
}

.noFormatting {
  margin: 10px;
}

.littleFont{
	font-size:0.65em;
}

.affiliate {
	text-align : center;
	font-size:0.65em;
	margin-left : auto;
	margin-right : auto;
	margin-top : 5px;
	width : 100%;
}

#affiliateVolunteerMatch {
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	width:130px;
}

#affiliateUnitedWay {
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	width:100px;
}

#affiliatePaypal {
  width: 73px;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  background: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/x-click-butcc-donate.gif);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/*  Admin only styles  */

.adminMenu {
  width: 100%;
  background: SILVER;
}

.adminOnly {
  font-weight: bold;
  color: #00ADA2;
}

.QAHidden {
	font-size: smaller;
	display: none;
}
.QAVisible {
	font-size: smaller;
	display: block;
}

.completedFormQuestion {
  font-weight: bold;
}

.completedFormAnswer {
}

/* Styles for the Tigra Menu */
/* Style for a block - DIV */
.m0table {
	background: BLACK;
	border: 1px none BLACK;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #FFF;
}

.m0movero, .m0mdowno {
	background: SILVER;
}

/* Style for inner tag, mover (mouse over) state */
.m0inner, .m0mouti, .m0moveri, .m0mdowni {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	padding: 3px;
}

.m0mouti {
  background-color: #FFF;
  color: #333;
}

.m0moveri {
  background-color: SILVER;
  color: BLACK;
}

.m0mdowni {
  background-color: BLACK;
  color: WHITE;
}

#actionsButtonsBottom, #actionsButtonsTop {
  width: 525px;
	margin-left: auto;
	margin-right: auto;
}

.dataTableForm {
  display: inline;
}

#PageFooter {
  margin-top: 15px;
}

#PageHeader {
  margin-bottom: 15px;
}

.hiddenNotification {
  display: none;
}

.visibleNotification {
  font-size: .7em;
  background-color: SILVER;
  color: BLACK;
  border: 1px solid BLACK;
  width: 250px;
  padding: 3px;
  white-space: nowrap;
  margin-left: auto;
  cursor: pointer;
	font-weight: bold;
	text-align: center;
  position: fixed;
  _position: absolute;
  top: 0px;
	_top:expression(eval(document.body.scrollTop));
  right: 0px;
}

html>body>.visibleNotification {
  position: fixed;
}

.copyright {
  text-align: center;
	margin: 15px;
	font-size:.65em;
}

.poweredby {
  text-align: center;
	margin: 15px;
}

.browsePicture{
float:left !important;
height:auto;
margin-right:15px;
overflow : hidden;
text-align:center !important;
width:260px;
}

.browseInfo{
text-align:left !important;
float : left !important;
width : 200px;
height:auto;
}

.browse{
text-align:left !important;
height:auto;
overflow : hidden;
width: 480px;
font-size: smaller;
margin-bottom : 15px;
margin-right : auto;
margin-left : auto;
}

.browseNoPicture {
border-bottom:2px solid black;
border-top:2px solid black;
float:left !important;
height:auto;
margin-right:15px;
overflow:hidden;
text-align:center !important;
width:260px;
}

.browseContainer {
text-align : center;
}

.npLinks {
  text-align: center;
	padding: 30px;
  /*clear: both;
  //margin: 20px;*/
}

.highlighted {
margin: 5px auto 15px auto;
text-align:left !important;
height:auto;
overflow : hidden;
width: 100%;
font-size: smaller;
}

.highlightedPicture {
float:left !important;
height:auto;
margin-right:15px;
text-align:center !important;
width:110px;
}

.highlightedInfo{
text-align:left !important;
float : left !important;
width : 380px;
height:auto;
}

.hightlightedReadMore {
font-size:smaller;
}

.lastUpdatedDT {
	text-align : center;
	font-size : 8pt;
}

.tinyMCEfontSize1 {
	font-size : 8pt;
}

.tinyMCEfontSize2 {
	font-size : 10pt;
}

.tinyMCEfontSize3 {
	font-size : 12pt
}

.tinyMCEfontSize4 {
	font-size : 14pt;
}

.tinyMCEfontSize5 {
	font-size : 18pt;
}

.tinyMCEfontSize6 {
	font-size : 24pt;
}

.tinyMCEfontSize7 {
	font-size : 36pt;
}

/*New Admin Menu Styles*/
/* Style for a block - DIV */
.m0table {
	background: SILVER;
	border: 1px none SILVER;
}
/* Style for outer tag, mout (mouse out) default state */
.m0default {
	background: #FFF;
}
/* Style for outer tag, mover (mouse over) state */
.m0hover {
	background: SILVER;
}
/* Style for outer tag, mdown (mouse down) state */
.m0clicked {
	background: SILVER;;
}
/* Style for inner tag */
.m0inner {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	padding: 3px;
	color : #333;
}
.m0innerhover {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}
.m1table {
	background: SILVER;
	border: 1px none SILVER;
}
/* Style for outer tag, mout (mouse out) default state */
.m1default {
	background: #FFF;
}
/* Style for outer tag, mover (mouse over) state */
.m1hover {
	background: SILVER;
}
/* Style for outer tag, mdown (mouse down) state */
.m1clicked {
	background: SILVER;;
}
/* Style for inner tag */
.m1inner {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	padding: 3px;
	color : #333;
}

.m2table {
	background: SILVER;
	border: 1px none SILVER;
}
/* Style for outer tag, mout (mouse out) default state */
.m2default {
	background: #FFF;
}
/* Style for outer tag, mover (mouse over) state */
.m2hover {
	background: SILVER;
}
/* Style for outer tag, mdown (mouse down) state */
.m2clicked {
	background: SILVER;;
}
/* Style for inner tag */
.m2inner {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	padding: 3px;
	color : #333;
}

.helpPopupLink {
  text-decoration: none;
	font-weight: bold;
}

.helpPopupLink span {
	color: #00ADA2;;
}

.bd {
  letter-spacing: .4px;
  font-size: 130%;
  color:#336699;
  text-align:center;
}

.bd img {
 vertical-align:middle;
}

#closePopUp{
	text-align:right;
}

#closePopUp a, #closePopUp a:link, #closePopUp a:visited, #closePopUp a:hover{
	color:#333;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	text-transform:uppercase;
}

.yui-skin-sam .mask {
  background-color:#000000 !important;
  opacity:0.75 !important;
}

.yui-panel-container, .shadow {

}

.mask{

background-color:#000000 !important;
  opacity:0.75 !important;
}

.yui-skin-sam .yui-panel .hd {
  background:#F7F7F7 url('') !important;
  background-image:none !important;
  background-color:#F7F7F7 !important;
}

.yui-skin-sam .yui-panel .ft {
  background:#F7F7F7 url('') !important;
  background-image:none !important;
  background-color:#F7F7F7 !important;
}

#dogTimeSAD {
display:block;
text-align:center;
}

#dogTimeSAD img {
border:0px;
}

#dogTimeSAC {
display:block;
text-align:center;
}

#dogTimeSAC img {
border:0px;
}

.sparky {
height:350px;
width:170px;
margin-left:auto;
margin-right:auto;
padding:3px;
text-align:center;
}

/* Sytles for new grid animal list */

.animalBrowsePanel {
font-size:12px;
width:auto;
text-align:center;
}

.animalBrowsePanel hr {
  border: solid BLACK 0;
  border-top-width: 1px;
  height: 0;
  color: BLACK;
  margin:3px 0;
}

.animalGrid {
	margin-left:auto;
	margin-right:auto;
	width:1010px;
}

.animalGrid .searchResultsCell {
    width: 1010px;
  height: 110px;
  font: 12px Arial;
  padding: 0 6px;
  vertical-align: top;
  text-align:left;
}

.animalGrid .border {
	 border-right: 1px inset BLACK;
}

.animalGrid .searchResultsCell img {
  border: 1px solid SILVER;
}

.animalGrid .petName {
	display:block;
	width:100%;
	text-align:center;
	padding:6px 0 ;
	margin:3px 0 7px;
	background-color:BLACK;
	color:WHITE;
}

.animalGrid .petName a, .animalGrid .petName a:link, .animalGrid .petName a:hover,.animalGrid .petName a:visited {
	color:WHITE;
}

.animalGrid .petNameBottom {
	display:block;
	width:100%;
	text-align:center;
	padding:3px 0 ;
	margin:3px 0 2px;
}

.animalGrid .petName,.animalGrid .petNameBottom,.animalGrid  .petBreed {
  font-weight: bold;
}

.animalGrid .noBorder {
  border-right: 0;
}

.animalBrowsePanel .pageLinks {
  margin-top: 12px;
  margin-bottom: 2px;
  background-color: #FFF;
  color:#333;
  text-align: center;
  padding: 4px;
}

.animalBrowsePanel .pageLinks a, .animalBrowsePanel .pageLinks a:visited, .animalBrowsePanel .pageLinks a:active {
  border: 1px solid SILVER;
  padding:0 4px 1px;
  color: SILVER;
  margin: 0 4px;
}

.animalBrowsePanel .pageLinks a:hover {
  border: 1px solid BLACK;
}

.animalBrowsePanel .pageLinksActive {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid SILVER;
  padding:0 4px 1px;
}

.animalGrid .petPicLink {
  display: inline-block;
  text-align:center;
  float:left;
  margin:0 7px 3px;
  width:120px;
  height:120px;
}

* html .animalGrid .petPicLink {
  width:120px;
  height:120px;
}

.animalGrid .petPicLink a:hover {
  background-color: transparent;
}

.animalGrid .petDetails {
	text-align:left;
	display:inline-block;
	margin-top:1em;
	vertical-align:top;
	width:auto;
	float:left;
}

.animalGrid .petDetails span {
	display:inline-block;
	padding:2px;
}

.animalGrid .petDetails .petDescription {
	margin-top:10px;
}

#animalDetails.yui-panel .hd {
	display:none;
}
#animalDetails.yui-panel .ft {
	display:none;
}
#animalDetails.yui-panel .container-close {
	display:none;
}
#animalDetails.yui-panel .bd #closeAnimalDetails {
position:absolute;
bottom:5px;
right:7px;
font-size:12px;
letter-spacing:0px;
}

#animalDetails.yui-panel .bd #closeAnimalDetails a {
color:#00ADA2;
}

.musicPlayer {
	position:fixed;
	*position:absolute;
	*left:expression(document.body.scrollLeft+document.body.clientWidth-this.clientWidth-2);
  *top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight-2);
	bottom:2px;
	right:3px;
	padding:5px;
	background-color:#FFF;
	border:1px solid #333;
	width:190px;
}

.musicPlayer .control {
	position:absolute;
	top:3px;
	right:3px;
	z-index:10;
	cursor: pointer;
}

#mceTemplatePreview table td {
border:2px dotted #CCC;
}

#mceTemplatePreview table tbody td {
height:150px;
}

.sidebarBox {
text-align:left;
margin:10px auto;
border:1px solid #333;
background-color:#FFF;
padding:5px;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:SILVER;
	color:BLACK;
	border:1px solid #333;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxBody {
text-align:left;
margin:10px auto;
border:1px solid #333;
padding:5px;
color:#333;
}

.contentBoxBody .heading {
	font-weight:bold;
	background-color:SILVER;
	color:BLACK;
	border:1px solid #333;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxStrong {
text-align:left;
margin:10px auto;
border:1px solid #333;
padding:5px;
background-color:BLACK;
	color:WHITE;
}

.contentBoxStrong .heading {
	font-weight:bold;
	background-color:SILVER;
	color:BLACK;
	border:1px solid WHITE;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxStrong td {
	color:WHITE;
	background-color:BLACK;
}

.contentBoxStrong a{
	 color:WHITE;
}
.contentBoxStrong a:link{
	 color:WHITE;
}
.contentBoxStrong a:visited{
	 color:WHITE;
}
.contentBoxStrong a:active{
	 color:WHITE;
}
.contentBoxStrong a:hover{
	 color:WHITE;
}

.contentBoxSecondary {
	text-align:left;
	margin:10px auto;
	border:1px solid #333;
	padding:5px;
	background-color:SILVER;
	color:BLACK;
}

.contentBoxSecondary td {
	color:BLACK;
	background-color:SILVER;
}

.contentBoxSecondary .heading {
	font-weight:bold;
	background-color:BLACK;
	color:WHITE;
	border:1px solid BLACK;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxSecondary a{
	 color:BLACK;
}
.contentBoxSecondary a:link{
	 color:BLACK;
}
.contentBoxSecondary a:visited{
	 color:BLACK;
}
.contentBoxSecondary a:active{
	 color:BLACK;
}
.contentBoxSecondary a:hover{
	 color:BLACK;
}

.shopCategory {
text-align:center;
position:relative;
left:50%;
width:400px;
margin-left:-200px;
clear:left;
}

.shopPage {
text-align:center;
}

.siteSearchForm {
    border: 1px solid;
    font-size: 90%;
    margin: 5px 5px 10px;
    padding: 3px;
}

.siteSearchFormInline {
    border: 0px solid;
}

.hiddenElement {
  display:none;
}

#sponsorAnimalMainImage {
  float: left;
  margin: 0px 10px 0px 0px; 
  overflow: visible;
}

#sponsorAnimalSummary {
  text-align: left; 
  width: auto;
}

#animalSummary {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: larger;
  letter-spacing: 1.2px;
}

.message {
  color: #FFFFED;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  width: 300px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #336699;
  border: 1px solid #BBDBE6;
  margin-left: auto;
  margin-right: auto;
}

.message a {
  color: #FFFFED;
}

.pageMessageError {
	text-align: left;
	color: #900;
	margin-bottom: 2px;
	margin-left: 5px;
}
 
.pageMessageWarning {
	text-align: left;
	margin-bottom: 2px;
	margin-left: 5px;
}
 
.pageMessageInformational {
	text-align: left;
	margin-bottom: 2px;
	margin-left: 5px;
}

/* Override some styles from style_common.inc */
input, select {
  font-size: inherit;
}

.navLinks {
  font-size: inherit;
}

.portalTable caption {
  font-size: 1.2em;
}

.portalTable thead td, .portalTable tfoot td {
  font-size: inherit;
}

.portalTable td {
  font-size: inherit;
}

.portalTableSectionLeft {
  font-size: 1.1em;
}

.portalText, .portalTable textarea {
  font-size: 1.1em;
}

.portalTableValue>.portalText {
  font-size: 1em;
}

.portalTable select, .portalSelect {
	font-size: 1em;
}

.message {
  font-size: inherit;
}

.comments {
  font-size: .85em;
}

.animalSummary {
  font-size: inherit;
}

.smaller, .boxedLinks {
  font-size: .85em;
}

.affiliate {
	font-size:1em;
}

.QAHidden {
	font-size: .85em;
}
.QAVisible {
	font-size:.85em;
}

.visibleNotification {
  font-size: .85em;
}

html>body>.visibleNotification {
  position: fixed;
}

.copyright {
  text-align: center;
	margin: 15px;
	font-size:.85em;
}

.browse, .highlightedInfo{
font-size:16px;
}

.highlighted {
font-size:16px;
}

.highlightedPicture {
margin-top: -15px;
}

.hightlightedReadMore {
font-size:16px;
}

.lastUpdatedDT {
	text-align : center;
	font-size:16px;
}

.bd {
  font-size:inherit;
}

#closePopUp a, #closePopUp a:link, #closePopUp a:visited, #closePopUp a:hover{
	font-size:16px;
}

.littlespace {
	font-size:1em;
}

.littleFont {
	font-size:1em;
}

#sideBarHits{
	text-align:center;
	margin-top:5px;
}

#sideBarHits img {
	vertical-align:middle;
}

.portalTable tbody td {
	background : #FFF none repeat scroll 0 0;
}

body, td {
	font-size:16px;
	color:#333;
  line-height:1.4em;
}


.portalTableValueStandout {
	background-color:SILVER !important;
	border-bottom:1px inset BLACK !important;
	color:BLACK !important;
	padding-left:8px !important;
}

.secondary {
  color:BLACK;
  background-color:SILVER;
}

.secondary a{
	 color:BLACK;
}
.secondary a:link{
	 color:BLACK;
}
.secondary a:visited{
	 color:BLACK;
}
.secondary a:active{
	 color:BLACK;
}
.secondary a:hover{
	 color:BLACK;
}

.contentSectionHeader {
	color:#333;
	background-color:#FFF;
	text-align:left;
	font-size:1.25em;
	font-style:normal;
	border-bottom:2px solid SILVER;
	padding-bottom:3px;
}
.contentSectionHeader a{
	 color:#00ADA2;
	 text-decoration:none;
}
.contentSectionHeader a:link{
	 color:#00ADA2;
}
.contentSectionHeader a:visited{
	 color:#00E0D1;
}
.contentSectionHeader a:active{
	 color:#00ADA2;
}
.contentSectionHeader a:hover{
	 color:#008F85;
}

.portalTable thead td a, .portalTable tfoot td a{
	 color:BLACK;
}
.portalTable thead td a:link, .portalTable tfoot td a:link{
	 color:BLACK;
}
.portalTable thead td a:visited, .portalTable tfoot td a:visited{
	 color:BLACK;
}
.portalTable thead td a:active, .portalTable tfoot td a:active{
	 color:BLACK;
}
.portalTable thead td a:hover, .portalTable tfoot td a:hover{
	 color:BLACK;
}

.portalTableValueStandout a{
	 color:BLACK;
}
.portalTableValueStandout a:link{
	 color:BLACK;
}
.portalTableValueStandout a:visited{
	 color:BLACK;
}
.portalTableValueStandout a:active{
	 color:BLACK;
}
.portalTableValueStandout a:hover{
	 color:BLACK;
}

.message a{
	 color:BLACK;
}
.message a:link{
	 color:BLACK;
}
.message a:visited{
	 color:BLACK;
}
.message a:active{
	 color:BLACK;
}
.message a:hover{
	 color:BLACK;
}

.comments a{
	 color:BLACK;
}
.comments a:link{
	 color:BLACK;
}
.comments a:visited{
	 color:BLACK;
}
.comments a:active{
	 color:BLACK;
}
.comments a:hover{
	 color:BLACK;
}

.portalTableSectionRight a, .portalTableSectionRight a:link, .portalTableSectionRight a:visited {
	color:#00ADA2 !important;
}

.portalTableSectionRight a:hover {
	color:#008F85;
}

#storiesPageLinks {
	padding-right:20px;
}

#pageMessage {
margin-top:20px;
}

.lastUpdatedDT {
	display:inline;
	float:right;
	font-size:1em;
}

.sparky {
	z-index:0;
}

.portalTable thead td, .portalTable tbody td, .portalTable tfoot td, .portalTable td, {
	font-size:16px;
}

#sidebarSparky {
	text-align:center;
	width:auto;
}

.sparky {
	height:300px;
	margin-top:7px;
}

/*Start Layout Specific Styles*/
body{
	text-align : center;
}

#adminMenuContainer .adminMenu{
	text-align : left !important;
	border-bottom : 2px solid #333;
}

body {
	background-color : #333;
}

.siteWidth {
	width : 1050px;
}

#bodyContainer {
	margin:10px 0 5px 0;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	background-color : #FFF;
	font-size:inherit;
}

#header {
	margin: 0 0 0 0;
	color: WHITE;
}

#headerContent {
  background-color : BLACK;
  color:WHITE;
  padding:10px;
}

#headerContent a{
   color:WHITE;
}
#headerContent a:link{
   color:WHITE;
}
#headerContent a:visited{
   color:WHITE;
}
#headerContent a:active{
   color:WHITE;
}
#headerContent a:hover{
   color:WHITE;
}

#headerContainer a{
   color:WHITE;
}
#headerContainer a:link{
   color:WHITE;
}
#headerContainer a:visited{
   color:WHITE;
}
#headerContainer a:active{
   color:WHITE;
}
#headerContainer a:hover{
   color:WHITE;
}

#headerLogo{
  }

#headerTitle{
  padding-left:5px;
  text-align:left;
  font-size:2em;
  font-weight:bold;
  color:WHITE;
  letter-spacing:2px;
  white-space:nowrap;
}

#headerContact{
  padding-left:5px;
  text-align:left;
  color:WHITE;
  font-weight:bold;
  white-space:nowrap;
}

#headerContact span{
  display:block;
  white-space:nowrap;
}


#editableHeader {
	display:inline;
}

#orgName {
	font-size:28px;
	margin-top:10px;
}

#slogan {
	font-size:18px;
	margin-top:5px;
}

#headerCustomText .boxedLinks {
	display:none;
}

.sidebarBox {
text-align:left;
margin:10px auto 20px auto;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:SILVER;
	color:BLACK;
	border:1px solid #333;
	font-size:1.15em;
	margin:1px;
	padding:3px;
}

.sidebarBox form {
	padding:3px 0 3px 20px;
}

.sidebarBox form .portalSubmit, .sidebarBox form .offCenter {
	margin-left:-20px;
}

.sidebarBox .menuL1 {
	padding:3px;
	margin:5px 0 5px 10px;
	font-weight:bold;
	background-color:#FFF;
	color:#333;
	border:0px solid #333;
	font-size:1.05em;
}

.sidebarBox .menuL2, .sidebarBox .menuL3 {
padding:1px 0px 1px 20px;
}

#footerAffiliates {
	padding:3px;
	text-align:center;
}

#footerAffiliates div {
	display:inline;
	*display:inline;
	padding:3px;
}

#footer td a{
	 color:WHITE;
}
#footer td a:link{
	 color:WHITE;
}
#footer td a:visited{
	 color:WHITE;
}
#footer td{
	 color:WHITE;
}
#footer td a:hover{
	 color:WHITE;
}

#footerContent {
	background : BLACK;
	color: WHITE;
	min-height:200px;
}

#footerContent {
  padding:15px;
  color: WHITE;
}

#footerContent td {
  color: WHITE;
}

#footerMenu {
		padding:10px;
    text-align:center;
}

#footercopyright {
  text-align:center;
}

#copyright {
  width:600px;
  margin:auto;
}

.menuBottom, .menuBottomfirst {
	display:inline;
}

.menuBottom a, .menuBottomfirst a{
	 color:BLACK;
}
.menuBottom a:link, .menuBottomfirst a:link{
	 color:BLACK;
}
.menuBottom a:visited, .menuBottomfirst a:visited{
	 color:BLACK;
}
.menuBottom a:active, .menuBottomfirst a:active{
	 color:BLACK;
}
.menuBottom a:hover, .menuBottomfirst a:hover{
	 color:BLACK;
}


#sidebarmiddle {
	text-align:left;
}

#hitCounter {
	text-align:center;
}

.pageCenterTitle {
	text-align:left;
	font-size:1.55em;
}

#headerMenu {
  background-color: SILVER;
  border-top:1px solid BLACK;
  border-bottom:1px solid BLACK;
}

#headerMenu a {
	display:inline-block;
	*display:inline;
	padding:3px;
}

#headerAffiliates {
	padding:3px;
	text-align:right;
	vertical-align:middle;
}

#headerAffiliates div {
	float:right;
	*float:none;
	padding:0 3px;
	display:inline;
}

#headerAffiliates div .littlespace {
	float:right;
	padding:0 3px;
	margin:0;
}

#headerMenu {
	vertical-align:bottom;
}

table#content {
margin-top:20px;
margin-bottom:20px;
background-color:#FFF;
}

#content tbody td {
	vertical-align:top;
}

#content tbody td#left, #content tbody td#right {
	padding: 10px 5px 5px;
	width:220px;
	*width:230px;
	text-align:center;
}

#content tbody td#center {
	padding: 0px 20px;
}

#subFooter, #subFooter a, #subFooter a:Link, #subFooter a:Hover, #subFooter a:Visited, #subFooter a:Active{
	color:#FFF;
}

/* Styles for the Tigra Menu */
/* Style for a block - DIV */
.menuLevel0 {
  background: SILVER;
	border: 0px none #333;
	margin-left:auto;
	margin-right:auto;
}

/* Style for outer tag, mout (mouse out) state */
.menuLevel0OuterOut, .menuLevel0OuterOver, .menuLevel0OuterDown {
  /*border: 1px solid BLACK;*/
  text-align:center;
  padding: 0px;
}

/* Style for inner tag, mover (mouse over) state */
.menuLevel0InnerOut, .menuLevel0InnerOver, .menuLevel0InnerDown {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size:17.6px;
  /*white-space:nowrap;*/
  background-color: SILVER;
  color: BLACK;
    padding: 0px;
  text-align:center;
}

.menuLevel0InnerOut {
}

.menuLevel0InnerOver {
  background-color: BLACK;
  color: WHITE;
}

.menuLevel0InnerDown {
  background-color: BLACK;
  color: WHITE;
}

.menuLevel1 {
  background: SILVER;
  border: 0px none #333;
  margin-left:auto;
  margin-right:auto;
  padding: 0px;
}

.menuLevel1OuterOut, .menuLevel1OuterOver, .menuLevel1OuterDown {
  border: 0px solid BLACK;
  text-align:left;
  padding: 0px 0px 0px 0px;
  border-left: 3px solid SILVER;
}

.menuLevel1InnerOut, .menuLevel1InnerOver, .menuLevel1InnerDown {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size:17.6px;
  white-space:nowrap;
  background-color: SILVER;
  color: BLACK;
    padding: 0px;
  border-left: 0px solid SILVER;
}

.menuLevel1InnerOut {
}

.menuLevel1InnerOver, .menuLevel1OuterOver {
  background-color: BLACK;
  color: WHITE;
  padding:0px;
  border-left: 3px solid BLACK;
}

.menuLevel1InnerDown, .menuLevel1OuterDown {
  background-color: BLACK;
  color: WHITE;
  padding:0px;
  border-left: 3px solid BLACK;
}




/* Google Font */
.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* Global */
body {
    background-color: rgb(104 46 128 / 75%);
}

body,
td {
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
}

input,
select {
    font-family: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

table#content {
    padding: 2rem 0 2rem 0;
    margin: 0;
}

/* Button */
.btn,
.portalButton,
.portalSubmit,
.submit,
input[type="submit" i] {
    text-align: center;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background-color: #00ADA2;
    font-weight: normal;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
    padding: .5rem .5rem;
    margin: 4px 2px;
    border-radius: 5px;
    border: 1px solid #00ADA2;
    border-image: initial;
}

a.btn {
    color: #fff;
}

.btn:hover,
.portalButton:hover,
.portalSubmit:hover,
.submit:hover {
    background-color: #008F85;
    border: 1px solid #008F85;
}

.btn-lg {
    padding: .75rem 3rem .75rem 3rem;
    font-size: 1.25rem;
}

form>div>input[type="submit"] {
    margin-top: 1rem;
}

/* Topbar Alert */
.topBar {
    background-color: #FEE686;
    color: #682E80;
    text-align: center;
    padding: .5rem;
}

#headerContent a:link,
#headerContent a {
    color: #682E80;
    font-weight: 600;
    text-decoration: none;
}

#headerContent a:link:hover,
#headerContent a:hover {
    color: #49195C;
    text-decoration: underline;
}

#editableHeader {
    display: block;
    width: 100%;
}

/* Site Header and Menu */
#headerContent {
    background-color: #fff;
    color: initial;
    padding: 0px;
}

#headerMain a:link,
#headerMain a,
#headerMain a:link:hover,
#headerMain a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

#headerMenu {
    border-top: 0;
    border-bottom: 0;
    background-color: #00ADA2;
}

.menuLevel1,
.menuLevel0 {
    background-color: #00ADA2;
    background: #00ADA2;
    border-collapse: collapse;
    border: 0;
}

.menuLevel0InnerOver,
.menuLevel0InnerOut {
    line-height: 2rem;
}

.menuLevel1InnerDown,
.menuLevel1OuterDown {
    border-left: 0;
}

.menuLevel0InnerOut,
.menuLevel0InnerOver,
.menuLevel0InnerDown,
.menuLevel1InnerOut,
.menuLevel1InnerOver,
.menuLevel1InnerDown {
    font-size: 1rem;
    font-family: inherit;
    background-color: #00ADA2;
    color: #fff;
    padding: 2px;
    border-left: none;
}

.menuLevel1OuterOut,
.menuLevel1OuterOver,
.menuLevel1OuterDown {
    border-left: none;
    border: none;
    padding: 2px;
}

.menuLevel1InnerOver,
.menuLevel1OuterOver {
    background-color: inherit;
}

/* Handles hover and focus styling for menu items and the dropdown */
.menuLevel0InnerOver,
.menuLevel0InnerDown,
.menuLevel1InnerOver,
.menuLevel1OuterOver,
.menuLevel1InnerDown,
.menuLevel1OuterDown {
    background: #008F85;
}

/* Footer */
#footer {
    border-top: 1px solid #d9d7dd;
}

#footerContent {
    background: #fff;
    color: inherit !important;
}

#footerMenu {
    display: none;
}

/* Home - Image Grid */
#Page184 h3.button {
    text-align: center;
    margin-top: .5rem;
}

#Page184 h3.button a {
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background-color: #00ADA2;
    text-decoration: none;
    padding: .5rem .75rem;
    margin: 4px 2px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #00ADA2;
    border-image: initial;
}

#Page184 h3.button a:hover {
    background-color: transparent;
    color: #00ADA2
}

/* Home - Highlighted Animals Output */
.contentSectionHeader {
    font-size: 2.5rem;
    border-bottom: none;
    color: #682E80;
    text-align: center;
}

#Page184 .contentSectionHeader a {
    display: none !important;
}

#Page184 .highlighted {
    background-color: #fafafa;
    margin: 25px auto 35px auto !important;
}

#Page184 .highlightedPicture {
    width: 250px;
}

#Page184 #centerContainer .animalimg {
    width: 250px;
    height: 250px;
}

#Page184 .highlighted .highlightedInfo {
    font-size: 22px;
    line-height: 1.5;
    float: none !important;
    max-width: 700px;
    margin-left: 270px;
    width: auto;
}

/* Home - Events Output */
.sidebarBox {
    text-align: center;
    margin: 0;
    border: none;
    padding: 0;
    font-size: 20px;
}

.sidebarBox .heading {
    display: none;
}

.sidebarBox .event {
    padding: 2px 0 2px 0;
}

/* Animal Browse */
#Page86 .animalBrowsePanel {
    width: 100%;
    font-size: 1rem;
    text-align: left;
}

/* Hides unnecessary text on the core browse pages, but visible on custom browse pages */
#Page86 #centerContainer>div.browseContainer>div.animalBrowsePanel>div:nth-child(1):not(.browseTop) {
    display: none;
}

#Page86 .browse {
    width: 100%;
}

#Page86 .browse,
.highlightedInfo {
    font-size: 1rem;
}

#Page86 .browsePicture {
    width: 250px;
    height: auto;
}

#Page86 .browseInfo {
    float: none !important;
    width: 90%;
}

/* Animal List & Search (Table) */
.portalTableValue {
    border-bottom: 1px solid #6c757d;
}

.portalTable thead td,
.portalTable tfoot td {
    background-color: #682E80;
    font-size: 1rem;
    color: #fff;
    font-weight: normal;
    border-bottom: 1px solid #6c757d;
}

table.portalTable {
    width: auto;
    border: 1px solid #6c757d;
    font-size: 1rem;
}

.portalTableValue img.animalimg {
    width: 100px;
    height: auto;
}

.portalTableValueRequired {
    border-left: none;
}

/* Animal Search */
#Page89 #centerContainer>div.center {
    text-align: left;
}

tr#rowStatuses {
    display: none;
}

/* Animal Detail */
#animalDetailsAbout>tbody>tr>td>ul {
    margin-top: 0;
}

#Page286 #centerContainer>h3 {
    margin-top: 0;
}

#Page286 #description>p {
    margin-bottom: 0;
}

.pp_social {
    display: none;
    /* Outdated and broken share links in the photo lightbox */
}

/* Animal Detail: Duplicate Relationship Text */
#Page286 #centerContainer {
  /* Select the 2nd <div> in the sequence (the 1st duplicate) */
  p[style="text-align:center;"]:empty + div + div,
  /* Select the 4th <div> in the sequence (the 2nd duplicate) */
  p[style="text-align:center;"]:empty + div + div + div + div,
  /* Select the 6th <div> in the sequence (the 3rd duplicate) */
  p[style="text-align:center;"]:empty + div + div + div + div + div + div {
    display: none !important;
  }
}

/* Events */
#Page97 #centerContainer {
    font-size: 1rem;
}

/* A Hacky Way to Reduce BR Spacing w/o Access to Source Code. Events and Home pages */
#Page97 #centerContainer br,
#Page184 #centerContainer br {
    display: block;
    content: "";
    margin: 2px;
}

#Page97 #centerContainer b {
    font-size: 20px;
}

/* Events Calendar */
#eventsCalendar {
    border-collapse: collapse;
    width: 100%;
    margin: 20px auto;
}

#eventsCalendar>tbody>tr:nth-child(2)>td {
    text-align: center;
}

#eventsCalendar td,
#eventsCalendar th {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: right;
    vertical-align: top;
}

#eventsCalendar tr:nth-child(even) {
    background-color: #f9f9f9;
}

#eventsCalendar tr:nth-child(odd) {
    background-color: #ffffff;
}

#eventsCalendar td {
    width: 14.28%;
    /* Equal width for 7 days in a week (100%/7 = 14.28%) */
}

#eventsCalendar a {
    text-decoration: none;
}

#eventsCalendar a:hover {
    text-decoration: underline;
}

#eventsCalendar td[colspan="7"] {
    background-color: #e0e0e0;
    text-align: center;
}

#eventsCalendar td[colspan="7"]>table>tbody>tr>td {
    text-align: center;
}

#eventsCalendar td[colspan="7"]>table>tbody>tr>td:nth-child(2) {
    font-weight: bold;
}

#eventsCalendar>tbody>tr:nth-child(2)>td {
    text-align: center !important;
}

/* Events Attendance */
#Page328 font {
    font-size: 14px;
}

#Page328 div#centerContainer>table {
    width: 65%;
}

/* CSS-Only Accordion */
*,
*::before,
*::after {
    box-sizing: border-box;
}

.faq-section {
    padding: 1.25rem 0;
    background-color: rgba(256, 256, 256, 1);

    details.accordion {
        border: solid 2px #f5f5f5;
        transition: all 0.3s ease-in-out;

        /* max-height: 4em;
    overflow: hidden;  */
        &+& {
            margin-top: 0.25rem;
        }

        &:hover {
            background-color: #f8fafd;
        }

        summary.accordion__title {
            list-style-type: none;
            cursor: pointer;
            font-size: 1rem;
            font-weight: 700;
            padding: 0.875rem 2.5rem 0.875rem 0.875rem;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M23.024 11.263l-7.024 7.023-7.022-7.023-3.091 3.090 8.569 8.569c0.413 0.413 0.961 0.64 1.545 0.64s1.133-0.228 1.545-0.64l8.569-8.569-3.091-3.090z' fill='%23555555'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 0.75rem top 0.625rem;
            background-size: 1.5rem;

            /* overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; */
            &::marker,
            &::-webkit-details-marker {
                display: none;
            }
        }

        .accordion__content {
            padding: 0 1rem 1rem 1rem;

            p {
                margin: 0;
            }

            p+p {
                margin-top: 0.5em;
            }
        }

        &[open] {
            background-color: #f8fafd;
            /* max-height: 50em; */

            summary.accordion__title {
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.976 22.025l7.024-7.023 7.022 7.023 3.091-3.090-8.568-8.568c-0.413-0.412-0.961-0.64-1.545-0.64s-1.133 0.228-1.545 0.64l-8.569 8.569 3.091 3.090z' fill='%23555555'/%3e%3c/svg%3e");
            }
        }
    }
}

/* Donation Form and Payment Links Page */
.form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Two columns */
    gap: 20px;
    margin-top: 2rem;
}

.form-item {
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
}

.form-item h2 {
    margin-bottom: 15px;
}

.form-item img {
    margin-top: 10px;
    max-width: 150px;
    /* Consistent QR code size */
    border: 1px solid #eee;
}