body {
  margin: 0;
  border:0;
  background-color: #FFF;
}

body, td, .standardText {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
}

.mceContentBody, .editorBody {
   background: #FFF !important;
	 font-size: inherit;
   font-size:18px;
	 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: #A87139 !important;
}

a:link, .standout {
  color: #A87139;
}

a:visited {
  color: #A87139;
}

a:active {
  color: #A87139;
}

a:hover {
  color: #BFAD9A;
}


.secondary {
  color: #333;
  background-color: #EEF5F6;
}

.secondary .editableShow {
  border: 1px solid #333;
}

.strong {
  color: #333;
  background-color: #A1C7CC;
}

.menuText {
  font-size: 10px;
  color: #333;
}

.menuText a:link, .menuText a:visited {
  color: #333;
  text-decoration: none;
}

.menuText a:hover {
  color: #A1C7CC;
}

.menuL1, .menuL2, .menuL3 {
  cursor: default;
}

.contentSectionHeader {
  background-color: #EEF5F6;
  text-align: center;
  font-weight: Bold;
  font-style: Italic;
  color: #333;
	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: #EEF5F6;
  font-size: .72em;
  font-weight: bold;
  color: #333;
  padding: 4px;
  white-space: nowrap;
	vertical-align: middle;
}

.portalTable thead td a:hover {
  cursor: pointer;
}

.portalTable td {
  font-size: .72em;
  vertical-align: top;
	padding: 4px;
}

.portalTableSectionLeft {
  font-size: 115%;
  float: left;
  display: inline;
}

.portalTableSectionRight {
  background-color: #FFF;
	color: #333;
  float: right;
  display: inline;
  padding: 3px;
}

.portalTableSectionRight div {
  border-left: 4px solid #333;
}

.portalTableName {
  text-align: right;
  vertical-align: top;
  border-bottom: 1px inset #333;
}

.portalTableValue {
  border-bottom: 1px inset #333;
  padding-left: 8px !important;
  text-align: left;
}

.portalTableValueRequired {
  border-left: 4px solid #333;
  border-bottom: 1px inset #333;
  text-align: left;
}

.portalTableValueStandout {
  border-bottom: 1px inset #333;
  padding-left: 8px !important;
  color: #333;
  background-color: #EEF5F6;
}

.portalTableValue .fieldError, .portalTableValueRequired .fieldError {
	color: #A87139;
	font-weight: bold;
}

.portalText, .portalTable textarea {
  color: #333;
  border: 1px solid #333;
  font-family: Arial, Helvetica, 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: #EEF5F6;
  font-weight: bold;
  color: #333;
  border: 1px solid #333;
  margin: 10px 5px;
}

.portalButton:hover, .portalSubmit:hover, .submit:hover {
  background-color: #A1C7CC;
  color: #333;
  border: 1px solid #EEF5F6;
}

.portalActions {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.portalTable .sorttable_nosort {
  white-space: nowrap;
}

.atb {
  border-bottom: 1px inset #EEF5F6;
  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: #EEF5F6;
  border: black solid 1px;
  font-weight: bold;
  font-size: 13px;
  color: #333;
}

#pageMessagesBox {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 500px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #EEF5F6;
  border: black solid 1px;
  font-size: 13px;
  color: #333;
}

.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: #A87139;
font-weight: bold;
font-size: .85em;
margin-left: 2px;
}

.note {
color: #A87139;
font-size: .85em;
}

.formButtons {
text-align:center;
}

.comments {
  font-size: .85em;
  background-color: #EEF5F6;
  color: #333;
  margin: 20px;
  padding: 8px;
  border: 1px solid #333;
}

.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 black;
}

.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: #EEF5F6;
}

.adminOnly {
  font-weight: bold;
  color: #A87139;
}

.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: #A1C7CC;
	border: 1px none #A1C7CC;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #FFF;
}

.m0movero, .m0mdowno {
	background: #EEF5F6;
}

