body {
  margin: 0;
  border:0;
  background-color: WHITE;
}

body, td, .standardText {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  color: #333333;
}

.mceContentBody, .editorBody {
   background: WHITE !important;
	 font-size: inherit;
   font-size:16px;
	 text-align:left;
	 padding:5px;
}

input, select {
  font-family: Trebuchet MS, 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: #333333 !important;
}

a:link, .standout {
  color: #333333;
}

a:visited {
  color: #333333;
}

a:active {
  color: #333333;
}

a:hover {
  color: #E8961F;
}


.secondary {
  color: #2A3436;
  background-color: #E0EEF5;
}

.secondary .editableShow {
  border: 1px solid #2A3436;
}

.strong {
  color: WHITE;
  background-color: #4676B0;
}

.menuText {
  font-size: 10px;
  color: #2A3436;
}

.menuText a:link, .menuText a:visited {
  color: #2A3436;
  text-decoration: none;
}

.menuText a:hover {
  color: #4676B0;
}

.menuL1, .menuL2, .menuL3 {
  cursor: default;
}

.contentSectionHeader {
  background-color: #E0EEF5;
  text-align: center;
  font-weight: Bold;
  font-style: Italic;
  color: #2A3436;
	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 #333333;
	empty-cells: show;
  border-collapse: collapse;
}

.portalTable caption {
  font-size: 120%;
	font-weight: bold;
}

.portalTable thead td, .portalTable tfoot td {
	border-bottom: 1px inset #333333;
  background-color: #E0EEF5;
  font-size: .72em;
  font-weight: bold;
  color: #2A3436;
  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: #333333;
  float: right;
  display: inline;
  padding: 3px;
}

.portalTableSectionRight div {
  border-left: 4px solid #333333;
}

.portalTableName {
  text-align: right;
  vertical-align: top;
  border-bottom: 1px inset #333333;
}

.portalTableValue {
  border-bottom: 1px inset #333333;
  padding-left: 8px !important;
  text-align: left;
}

.portalTableValueRequired {
  border-left: 4px solid #333333;
  border-bottom: 1px inset #333333;
  text-align: left;
}

.portalTableValueStandout {
  border-bottom: 1px inset #333333;
  padding-left: 8px !important;
  color: #2A3436;
  background-color: #E0EEF5;
}

.portalTableValue .fieldError, .portalTableValueRequired .fieldError {
	color: #333333;
	font-weight: bold;
}

.portalText, .portalTable textarea {
  color: #333333;
  border: 1px solid #333333;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 1.1em;
}

.portalTableValue>.portalText {
  font-size: 1em;
	padding: 1px;
}

.portalTable select, .portalSelect {
  color: #333333;
  border: 1px solid #333333;
	font-size: 1em;
}

.portalCheckbox {
  margin: 0px;
}

.portalButton, .portalSubmit, .submit {
  background-color: #E0EEF5;
  font-weight: bold;
  color: #2A3436;
  border: 1px solid #2A3436;
  margin: 10px 5px;
}

.portalButton:hover, .portalSubmit:hover, .submit:hover {
  background-color: #4676B0;
  color: WHITE;
  border: 1px solid #E0EEF5;
}

.portalActions {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.portalTable .sorttable_nosort {
  white-space: nowrap;
}

.atb {
  border-bottom: 1px inset #E0EEF5;
  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: #E0EEF5;
  border: black solid 1px;
  font-weight: bold;
  font-size: 13px;
  color: #2A3436;
}

#pageMessagesBox {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 500px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #E0EEF5;
  border: black solid 1px;
  font-size: 13px;
  color: #2A3436;
}

.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: #333333;
font-weight: bold;
font-size: .85em;
margin-left: 2px;
}

.note {
color: #333333;
font-size: .85em;
}

.formButtons {
text-align:center;
}

.comments {
  font-size: .85em;
  background-color: #E0EEF5;
  color: #2A3436;
  margin: 20px;
  padding: 8px;
  border: 1px solid #2A3436;
}

.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: #E0EEF5;
}

.adminOnly {
  font-weight: bold;
  color: #333333;
}

.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: #4676B0;
	border: 1px none #4676B0;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: WHITE;
}

.m0movero, .m0mdowno {
	background: #E0EEF5;
}

/* Style for inner tag, mover (mouse over) state */
.m0inner, .m0mouti, .m0moveri, .m0mdowni {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}

