body {
  margin: 0;
  border:0;
  background-color: WHITE;
}

body, td, .standardText {
  font-family: Verdana, Geneva, sans-serif;
  color: #333;
}

.mceContentBody, .editorBody {
   background: WHITE !important;
	 font-size: inherit;
   font-size:14px;
	 text-align:left;
	 padding:5px;
}

input, select {
  font-family: Verdana, Geneva, 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: #000 !important;
}

a:link, .standout {
  color: #000;
}

a:visited {
  color: #016EAF;
}

a:active {
  color: #F6C545;
}

a:hover {
  color: #FF8440;
}


.secondary {
  color: #FFFFFF;
  background-color: #00C2FF;
}

.secondary .editableShow {
  border: 1px solid #FFFFFF;
}

.strong {
  color: #FFFFFF;
  background-color: #00A6EF;
}

.menuText {
  font-size: 10px;
  color: #FFFFFF;
}

.menuText a:link, .menuText a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.menuText a:hover {
  color: #00A6EF;
}

.menuL1, .menuL2, .menuL3 {
  cursor: default;
}

.contentSectionHeader {
  background-color: #00C2FF;
  text-align: center;
  font-weight: Bold;
  font-style: Italic;
  color: #FFFFFF;
	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: #00C2FF;
  font-size: .72em;
  font-weight: bold;
  color: #FFFFFF;
  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: #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: #FFFFFF;
  background-color: #00C2FF;
}

.portalTableValue .fieldError, .portalTableValueRequired .fieldError {
	color: #000;
	font-weight: bold;
}

.portalText, .portalTable textarea {
  color: #333;
  border: 1px solid #333;
  font-family: Verdana, Geneva, sans-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: #00C2FF;
  font-weight: bold;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  margin: 10px 5px;
}

.portalButton:hover, .portalSubmit:hover, .submit:hover {
  background-color: #00A6EF;
  color: #FFFFFF;
  border: 1px solid #00C2FF;
}

.portalActions {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.portalTable .sorttable_nosort {
  white-space: nowrap;
}

.atb {
  border-bottom: 1px inset #00C2FF;
  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: #00C2FF;
  border: black solid 1px;
  font-weight: bold;
  font-size: 13px;
  color: #FFFFFF;
}

#pageMessagesBox {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 500px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #00C2FF;
  border: black solid 1px;
  font-size: 13px;
  color: #FFFFFF;
}

.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: #000;
font-weight: bold;
font-size: .85em;
margin-left: 2px;
}

.note {
color: #000;
font-size: .85em;
}

.formButtons {
text-align:center;
}

.comments {
  font-size: .85em;
  background-color: #00C2FF;
  color: #FFFFFF;
  margin: 20px;
  padding: 8px;
  border: 1px solid #FFFFFF;
}

.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 #2880FF;
  padding: 4px;
}

.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: #00C2FF;
}

.adminOnly {
  font-weight: bold;
  color: #000;
}

.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: #00A6EF;
	border: 1px none #00A6EF;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: WHITE;
}

.m0movero, .m0mdowno {
	background: #00C2FF;
}

/* Style for inner tag, mover (mouse over) state */
.m0inner, .m0mouti, .m0moveri, .m0mdowni {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
}

.m0mouti {
  background-color: WHITE;
  color: #333;
}

.m0moveri {
  background-color: #00C2FF;
  color: #FFFFFF;
}

.m0mdowni {
  background-color: #00A6EF;
  color: #FFFFFF;
}

#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: #00C2FF;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  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: #00C2FF;
	border: 1px none #00C2FF;
}
/* Style for outer tag, mout (mouse out) default state */
.m0default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m0hover {
	background: #00C2FF;
}
/* Style for outer tag, mdown (mouse down) state */
.m0clicked {
	background: #00C2FF;;
}
/* Style for inner tag */
.m0inner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #333;
}
.m0innerhover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #FFFFFF;
}
.m1table {
	background: #00C2FF;
	border: 1px none #00C2FF;
}
/* Style for outer tag, mout (mouse out) default state */
.m1default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m1hover {
	background: #00C2FF;
}
/* Style for outer tag, mdown (mouse down) state */
.m1clicked {
	background: #00C2FF;;
}
/* Style for inner tag */
.m1inner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #333;
}

.m2table {
	background: #00C2FF;
	border: 1px none #00C2FF;
}
/* Style for outer tag, mout (mouse out) default state */
.m2default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m2hover {
	background: #00C2FF;
}
/* Style for outer tag, mdown (mouse down) state */
.m2clicked {
	background: #00C2FF;;
}
/* Style for inner tag */
.m2inner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #333;
}

.helpPopupLink {
  text-decoration: none;
	font-weight: bold;
}

.helpPopupLink span {
	color: #000;;
}