/* 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: #FFF;
  color: #333;
}

.m0moveri {
  background-color: #EEF5F6;
  color: #333;
}

.m0mdowni {
  background-color: #A1C7CC;
  color: #333;
}

#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: #EEF5F6;
  color: #333;
  border: 1px solid #333;
  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: #EEF5F6;
	border: 1px none #EEF5F6;
}
/* Style for outer tag, mout (mouse out) default state */
.m0default {
	background: #FFF;
}
/* Style for outer tag, mover (mouse over) state */
.m0hover {
	background: #EEF5F6;
}
/* Style for outer tag, mdown (mouse down) state */
.m0clicked {
	background: #EEF5F6;;
}
/* Style for inner tag */
.m0inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #333;
}
.m0innerhover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #333;
}
.m1table {
	background: #EEF5F6;
	border: 1px none #EEF5F6;
}
/* Style for outer tag, mout (mouse out) default state */
.m1default {
	background: #FFF;
}
/* Style for outer tag, mover (mouse over) state */
.m1hover {
	background: #EEF5F6;
}
/* Style for outer tag, mdown (mouse down) state */
.m1clicked {
	background: #EEF5F6;;
}
/* Style for inner tag */
.m1inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #333;
}

.m2table {
	background: #EEF5F6;
	border: 1px none #EEF5F6;
}
/* Style for outer tag, mout (mouse out) default state */
.m2default {
	background: #FFF;
}
/* Style for outer tag, mover (mouse over) state */
.m2hover {
	background: #EEF5F6;
}
/* Style for outer tag, mdown (mouse down) state */
.m2clicked {
	background: #EEF5F6;;
}
/* Style for inner tag */
.m2inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #333;
}

.helpPopupLink {
  text-decoration: none;
	font-weight: bold;
}

.helpPopupLink span {
	color: #A87139;;
}

.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 #A1C7CC 0;
  border-top-width: 1px;
  height: 0;
  color: #A1C7CC;
  margin:3px 0;
}

.animalGrid {
	margin-left:auto;
	margin-right:auto;
	width:685px;
}

.animalGrid .searchResultsCell {
    width: 137px;
  height: 110px;
  font: 12px Arial;
  padding: 0 6px;
  vertical-align: top;
  text-align:left;
}

.animalGrid .border {
	 border-right: 1px inset #A1C7CC;
}

.animalGrid .searchResultsCell img {
  border: 1px solid #EEF5F6;
}

.animalGrid .petName {
	display:block;
	width:100%;
	text-align:center;
	padding:6px 0 ;
	margin:3px 0 7px;
	background-color:#A1C7CC;
	color:#333;
}

.animalGrid .petName a, .animalGrid .petName a:link, .animalGrid .petName a:hover,.animalGrid .petName a:visited {
	color:#333;
}

.animalGrid .petNameBottom {
	display:block;
	width:100%;
	text-align:center;
	padding:3px 0 ;
	margin:3px 0 2px;
}

.animalGrid .petName,.animalGrid .petNameBottom,.animalGrid  .petBreed {
  font-weight: bold;
}

.animalGrid .noBorder {
  border-right: 0;
}

.animalBrowsePanel .pageLinks {
  margin-top: 12px;
  margin-bottom: 2px;
  background-color: #FFF;
  color:#333;
  text-align: center;
  padding: 4px;
}

.animalBrowsePanel .pageLinks a, .animalBrowsePanel .pageLinks a:visited, .animalBrowsePanel .pageLinks a:active {
  border: 1px solid #EEF5F6;
  padding:0 4px 1px;
  color: #EEF5F6;
  margin: 0 4px;
}

.animalBrowsePanel .pageLinks a:hover {
  border: 1px solid #A1C7CC;
}

.animalBrowsePanel .pageLinksActive {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #EEF5F6;
  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:#A87139;
}

.musicPlayer {
	position:fixed;
	*position:absolute;
	*left:expression(document.body.scrollLeft+document.body.clientWidth-this.clientWidth-2);
  *top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight-2);
	bottom:2px;
	right:3px;
	padding:5px;
	background-color:#FFF;
	border:1px solid #333;
	width:190px;
}

.musicPlayer .control {
	position:absolute;
	top:3px;
	right:3px;
	z-index:10;
	cursor: pointer;
}

#mceTemplatePreview table td {
border:2px dotted #CCC;
}

#mceTemplatePreview table tbody td {
height:150px;
}

.sidebarBox {
text-align:left;
margin:10px auto;
border:1px solid #333;
background-color:#FFF;
padding:5px;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:#EEF5F6;
	color:#333;
	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:#EEF5F6;
	color:#333;
	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:#A1C7CC;
	color:#333;
}

.contentBoxStrong .heading {
	font-weight:bold;
	background-color:#EEF5F6;
	color:#333;
	border:1px solid #333;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxStrong td {
	color:#333;
	background-color:#A1C7CC;
}

