body {
  margin: 0;
  border:0;
  background-color: WHITE;
  background-image: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s5374nqrdjnkc5ix.png)
}

body, td, .standardText {
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
}

.mceContentBody, .editorBody {
   background: WHITE !important;
	 font-size: inherit;
   font-size:14px;
	 text-align:left;
	 padding:5px;
}

input, select {
  font-family: Arial, Helvetica, sans-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: #FF6600 !important;
}

a:link, .standout {
  color: #FF6600;
}

a:visited {
  color: #666666;
}

a:active {
  color: #444444;
}

a:hover {
  color: #AAAAAA;
}


.secondary {
  color: BLACK;
  background-color: #FF6600;
}

.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: #FF6600;
  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 #666666;
	empty-cells: show;
  border-collapse: collapse;
}

.portalTable caption {
  font-size: 120%;
	font-weight: bold;
}

.portalTable thead td, .portalTable tfoot td {
	border-bottom: 1px inset #666666;
  background-color: #FF6600;
  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: WHITE;
	color: #666666;
  float: right;
  display: inline;
  padding: 3px;
}

.portalTableSectionRight div {
  border-left: 4px solid #666666;
}

.portalTableName {
  text-align: right;
  vertical-align: top;
  border-bottom: 1px inset #666666;
}

.portalTableValue {
  border-bottom: 1px inset #666666;
  padding-left: 8px !important;
  text-align: left;
}

.portalTableValueRequired {
  border-left: 4px solid #666666;
  border-bottom: 1px inset #666666;
  text-align: left;
}

.portalTableValueStandout {
  border-bottom: 1px inset #666666;
  padding-left: 8px !important;
  color: BLACK;
  background-color: #FF6600;
}

.portalTableValue .fieldError, .portalTableValueRequired .fieldError {
	color: #FF6600;
	font-weight: bold;
}

.portalText, .portalTable textarea {
  color: #666666;
  border: 1px solid #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}

.portalTableValue>.portalText {
  font-size: 1em;
	padding: 1px;
}

.portalTable select, .portalSelect {
  color: #666666;
  border: 1px solid #666666;
	font-size: 1em;
}

.portalCheckbox {
  margin: 0px;
}

.portalButton, .portalSubmit, .submit {
  background-color: #FF6600;
  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 #FF6600;
}

.portalActions {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.portalTable .sorttable_nosort {
  white-space: nowrap;
}

.atb {
  border-bottom: 1px inset #FF6600;
  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: #FF6600;
  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: #FF6600;
  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: #FF6600;
font-weight: bold;
font-size: .85em;
margin-left: 2px;
}

.note {
color: #FF6600;
font-size: .85em;
}

.formButtons {
text-align:center;
}

.comments {
  font-size: .85em;
  background-color: #FF6600;
  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: 1px solid #E4E4E4;
  padding: 4px;
  background: #F9F9F9;
}

.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: #FF6600;
}

.adminOnly {
  font-weight: bold;
  color: #FF6600;
}

.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: WHITE;
}

.m0movero, .m0mdowno {
	background: #FF6600;
}

/* Style for inner tag, mover (mouse over) state */
.m0inner, .m0mouti, .m0moveri, .m0mdowni {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}

.m0mouti {
  background-color: WHITE;
  color: #666666;
}

.m0moveri {
  background-color: #FF6600;
  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: #FF6600;
  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: #FF6600;
	border: 1px none #FF6600;
}
/* Style for outer tag, mout (mouse out) default state */
.m0default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m0hover {
	background: #FF6600;
}
/* Style for outer tag, mdown (mouse down) state */
.m0clicked {
	background: #FF6600;;
}
/* Style for inner tag */
.m0inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #666666;
}
.m0innerhover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}
.m1table {
	background: #FF6600;
	border: 1px none #FF6600;
}
/* Style for outer tag, mout (mouse out) default state */
.m1default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m1hover {
	background: #FF6600;
}
/* Style for outer tag, mdown (mouse down) state */
.m1clicked {
	background: #FF6600;;
}
/* Style for inner tag */
.m1inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #666666;
}

.m2table {
	background: #FF6600;
	border: 1px none #FF6600;
}
/* Style for outer tag, mout (mouse out) default state */
.m2default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m2hover {
	background: #FF6600;
}
/* Style for outer tag, mdown (mouse down) state */
.m2clicked {
	background: #FF6600;;
}
/* Style for inner tag */
.m2inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #666666;
}