.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 #00A6EF 0;
  border-top-width: 1px;
  height: 0;
  color: #00A6EF;
  margin:3px 0;
}

.animalGrid {
	margin-left:auto;
	margin-right:auto;
	width:600px;
}

.animalGrid .searchResultsCell {
    width: 600px;
  height: 110px;
  font: 12px Arial;
  padding: 0 6px;
  vertical-align: top;
  text-align:left;
}

.animalGrid .border {
	 border-right: 1px inset #00A6EF;
}

.animalGrid .searchResultsCell img {
  border: 1px solid #00C2FF;
}

.animalGrid .petName {
	display:block;
	width:100%;
	text-align:center;
	padding:6px 0 ;
	margin:3px 0 7px;
	background-color:#00A6EF;
	color:#FFFFFF;
}

.animalGrid .petName a, .animalGrid .petName a:link, .animalGrid .petName a:hover,.animalGrid .petName a:visited {
	color:#FFFFFF;
}

.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:#333;
  text-align: center;
  padding: 4px;
}

.animalBrowsePanel .pageLinks a, .animalBrowsePanel .pageLinks a:visited, .animalBrowsePanel .pageLinks a:active {
  border: 1px solid #00C2FF;
  padding:0 4px 1px;
  color: #00C2FF;
  margin: 0 4px;
}

.animalBrowsePanel .pageLinks a:hover {
  border: 1px solid #00A6EF;
}

.animalBrowsePanel .pageLinksActive {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #00C2FF;
  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:#000;
}

.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 #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:WHITE;
padding:5px;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:#00C2FF;
	color:#FFFFFF;
	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:#00C2FF;
	color:#FFFFFF;
	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:#00A6EF;
	color:#FFFFFF;
}

.contentBoxStrong .heading {
	font-weight:bold;
	background-color:#00C2FF;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxStrong td {
	color:#FFFFFF;
	background-color:#00A6EF;
}

.contentBoxStrong a{
	 color:#FFF;
}
.contentBoxStrong a:link{
	 color:#FFF;
}
.contentBoxStrong a:visited{
	 color:#FFFFFF;
}
.contentBoxStrong a:active{
	 color:#F6C545;
}
.contentBoxStrong a:hover{
	 color:#FF8440;
}

.contentBoxSecondary {
	text-align:left;
	margin:10px auto;
	border:1px solid #333;
	padding:5px;
	background-color:#00C2FF;
	color:#FFFFFF;
}

.contentBoxSecondary td {
	color:#FFFFFF;
	background-color:#00C2FF;
}

.contentBoxSecondary .heading {
	font-weight:bold;
	background-color:#00A6EF;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxSecondary a{
	 color:#000;
}
.contentBoxSecondary a:link{
	 color:#000;
}
.contentBoxSecondary a:visited{
	 color:#FFFFFF;
}
.contentBoxSecondary a:active{
	 color:#F6C545;
}
.contentBoxSecondary a:hover{
	 color:#FF8440;
}

.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:#333;
  line-height:1.4em;
}


.portalTableValueStandout {
	background-color:#00C2FF !important;
	border-bottom:1px inset #FFFFFF !important;
	color:#FFFFFF !important;
	padding-left:8px !important;
}

.secondary {
  color:#FFFFFF;
  background-color:#00C2FF;
}

.secondary a{
	 color:#000;
}
.secondary a:link{
	 color:#000;
}
.secondary a:visited{
	 color:#FFFFFF;
}
.secondary a:active{
	 color:#F6C545;
}
.secondary a:hover{
	 color:#FF8440;
}

.contentSectionHeader {
	color:#333;
	background-color:WHITE;
	text-align:left;
	font-size:1.25em;
	font-style:normal;
	border-bottom:2px solid #00C2FF;
	padding-bottom:3px;
}
.contentSectionHeader a{
	 color:#000;
	 text-decoration:none;
}
.contentSectionHeader a:link{
	 color:#000;
}
.contentSectionHeader a:visited{
	 color:#016EAF;
}
.contentSectionHeader a:active{
	 color:#F6C545;
}
.contentSectionHeader a:hover{
	 color:#FF8440;
}

.portalTable thead td a, .portalTable tfoot td a{
	 color:#000;
}
.portalTable thead td a:link, .portalTable tfoot td a:link{
	 color:#000;
}
.portalTable thead td a:visited, .portalTable tfoot td a:visited{
	 color:#FFFFFF;
}
.portalTable thead td a:active, .portalTable tfoot td a:active{
	 color:#F6C545;
}
.portalTable thead td a:hover, .portalTable tfoot td a:hover{
	 color:#FF8440;
}

.portalTableValueStandout a{
	 color:#000;
}
.portalTableValueStandout a:link{
	 color:#000;
}
.portalTableValueStandout a:visited{
	 color:#FFFFFF;
}
.portalTableValueStandout a:active{
	 color:#F6C545;
}
.portalTableValueStandout a:hover{
	 color:#FF8440;
}