.contentBoxStrong a{
	 color:#2A3436;
}
.contentBoxStrong a:link{
	 color:#2A3436;
}
.contentBoxStrong a:visited{
	 color:#2A3436;
}
.contentBoxStrong a:active{
	 color:#2A3436;
}
.contentBoxStrong a:hover{
	 color:#839DA2;
}

.contentBoxSecondary {
	text-align:left;
	margin:10px auto;
	border:1px solid #333;
	padding:5px;
	background-color:#EEF5F6;
	color:#333;
}

.contentBoxSecondary td {
	color:#333;
	background-color:#EEF5F6;
}

.contentBoxSecondary .heading {
	font-weight:bold;
	background-color:#A1C7CC;
	color:#333;
	border:1px solid #333;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxSecondary a{
	 color:#A87139;
}
.contentBoxSecondary a:link{
	 color:#A87139;
}
.contentBoxSecondary a:visited{
	 color:#A87139;
}
.contentBoxSecondary a:active{
	 color:#A87139;
}
.contentBoxSecondary a:hover{
	 color:#BFAD9A;
}

.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;
}
body, td, .standardText, .mceContentBody{
	font-size: 18px !important;
	height:100%;
}


#bodyContainer {
	width : 100%;
	background-color : #EEF5F6;
}

#contentContainer {
	padding: 10px 7px;
	width : auto;
		border-left: 250px solid #EEF5F6;
	
	background-color : #FFF;
	height:auto;
	}

#endOfContent {
	clear:both;
}

.goToBottom {
	clear:both;
}

.mceContentBody{
   background: #FFF !important; /* FF requires a important here */
	 font-size: 18px;
}

html>body #sidebarLeftContainer{
	
	width:236px;
}

#sidebarLeftContainer {
	background-color: #EEF5F6;
  	width:250px;
  padding: 7px;
  float:left;
}

#sidebarLeftContainer a, #sidebarLeftContainer a:link{
  color:#A87139;
}

#sidebarLeftContainer a:visited {
  color:#A87139;
}

#sidebarLeftContainer a:active {
  color:#A87139;
}

#sidebarLeftContainer a:hover {
  color:#BFAD9A;
}

.sidebarContent {
	margin: 5px 0;
	text-align:center;
	width:auto;
	color:#333 !important;
}

#sidebarSearch{
	text-align:left;
}

.sidebarMenu {
  padding: 5px 0px;
}

.sidebarMenu a, .sidebarMenu a:link, .sidebarMenu a:hover, .sidebarMenu a:visited, .sidebarMenu a:active {
	text-decoration:none;
}

.menuL1 {
  background: #FFF;
  color: #333;
  font-size: 110%;
  font-weight: bold;
  padding: 2px 4px 2px 4px;
  border-bottom: 1px groove #333;
}

.menuL2, .menuL3 {
  background-color: #EEF5F6;
  color: #A87139 !important;
  padding: 1px 4px 1px 4px;
  border-bottom: 1px groove #333;
  border-left: 6px solid #FFF;
}

.menuL3 {
  border-left: 12px solid #FFF;
}

.animalSearchForm, .siteSearchForm {
  font-size: 11px;
  border-style: solid;
  border-width: 1px;
  padding: 3px;
  margin: 3px 3px 10px 3px;
}

.menuL1 a:link, .menuL1 a:visited, .menuL1 a:hover, .menuL1 a:active {
  color: #A87139 !important;
}

.menuL2 a:link, .menuL2 a:visited, .menuL2 a:hover, .menuL2 a:active {
  color: #A87139 !important;
}

.menuL3 a:link, .menuL3 a:visited, .menuL3 a:hover, .menuL3 a:active {
  color: #A87139 !important;
}

.secondary {
  color: #333;
  background-color: #EEF5F6;
}

.secondary a{
	 color: #A87139;
}
.secondary a:link{
	 color: #A87139;
}
.secondary a:visited{
	 color: #A87139;
}
.secondary a:active{
	 color: #A87139;
}
.secondary a:hover{
	 color: #A87139;
}

.contentSectionHeader a{
	 color: #A87139;
}
.contentSectionHeader a:link{
	 color: #A87139;
}
.contentSectionHeader a:visited{
	 color: #A87139;
}
.contentSectionHeader a:active{
	 color: #A87139;
}
.contentSectionHeader a:hover{
	 color: #A87139;
}

.portalTable tbody td{
	background-color:#FFF;
}