.m0mouti {
  background-color: WHITE;
  color: #333333;
}

.m0moveri {
  background-color: #E0EEF5;
  color: #2A3436;
}

.m0mdowni {
  background-color: #4676B0;
  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: #E0EEF5;
  color: #2A3436;
  border: 1px solid #2A3436;
  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: #E0EEF5;
	border: 1px none #E0EEF5;
}
/* Style for outer tag, mout (mouse out) default state */
.m0default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m0hover {
	background: #E0EEF5;
}
/* Style for outer tag, mdown (mouse down) state */
.m0clicked {
	background: #E0EEF5;;
}
/* Style for inner tag */
.m0inner {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #333333;
}
.m0innerhover {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #2A3436;
}
.m1table {
	background: #E0EEF5;
	border: 1px none #E0EEF5;
}
/* Style for outer tag, mout (mouse out) default state */
.m1default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m1hover {
	background: #E0EEF5;
}
/* Style for outer tag, mdown (mouse down) state */
.m1clicked {
	background: #E0EEF5;;
}
/* Style for inner tag */
.m1inner {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #333333;
}

.m2table {
	background: #E0EEF5;
	border: 1px none #E0EEF5;
}
/* Style for outer tag, mout (mouse out) default state */
.m2default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m2hover {
	background: #E0EEF5;
}
/* Style for outer tag, mdown (mouse down) state */
.m2clicked {
	background: #E0EEF5;;
}
/* Style for inner tag */
.m2inner {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #333333;
}

.helpPopupLink {
  text-decoration: none;
	font-weight: bold;
}

.helpPopupLink span {
	color: #333333;;
}

.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 #4676B0 0;
  border-top-width: 1px;
  height: 0;
  color: #4676B0;
  margin:3px 0;
}

.animalGrid {
	margin-left:auto;
	margin-right:auto;
	width:600px;
}

.animalGrid .searchResultsCell {
    width: 200px;
  height: 110px;
  font: 12px Arial;
  padding: 0 6px;
  vertical-align: top;
  text-align:left;
}

.animalGrid .border {
	 border-right: 1px inset #4676B0;
}

.animalGrid .searchResultsCell img {
  border: 1px solid #E0EEF5;
}

.animalGrid .petName {
	display:block;
	width:100%;
	text-align:center;
	padding:6px 0 ;
	margin:3px 0 7px;
	background-color:#4676B0;
	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:#333333;
  text-align: center;
  padding: 4px;
}

.animalBrowsePanel .pageLinks a, .animalBrowsePanel .pageLinks a:visited, .animalBrowsePanel .pageLinks a:active {
  border: 1px solid #E0EEF5;
  padding:0 4px 1px;
  color: #E0EEF5;
  margin: 0 4px;
}

.animalBrowsePanel .pageLinks a:hover {
  border: 1px solid #4676B0;
}

.animalBrowsePanel .pageLinksActive {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #E0EEF5;
  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:#333333;
}

.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 #333333;
	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 #333333;
background-color:WHITE;
padding:5px;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:#E0EEF5;
	color:#2A3436;
	border:1px solid #333333;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxBody {
text-align:left;
margin:10px auto;
border:1px solid #333333;
padding:5px;
color:#333333;
}

.contentBoxBody .heading {
	font-weight:bold;
	background-color:#E0EEF5;
	color:#2A3436;
	border:1px solid #333333;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxStrong {
text-align:left;
margin:10px auto;
border:1px solid #333333;
padding:5px;
background-color:#4676B0;
	color:WHITE;
}

.contentBoxStrong .heading {
	font-weight:bold;
	background-color:#E0EEF5;
	color:#2A3436;
	border:1px solid WHITE;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxStrong td {
	color:WHITE;
	background-color:#4676B0;
}

.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 #333333;
	padding:5px;
	background-color:#E0EEF5;
	color:#2A3436;
}

.contentBoxSecondary td {
	color:#2A3436;
	background-color:#E0EEF5;
}

.contentBoxSecondary .heading {
	font-weight:bold;
	background-color:#4676B0;
	color:WHITE;
	border:1px solid #2A3436;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxSecondary a{
	 color:#333333;
}
.contentBoxSecondary a:link{
	 color:#333333;
}
.contentBoxSecondary a:visited{
	 color:#333333;
}
.contentBoxSecondary a:active{
	 color:#333333;
}
.contentBoxSecondary a:hover{
	 color:#E8961F;
}