.message a{
	 color:#000;
}
.message a:link{
	 color:#000;
}
.message a:visited{
	 color:#FFFFFF;
}
.message a:active{
	 color:#F6C545;
}
.message a:hover{
	 color:#FF8440;
}

.comments a{
	 color:#000;
}
.comments a:link{
	 color:#000;
}
.comments a:visited{
	 color:#FFFFFF;
}
.comments a:active{
	 color:#F6C545;
}
.comments a:hover{
	 color:#FF8440;
}

.portalTableSectionRight a, .portalTableSectionRight a:link, .portalTableSectionRight a:visited {
	color:#000 !important;
}

.portalTableSectionRight a:hover {
	color:#FF8440;
}

#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 #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 : WHITE;
	font-size:inherit;
}

#header {
	margin: 0 0 0 0;
	color: #FFFFFF;
}

#headerContent {
  background-color : #00A6EF;
  color:#FFFFFF;
  padding:10px;
}

#headerContent a{
   color:#FFF;
}
#headerContent a:link{
   color:#FFF;
}
#headerContent a:visited{
   color:#FFFFFF;
}
#headerContent a:active{
   color:#F6C545;
}
#headerContent a:hover{
   color:#FF8440;
}

#headerContainer a{
   color:#FFF;
}
#headerContainer a:link{
   color:#FFF;
}
#headerContainer a:visited{
   color:#FFFFFF;
}
#headerContainer a:active{
   color:#F6C545;
}
#headerContainer a:hover{
   color:#FF8440;
}

#headerLogo{
  }

#headerTitle{
  padding-left:5px;
  text-align:left;
  font-size:2em;
  font-weight:bold;
  color:#FFFFFF;
  letter-spacing:2px;
  white-space:nowrap;
}

#headerContact{
  padding-left:5px;
  text-align:left;
  color:#FFFFFF;
  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:#00C2FF;
	color:#FFFFFF;
	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:WHITE;
	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:#FFF;
}
#footer td a:link{
	 color:#FFF;
}
#footer td a:visited{
	 color:#FFFFFF;
}
#footer td{
	 color:#F6C545;
}
#footer td a:hover{
	 color:#FF8440;
}

#footerContent {
	background : #00A6EF;
	color: #FFFFFF;
	min-height:200px;
}

#footerContent {
  padding:15px;
  color: #FFFFFF;
}

#footerContent td {
  color: #FFFFFF;
}

#footerMenu {
		padding:10px;
    text-align:center;
}

#footercopyright {
  text-align:center;
}

#copyright {
  width:600px;
  margin:auto;
}

.menuBottom, .menuBottomfirst {
	display:inline;
}

.menuBottom a, .menuBottomfirst a{
	 color:#000;
}
.menuBottom a:link, .menuBottomfirst a:link{
	 color:#000;
}
.menuBottom a:visited, .menuBottomfirst a:visited{
	 color:#FFFFFF;
}
.menuBottom a:active, .menuBottomfirst a:active{
	 color:#F6C545;
}
.menuBottom a:hover, .menuBottomfirst a:hover{
	 color:#FF8440;
}


#sidebarmiddle {
	text-align:left;
}

#hitCounter {
	text-align:center;
}

.pageCenterTitle {
	text-align:left;
	font-size:1.55em;
}

#headerMenu {
  background-color: #00C2FF;
  border-top:1px solid #FFFFFF;
  border-bottom:1px solid #FFFFFF;
}

#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: #00C2FF;
	border: 0px none #333;
	margin-left:auto;
	margin-right:auto;
}

/* Style for outer tag, mout (mouse out) state */
.menuLevel0OuterOut, .menuLevel0OuterOver, .menuLevel0OuterDown {
  /*border: 1px solid #FFFFFF;*/
  text-align:center;
  padding: 0px;
}

/* Style for inner tag, mover (mouse over) state */
.menuLevel0InnerOut, .menuLevel0InnerOver, .menuLevel0InnerDown {
  font-family: Verdana, Geneva, sans-serif;
  font-size:15.4px;
  /*white-space:nowrap;*/
  background-color: #00C2FF;
  color: #FFFFFF;
    padding: 0px;
  text-align:center;
}

.menuLevel0InnerOut {
}

.menuLevel0InnerOver {
  background-color: #00A6EF;
  color: #FFFFFF;
}

.menuLevel0InnerDown {
  background-color: #00A6EF;
  color: #FFFFFF;
}

.menuLevel1 {
  background: #00C2FF;
  border: 0px none #333;
  margin-left:auto;
  margin-right:auto;
  padding: 0px;
}

.menuLevel1OuterOut, .menuLevel1OuterOver, .menuLevel1OuterDown {
  border: 0px solid #FFFFFF;
  text-align:left;
  padding: 0px 0px 0px 0px;
  border-left: 3px solid #00C2FF;
}