.portalTable thead td a, .portalTable tfoot td a{
	 color: #A87139;
}
.portalTable thead td a:link, .portalTable tfoot td a:link{
	 color: #A87139;
}
.portalTable thead td a:visited, .portalTable tfoot td a:visited{
	 color: #A87139;
}
.portalTable thead td a:active, .portalTable tfoot td a:active{
	 color: #A87139;
}
.portalTable thead td a:hover, .portalTable tfoot td a:hover{
	 color: #A87139;
}

.portalTableValueStandout a{
	 color: #A87139;
}
.portalTableValueStandout a:link{
	 color: #A87139;
}
.portalTableValueStandout a:visited{
	 color: #A87139;
}
.portalTableValueStandout a:active{
	 color: #A87139;
}
.portalTableValueStandout a:hover{
	 color: #A87139;
}

.message a{
	 color: #A87139;
}
.message a:link{
	 color: #A87139;
}
.message a:visited{
	 color: #A87139;
}
.message a:active{
	 color: #A87139;
}
.message a:hover{
	 color: #A87139;
}

.comments a{
	 color: #A87139;
}
.comments a:link{
	 color: #A87139;
}
.comments a:visited{
	 color: #A87139;
}
.comments a:active{
	 color: #A87139;
}
.comments a:hover{
	 color: #A87139;
}

.portalTableSectionRight a, .portalTableSectionRight a:link, .portalTableSectionRight a:visited {
	color:#A87139 !important;
}

.portalTableSectionRight a:hover {
	color:#BFAD9A;
}

#storiesPageLinks {
	padding-right:20px;
}

.sparky {
  width:160px;
}

.shopCategory {
text-align:center;
position:static;
width:400px;
margin:auto;
clear:none;
}

body#CustomPage18559 #contentContainer {
	background-image:url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s743nl6jhkbjydr.jpeg);
}
#CustomPage18559.noFormatting {
  background-image:url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s743nl6jhkbjydr.jpeg);
}


/*TEXT*/

 .menuL1 a:link, .menuL1 a:visited, .menuL1 a:hover, .menuL1 a:active {
    color: #93602D  !important;

}
 .menuL2 a:link, .menuL2 a:visited, .menuL2 a:hover, .menuL2 a:active {
    color: #4A757A! important;

}

 .menuL3 a:link, .menuL3 a:visited, .menuL3 a:hover, .menuL3 a:active {
    color: #93602D !important;

}

.menuL2, .menuL3 {
    padding-left: 5px;
}

.menuL1, .menuL2, .menuL3 {
 background: none repeat scroll 0 0 #EEF5F6;
    border: 1px solid #D6E0E2;
    box-shadow: 0 0 0 1px #FFFFFF inset;
margin-left: 8px;
}

h1, h2, h3, h4, h5, h6{
color: black;
font-family: 'Courgette', cursive;
font-weight: 400; 
}
.animalGrid .petName {
box-shadow: 0 0 0 1px #FFFFFF inset;
 border: 1px solid #D6E0E2;
font-weight: normal;
}

body, td, .standardText {
    font-size: 11.5pt;
    line-height: 1.75em;
}

.animalBrowsePanel .pageLinks a, .animalBrowsePanel .pageLinks a:visited, .animalBrowsePanel .pageLinks a:active {
    border: 1px solid #EEF5F6;
    color: #93602D;
    margin: 0 4px;
    padding: 0 4px 1px;
}

.browse {
    font-size: 14px;
}
.maincontent .pageCenterTitle {
	font-size: 36px;
padding-top: 30px;

}

.highlightedPicture {
    width: auto;
}

.highlightedInfo {
font-size: 15px;
line-height: 1.4em;
width : 600px;
word-spacing: 0.08em;
margin-left: 40px;
}

.highlighted {
background: none repeat scroll 0 0 #F2EBDE;
    border: 1px solid #BFB5A4;
    box-shadow: 0 0 0 1px #FFFFFF inset;
    color: #302F2C;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
padding: 40px;
width: auto;
}

.pageCenterTitle {
border: 0px;
font-family: 'Courgette', cursive;
font-weight: 400; 
font-size: 1.25em;
}

.contentSectionHeader {
background-image: url();
background-repeat: repeat-x;
background-color: transparent;
border: solid #ddd;
border-width: 1px 0 0;
border-top: 1px solid #e0eef5;
border-bottom: 1px solid #fff;
font: bold;
margin-top: 3px;
margin-bottom: 3px;
padding-top: 10px;
padding-bottom: 10px;
TEXT-ALIGN: center;
font-style: normal;
font-size: 22px;
line-height: 1.19;
font-family: 'Courgette', cursive;
font-weight: 400; 

}