.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;
}

.secondary {
  width: 150px;
  height: 100%;
  margin-right: 2px;
  background-color: WHITE;
  color: #333333;
  float: left;
  border-right: 1px solid #E0EEF5;
	border-collapse:
}


.secondary .editableShow {
  border: 1px solid #333333;
}

.animalSearchForm, .siteSearchForm {
  border: 1px solid;
  padding: 3px;
  margin: 5px 5px 10px 5px;
  font-size: 60%;
}

.animalSearchForm form {
  display: inline;
}

.maincontent {
  position: absolute;
  float: left;
  left: 149px;
	width: 600px;
	margin-left:auto;
	margin-right:auto;
  background-color: WHITE;
  vertical-align: top;
  padding-top: 20px;
	padding-left: 20px;
  border-left: 1px solid #E0EEF5;
	  bgcolor: WHITE
}


.mceContentBody{
   background-color: WHITE !important; /* FF requires a important here */
	 font-size: 16px;
	 	  bgcolor: WHITE
}

.menuText {
  background-color: #E0EEF5;
  padding: 5px 5px 5px 5px;
}

.menuL1 {
  background-color: WHITE;
  color: #333333;
  padding: 2px 4px; 2px; 4px;
  border-bottom: 1px groove #2A3436;
  font-size: 110%;
  font-weight: bold;
}

.menuL1 a, .menuL1 a:visited {
  color: #333333;
}

.menuL2 {
  background-color: #E0EEF5;
  color: #2A3436;
  padding: 1px 4px 1px 4px;
  border-bottom: 1px groove #2A3436;
}

.menuL2 a, .menuL2 a:visited {
  color: #2A3436;
}

.AnimalAd {
  font-size: 70%;
}

.sparky {
    margin-top:7px;
    height:320px;
}


#Page1359 body {
background-color: #fff;
}

/* FONT AWESOME ICONS */


.color-social-media-icons {
float:right;
display: inline;
/*margin-top: 15px;*/
/*margin-bottom: -25px;*/
/*padding-right: 40px;*/
}

i.fas,
i.fab {
  font-size: 20px;
  padding: 10px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  /*margin: 2px 5px  5px 2px;*/
  margin:0px 3px 40px;
  border-radius: 50%;

}

i.fas:hover, i.fab:hover {
  opacity: 0.7;
}

.fa-donate {
  background: #16a085;
  color: white;
}

.fa-amazon {
  background: #ff9900;
    color: white;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}





/* END FONT AWESOME */

BODY {
background-image: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s970dpi75.jpg);
}



#Page918 .maincontent .animalimg {
width: auto;
}

#Page88 .maincontent .animalimg {
width: auto;
}




/* SOCIAL ICONS */
.social a {
	display: inline-block;
	padding: 1px;
}


#topbuttons a:link {
text-decoration:none;
}

#topbuttons h2 {
margin-top: -5px;
}

#animalSummary {
font-family: 'Boogaloo',cursive;
    font-size: 20px;
    font-weight: 400;
    line-height: 1em;
color: #1D517F;
letter-spacing: normal;
text-align: center;
padding-top: 20px;
}

.animalGrid .petNameBottom {
    margin: 8px 0 2px;
    padding: 10px 0;

}

#animalMainImage {
border: 1px solid #E4E4E4;
 padding: 8px;
}

#animalDetailsAbout {
 padding: 8px;
   background-color: #EFF6FA;
   border: 1px solid #e4e4e4;
   position: relative;
 box-shadow: 0 0 0 1px #FFFFFF inset;
text-shadow: 1px 1px 0 #FFFFFF;
}

#qualities {
   background-color: #EFF6FA;
   border: 1px solid #e4e4e4;
   position: relative;
 box-shadow: 0 0 0 1px #FFFFFF inset;
text-shadow: 1px 1px 0 #FFFFFF;
/*margin-top:8px;
padding: 10px;*/
font-size: 18px;
}


/*#animalNeeds {
 padding: 8px;
   background-color: #EFF6FA;
   border: 1px solid #e4e4e4;
   position: relative;
-moz-border-radius: 8px;
border-radius: 8px;
 box-shadow: 0 0 0 1px #FFFFFF inset;
text-shadow: 1px 1px 0 #FFFFFF;
}*/

.animalBrowsePanel hr {
    border-color: #fff;

}