.menuLevel1InnerOut, .menuLevel1InnerOver, .menuLevel1InnerDown {
  font-family: Verdana, Geneva, sans-serif;
  font-size:15.4px;
  white-space:nowrap;
  background-color: #00C2FF;
  color: #FFFFFF;
    padding: 0px;
  border-left: 0px solid #00C2FF;
}

.menuLevel1InnerOut {
}

.menuLevel1InnerOver, .menuLevel1OuterOver {
  background-color: #00A6EF;
  color: #FFFFFF;
  padding:0px;
  border-left: 3px solid #00A6EF;
}

.menuLevel1InnerDown, .menuLevel1OuterDown {
  background-color: #00A6EF;
  color: #FFFFFF;
  padding:0px;
  border-left: 3px solid #00A6EF;
}


#CustomPage22146 #content {
	background-image:url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s993nzsm03fxa3g.jpg);
}
#CustomPage22146.noFormatting {
  background-image:url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s993nzsm03fxa3g.jpg);
}


/* ===============
CSS for MARS 
adapted by Integrity Consulting September 2017 info@integrityci.com
adapted from Sarah Dailey sarahdailey@redpearldesigncompany.com 2015
adpated from rescuegroups.org base template
=============== */

/* ===============
NAVIGATION
=============== */

/*#headerMenu {
background-color: #4D4A47;
border-bottom: 0px solid #FFFFFF;
border-top: 0px solid #FFFFFF;
vertical-align: center;
}*/

#headerMenu {
    font-weight: 600;
    background: #00C2FF; /* Old browsers */
    background: -moz-linear-gradient(top, #00C2FF 0%, #00C2FF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00C2FF), color-stop(100%,#009AE4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00C2FF 0%,#00C2FF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00C2FF 0%,#00C2FF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00C2FF 0%,#00C2FF 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00C2FF 0%,#00C2FF 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d5399', endColorstr='#01588c',GradientType=0 ); /* IE6-9 */
    border: 0px;
	padding-right: 5px;
}