.helpPopupLink {
  text-decoration: none;
	font-weight: bold;
}

.helpPopupLink span {
	color: #FF6600;;
}

.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:600px;
}

.animalGrid .searchResultsCell {
    width: 300px;
  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 #FF6600;
}

.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: WHITE;
  color:#666666;
  text-align: center;
  padding: 4px;
}

.animalBrowsePanel .pageLinks a, .animalBrowsePanel .pageLinks a:visited, .animalBrowsePanel .pageLinks a:active {
  border: 1px solid #FF6600;
  padding:0 4px 1px;
  color: #FF6600;
  margin: 0 4px;
}

.animalBrowsePanel .pageLinks a:hover {
  border: 1px solid BLACK;
}

.animalBrowsePanel .pageLinksActive {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #FF6600;
  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:#FF6600;
}

.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:WHITE;
	border:1px solid #666666;
	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 #666666;
background-color:WHITE;
padding:5px;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:#FF6600;
	color:BLACK;
	border:1px solid #666666;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxBody {
text-align:left;
margin:10px auto;
border:1px solid #666666;
padding:5px;
color:#666666;
}

.contentBoxBody .heading {
	font-weight:bold;
	background-color:#FF6600;
	color:BLACK;
	border:1px solid #666666;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxStrong {
text-align:left;
margin:10px auto;
border:1px solid #666666;
padding:5px;
background-color:BLACK;
	color:WHITE;
}

.contentBoxStrong .heading {
	font-weight:bold;
	background-color:#FF6600;
	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 #666666;
	padding:5px;
	background-color:#FF6600;
	color:BLACK;
}

.contentBoxSecondary td {
	color:BLACK;
	background-color:#FF6600;
}

.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:#FF6600;
}
.contentBoxSecondary a:link{
	 color:#FF6600;
}
.contentBoxSecondary a:visited{
	 color:BLACK;
}
.contentBoxSecondary a:active{
	 color:BLACK;
}
.contentBoxSecondary a:hover{
	 color:#444444;
}

.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:14px;
}

.highlighted {
font-size:14px;
}

.highlightedPicture {
margin-top: -15px;
}

.hightlightedReadMore {
font-size:14px;
}

.lastUpdatedDT {
	text-align : center;
	font-size:14px;
}

.bd {
  font-size:inherit;
}

#closePopUp a, #closePopUp a:link, #closePopUp a:visited, #closePopUp a:hover{
	font-size:14px;
}

.littlespace {
	font-size:1em;
}

.littleFont {
	font-size:1em;
}

#sideBarHits{
	text-align:center;
	margin-top:5px;
}

#sideBarHits img {
	vertical-align:middle;
}

.portalTable tbody td {
	background : WHITE none repeat scroll 0 0;
}

body, td {
	font-size:14px;
	color:#666666;
  line-height:1.4em;
}


.portalTableValueStandout {
	background-color:#FF6600 !important;
	border-bottom:1px inset BLACK !important;
	color:BLACK !important;
	padding-left:8px !important;
}

.secondary {
  color:BLACK;
  background-color:#FF6600;
}

.secondary a{
	 color:#FF6600;
}
.secondary a:link{
	 color:#FF6600;
}
.secondary a:visited{
	 color:BLACK;
}
.secondary a:active{
	 color:BLACK;
}
.secondary a:hover{
	 color:#444444;
}

.contentSectionHeader {
	color:#666666;
	background-color:WHITE;
	text-align:left;
	font-size:1.25em;
	font-style:normal;
	border-bottom:2px solid #FF6600;
	padding-bottom:3px;
}
.contentSectionHeader a{
	 color:#FF6600;
	 text-decoration:none;
}
.contentSectionHeader a:link{
	 color:#FF6600;
}
.contentSectionHeader a:visited{
	 color:#666666;
}
.contentSectionHeader a:active{
	 color:#444444;
}
.contentSectionHeader a:hover{
	 color:#AAAAAA;
}

.portalTable thead td a, .portalTable tfoot td a{
	 color:#FF6600;
}
.portalTable thead td a:link, .portalTable tfoot td a:link{
	 color:#FF6600;
}
.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:#444444;
}