.animalBrowsePanel {
margin-right: 40px;
}


.animalGrid .border {
    border-right: 0px inset #e0eef5;
  
}


.animalGrid .searchResultsCell {
    text-align: center;
width: auto;
height: auto;
}

.animalGrid .searchResultsCell img {
 border: 1px solid #E4E4E4;
padding: 8px;

}

#footerLinks a{
text-decoration: none;
line-height: 2em;
}




.message-small {
    background-color: #E0EEF5;
    border: 1px solid black;
    color: #2A3436;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
}

#pageMessagesBox {
background-color: #fff;
}


/*table#eventsCalendar {*/
#eventsCalendar {
border: 1px solid #333;
border-collapse: collapse;
}

#eventsCalendar td { padding: 10px; } 

/*AnimalAd*/
.animalimg {
 border: 1px solid #E4E4E4;
    padding: 8px;
}

/* AnimalAdLarge*/
.maincontent .animalimg {
width: 200px;
height: auto;
 background: none repeat scroll 0 0 #fff;
    border: 1px solid #E4E4E4;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px;
    text-decoration: none;
    /*width: 90%;*/

}




.animalGrid .petName {
box-shadow: 0 0 0 1px #FFFFFF inset;
 border: 1px solid #D6E0E2;
font-weight: normal;
 background-color: #EFF6FA;
}
.animalGrid .petName a, .animalGrid .petName a:link, .animalGrid .petName a:hover, .animalGrid .petName a:visited {
    color: #333333;
}

#editableHeader {
    margin-bottom: -50px
}

#editableFrontPageTop {
 margin-bottom: -50px;
}

{#Page184 .contentSectionHeader {
/*display: none;*/
}}

.fbConnectWidgetTopmost {
border-color: #E4E4E4 #E4E4E4 #E4E4E4;
    border-right: 1px solid #E4E4E4;
border-top: 1px solid #E4E4E4;
    border-width: 1px;
}

.browse {
    font-size: 14px;
}


#headerContent, .animalSearchForm {
 background-image: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s970nls25hw1o1e.png);
background-position: right;
background-repeat: no-repeat;
}




.brownbox {
   background-color: #eaeadb;
   border: 1px solid #d7d7ba;
   margin-bottom: 5px;
   margin-top: 10px;
   position: relative;
-moz-border-radius: 3px;
border-radius: 3px;
}

/*.bluebox {
  padding: 2px;
   background-color: #EFF6FA;
   border: 1px solid #e4e4e4;
   position: relative;
-moz-border-radius: 8px;
border-radius: 8px;
 box-shadow: 0 0 0 1px #FFFFFF inset;
text-shadow: 1px 1px 0 #FFFFFF;
}*/

.menuText  { 
background: #feffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjZmVmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjElIiBzdG9wLWNvbG9yPSIjZjJmN2Y5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZjZmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-radial-gradient(center, ellipse cover,  #feffff 22%, #f2f7f9 61%, #eff6fa 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(22%,#feffff), color-stop(61%,#f2f7f9), color-stop(100%,#eff6fa)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #feffff 22%,#f2f7f9 61%,#eff6fa 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #feffff 22%,#f2f7f9 61%,#eff6fa 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #feffff 22%,#f2f7f9 61%,#eff6fa 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #feffff 22%,#f2f7f9 61%,#eff6fa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#eff6fa',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}


.bluebox{
  padding: 8px;
 border: 1px solid #e4e4e4;
   position: relative;
 box-shadow: 0 0 0 1px #FFFFFF inset;
text-shadow: 1px 1px 0 #FFFFFF;
background: #feffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjZmVmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjElIiBzdG9wLWNvbG9yPSIjZjJmN2Y5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZjZmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-radial-gradient(center, ellipse cover,  #feffff 22%, #f2f7f9 61%, #eff6fa 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(22%,#feffff), color-stop(61%,#f2f7f9), color-stop(100%,#eff6fa)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #feffff 22%,#f2f7f9 61%,#eff6fa 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #feffff 22%,#f2f7f9 61%,#eff6fa 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #feffff 22%,#f2f7f9 61%,#eff6fa 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #feffff 22%,#f2f7f9 61%,#eff6fa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#eff6fa',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}



.bluebox2 {
  padding: 2px;
   background-color: #E0EEF5;
   border: 1px solid #e4e4e4;
   position: relative;
-moz-border-radius: 8px;
border-radius: 8px;
 box-shadow: 0 0 0 1px #FFFFFF inset;
/*text-shadow: 1px 1px 0 #FFFFFF;*/
}


.sidebarBox {
    background-color: transparent;
    border: 0px solid #e4e4e4;
    border-radius: 8px 8px 8px 8px;
}
.sidebarBox .heading {
    font-size: 16px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
display:none;
 text-shadow: 1px 1px 0 #FFFFFF;
}
.sidebarBox .event {
    font-size: 11px;
    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;
}

.maincontent .pageCenterTitle {
	font-size: 36px;
	font-family: 'Boogaloo', cursive;
font-weight: 400; 
line-height: 1em;
 margin-top: 35px;
    padding-top: 15px;
}

#Page86 .maincontent .browseContainer .pageCenterTitle {
	/*font-style: bold;*/
	font-size: 36px;
font-weight: normal;
}

#animalSponsorLink a {
	/*font-size: 15px;*/
	/*border: thin dashed #E8961F;*/
 border: 1px solid #E8961F;
	padding: 10px;
	background-color:  #FC6;
	font-weight: bold;
text-shadow: 0 1px 1px #fff;
 border-radius: 0.5em 0.5em 0.5em 0.5em;
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
text-decoration: none;
color:#1D517F;
}