#m0m {
border-top: 0px;
border-bottom: 0px;
background: #00C2FF; 
background: -moz-linear-gradient(top, #00C2FF 0%, #00C2FF 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00C2FF), color-stop(100%,#009AE4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #00C2FF 0%,#00C2FF 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #00C2FF 0%,#00C2FF 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #00C2FF 0%,#00C2FF 100%); /* IE10+ */
background: linear-gradient(to bottom, #00C2FF 0%,#00C2FF 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d5399', endColorstr='#01588c',GradientType=0 ); /* IE6-9 */
}

/* Styles for the Tigra Menu */
/* Style for a block - DIV */
/* MENU LEVEL 0 */

.menuLevel0 {
background: #00C2FF; /* Old browsers */
background: -moz-linear-gradient(top, #00C2FF 0%, #00C2FF 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00C2FF), color-stop(100%,#009AE4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #00C2FF 0%,#00C2FF 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #00C2FF 0%,#00C2FF 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #00C2FF 0%,#00C2FF 100%); /* IE10+ */
background: linear-gradient(to bottom, #00C2FF 0%,#00C2FF 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d5399', endColorstr='#01588c',GradientType=0 ); /* IE6-9 */
border: 0px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: auto;			   
padding-right:auto;
margin-left: auto;
margin-right: auto;
max-width: 1000px; 
}

/* Style for outer tag, mout (mouse out) state */
.menuLevel0OuterOut, .menuLevel0InnerOut{
background: #00C2FF; /* Old browsers */
background: -moz-linear-gradient(top, #00C2FF 0%, #00C2FF 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00C2FF), color-stop(100%,#00C2FF)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #00C2FF 0%,#00C2FF 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #00C2FF 0%,#00C2FF 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #00C2FF 0%,#00C2FF 100%); /* IE10+ */
background: linear-gradient(to bottom, #00C2FF 0%,#00C2FF 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d5399', endColorstr='#01588c',GradientType=0 ); /* IE6-9 */
text-align: center;
font-weight: 600;
color: #ffffff;
font-size: 15px;
}

/* Style for inner tag, mover (mouse over) state */
.menuLevel0OuterOver, .menuLevel0OuterDown, .menuLevel0InnerOver, .menuLevel0InnerDown {
background: #00C2FF; /* Old browsers */
background: -moz-linear-gradient(top, #00C2FF 0%, #00C2FF 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00C2FF), color-stop(100%,#009AE4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #00C2FF 0%,#00C2FF 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #00C2FF 0%,#00C2FF 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #00C2FF 0%,#00C2FF 100%); /* IE10+ */
background: linear-gradient(to bottom, #00C2FF 0%,#00C2FF 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d5399', endColorstr='#01588c',GradientType=0 ); /* IE6-9 */
text-align: center;
/*white-space:nowrap;*/
font-weight: 600;
font-size: 15px;
color: #3D5399 !important;
}

/* force max menu item width to 120px */

table.menuLevel0OuterOut, table.menuLevel0InnerOut {
    max-width: 120px !important;
}

/* MENU LEVEL 1*/

.menuLevel1 {
margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-bottom: 2px;
border-left: 0px;
font-weight: 500;
margin-top: 14px;
}

.menuLevel1OuterOut, .menuLevel1InnerOut, .menuLevel1OuterDown, .menuLevel1InnerDown {
border: 0px;
text-align:left;
padding-left: 3px;
border-left: 0px;
font-weight: 500;
}

.menuLevel1InnerOver, .menuLevel1OuterOver {
border: 0px;
white-space:nowrap;
padding-left: 3px;
background-color: #009ae4;
font-weight: 500;
color: #3D5399;
}


/* ===============
overall CSS - Headings 
  =============== */

.mars-orange {
	color: #ffb8440;
}

.mars-blue {
	color: #00C2FF;
}

.mars-blue-primary {
	color: #0e2c8e;
}

.mars-blue-primary-comp {
	color: #3d5399;
}

.mars-tan {
	color: #d0ab79;
}

.mars-brown {
	color: #6a5e4b;
}

h1, .pageCenterTitle, .contentSectionHeader{
    -moz-osx-font-smoothing: grayscale;
    font-family: "Bitter",serif;
    font-weight: 400;
    font-size: 28px;
    color: #3d5399;
}

h2 {
    -moz-osx-font-smoothing: grayscale;
    font-family: "Bitter",serif;
    font-weight: 400;
    font-size: 24px;
    color: #3d5399;
}

h3 {
    -moz-osx-font-smoothing: grayscale;
    font-family: "Bitter",serif;
    font-weight: 400;
    font-size: 20px;
    color: #3d5399;
}

    
h3-white {
    -moz-osx-font-smoothing: grayscale;
    font-family: "Bitter",serif;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    }
    
h4 {
    -moz-osx-font-smoothing: grayscale;
    font-family: "Bitter",serif;
    font-weight: 400;
    font-size: 16px;
    color: #3d5399;
}
    

body, td, .standardText, p {
   -moz-osx-font-smoothing: grayscale;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #151515;
}
/* ===============
SIDEBAR
=============== */

/* Sidebar */    
.sidebar {
    width: 300px;
    padding: 0 0 0 20px;
    /*border-left: 1px solid #dedede;*/
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #151515;
}

.sidebar h4 {
    color: #414852;
}

.search-sidebar {
    background-color: #f4f4f4;
    border: 1px solid #00C2FF;
    margin-bottom: 30px;
    margin-left: 5px;
}
    
.search-sidebar-title {
    background-image: url("https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s993nfuhp56o04q.png");
    background-repeat: no-repeat;
    height: 60px;
    margin-left: -17px;
    padding: 0 0 0 60px;
    margin-bottom: 10px;
    }
    
.search-sidebar-title h4 {
    padding: 13px 0 0;
}

.newsletter-sidebar {
    margin-bottom: 30px;
}
    
.newsletter-sidebar-title {
    background-image: url("https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s993nfuhp56o04q.png");
    background-repeat: no-repeat;
    height: 60px;
    margin-bottom: 10px;
}
    
.newsletter-sidebar-title h4 {
    padding: 38px 40px 0 0;
    text-align: right;
}

.newsletter-signup-sidebar {
    margin: 20px 0 40px;
    text-align: center;
}

.cta225-button {
    background-color: #00C2FF;
    border: none;
    border-radius: 5px;
    color: #ffffff !important;
    width: 225px;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    margin: auto;
    padding: auto;
    cursor: pointer;
}

a.cta225-button {
    
}
a:hover.cta225-button {
    color: #3d5399 !important;
    font-weight: 600;
}


.newsletter-signup-home-button {
    background-color: #ec7826;
    height: auto;
    border-color: #ec7826;
    border-radius: 5px;
    border-style: none none solid;
    border-width: medium medium 3px;
    padding: 10px 30px 8px;
    color: #ffffff;
}

a.newsletter-signup-home-button {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

a:hover.newsletter-signup-home-button {
    background-color: #e8701b !important;
    border-color: #ffffff;
    color: #ffffff;
    text-decoration: none;
}

.featured-dog-sidebar {
    background-color: #f4f4f4;
    border: 1px solid #00C2FF; 
    margin-bottom: 30px;
    margin-left: 5px;
}

.featured-dog-sidebar-title {
    background-image: url("https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s8469nxqn2veasuz.png");
    background-repeat: no-repeat;
    height: 60px;
    margin-left: -17px;
    padding: 0 0 0 60px;
	margin-bottom: 10px;
}
    
.featured-dog-sidebar-title h4 {
    padding: 13px 0 0 0;
}

.featured-dog-tool {
    padding: 0px 10px 10px; 
}

.contact-sidebar { 
    background-image: url("https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s8469nxqn2veasuz.png");
    background-repeat: no-repeat;
    margin-bottom: 30px;
margin-left: 20px;
}

.contact-sidebar-title {
    height: 50px;
    padding: 0 0 0 60px;
    margin-bottom: 10px;
}
    
.contact-sidebar-title h4 {
    padding: 5px 0 0;
}

.contact-info {
    margin: 0px 0px 0px 20px;
    color: #00C2FF;
}
    
.contact-info i {
    margin: 0px 20px 10px 0px;
    font-size: 24px; 
}

.contact-info a {
    color: #00C2FF;
}

/* ===============
MODIFYING EXISTING STYLES FROM RESCUE GROUPS DEFAULTS
=============== */

/* Sidebar - Search */
#siteSearchLabel {
    display: none;
}

.smallFormField {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    height: 23px;
    margin: 3px;
    padding: 1px;
    width: 270px;
}

#siteSearchButton .smallFormField {
    background-color: #ff8440 !important;
    border-color: #ff8440 !important;
    border-radius: 5px;
    border-style: none none solid;
    border-width: medium medium 3px;
    height: 25px !important;
    width: 30px !important;
}

/* Sidebar - Featured Animal */

.AnimalAd {
    font-size: 15px;
}

/* Animal Sponsor Page Button */

#animalSponsorLink {
    background-color: #00C2FF;
    border-color: #00C2FF;
    border-radius: 5px;
    border-style: none none solid;
    border-width: medium medium 3px;
    padding: 10px 30px 8px;
    color: #ffffff;
    }


#animalSponsorLink a {
    color: #ffffff;
    text-transform: uppercase;
}

a:hover#animalSponsorLink {
    color: #3d5399 !important;
    font-weight: 600;
}


/* Home featured animal section */

.featured-animal-home {
    border: solid 1px #dbdbdb;
    background-color: #f4f4f4;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
}

.contentSectionHeader {
    display: none;
}

.highlighted {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #dbdbdb;
    margin: -75px auto 50px !important;
    padding: 70px 20px 20px;
    width: 920px;
}

.featured-home-title {
    padding: 0 35px;
}

/* ===============
LINKS
=============== */

a {
    color: #00C2FF;
    text-decoration: none;
}

a:link, .standout {
    color: #00C2FF;
}

p a {
    color: #00C2FF !important;
}

a:hover {
    color: #ffca3c;
    text-decoration: none;
}
a.clicktoerror { color:#000 }
}

/* ===============
3column-home
=============== */
.three-column-home {
     width: 1000px;
     margin-bottom: 18px;
}
    
.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.donate-home {
    width: 291px;
    margin: 10px 20px;
    float: left;
}
    
.adopt-home {
    width: 295px;
    margin: 10px 0px;
    padding: 0px 20px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    float: left;
}
    
.volunteer-home {
    width: 291px;
    margin: 10px 20px;
    float: left;
}
    
.three-column-home h2 {
    text-align: center;
}
    
.three-column-home .button {
    text-align: center;
    margin: 25px 0px 10px 0px;
}
    
.featured-section-left-home {
    width: 460px;
    margin: 0px 20px;
    float: left;
}
    
.featured-section-right-home {
    width: 459px;
    margin: 0px 20px 0px 0px;
    padding-left: 20px;
    border-left: 1px solid #dedede;
    float: left;
}

#affiliatePaypal { 
    background-image: url("https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s993n0gfs4rel1v.gif");
	width: 147px;
}

/* ===============
MARS FOOTER
=============== */

#footerContent {
    color: #fff;
    padding: 0px;
	max-width: 1000 !important;						  
}

.footer-container {
    max-width: 1000px !important;
}

.footer-content {
    background: rgba(16,130,191,1);
    background: -moz-linear-gradient(top, rgba(16,130,191,1) 0%, rgba(1,87,141,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(16,130,191,1)), color-stop(100%,         rgba(1,87,141,1)));
    background: -webkit-linear-gradient(top, rgba(16,130,191,1) 0%, rgba(1,87,141,1) 100%);
    background: -o-linear-gradient(top, rgba(16,130,191,1) 0%, rgba(1,87,141,1) 100%);
    background: -ms-linear-gradient(top, rgba(16,130,191,1) 0%, rgba(1,87,141,1) 100%);
    background: linear-gradient(to bottom, rgba(16,130,191,1) 0%, rgba(1,87,141,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1082bf', endColorstr='#01578d', GradientType=0 );
    margin-top: 10px;
    padding: 15px 30px 20px 30px;
    color: #ffffff;
    font-family: 'Bitter', serif;
    font-size: 14px;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
}
    
.footer-content a {
    color: #ffffff;
    text-decoration:none;
}
    
.footer-content a:hover {
    color: #1C9D1C;
}
    
.footer-content h3 {
    font-size: 20px;
	color: #fff
}
    
.footer-content h4 {
    font-size: 16px;
    margin: 15px 0 5px;    
}
    
.footer-content h4.col-top {
    margin: 0 0 5px;
    color: #ffffff !important;
}

.connect h3 {
    text-align: center;
}

.contact {
    width: 225px;
    height: auto;
    padding-right: 10px;
    float: left;
    display: inline-block;
}
    
.contact-item {
    margin: 15px 0px;
}
    
.footer-browse {
    width: 468px;
    height: auto;
    border-right: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
    padding: 0px 10px;
    float: left;
    display: inline-block;
}

.connect {
    width: 205px;
    height: auto;
    padding-left: 10px;
    float: left;
    display: inline-block;
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.footer-browse-col1 {
    width: 220px;
    height: auto;
    padding-right: 10px;
    float: left;
}

.footer-browse-col2 {
    width: 220px;
    height: auto;
    padding-left: 10px;
    float: left;
}

.footer-browse-2col ul {
    line-height: 1.4em;
    list-style-type: none;
    padding: 0 12px;
    margin: 5px 0;
}

.footer-social {
    font-size: 30px;
    float: left;
    margin: 0 20px 40px;
}

.footer-copyright {
    background-color: #09456c;
    color: #ffffff;
    padding: 12px;
    text-align:center;
    clear: both;
    font-family: 'Bitter', serif;
    font-size: 14px;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
}
    
.footer-copyright a {
    color: #ffffff;
    text-decoration:none;
}
    
.footer-copyright a:hover {
    color: #ffca3c;
}

/* ===============
SITE WIDTH AND BODY
  =============== */
  .siteWidth {
    width: 1000px !important;								 
}

body {
background-color: #f4f4f4;
    margin: 0px;
    padding: 0px;
}

/* to hide the sidebar on the home page*/

#Page184 #content tbody td#right {
	display: none;
}

#Page184 #content tbody td#center {
    padding: 0px;
    /*max-width: 1000px !important; */
}

#Page184 table#content {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1000px !important;
}

/* ===============
HEADER
=============== */

#headerContent {
    background-color: #fff;
    padding: 12px 15px;
    margin: 0px;
    max-width: 970px !important;
}