.portalTableValueStandout a{
	 color:#FF6600;
}
.portalTableValueStandout a:link{
	 color:#FF6600;
}
.portalTableValueStandout a:visited{
	 color:BLACK;
}
.portalTableValueStandout a:active{
	 color:BLACK;
}
.portalTableValueStandout a:hover{
	 color:#444444;
}

.message a{
	 color:#FF6600;
}
.message a:link{
	 color:#FF6600;
}
.message a:visited{
	 color:BLACK;
}
.message a:active{
	 color:BLACK;
}
.message a:hover{
	 color:#444444;
}

.comments a{
	 color:#FF6600;
}
.comments a:link{
	 color:#FF6600;
}
.comments a:visited{
	 color:BLACK;
}
.comments a:active{
	 color:BLACK;
}
.comments a:hover{
	 color:#444444;
}

.portalTableSectionRight a, .portalTableSectionRight a:link, .portalTableSectionRight a:visited {
	color:#FF6600 !important;
}

.portalTableSectionRight a:hover {
	color:#AAAAAA;
}

#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:14px;
}

#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 #666666;
}

body {
	background-color : #333;
}

.siteWidth {
	width : 1050px;
}

#bodyContainer {
	margin:10px 0 5px 0;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	background-color : WHITE;
	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{
    background:url('https://s3.amazonaws.com/imagesroot.rescuegroups.org/logos/s5374logo20130118095103.jpg') no-repeat;
  width:140px;
  height:58px;
  margin-top:10px;
  margin-right:25px;
  float:left;
  }

#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:#FF6600;
	color:BLACK;
	border:1px solid #666666;
	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:WHITE;
	color:#666666;
	border:0px solid #666666;
	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:#FF6600;
}
.menuBottom a:link, .menuBottomfirst a:link{
	 color:#FF6600;
}
.menuBottom a:visited, .menuBottomfirst a:visited{
	 color:BLACK;
}
.menuBottom a:active, .menuBottomfirst a:active{
	 color:BLACK;
}
.menuBottom a:hover, .menuBottomfirst a:hover{
	 color:#444444;
}


#sidebarmiddle {
	text-align:left;
}

#hitCounter {
	text-align:center;
}

.pageCenterTitle {
	text-align:left;
	font-size:1.55em;
}

#headerMenu {
  background-color: #FF6600;
  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:WHITE;
}

#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: #FF6600;
	border: 0px none #666666;
	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: Arial, Helvetica, sans-serif;
  font-size:15.4px;
  /*white-space:nowrap;*/
  background-color: #FF6600;
  color: BLACK;
    padding: 0px;
  text-align:center;
}

.menuLevel0InnerOut {
}

.menuLevel0InnerOver {
  background-color: BLACK;
  color: WHITE;
}

.menuLevel0InnerDown {
  background-color: BLACK;
  color: WHITE;
}

.menuLevel1 {
  background: #FF6600;
  border: 0px none #666666;
  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 #FF6600;
}

.menuLevel1InnerOut, .menuLevel1InnerOver, .menuLevel1InnerDown {
  font-family: Arial, Helvetica, sans-serif;
  font-size:15.4px;
  white-space:nowrap;
  background-color: #FF6600;
  color: BLACK;
    padding: 0px;
  border-left: 0px solid #FF6600;
}

.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;
}




/* ===============
DEFAULT BROWSE PAGE - NOT GRID
  =============== */

#Page286 #centerContainer .animalimg { 
    width: auto;
}

#Page90 #centerContainer .animalimg {
    width: 100px;
}

.npLinks {
    clear: both;
}

#centerContainer .animalimg {
   width: 200px;
    height: auto;
}

#Page184 #centerContainer .animalimg {
   width: 200px;
   vertical-align: top;
   max-height: 300px;
 clip: rect(0px,200px,300px,0px);

}

#Page87 #centerContainer .animalimg {
   width: 100px;
}

.animalBrowsePanel {
    float: left !important;
}

.browseInfo {
     float: none !important;
    height: auto;
    text-align: left !important;
    width: 680px;

}

.browsePicture {
   width: 300px;
    height: auto;
} 

.browse {
  height: auto;
clear: both;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    text-align: left !important;
  width: 680px;


}

.browseNoPicture {
  width: 680px;
    height: auto;

}