#animalDetailsMyRescueTable {
display:none;
}

.animalGrid .petName, .animalGrid .petNameBottom, .animalGrid .petBreed {
    font-size: 14px;
}


/* EVENTS PAGE*/
#Page97 .maincontent a {
font-weight:900;
}

/* dotted border border-bottom: dotted 2px;  */

#Page97 .maincontent b {
font-size:24px; 
letter-spacing: 0.03em;
color: #BB0202;
background-image: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s970nd2qttiydz2.png);
/*background-image: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s970n5gf31lsqr7.png);*/
background-position: left;
background-repeat: no-repeat;
text-indent: 40px;
padding-bottom: 35px;
    padding-left: 60px;
    padding-top: 50px;
font-family: 'Boogaloo', cursive;
font-weight: 400;
}


#Page98 .maincontent b {
    color: #BB0202;
    font-family: 'Boogaloo',cursive;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.03em;
    padding-bottom: 35px;
    padding-left: 0px;
    padding-top: 3px;
    text-indent: 0px;
}

/*.completedForm {
padding-bottom:25px;
}*/

h1 {
padding-bottom: 10px;
font-family: 'Boogaloo', cursive;
font-weight: 400; 
font-size: 40px;
}

h2 {
font-family: 'Boogaloo', cursive;
font-weight: 400; 
font-size: 30px;
line-height: 1.24em;
}

h3 {
font-family: 'Boogaloo', cursive;
color: #1D517F;
font-size: 30px;
font-weight: 400; 
line-height: 1em;
}

h4 {
font-family: 'Boogaloo', cursive;
font-size: 30px; 
color: #BB0202;
font-weight: 400; 
}

#RTDiv1 {
	position:absolute;
	left:760px;
	top:1px;
	width:168px;
	height:846px;
	z-index:1;
}

#RTDiv1 .standardText strong {
	color: #666;
text-shadow: 1px 1px 0 #FFFFFF;
}
#RTDiv1 .standardText span {
	color: #666;
text-shadow: 1px 1px 0 #FFFFFF;
}

.portalTable td {
  font-size: .95em;
}

blockquote {
background-image: url();
background-position: left;
background-repeat: no-repeat;
border: none;
padding:  3px;
background: #eff6fa;
color: #1E366A;
text-transform: uppercase;
}
.animalSearchForm {
	border: 1px solid;
	padding: 3px;
	margin: 5px 5px 10px 5px;
	font-size: 90%;
}

/*#sidebar-donateForm{
float: clear;
}*/

#PageHeader {
  margin-bottom: 5px;
}
.menuText {
	PADDING-RIGHT: 0; 
PADDING-LEFT: 3px;
 /* text-shadow: 1px 1px 0 #FFFFFF;*/
}