#headerContent h1{
color: #333;
}

#header {
    margin: 0;
    max-width: 1000px !important;
}

.header-logo {
    float: left;
}
    
.header-login {
        -moz-osx-font-smoothing: grayscale;
        font-family: "Bitter",serif;
        font-weight: 600;
        font-size: 14px;
        color: #1C9D1C !important;
        float: right;
        align: right;
}
    
.header-login a {
    color: #1C9D1C !important;
}

.header-login a:hover {
    color: #00C2FF !important;
}

/* ===============
FRONT PAGE TOP, FRONT PAGE BOTTOM 
=============== */

/* This makes less space between the front page top of the front page bottom*/
#editableFrontPageTop {
	margin-bottom: -25px;
}

/* This adds a solid border line and some space beween the front page bottom and news or events*/

#editableFrontPageBottom {
	max-width: 1000px !important;
	margin-top: 5px;
	margin-bottom: 25px !important;
	border-top: 0px solid #E4E4E4;
}

/* ===============
SIDEBAR RIGHT  
=============== */

sidebar h4 {
    color: #414852;
}

.sidebarBox {
border: 0px;
	background-color: transparent;
}
.sidebarBox .heading {
	display: none;
}

/* ===============
LEFT, CENTER , RIGHT
=============== */

table#content {
    max-width: 1000px !important;
}