.maincontent {
	position: absolute;
	float: left;
	left: 240px;
	width: 720px;
	margin-left:5px;
	margin-right:auto;
	background-color: transparent;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 5px;
padding-right: 5px;
	bgcolor: none;
  border-left: 0;
background-image: url();
	background-repeat: no-repeat;
	background-position: top;
}

.maincontent h1{
padding-top: 10px;
font-weight: 400;
margin-bottom: -3px;
color: #1E366A;
}

.sidebarBox{ 
font-size: 12px;
  background: none repeat scroll 0 0 #F2EBDE;
    border: 1px solid #BFB5A4;
    box-shadow: 0 0 0 1px #FFFFFF inset;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
    color: #302F2C;
}

.sidebarContent {
line-height: 1.2em;
 background: none repeat scroll 0 0 #EEF5F6;
    border: 1px solid #D6E0E2;
    box-shadow: 0 0 0 1px #FFFFFF inset;
margin-left: 8px;
}

#animalSponsors {
font-size: 150%;
}


/*-------------------Layout--------------------*/

hr {
margin: 17px 0 18px;
  height: 0;
  border: solid #DDDDDD;
  border-width: 1px 0 0;
 border-top: 1px solid #DDDDDD;
border-bottom: 1px solid #fff;
}


#PageHeader {
  margin-bottom: 5px;
}


#endOfContent {
    margin: -30px;
}

#additionalContainerForFormatting{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D6E0E2;
    box-shadow: 0 0 10px #EEF5F6;
    padding: 20px;
min-width:800px;
}

.siteWidth {
    width: 1150px;
}

#contentContainer {
   background-color: #FFFFFF;
    border-left: 248px solid #EEF5F6;
    box-shadow: 0 0 0 1px #FFFFFF inset;
    height: auto;
    padding: 10px 7px;
    width: auto;
}
#editableHeader {
    margin-bottom: 0px
}

#editableFrontPageTop {
 margin-bottom: -50px;
}

#animalDetailsMyRescueTable {
display:none;
}

.sidebarBox .heading {
display: none;
}

.sidebarBox .event {
    font-size: 12px;
    line-height: 3.1;
margin-left: 2px;
text-indent:20px;
/* background-image: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s970ndiwikz5ngn.png);
background-position: left;
background-repeat: no-repeat;*/
}

#sidebarLeftContainer {
background: transparent;
  /*  border: 1px solid #D6E0E2; */
 /*    box-shadow: 0 0 0 1px #FFFFFF inset;*/
    float: left;
    left: -10px;
    margin: 0 10px 0 0;
    padding: 10px;
    position: relative;
    text-shadow: 1px 1px 0 #EEF5F6;
    top: -10px;

}

.AnimalAd {
	border: none;
	text-align: center;
	font-size: 85%;
	display: block;
	padding: 0px;
line-height: 1.4em;
}

.animalimg {
    background: none repeat scroll 0 0 #A4CAD0;
    border: 1px solid #82A7AD;
    padding: 4px;
    text-decoration: none;
}

.brownbox {
  background: none repeat scroll 0 0 #F2EBDE;
    border: 1px solid #BFB5A4;
    box-shadow: 0 0 0 1px #FFFFFF inset;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
    color: #302F2C;
    padding: 20px;
}

.bluebox {
 background: none repeat scroll 0 0 #EEF5F6;
    border: 1px solid #D6E0E2;
    box-shadow: 0 0 0 1px #FFFFFF inset;
    left: -20px;
    padding: 20px;
    text-shadow: 1px 1px 0 #FFFFFF;
    top: -20px;
}

#PageFooter {
    background: none repeat scroll 0 0 #F2EBDE;
    border: 1px solid #BFB5A4;
    box-shadow: 0 0 0 1px #FFFFFF inset;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
    color: #302F2C;
    padding: 40px;
}

body#Page400 #additionalContainerForFormatting {
text-align:center;
}

body#Page400 #additionalContainerForFormatting div {
clear:none !important;
position:static !important;
margin-left:0px !important;
margin-left:auto !important;
margin-right:auto;
text-align:left;
width:600px !important;
}

body#Page400 #additionalContainerForFormatting div div {
float:none !important;
display:inline-block !important;
width:auto !important;
}

* html body#Page400 #additionalContainerForFormatting div div {
display:inline !important;
}

.galleryRow {
height:150px !important;
}