.animalimg {
    border: 1px solid #000000;
}




/* ===============
HIGHLIGHTED ANIMALS
=============== */


/*HIGHLIGHTED*/

.highlightedInfo {
    text-align: justify !important;
   width: 600px;
width: 66%;
float: right !important;

}

.highlighted {
    /*margin: 20px;*/
}

.browse, .highlightedInfo {
font-size: 14px;
line-height: 1.4em;
}

.highlightedPicture {
   /* margin-top: -25px;*/
}


#Page184 #centerContainer .animalimg {
    width: 200px !important;
    max-height: 100% !important;

}

/* ////// */




#Page306 table#content {
    padding: 5px 5px 5px 5px;
}

/*font, paragraph, etc */

h1 {color:#FF6600;
margin: 0 0 10px 0px;
font-family: 'Dancing Script', cursive, serif;
font-size: 34px;
font-style: normal;
font-weight: 700;
text-decoration: none;
text-transform: none;
letter-spacing: 0.041em;
word-spacing: 0.115em;
line-height: 1.11;
}

h2 {color:#FF6600;
margin: 25px 0px 10px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-transform: none;
line-height: 1.11;
}

table#eventsCalendar { 
border: 1px solid #333; 
border-collapse: collapse; 
}
h3 {color:#666666;
margin: 25px 0px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-transform: none;
line-height: 1.11;
}

h4 {color:#444444;
margin: 25px 5px 10px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-transform: none;
line-height: 1.11;
}

h5 {color:#444444;
margin: 25px 5px 10px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-transform: none;
line-height: 1.11;
}

h6 {color:#666666;
margin: 25px 5px 10px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-transform: none;
line-height: 1.11;
}

.pageCenterTitle {color:#FF6600;
    display: block;
font-family: 'Dancing Script', cursive, serif;
    font-size: 32px;
font-style: normal;
    font-weight: 700;
text-decoration: none;
text-transform: none;
line-height: 1.11;
    padding-bottom: 12px;
    padding-top: 10px;
    text-align: left;
}


/* .highlighted {
margin: 5px auto 15px auto;
text-align:left !important;
height:auto;
overflow : hidden;
width: 75%;
font-size: smaller;
} */

/*.highlightedPicture {
float:left !important;
height:100%;
width: auto;
margin-right:0px;
text-align:left !important;
width:100%;
}*/

/*.highlightedInfo{
text-align:left !important;
float : left !important;
width: 200px;
height:auto;
padding-bottom: 30px;
    padding-top: 10px;
}*/

.hightlightedReadMore {
font-size:smaller;
}

.siteSearchForm {color:#FF6600;
    border: 0px solid;
font-family: 'Dancing Script', cursive, serif;
font-style: normal;
font-weight: 700;    
font-size: 200%;
margin: 5px 5px 10px;
    padding: 3px;
}

#content tbody td#right{
margin-top:0;
margin-bottom:0;
background:#eee;
border:2px solid #ccc;
padding:30px;
}

table#content {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
padding:15px 15px 15px 5px;
}

#content tbody td#right .animalimg {
  text-decoration: none;
    border: 4px solid #e4e4e4;
  padding: 8px;
  background: #f9f9f9;
height:auto;
width: 75%;
margin-top:0px;
margin-bottom: 0px;
}

.AnimalAd {
  border: none;
  text-align: center;
  font-size: small;
  margin:10px
}

hr {
  border: 0;
  width: 65%;
color: #e4e4e4;
background-color: #e4e4e4;
height: 3px;
margin-top: 34px;
margin-bottom: 34px;
}


html { font-size:100%; } 

}
.menuText {
    color: BLACK;
    font-size: 10px;
}


#mc_embed_signup {
background: none;
position; absolute;
padding: 0px 0px 0px 4px;
width: 100%;
max-width: 100%;
border-radius: 2px solid #efefef;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}

#mc_embed_signup input {
border: 1px solid #ccc;
font-size: 15px;
margin-bottom: 10px;
padding: 10px 10px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 2px 2px #ddd;
-moz-box-shadow: 0 2px 2px #ddd;
-webkit-box-shadow: 0 2px 2px #ddd;
}

#mc_embed_signup input.email {
background: #fff url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s5374nhezpozr47d.png) no-repeat 10px center;
padding-left: 35px; 
}