/* updated box-shadow: box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0); */

#bodyContainer {
    margin: 0px auto;
    text-align: left;
    background-color: #fff;
    font-size:inherit;
    box-shadow: none !important; 
}

#content tbody td#left { 
 display: none;
}

#content tbody td#right {
  padding: 10px 20px 10px 0;
    max-width: 300px !important;
    text-align:left;

}

#content tbody td#center {
    padding: 0 25 50px;
    border-right: 1px solid #dedede;
    max-width: 1000px !important;
 }

#centerContainer {
    max-width: 680px !important;
}

/* ===============
ANIMAL LIST PAGE
=============== */
#Page88 #centerContainer .animalimg { 
    width: auto;
	max-width: 1000px !important;
							  
}


/* ===============
CALENDAR STYLING
=============== */
#eventsCalendar {
	width: 639px !important;
}

#eventsCalendar .td {
	min-width: 85px;
}

/* ===============
ANIMAL BROWSE PAGE
=============== */

#Page286 #centerContainer .animalimg { 
    width: auto;
    text-align: left;
}

#Page90 .animalimg { 
    width: auto;
}

#Page90 #centerContainer .animalimg  {
	width: auto;
}

.npLinks {
    text-align: left !important;
    padding-left: 5px !important;
    font-size: 14px !important; 
}