.menuText a:link, .menuText a:visited{
/*color: #1D517F;*/
color: #2A3436;
}
.menuText a:hover {
color: #E8961F;
}
.menuL1 {
font-family: 'Boogaloo', cursive;
text-shadow: 1px 1px 0 #FFFFFF;
font-size:30px;
text-indent: 8px;
/*background-color: #EFF6FA;*/
background-color: transparent;
border: 0px;
line-height: 1.45em;
padding: 10px 0 8px 3px;
margin-bottom: 0px;
margin-top: 0px;
color: #1D517F;
font-weight: normal;
}
.menuL1 a, .menuL1 a:visited {
  color: #1D517F;
}
.menuL2 a, .menuL2 a:visited {
  color: #333333;
}
.menuL1 a:hover, .menuL2 a:hover{
color: #E8961F;
}


.menuL2 {
    /*background-color: #EFF6FA;*/
background-color: transparent;
    border-bottom: 0 none;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.75em;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-top: 5px;
    text-indent: 8px;
}


body, td, .standardText, p{
line-height: 1.75em;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 18px;

}

.highlightedInfo {
font-size: 16px;
line-height: 1.65em;
 padding: 5px, 5px, 5px, 5px;
word-spacing: 0.08em;
margin-top: 25px;
width: 540px;
}

.highlighted {
border: 1px solid #E4E4E4;
padding: 15px;
background-color:#EFF6FA;
width: 689px;
}



hr {
 margin: 17px 0 18px;
  height: 0;
  clear: both;
border: solid #DEEFF6;
  border-width: 1px 0 0;
border-top: 1px solid #DEEFF6;
border-bottom: 1px solid #fff;

}

.pageCenterTitle {
border: solid #e0eef5;
  border-width: 1px 0 0;
 border-top: 1px solid #e0eef5;
border-bottom: 1px solid #fff;
font-family: 'Boogaloo', cursive;
}

.contentSectionHeader {
background-color: transparent;
border: solid #ddd;
border-width: 1px 0 0;
border-top: 1px solid #e0eef5;
border-bottom: 1px solid #fff;
margin-top: 3px;
margin-bottom: 3px;
padding-top: 10px;
padding-bottom: 10px;
TEXT-ALIGN: center;
font-family: 'Boogaloo', cursive;
font-style: normal;
color: #1D517F;
font-size: 30px;
line-height: 1.19;
}

.contentSectionHeader a {
font-size: 16px;
text-decoration: none;
}

.secondary {
  width: 226px;
  height: 100%;
  margin-right: 0px;
 margin-left: 0px;
padding-left: 0px;
  float: left;
  border: 0px ;
 box-shadow: 0 0 0 1px #FFFFFF inset;

}

.AnimalAd {
        border: none;
	text-align: center;
	font-size: 85%;
	display: block;
	padding-bottom: 8px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
height: auto;
line-height:1.7em;
}

/* Added for reCaptcha on Safari */
#Page1359 .maincontent {
position: relative;
left: 12px;
}




.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{
font-weight: 400;
margin-bottom: 5px;
margin-top: 15px;
color: #1D517F;
font-family: 'Boogaloo', cursive;
font-style: normal;
/*4px 4px 8px #D9D7D5;*/
}*/

.sidebarBox{ 
font-size: 11px;
}

#animalSponsors {
font-size: 150%;
}

/* CSS3 Gradient Buttons http://www.webdesignerwall.com/demo/css-buttons.html# */

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	/*display: inline;*/
	vertical-align: baseline;
	/*margin: 0 2px;*/
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.orange a:link, .orange a:visited {
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green {
	color: #fff;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}

@media only screen and (min-device-width : 250px) and (max-device-width : 500px) {

#RTDiv1 {
display: none;
}

#editableBrowseTop p {
font-size: 30px;
}

.animalGrid .petName, .animalGrid .petNameBottom, .animalGrid .petBreed {
font-size: 30px;
}

body, td, .standardText{ 
font-size: 30px;
}

BODY {
background-image: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s970n9fvdff9p6m.gif);
}
	

#Page1359 body {
background-color: #fff;
}

.menuL1 {
font-size: 45px;
}

.menuL2 {
font-size: 35px;
line-height: 1.25em;
padding-bottom:25px;
}


#animalSummary {
font-size: 20px;
}


#animalDetailsAbout {
font-size: 20px;
}

#description {
font-size: 20px;
line-height: 1.95em;
}

#editableAnimalDetailBottom {
font-size: 20px;
line-height: 1.65em;
}


#qualities {
font-size: 20px;
line-height: 1.6em;
}

#Page1359 .secondary{
display: none;
}

h1, h2, h3, .pageCenterTitle {
font-size: 56px;
}

.button{
font-size: 30px;
}
}