#mc_embed_signup input.name { 
background: #fff url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s5374n8gvnztxabz.png) no-repeat 10px center; 
padding-left: 35px;
}

#mc_embed_signup input[type="submit"] {
background: #ff6600 url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s5374n7xpcgasn96.png) repeat-x top;
border: 1px solid #a44913;
color: #fff;
cursor: pointer;
font-size: 18px;
font-weight: bold;
padding: 8px 0;
text-shadow: -1px -1px #562806;
width: 40%;
}

#mc_embed_signup input[type="Retrieve"]:
hover { 
color: #ffdeb3;
}

#div style {
background:#eee;
border: 1px solid #ccc;
padding:5px 10px;
-webkit-box-shadow: 1px 2px 5px 0 #000000;
-moz-box-shadow: 1px 2px 5px 0 #000000;
box-shadow: 1px 2px 5px 0 #000000;
}


/* Event styles */
 
.sidebarBox {
border: 0px;
background-color: transparent;
}
 
.sidebarBox .heading {
    border: none;
    color: #ff6600;
    font-weight: bold;
    margin: 0;
    padding: 0;
    height: 38px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: transparent;
    text-align: center;
    text-transform: none;
    line-height: 2em;
    padding-left: 10px;
    font-size: 18px;
}
 
.date {
        float: left;
    font-family: helvetica;
    font-weight: bold;
    height: 60px;
    text-align: center;
    width: 58px;
    background: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s5374ndwjzrgl8to.png) no-repeat left top;
margin-top: 10px;
margin-bottom: 10px;
}
 
.month {
        color: white;
    font-size: 11pt;
    margin-top: 1px;
line-height: 1.2em;
}
 
.day {
        color: black;
    font-size: 22pt;
    margin-top:8px;
}
 
.eventTitle {
        float: left;
    height: 50px;
    padding-top: 10px;
    width: 125px;
    margin-left: 10px;
font-size: 13px;
}
 
#divEventTitle a:link, #divEventTitle a:visited {
color: #333;
}
 
.event {
    margin-left: 15px;
}
 
#homePageEvents {
width: ;
margin: ;
float: left;
}
 
/*-------------*/

#animalMainImage {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F9F9F9;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #E4E4E4;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #E4E4E4;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 4px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #E4E4E4;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 4px;
    border-top-color: #E4E4E4;
    border-top-style: solid;
    border-top-width: 4px;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}


#animalSummary {
    color: #FF6600;
    font-family: 'Dancing Script', cursive, serif;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1em;
    padding-top: 20px;
    text-align: center;
}

#animalDetailsAbout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #EEE;
    border-bottom-color: #CCCCCC;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #CCCCCC;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #CCCCCC;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #CCCCCC;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 0 0 1px #FFFFFF inset;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    position: relative;
    text-shadow: 1px 1px 0 #FFFFFF;
}

#qualities {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #EEE;
    border-bottom-color: #CCCCCC;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #CCCCCC;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #CCCCCC;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #CCCCCC;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 0 0 1px #FFFFFF inset;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    position: relative;
    text-shadow: 1px 1px 0 #FFFFFF;
}

/* Reset */
.dcsns ul, .dcsns li {
	padding: 0; 
	margin: 0; 
	list-style: none!important;
	background: none;
}