#centerContainer .animalimg {
	width: 200px;
    height: auto;
}

#Page184 #centerContainer .animalimg {
	width: 100px;
}
#Page87 #centerContainer .animalimg {
	width: 100px;
}
.animalBrowsePanel {
    float: left !important;
    text-align: left;
}

.browseInfo {
    float: none !important;
    height: auto;
    text-align: left !important;
    width: 580px;
}
/*
.browsePicture {
   width: 200px;
   height: auto;
} 
*/

.browsePicture {
   max-width: 200px;
   max-height: 200px;
} 

.browse {
   height: auto;
/*clear: both;*/
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    text-align: left !important;
/*width: 800px;*/
}

.browseNoPicture {
width: 200px;
    height: auto;
}

/* Adds a border around the animal images */
.animalimg {
    border: 0px;
}

/* ===============
HIGHLIGHTED
=============== */

.highlightedInfo {
    text-align: justify !important;
    width: 700px;
}

.highlighted {
    margin: 5px auto 50px;
}

.browse, .highlightedInfo {
    font-size: 14px;
}

.highlightedPicture {
    margin-top: 0px;
}

/* ===============
ANIMAL BROWSE GRID (IF BEING USED)
=============== */

.animalGrid .petNameBottom {
    margin: 8px 0 2px;
    padding: 10px 0;

}

.animalGrid .searchResultsCell img {
    border: 1px solid #E4E4E4;
    padding: 8px;
}

#animalMainImage {
	border: 1px solid #E4E4E4;
	padding: 8px;
}

/* Other Items */

#animalDetailsMyRescueTable {
	display: none;
}

/* slick slider */

.slick-slider {
	autoplay: true;
	autoplaySpeed: 3000;
}

.slider-container {
    width: 1000px;
}
	
.slick-prev::before, .slick-next::before {
    color: #00C2FF !important;
    font-size: 42px !important;
	opacity: 1 !important;
}
    
/* width: and height: set to auto required for non-chrome browsers to see entire button*/

.slick-prev {
    left: 10px !important;
    z-index: 1 !important;
	width: auto !important;
	height: auto !important;
}

.slick-next {
    right: 10px !important;
    z-index: 1 !important;
	width: auto !important;
	height: auto !important;
}

/* ===============
ANIMAL LIST PAGE
=============== */
#Page88 #centerContainer .animalimg { 
    width: auto;
	max-width: 1000px !important;
}

/* ===============
ANIMAL BROWSE PAGE
=============== */

#Page286 #centerContainer .animalimg { 
    width: auto;
    text-align: left;
}

#Page90 .animalimg { 
    width: auto;
}

#Page90 #centerContainer .animalimg  {
width: auto;
}

.npLinks {
    text-align: left !important;
    padding-left: 5px !important;
    font-size: 14px !important;   
}

#centerContainer .animalimg {
   width: 200px;
    height: auto;
}

#Page184 #centerContainer .animalimg {
   width: 100px;
}
#Page87 #centerContainer .animalimg {
   width: 100px;
}
.animalBrowsePanel {
    float: left !important;
    text-align: left;
}

.browseInfo {
    float: none !important;
    height: auto;
    text-align: left !important;
    width: 580px;
}

.browsePicture {
	width: 200px;
    height: auto;
} 

.browse {
   height: auto;
/*clear: both;*/
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    text-align: left !important;
/*width: 800px;*/
}

.browseNoPicture {
width: 200px;
    height: auto;
}

/* Adds a border around the animal images */
.animalimg {
    border: 0px;
}

/* ===============
HIGHLIGHTED
=============== */

.highlightedInfo {
    text-align: justify !important;
    width: 700px;
}

.highlighted {
    margin: 5px auto 50px;
}

.browse, .highlightedInfo {
    font-size: 14px;
}

.highlightedPicture {
    margin-top: 0px;
}

/* ===============
ANIMAL BROWSE GRID (IF BEING USED)
=============== */

.animalGrid .petNameBottom {
    margin: 8px 0 2px;
    padding: 10px 0;

}

.animalGrid .searchResultsCell img {
    border: 1px solid #E4E4E4;
    padding: 8px;
}

#animalMainImage {
border: 1px solid #E4E4E4;
 padding: 8px;
}

/* Other Items */
#animalDetailsMyRescueTable {
display: none;
}

/*-------------*/

@media print {
    body { background: #fff; background-image: none; color: #000; }
    .yui-skin-sam { background: #fff; background-image: none; color: #000; }    
    a:link, a:visited, a:active, a:hover, h1, h2, h3, p, div { color: #000; }
}