/* Main styles */
/* Feeds */
.dcsns {
	background: #E5E5E5;
    border-radius: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
    color: #444;
    list-style: none outside none;
    margin: 0;
    padding: 10px 10px 0;
}
.dcsns-content {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0 0 5px 0;
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
}
.dcsns-loading {
	background: url(../images/loading_light.gif) no-repeat 0 0;
	height: 24px;
	padding: 6px 0 0 30px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.stream p {
	margin: 0;
	padding: 0;
}
.stream li a {
	color: #2DB6E8;
}
.stream li {
	padding: 0;
	position: relative;
    font-size: 11px;
	color: #444;
	background: #fff;
    border: 1px solid #D3D3D3;
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
    margin-bottom: 4px;
	font-family: Arial, sans-serif;
	line-height: 1.35em;
}
.stream li .inner {
	padding: 10px 10px 0 10px;
	margin: 0;
	position: relative;
	line-height: 1.4em;
}
.stream li .icon {
	position: absolute;
	left: 8px;
	bottom: 5px;
	z-index: 2;
	height: 20px;
}
.stream li .clear {
	clear: both;
}

/* Content blocks */
.stream li .section-intro {
	clear: both;
	display: block;
	font-style: italic;
	padding: 8px 0 5px 35px;
	margin: 0;
	height: 19px;
	color: #fff;
	border-radius: 0 0 5px 5px; 
	-webkit-border-radius: 0 0 5px 5px;  
	-moz-border-radius: 0 0 5px 5px; 
}
.stream li .section-intro a {
	text-decoration: underline;
	margin-right: 3px;
	color: #fff;
}
.stream li .section-title {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 12px;
	color: #f0f0f0;
}
.stream li .section-title a {
	color: #555;
}
.stream li .section-title a:hover {
	color: #2DB6E8;
}
.stream li .section-thumb {
	float: left;
	margin: 0 7px 0 0;
	max-width: 99%;
}
.stream li .section-thumb img {
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
	max-width: 99%;
}
.stream li .section-text {
	display: block;
	margin-bottom: 3px;
}
.stream li .section-text br {
	display: block;
}
.stream li .section-user {
	clear: both;
	display: block;
	font-style: italic;
	margin: 0 8px 5px 0;
	display: block;
	float: left;
	padding: 5px 0 5px 15px;
	line-height: 12px;
	background: url(../images/profile.png) no-repeat 0 5px;
}
.stream li .meta {
	display: block;
	font-size: 90%;
	color: #999;
}
.stream li .meta span {
	margin: 0 8px 5px 0;
	display: block;
	float: left;
	padding: 0 0 0 15px;
	line-height: 12px;
}
.meta span.shares {
	background: url(../images/shares.png) no-repeat 0 0;
	padding-left: 20px;
}
.meta span.views {
	background: url(../images/views.png) no-repeat 0 0;
	padding-left: 18px;
}
.meta span.likes {
	background: url(../images/likes.png) no-repeat 0 0;
	padding-left: 16px;
}
.meta span.comments {
	background: url(../images/comments.png) no-repeat 0 0;
}
.meta span.users {
	background: url(../images/users.png) no-repeat 0 0;
}
.meta span.videos {
	background: url(../images/videos.png) no-repeat 0 0;
	padding-left: 16px;
}
.stream li .section-meta {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
}
.stream li .meta.item-comments {
	padding: 0 0 0 35px;
	margin: 0 0 5px 0;
	min-height: 30px;
	position: relative;
	clear: both;
	line-height: 1.3em;
}
.stream li .meta.item-comments img {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
}
.stream li .meta.item-likes {
	padding: 0;
	width: 100%;
	overflow: hidden;
	clear: both;
	line-height: 1.3em;
}
.stream li .meta.item-likes img {
	float: left;
	margin: 0 5px 5px 0;
	width: 30px;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
}
.stream li.dcsns-error {
	color: #990000;
}
.stream li .section-share {
	display: block;
	margin: 0 0 5px 0;
	padding: 4px 0 0;
	float: right;
}
.stream li .section-share a {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 2px 0 0;
	background: url(../images/share.png) no-repeat 0 0;
}
.stream li .section-share a.share-twitter {
	background-position: 0 -16px;
}
.stream li .section-share a.share-reply {
	background-position: 0 -32px;
}
.stream li .section-share a.share-retweet {
	background-position: 0 -48px;
}
.stream li .section-share a.share-favorite {
	background-position: 0 -64px;
}
.stream li .section-share a.share-google {
	background-position: 0 -80px;
}
.stream li .section-share a.share-linkedin {
	background-position: 0 -96px;
}
.stream li .section-share a.share-facebook:hover {
	background-position: -16px 0;
}
.stream li .section-share a.share-twitter:hover {
	background-position: -16px -16px;
}
.stream li .section-share a.share-reply:hover {
	background-position: -16px -32px;
}
.stream li .section-share a.share-retweet:hover {
	background-position: -16px -48px;
}
.stream li .section-share a.share-favorite:hover {
	background-position: -16px -64px;
}
.stream li .section-share a.share-google:hover {
	background-position: -16px -80px;
}
.stream li .section-share a.share-linkedin:hover {
	background-position: -16px -96px;
}
/* Toolbar */
.dcsns-toolbar {
	padding: 5px 80px 5px 0;
	position: relative;
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
}
/* Filter */
.dcsns .filter {
	padding: 0;
	margin: 0;
}
.dcsns .filter li {
	display: inline-block;
	background: none;
	padding: 0;
	margin: 0 2px 0 0;
	height: 24px;
}
.dcsns .filter li a {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	height: 24px;
}
.dcsns .filter li img {
	margin: 0;
	height: 22px;
}
/* Controls */
.dcsns .controls {
	position: absolute;
	right: 0;
	top: 7px;
	height: 22px;
	padding: 0;
	z-index: 12;
}
.dcsns .controls li {
	display: inline;
	background: none;
}
.dcsns .controls a {
	display: block;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 0 0 2px;
	background: url(../images/controls.png) no-repeat 0 0;
}
.dcsns .controls .prev {
	background-position: -44px 0;
}
.dcsns .controls .next {
	background-position: -66px 0;
}
.dcsns .controls .play {
	background-position: 0 0;
}
.dcsns .controls .pause {
	background-position: -22px 0;
}
.dcsns .controls .prev:hover {
	background-position: -44px -22px;
}
.dcsns .controls .next:hover {
	background-position: -66px -22px;
}
.dcsns .controls .play:hover {
	background-position: 0 -22px;
}
.dcsns .controls .pause:hover {
	background-position: -22px -22px;
}

/* feeds network specific styles */
.stream li.dcsns-rss .section-intro, .filter .f-rss a:hover {
	background-color: #FF9800;
}
.stream li.dcsns-flickr .section-intro, .filter .f-flickr a:hover {
	background-color: #f90784;
}
.stream li.dcsns-delicious .section-intro, .filter .f-delicious a:hover {
	background-color: #3271CB;
}
.stream li.dcsns-twitter .section-intro, .filter .f-twitter a:hover {
	background-color: #4ec2dc;
}
.stream li.dcsns-facebook .section-intro, .filter .f-facebook a:hover {
	background-color: #3b5998;
}
.stream li.dcsns-google .section-intro, .filter .f-google a:hover {
	background-color: #2d2d2d;
}
.stream li.dcsns-youtube .section-intro, .filter .f-youtube a:hover {
	background-color: #DF1F1C;
}
.stream li.dcsns-pinterest .section-intro, .filter .f-pinterest a:hover {
	background-color: #CB2528;
}
.stream li.dcsns-lastfm .section-intro, .filter .f-lastfm a:hover {
	background-color: #C90E12;
}
.stream li.dcsns-dribbble .section-intro, .filter .f-dribbble a:hover {
	background-color: #F175A8;
}
.stream li.dcsns-vimeo .section-intro, .filter .f-vimeo a:hover {
	background-color: #4EBAFF;
}
.stream li.dcsns-stumbleupon .section-intro, .filter .f-stumbleupon a:hover {
	background-color: #EB4924;
}
.stream li.dcsns-deviantart .section-intro, .filter .f-deviantart a:hover {
	background-color: #EB4924;
}
.stream li.dcsns-tumblr .section-intro, .filter .f-tumblr a:hover {
	background-color: #365472;
}
.stream li.dcsns-instagram .section-intro, .filter .f-instagram a:hover {
	background-color: #413A33;
}
/* Facebook */
.stream li.dcsns-facebook .section-text img {
	margin: 0 7px 5px 0;
	float: left;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
}
.stream li.dcsns-facebook .meta {
	display: block;
	clear: both;
}
.stream li.dcsns-facebook .meta.item-comments {
	padding: 0;
	min-height: auto;
}
.stream li.dcsns-facebook .meta.item-comments a {
	display: block;
	margin: 0 0 2px 0;
}
.stream li.dcsns-facebook .share-facebook {
	display: none;
}
/* twitter */
.stream li.dcsns-twitter .section-thumb {
	margin-top: 3px;
}
.stream li.dcsns-twitter .section-user {
	padding: 0;
	background: none;
}
.stream li.dcsns-twitter .section-text img {
	margin: 5px 0 0;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 99%;
}
.stream li.dcsns-twitter a {
	color: #38AEAE;
}
.stream li.dcsns-twitter .section-intro a, .stream li.dcsns-twitter .section-intro a:hover {
	color: #fff;
}
.stream li.dcsns-twitter .section-intro span a {
	text-decoration: none;
	margin-left: 0;
}
.stream li.dcsns-twitter .section-intro span a:hover {
	text-decoration: underline;
}
.stream li.dcsns-twitter a:hover {
	color: #38AEAE;
	text-decoration: underline;
}
.stream li.dcsns-twitter .twitter-user {
	margin-bottom: 2px;
	display: block;
}
.stream li.dcsns-twitter .twitter-user a {
	color: #999;
	line-height: 1.35em;
}
.stream li.dcsns-twitter .twitter-user a:hover {
	color: #999;
	text-decoration: none;
}
.stream li.dcsns-twitter .twitter-user a strong{
	color: #444;
}
.stream li.dcsns-twitter .twitter-user a:hover strong {
	color: #38AEAE;
	text-decoration: underline;
}
/* google */
.stream li.dcsns-google .section-title {
	margin-bottom: 5px;
}
.stream li.dcsns-google .meta span.plusones {
	padding-left: 0;
}
/* vimeo */
.dcsns .stream li.dcsns-vimeo .section-title {
	display: block;
	clear: both;
}
.stream li.dcsns-vimeo .section-text {
	margin-bottom: 5px;
}
.stream li.dcsns-vimeo .section-text .meta {
	padding-top: 5px;
}
.stream li.dcsns-vimeo .logo {
	margin-bottom: 3px;
}
/** Flickr **/
.stream li.dcsns-flickr .section-thumb {
	margin: 0;
}
/* Pinterest */
.stream li.dcsns-pinterest .section-thumb {
	display: block;
}
.stream li.dcsns-pinterest .section-text {
	clear: both;
}
/* dribbble */
.stream li.dcsns-dribbble .inner img {
	margin-bottom: 5px;
}
/* lastfm */
.stream li.dcsns-lastfm .section-title {
	background: url(../images/tracks.png) no-repeat 0 0;
	padding-left: 17px;
	margin-bottom: 0;
}
/* deviantart */
.stream li.dcsns-deviantart .section-thumb {
	display: block;
	float: none;
}
.stream li.dcsns-deviantart .section-thumb img {
	max-width: 250px;
}
/* tumblr */
.stream li.dcsns-tumblr .section-text img {
	margin: 0 7px 5px 0;
	float: left;
	border: 1px solid #ddd;
	padding: 1px;
	background: #fff;
	max-width: 99%;
}
.stream li.dcsns-tumblr .track {
	display: block;
	background: url(../images/tracks.png) no-repeat 0 5px;
	padding: 5px 0 0 17px;
	margin-bottom: 0;
}
/* instagram */
.stream li.dcsns-instagram .section-title {
	font-weight: normal;
	clear: both;
}
.stream li.dcsns-instagram .section-thumb img {
	margin-bottom: 10px;
}
.stream li.dcsns-instagram .section-meta {
	clear: both;
	margin-bottom: 5px;
}
.stream li.dcsns-instagram .section-meta .meta .comments, .stream li.dcsns-instagram .section-meta .meta .likes {
	margin: 0 0 5px 0;
	padding-top: 5px;
	background-position: 0px 5px;
	float: none;
	font-size: 100%;
	font-weight: bold;
}
div.feedburnerFeedBlock ul li span.headline {
font-weight:bold;
display:block;
margin:12px 0 0 0;
}
/*animals iframe homepage*/

#Page1388 .hrCont {display:none;}
#Page1388 {padding:0;margin:0; }
body#Page1388 {background-color: transparent; !important;}
body#Page1388 {background: none repeat scroll 0 0 transparent !important;}

.contentSectionHeader {
font-family: 'Dancing Script', cursive, serif;
text-transform: normal;
font-size: 34px;
font-weight: 700;
color: #ff6600;
line-height: 1.11em;
margin: 25px 0px 10px 0px;
border-bottom:none;
border-top: :none;
}

/*.highlightedInfo {
width: 500px;
text-align:left !important;
float : left !important;
width: 100%;
height:auto;
}*/

.share-buttons{
	list-style: none;
}

.share-buttons li{
	display: inline;
}
#animalSponsorLink a {
    background-color: #fc6;
    border: 1px solid #e8961f;
    border-radius: 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #1d517f;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    text-shadow: 0 1px 1px #fff;
}