body {
  margin: 0;
  border:0;
  background-color: WHITE;
}

body, td, .standardText {
  font-family: Tahoma, Geneva, sans-serif;
  color: #333;
}

.mceContentBody, .editorBody {
   background: WHITE !important;
	 font-size: inherit;
   font-size:12px;
	 text-align:left;
	 padding:5px;
}

input, select {
  font-family: Tahoma, 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: #333 !important;
}

a:link, .standout {
  color: #333;
}

a:visited {
  color: #666;
}

a:active {
  color: #333;
}

a:hover {
  color: #666;
}


.secondary {
  color: #333;
  background-color: #94C1AA;
}

.secondary .editableShow {
  border: 1px solid #333;
}

.strong {
  color: BLACK;
  background-color: WHITE;
}

.menuText {
  font-size: 10px;
  color: #333;
}

.menuText a:link, .menuText a:visited {
  color: #333;
  text-decoration: none;
}

.menuText a:hover {
  color: WHITE;
}

.menuL1, .menuL2, .menuL3 {
  cursor: default;
}

.contentSectionHeader {
  background-color: #94C1AA;
  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: #94C1AA;
  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: 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: #333;
  background-color: #94C1AA;
}

.portalTableValue .fieldError, .portalTableValueRequired .fieldError {
	color: #333;
	font-weight: bold;
}

.portalText, .portalTable textarea {
  color: #333;
  border: 1px solid #333;
  font-family: Tahoma, 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: #94C1AA;
  font-weight: bold;
  color: #333;
  border: 1px solid #333;
  margin: 10px 5px;
}

.portalButton:hover, .portalSubmit:hover, .submit:hover {
  background-color: WHITE;
  color: BLACK;
  border: 1px solid #94C1AA;
}

.portalActions {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.portalTable .sorttable_nosort {
  white-space: nowrap;
}

.atb {
  border-bottom: 1px inset #94C1AA;
  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: #94C1AA;
  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: #94C1AA;
  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: #333;
font-weight: bold;
font-size: .85em;
margin-left: 2px;
}

.note {
color: #333;
font-size: .85em;
}

.formButtons {
text-align:center;
}

.comments {
  font-size: .85em;
  background-color: #94C1AA;
  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: #94C1AA;
}

.adminOnly {
  font-weight: bold;
  color: #333;
}

.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: #333;
	border: 1px none WHITE;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: WHITE;
}

.m0movero, .m0mdowno {
	background: #94C1AA;
}

/* Style for inner tag, mover (mouse over) state */
.m0inner, .m0mouti, .m0moveri, .m0mdowni {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
}

.m0mouti {
  background-color: WHITE;
  color: #333;
}

.m0moveri {
  background-color: #94C1AA;
  color: #333;
}

.m0mdowni {
  background-color: WHITE;
  color: BLACK;
}

#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: #94C1AA;
  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: #94C1AA;
	border: 1px none #94C1AA;
}
/* Style for outer tag, mout (mouse out) default state */
.m0default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m0hover {
	background: #94C1AA;
}
/* Style for outer tag, mdown (mouse down) state */
.m0clicked {
	background: #94C1AA;;
}
/* Style for inner tag */
.m0inner {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #333;
}
.m0innerhover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #333;
}
.m1table {
	background: #94C1AA;
	border: 1px none #94C1AA;
}
/* Style for outer tag, mout (mouse out) default state */
.m1default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m1hover {
	background: #94C1AA;
}
/* Style for outer tag, mdown (mouse down) state */
.m1clicked {
	background: #94C1AA;;
}
/* Style for inner tag */
.m1inner {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #333;
}

.m2table {
	background: #94C1AA;
	border: 1px none #94C1AA;
}
/* Style for outer tag, mout (mouse out) default state */
.m2default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m2hover {
	background: #94C1AA;
}
/* Style for outer tag, mdown (mouse down) state */
.m2clicked {
	background: #94C1AA;;
}
/* Style for inner tag */
.m2inner {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #333;
}

.helpPopupLink {
  text-decoration: none;
	font-weight: bold;
}

.helpPopupLink span {
	color: #333;;
}

.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 WHITE 0;
  border-top-width: 1px;
  height: 0;
  color: WHITE;
  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 WHITE;
}

.animalGrid .searchResultsCell img {
  border: 1px solid #94C1AA;
}

.animalGrid .petName {
	display:block;
	width:100%;
	text-align:center;
	padding:6px 0 ;
	margin:3px 0 7px;
	background-color:WHITE;
	color:BLACK;
}

.animalGrid .petName a, .animalGrid .petName a:link, .animalGrid .petName a:hover,.animalGrid .petName a:visited {
	color:BLACK;
}

.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 #94C1AA;
  padding:0 4px 1px;
  color: #94C1AA;
  margin: 0 4px;
}

.animalBrowsePanel .pageLinks a:hover {
  border: 1px solid WHITE;
}

.animalBrowsePanel .pageLinksActive {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #94C1AA;
  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:#333;
}

.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:#94C1AA;
	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:#94C1AA;
	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:WHITE;
	color:BLACK;
}

.contentBoxStrong .heading {
	font-weight:bold;
	background-color:#94C1AA;
	color:#333;
	border:1px solid BLACK;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxStrong td {
	color:BLACK;
	background-color:WHITE;
}

.contentBoxStrong a{
	 color:BLACK;
}
.contentBoxStrong a:link{
	 color:BLACK;
}
.contentBoxStrong a:visited{
	 color:BLACK;
}
.contentBoxStrong a:active{
	 color:BLACK;
}
.contentBoxStrong a:hover{
	 color:BLACK;
}

.contentBoxSecondary {
	text-align:left;
	margin:10px auto;
	border:1px solid #333;
	padding:5px;
	background-color:#94C1AA;
	color:#333;
}

.contentBoxSecondary td {
	color:#333;
	background-color:#94C1AA;
}

.contentBoxSecondary .heading {
	font-weight:bold;
	background-color:WHITE;
	color:BLACK;
	border:1px solid #333;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxSecondary a{
	 color:#333;
}
.contentBoxSecondary a:link{
	 color:#333;
}
.contentBoxSecondary a:visited{
	 color:#333;
}
.contentBoxSecondary a:active{
	 color:#333;
}
.contentBoxSecondary a:hover{
	 color:#333;
}

.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 {
  text-align: center;
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  background-color: WHITE;
  padding-top: 15px;
  padding-bottom: 15px;
}

#border {
  margin-left: auto;
  margin-right: auto;
  width: 751px;
  background-color : #fff;
}

body>#border {
  padding: 3px 5px 3px 3px;
  margin: 0px auto 0px auto;
}

#frame,  {
  margin: 3px;
  text-align: left;
  padding: 0px;
  background-color : #fff;
  border: 4px solid #330099;
  width: 740px;
}

.mceContentBody{
   background: #fff !important; /* FF requires a important here */
	 font-size: 12px;
   border: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;
	 margin: 0px 0px 0px 0px;
}

#header {
  margin: 0px;
  padding: 0px;
  height: 140px;
  cursor: pointer;
  cursor: hand;
}

#pagecontent {
  padding: 8px;
  line-height: 1.2em;
}

#footer {
  padding: 0px;
  background-color: #330099;
  text-align: center;
  margin: 35px 0px 0px 0px;
  line-height: 1.15em;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  clear: both;
}

.stats {
  font-size: 80%;
  color: #000;
  text-align: center;
  background: #fff;
  margin: 0px;
  padding: 10px;
}

.contactinfo, .contactinfo a:visited, .contactinfo a:link {
  font-size: 90%;
  color: #fff;
  text-align: center;
  background-color: #330099;
  margin: 0px;
  padding: 5px;
}

#columns {
	margin: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	clear: both;
	margin-top: 20px;
}

#col-right {
	margin: 0px;
	border: 0px;
	padding: 0px;
	margin-left: 50%;
	padding-left: 10px;
	padding-right: 5px;

}

#col-left {
	margin: 0px;
	border: 0px;
	padding: 0px;
	float: left;
	width: 50%;
	padding-left: 10px;
}

.clear {
	clear:left;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

A:link, A:active {
  font-weight: bold;
  color : #330099;
  text-decoration: none;
}

A:visited {
  font-weight: bold;
  color : #330099;
  text-decoration : none;
}

A:hover {
  font-weight: bold;
  text-decoration: underline;
  color: red;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.animalTableOdd a {
  color: white;
}

.animalTableOdd a:hover {
  color: red;
}

#top-txt {
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-left: 30px;
	margin-right: 30px;
}

#main-txt {
	padding: 0px;
	margin: 0px;
	margin-left: 30px;
	margin-right: 30px;
}

inputb, textareab, selectb {
	background-color: transparent;
	color: #330099;
	border: 1px solid #330099;
	padding: 2px;
	margin: 2px;
}

h1 {
	font-size: 160%;
	color: #330099;
	text-align: center;
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

.block {
	border: 3px solid #330099;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	width: 97%;
}

.block-head {
	background-color: #330099;
	padding: 5px;
	padding-left: 15px;
	margin: 0px;
	border: 0px;
	color: #fff;
	font-size: 130%;
}

.block-txt {
	padding: 10px;
	margin: 0px;
	border: 0px;
}

.paw {
	background-image: url(header_paw.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 25px;
	padding: 10px;
	padding-top: 0px;
	margin: 0px;
	border: 0px;
}

.paw-hr {
  color: white;
  background-image: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s1dpi33.gif);
  background-position: center center;
  background-repeat: no-repeat;
  height: 25px;
  width: 100%;
  margin: 10px;
  border: 0px;
  margin: 0 auto 0 auto;
}

hr {
  color: #330099;
  size: 4;
}

img, .img {
  border: 0px;
  margin: 0px;
}

.myRescueBoxTitle a {
  color: white;
}

.adminMenu {
  text-align: left;
  line-height: 14px;
  color: white;
}

.m0moveri, .m0mdowni {
  color: #333;
  font-weight: bold;
}

.m1table {
  margin-left: 1px;
}

.m1mouti, .m1moveri, .m1mdowni {
  border-right: 2px solid black;
  border-bottom: 3px solid black;
  font-family: Comic Sans MS, Arial, sans-serif;
  text-align: center;
  font-size: 90%;
  font-weight: bold;
}

.m1mouti {
  background-color: WHITE;
  color: white;
  border-top: 3px solid #896cc4;
  border-left: 2px solid #896cc4;
}

.m1moveri, .m1mdowni {
  background-color: white;
  color: WHITE;
}

.m1itable {
  background-color: black;
}

.m1iouti, .m1ioveri, .m1idowni {
  text-align: left;
  padding: 0 0 0 10px;
  font-size: 75%;
  font-weight: bold;
  line-height: 1.1em;
}

.m1iouti {
  background-color: white;
  color: black;
}

.m1ioveri, .m1idowni {
  background-color: WHITE;
  color: white;
}

.m1mouto {
  background-color: white;
}

.adminMenu {
  position: absolute;
  left: 0;
  top: 0;
  background: #94C1AA;
}

.adminOnly {
  font-weight: bold;
  color: #333;
}

.editableShow {
  border: 1px solid #333;
}

body {
  margin: 0;
  border:0;
  background-color: WHITE;
}

body, td, .standardText {
  font-family: Tahoma, Geneva, sans-serif;
  color: BLACK;
}

.mceContentBody, .editorBody {
   background: WHITE !important;
	 font-size: inherit;
   font-size:12px;
	 text-align:left;
	 padding:5px;
}

input, select {
  font-family: Tahoma, 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: #333 !important;
}

a:link, .standout {
  color: #333;
}

a:visited {
  color: #666;
}

a:active {
  color: #333;
}

a:hover {
  color: #666;
}


.secondary {
  color: BLACK;
  background-color: #FB843D;
}

.secondary .editableShow {
  border: 1px solid BLACK;
}

.strong {
  color: BLACK;
  background-color: #A2DCDC;
}

.menuText {
  font-size: 10px;
  color: BLACK;
}

.menuText a:link, .menuText a:visited {
  color: BLACK;
  text-decoration: none;
}

.menuText a:hover {
  color: #A2DCDC;
}

.menuL1, .menuL2, .menuL3 {
  cursor: default;
}

.contentSectionHeader {
  background-color: #FB843D;
  text-align: center;
  font-weight: Bold;
  font-style: Italic;
  color: BLACK;
	margin: 8px 0px 8px 0px;
	display:block;
}

.fieldMessageArea {
  white-space: no-wrap;
  margin-left: 3px;
  font-weight: bold;
}

.ddDivider {
  background-color: beige;
  letter-spacing: .5px;
  font-weight: bold;
}

.ddControl {
  color: darkred;
}

.ddCurrent {
  color: darkred;
  font-weight: bold;
}

.ddFaded {
}

/*  Table styles  */

table.portalTable {
	width: 450px;
  margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid BLACK;
	empty-cells: show;
  border-collapse: collapse;
}

.portalTable caption {
  font-size: 120%;
	font-weight: bold;
}

.portalTable thead td, .portalTable tfoot td {
	border-bottom: 1px inset BLACK;
  background-color: #FB843D;
  font-size: .72em;
  font-weight: bold;
  color: BLACK;
  padding: 4px;
  white-space: nowrap;
	vertical-align: middle;
}

.portalTable thead td a:hover {
  cursor: pointer;
}

.portalTable td {
  font-size: .72em;
  vertical-align: top;
	padding: 4px;
}

.portalTableSectionLeft {
  font-size: 115%;
  float: left;
  display: inline;
}

.portalTableSectionRight {
  background-color: WHITE;
	color: BLACK;
  float: right;
  display: inline;
  padding: 3px;
}

.portalTableSectionRight div {
  border-left: 4px solid BLACK;
}

.portalTableName {
  text-align: right;
  vertical-align: top;
  border-bottom: 1px inset BLACK;
}

.portalTableValue {
  border-bottom: 1px inset BLACK;
  padding-left: 8px !important;
  text-align: left;
}

.portalTableValueRequired {
  border-left: 4px solid BLACK;
  border-bottom: 1px inset BLACK;
  text-align: left;
}

.portalTableValueStandout {
  border-bottom: 1px inset BLACK;
  padding-left: 8px !important;
  color: BLACK;
  background-color: #FB843D;
}

.portalTableValue .fieldError, .portalTableValueRequired .fieldError {
	color: #333;
	font-weight: bold;
}

.portalText, .portalTable textarea {
  color: BLACK;
  border: 1px solid BLACK;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 1.1em;
}

.portalTableValue>.portalText {
  font-size: 1em;
	padding: 1px;
}

.portalTable select, .portalSelect {
  color: BLACK;
  border: 1px solid BLACK;
	font-size: 1em;
}

.portalCheckbox {
  margin: 0px;
}

.portalButton, .portalSubmit, .submit {
  background-color: #FB843D;
  font-weight: bold;
  color: BLACK;
  border: 1px solid BLACK;
  margin: 10px 5px;
}

.portalButton:hover, .portalSubmit:hover, .submit:hover {
  background-color: #A2DCDC;
  color: BLACK;
  border: 1px solid #FB843D;
}

.portalActions {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.portalTable .sorttable_nosort {
  white-space: nowrap;
}

.atb {
  border-bottom: 1px inset #FB843D;
  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: #FB843D;
  border: black solid 1px;
  font-weight: bold;
  font-size: 13px;
  color: BLACK;
}

#pageMessagesBox {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 500px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #FB843D;
  border: black solid 1px;
  font-size: 13px;
  color: BLACK;
}

.pageMessageError {
  margin:3px;
  margin-bottom:7px;
  text-align:left;
}

a.clicktoerror {
  text-decoration:underline;
  cursor:pointer;
  font-weight:bold;
}

a.clicktoerror:hover {
  text-decoration:none;
}

.error, .required {
color: #333;
font-weight: bold;
font-size: .85em;
margin-left: 2px;
}

.note {
color: #333;
font-size: .85em;
}

.formButtons {
text-align:center;
}

.comments {
  font-size: .85em;
  background-color: #FB843D;
  color: BLACK;
  margin: 20px;
  padding: 8px;
  border: 1px solid BLACK;
}

.rainbowbridgeTop, .browsekittensTop, .browseTop {
  margin: 5px;
}

.littlespace {
  margin: 8px;
}

.animalDetailBlock {
  margin-top: 15px;
  margin-bottom: 15px;
}

.animalDetailTitle {
  font-weight: bold;
}

.smallFormField {
  margin: 1px;
  padding: 1px;
  font-size: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}

.flags {
  text-align: center;
}

.flags img {
  border: none;
  vertical-align: middle;
}

.translate {
  background-color: yellow;
  color: black;
  font-weight: bold;
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.inline {
	display : inline;
}

.animalimg {
  text-decoration: none;
    border: 1px solid 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: #FB843D;
}

.adminOnly {
  font-weight: bold;
  color: #333;
}

.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: #A2DCDC;
	border: 1px none #A2DCDC;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: WHITE;
}

.m0movero, .m0mdowno {
	background: #FB843D;
}

/* Style for inner tag, mover (mouse over) state */
.m0inner, .m0mouti, .m0moveri, .m0mdowni {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
}

.m0mouti {
  background-color: WHITE;
  color: BLACK;
}

.m0moveri {
  background-color: #FB843D;
  color: BLACK;
}

.m0mdowni {
  background-color: #A2DCDC;
  color: BLACK;
}

#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: #FB843D;
  color: BLACK;
  border: 1px solid BLACK;
  width: 250px;
  padding: 3px;
  white-space: nowrap;
  margin-left: auto;
  cursor: pointer;
	font-weight: bold;
	text-align: center;
  position: fixed;
  _position: absolute;
  top: 0px;
	_top:expression(eval(document.body.scrollTop));
  right: 0px;
}

html>body>.visibleNotification {
  position: fixed;
}

.copyright {
  text-align: center;
	margin: 15px;
	font-size:.65em;
}

.poweredby {
  text-align: center;
	margin: 15px;
}

.browsePicture{
float:left !important;
height:auto;
margin-right:15px;
overflow : hidden;
text-align:center !important;
width:260px;
}

.browseInfo{
text-align:left !important;
float : left !important;
width : 200px;
height:auto;
}

.browse{
text-align:left !important;
height:auto;
overflow : hidden;
width: 480px;
font-size: smaller;
margin-bottom : 15px;
margin-right : auto;
margin-left : auto;
}

.browseNoPicture {
border-bottom:2px solid black;
border-top:2px solid black;
float:left !important;
height:auto;
margin-right:15px;
overflow:hidden;
text-align:center !important;
width:260px;
}

.browseContainer {
text-align : center;
}

.npLinks {
  text-align: center;
	padding: 30px;
  /*clear: both;
  //margin: 20px;*/
}

.highlighted {
margin: 5px auto 15px auto;
text-align:left !important;
height:auto;
overflow : hidden;
width: 100%;
font-size: smaller;
}

.highlightedPicture {
float:left !important;
height:auto;
margin-right:15px;
text-align:center !important;
width:110px;
}

.highlightedInfo{
text-align:left !important;
float : left !important;
width : 380px;
height:auto;
}

.hightlightedReadMore {
font-size:smaller;
}

.lastUpdatedDT {
	text-align : center;
	font-size : 8pt;
}

.tinyMCEfontSize1 {
	font-size : 8pt;
}

.tinyMCEfontSize2 {
	font-size : 10pt;
}

.tinyMCEfontSize3 {
	font-size : 12pt
}

.tinyMCEfontSize4 {
	font-size : 14pt;
}

.tinyMCEfontSize5 {
	font-size : 18pt;
}

.tinyMCEfontSize6 {
	font-size : 24pt;
}

.tinyMCEfontSize7 {
	font-size : 36pt;
}

/*New Admin Menu Styles*/
/* Style for a block - DIV */
.m0table {
	background: #FB843D;
	border: 1px none #FB843D;
}
/* Style for outer tag, mout (mouse out) default state */
.m0default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m0hover {
	background: #FB843D;
}
/* Style for outer tag, mdown (mouse down) state */
.m0clicked {
	background: #FB843D;;
}
/* Style for inner tag */
.m0inner {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}
.m0innerhover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}
.m1table {
	background: #FB843D;
	border: 1px none #FB843D;
}
/* Style for outer tag, mout (mouse out) default state */
.m1default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m1hover {
	background: #FB843D;
}
/* Style for outer tag, mdown (mouse down) state */
.m1clicked {
	background: #FB843D;;
}
/* Style for inner tag */
.m1inner {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}

.m2table {
	background: #FB843D;
	border: 1px none #FB843D;
}
/* Style for outer tag, mout (mouse out) default state */
.m2default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m2hover {
	background: #FB843D;
}
/* Style for outer tag, mdown (mouse down) state */
.m2clicked {
	background: #FB843D;;
}
/* Style for inner tag */
.m2inner {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}

.helpPopupLink {
  text-decoration: none;
	font-weight: bold;
}

.helpPopupLink span {
	color: #333;;
}

.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 #A2DCDC 0;
  border-top-width: 1px;
  height: 0;
  color: #A2DCDC;
  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 #A2DCDC;
}

.animalGrid .searchResultsCell img {
  border: 1px solid #FB843D;
}

.animalGrid .petName {
	display:block;
	width:100%;
	text-align:center;
	padding:6px 0 ;
	margin:3px 0 7px;
	background-color:#A2DCDC;
	color:BLACK;
}

.animalGrid .petName a, .animalGrid .petName a:link, .animalGrid .petName a:hover,.animalGrid .petName a:visited {
	color:BLACK;
}

.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:BLACK;
  text-align: center;
  padding: 4px;
}

.animalBrowsePanel .pageLinks a, .animalBrowsePanel .pageLinks a:visited, .animalBrowsePanel .pageLinks a:active {
  border: 1px solid #FB843D;
  padding:0 4px 1px;
  color: #FB843D;
  margin: 0 4px;
}

.animalBrowsePanel .pageLinks a:hover {
  border: 1px solid #A2DCDC;
}

.animalBrowsePanel .pageLinksActive {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #FB843D;
  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:#333;
}

.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 BLACK;
	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 BLACK;
background-color:WHITE;
padding:5px;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:#FB843D;
	color:BLACK;
	border:1px solid BLACK;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxBody {
text-align:left;
margin:10px auto;
border:1px solid BLACK;
padding:5px;
color:BLACK;
}

.contentBoxBody .heading {
	font-weight:bold;
	background-color:#FB843D;
	color:BLACK;
	border:1px solid BLACK;
	font-size:1.15em;
	margin:1px;
	padding:3px;
	display:block;
}

.contentBoxStrong {
text-align:left;
margin:10px auto;
border:1px solid BLACK;
padding:5px;
background-color:#A2DCDC;
	color:BLACK;
}

.contentBoxStrong .heading {
	font-weight:bold;
	background-color:#FB843D;
	color:BLACK;
	border:1px solid BLACK;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxStrong td {
	color:BLACK;
	background-color:#A2DCDC;
}

.contentBoxStrong a{
	 color:BLACK;
}
.contentBoxStrong a:link{
	 color:BLACK;
}
.contentBoxStrong a:visited{
	 color:BLACK;
}
.contentBoxStrong a:active{
	 color:BLACK;
}
.contentBoxStrong a:hover{
	 color:BLACK;
}

.contentBoxSecondary {
	text-align:left;
	margin:10px auto;
	border:1px solid BLACK;
	padding:5px;
	background-color:#FB843D;
	color:BLACK;
}

.contentBoxSecondary td {
	color:BLACK;
	background-color:#FB843D;
}

.contentBoxSecondary .heading {
	font-weight:bold;
	background-color:#A2DCDC;
	color:BLACK;
	border:1px solid BLACK;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxSecondary a{
	 color:BLACK;
}
.contentBoxSecondary a:link{
	 color:BLACK;
}
.contentBoxSecondary a:visited{
	 color:BLACK;
}
.contentBoxSecondary a:active{
	 color:BLACK;
}
.contentBoxSecondary a:hover{
	 color:BLACK;
}

.shopCategory {
text-align:center;
position:relative;
left:50%;
width:400px;
margin-left:-200px;
clear:left;
}

.shopPage {
text-align:center;
}

.siteSearchForm {
    border: 1px solid;
    font-size: 90%;
    margin: 5px 5px 10px;
    padding: 3px;
}

.siteSearchFormInline {
    border: 0px solid;
}

.hiddenElement {
  display:none;
}

#sponsorAnimalMainImage {
  float: left;
  margin: 0px 10px 0px 0px; 
  overflow: visible;
}

#sponsorAnimalSummary {
  text-align: left; 
  width: auto;
}

#animalSummary {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: larger;
  letter-spacing: 1.2px;
}

.message {
  color: #FFFFED;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  width: 300px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #336699;
  border: 1px solid #BBDBE6;
  margin-left: auto;
  margin-right: auto;
}

.message a {
  color: #FFFFED;
}

.pageMessageError {
	text-align: left;
	color: #900;
	margin-bottom: 2px;
	margin-left: 5px;
}
 
.pageMessageWarning {
	text-align: left;
	margin-bottom: 2px;
	margin-left: 5px;
}
 
.pageMessageInformational {
	text-align: left;
	margin-bottom: 2px;
	margin-left: 5px;
}

body {
  text-align: center;
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  background-color: #A2DCDC;
  padding-top: 15px;
  padding-bottom: 15px;
}

#border {
  margin-left: auto;
  margin-right: auto;
  width: 751px;
  background-color : #fff;
}

body>#border {
  padding: 3px 5px 3px 3px;
  margin: 0px auto 0px auto;
}

#frame,  {
  margin: 3px;
  text-align: left;
  padding: 0px;
  background-color : #fff;
  border: 4px solid #330099;
  width: 740px;
}

.mceContentBody{
   background: #fff !important; /* FF requires a important here */
	 font-size: 12px;
   border: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;
	 margin: 0px 0px 0px 0px;
}

#header {
  margin: 0px;
  padding: 0px;
  height: 140px;
  cursor: pointer;
  cursor: hand;
}

#pagecontent {
  padding: 8px;
  line-height: 1.2em;
}

#footer {
  padding: 0px;
  background-color: white;
  text-align: center;
  margin: 35px 0px 0px 0px;
  line-height: 1.15em;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  clear: both;
}

.contactinfo
{
/*
background: white!important;
color: #333!important;
font-size: 11px!important*/
display: none!important
 }


.stats {
/*  font-size: 80%;
  color: #000;
  text-align: center;
  background: #fff;
  margin: 0px;
  padding: 10px;*/
display:none;
}

.contactinfo, .contactinfo a:visited, .contactinfo a:link {
  font-size: 90%;
  color: #fff;
  text-align: center;
  background-color: #330099;
  margin: 0px;
  padding: 5px;
}

#columns {
	margin: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	clear: both;
	margin-top: 20px;
}

#col-right {
	margin: 0px;
	border: 0px;
	padding: 0px;
	margin-left: 50%;
	padding-left: 10px;
	padding-right: 5px;

}

#col-left {
	margin: 0px;
	border: 0px;
	padding: 0px;
	float: left;
	width: 50%;
	padding-left: 10px;
}

.clear {
	clear:left;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

A:link, A:active {
  font-weight: bold;
  color : #330099;
  text-decoration: none;
}

A:visited {
  font-weight: bold;
  color : #330099;
  text-decoration : none;
}

A:hover {
  font-weight: bold;
  text-decoration: underline;
  color: red;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.animalTableOdd a {
  color: white;
}

.animalTableOdd a:hover {
  color: red;
}

#top-txt {
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-left: 30px;
	margin-right: 30px;
}

#main-txt {
	padding: 0px;
	margin: 0px;
	margin-left: 30px;
	margin-right: 30px;
}

inputb, textareab, selectb {
	background-color: transparent;
	color: #330099;
	border: 1px solid #330099;
	padding: 2px;
	margin: 2px;
}

h1 {
	font-size: 160%;
	color: #330099;
	text-align: center;
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

.block {
	border: 3px solid #330099;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	width: 97%;
}

.block-head {
	background-color: #330099;
	padding: 5px;
	padding-left: 15px;
	margin: 0px;
	border: 0px;
	color: #fff;
	font-size: 130%;
}

.block-txt {
	padding: 10px;
	margin: 0px;
	border: 0px;
}

.paw {
	background-image: url(header_paw.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 25px;
	padding: 10px;
	padding-top: 0px;
	margin: 0px;
	border: 0px;
}

.paw-hr {
  color: white;
  background-image: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s1dpi33.gif);
  background-position: center center;
  background-repeat: no-repeat;
  height: 25px;
  width: 100%;
  margin: 10px;
  border: 0px;
  margin: 0 auto 0 auto;
}

hr {
  color: #330099;
  size: 4;
}

img, .img {
  border: 0px;
  margin: 0px;
}

.myRescueBoxTitle a {
  color: white;
}

.adminMenu {
  text-align: left;
  line-height: 14px;
  color: white;
}

.m0moveri, .m0mdowni {
  color: BLACK;
  font-weight: bold;
}

.m1table {
  margin-left: 1px;
}

.m1mouti, .m1moveri, .m1mdowni {
  border-right: 2px solid black;
  border-bottom: 3px solid black;
  font-family: Comic Sans MS, Arial, sans-serif;
  text-align: center;
  font-size: 90%;
  font-weight: bold;
}

.m1mouti {
  background-color: #A2DCDC;
  color: white;
  border-top: 3px solid #896cc4;
  border-left: 2px solid #896cc4;
}

.m1moveri, .m1mdowni {
  background-color: white;
  color: #A2DCDC;
}

.m1itable {
  background-color: black;
}

.m1iouti, .m1ioveri, .m1idowni {
  text-align: left;
  padding: 0 0 0 10px;
  font-size: 75%;
  font-weight: bold;
  line-height: 1.1em;
}

.m1iouti {
  background-color: white;
  color: black;
}

.m1ioveri, .m1idowni {
  background-color: #A2DCDC;
  color: white;
}

.m1mouto {
  background-color: white;
}

.adminMenu {
  position: absolute;
  left: 0;
  top: 0;
  background: #FB843D;
}

.adminOnly {
  font-weight: bold;
  color: #333;
}

.editableShow {
  border: 1px solid BLACK;
}

/* Styles for the Tigra Menu */
/* Style for a block - DIV */
.m0table {
	background: #A2DCDC;
	border: 1px none #A2DCDC;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: WHITE;
}

.m0movero, .m0mdowno {
	background: #FB843D;
}

/* Style for inner tag, mover (mouse over) state */
.m0inner, .m0mouti, .m0moveri, .m0mdowni {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
}

.m0mouti {
  background-color: WHITE;
  color: BLACK;
}

.m0moveri {
  background-color: #FB843D;
  color: BLACK;
}

.m0mdowni {
  background-color: #A2DCDC;
  color: BLACK;}

/*New Admin Menu Styles*/
/* Style for a block - DIV */
.m0table {
	background: #FB843D;
	border: 1px none #FB843D;
}
/* Style for outer tag, mout (mouse out) default state */
.m0default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m0hover {
	background: #FB843D;
}
/* Style for outer tag, mdown (mouse down) state */
.m0clicked {
	background: #FB843D;;
}
/* Style for inner tag */
.m0inner {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}
.m0innerhover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}
.m1table {
	background: #FB843D;
	border: 1px none #FB843D;
}
/* Style for outer tag, mout (mouse out) default state */
.m1default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m1hover {
	background: #FB843D;
}
/* Style for outer tag, mdown (mouse down) state */
.m1clicked {
	background: #FB843D;;
}
/* Style for inner tag */
.m1inner {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}

.m2table {
	background: #FB843D;
	border: 1px none #FB843D;
}
/* Style for outer tag, mout (mouse out) default state */
.m2default {
	background: WHITE;
}
/* Style for outer tag, mover (mouse over) state */
.m2hover {
	background: #FB843D;
}
/* Style for outer tag, mdown (mouse down) state */
.m2clicked {
	background: #FB843D;;
}
/* Style for inner tag */
.m2inner {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}

.m0moveri, .m0mdowni {
  color: BLACK;
  font-weight: bold;
}

.m1table {
  margin-left: 1px;
}

.m1mouti, .m1moveri, .m1mdowni {
  border-right: 2px solid black;
  border-bottom: 3px solid black;
  font-family: Comic Sans MS, Arial, sans-serif;
  text-align: center;
  font-size: 90%;
  font-weight: bold;
}

.m1mouti {
  background-color: #A2DCDC;
  color: white;
  border-top: 3px solid #896cc4;
  border-left: 2px solid #896cc4;
}

.m1moveri, .m1mdowni {
  background-color: white;
  color: #A2DCDC;
}

.m1itable {
  background-color: black;
}

.m1iouti, .m1ioveri, .m1idowni {
  text-align: left;
  padding: 0 0 0 10px;
  font-size: 75%;
  font-weight: bold;
  line-height: 1.1em;
}

.m1iouti {
  background-color: white;
  color: black;
}

.m1ioveri, .m1idowni {
  background-color: #A2DCDC;
  color: white;
}

.m1mouto {
  background-color: white;
}

.adminMenu {
  position: absolute;
  left: 0;
  top: 0;
  background: #FB843D;
}

#header {
  background-image: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s52ne92elxbje3.gif);
  background-repeat: no-repeat;
  background-position: 10px center;
padding: 10px 0 6px 0;
}

#frame {
  border: 0;
padding: 0 16px;
}

.m1mouti
 {
  border: none;;
}

.mlyrh table td
{
width: 117px;
text-align: center
}





.mlyri
{
width: 117px;
text-align:center

}

.mlyrh
{
width: 117px!important;
text-align:center
}

.mlyrh table.m1movero
{
width: 117px!important;

}

.mlyrh table td.m1overo
{
}


.m1itable td, .mlyri, .mlyri a,  .mlyri a img
{
width: 100%;
height: 28px;

}

 .mlyri a:hover,  .mlyri a:hover img
{
width: 100%;
}

.m1table td .m1mouto td
{
width: 100%;
}


.m1mouti, .m1moveri, .m1mdowni /* primary nav buttons */
{
border: 0px;
padding: 5px 0

}

.m1mdowno .m1ioveri, .m1mdowno .m1iouti, .m1mdowno .m1idowni
{
border: 0px;
font-size: 100%;
font-weight: normal;
padding: 4px 12px 4px 10px;
width: 100%;
}


.m1ioveri, .m1iouti, .m1idowni  /* dropdown menu items */
{
font-size: 100%;
font-weight: normal;
padding: 4px 12px 4px 10px;
width: 100%;
}


.m1itable td div, .m1itable td div .m1mouto, .m1itable td div .m1movero, .m1itable td div .m1mdowno
{
width: 100%;
}

table.m1default
{
width: 100%;
}


#siteMenu
{
width: 98%;
background-color: #fb843d;
text-align: center;
margin-left: auto;
margin-right: auto;
}
 
.mlrh
{
border: 1px solid #ccc;
}


#m0c
{
background-color: #fb843d;
width: 100%;
height: 100%;
}

.m1table
{
background-color: #fb843d;
width: 100%;
height: 100%;
}

.m1mdowno .m1ioveri, .m1mdowno .m1iouti, .m1mdowno .m1idowni
{
border: 0px;

}

.m1mouti, .m1moveri, .m1mdowni 
{
  font-family: verdana, arial, sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
background-color: #fb843d;
}

#border
{
width: 980px;
}



/*  test menu */

.test-menu
{
display: inline;
}

/*==========MISE A JOUR PAGE D'ACCUEIL===========*/
/*==========MISE A JOUR PAGE D'ACCUEIL===========*/
article{
  width: 800px;

margin: auto;
}


#principal{

  height: 216px;

}

#banniere{
 text-align: left;
 display: inline-block;
}

#ress_soc{
   text-align: right;
    display: inline-block;
}
/*==========RESS-SOCIAUX============*/
#ress_soc ul li{
   padding-top: 10px;   
   list-style-type: none; 
}

#ress_soc ul li img {
filter: url('#grayscale'); 
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: Gray(); /* IE4-8 ET 9 */

-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 3px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
#ress_soc ul li img:hover {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: none;

-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
-ms-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all 0.1s ease;

  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}


/*========== FIN RESS-SOCIAUX============*/

#block{
  margin-top: 40px;

}

.img_l{
margin-right: 32px;
margin-top: 20px;
}

.img_r{
margin-left: 32px;
margin-top: 20px;

}

.img_center{
margin-top: 35px;

}

/*=====ACCORDEOM=====*/
.accordion{
  width: 920px;
  margin: 10px auto;
  box-shadow: 
    0px 0px 0px 1px rgba(155,155,155,0.3), 
    0px 2px 2px rgba(0,0,0,0.1);
}
.accordion label{
  font-family: Arial, sans-serif;
  padding: 5px 20px;
  position: relative;
  display: block;
  height: 30px;
  cursor: pointer;
  color: #777;
  line-height: 33px;
  font-size: 19px;
  background: #A2DCDC;
    border: 1px solid #CCC;
}
.accordion label:hover{
  background: #F3F3F3;
}
.accordion input + label {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion input:checked + label,
.accordion input:checked + label:hover{
  background: #CDECC5;
  color: #3d7489;
  box-shadow: 
    0px 0px 0px 1px rgba(155,155,155,0.3), 
    0px 2px 2px rgba(0,0,0,0.1);
}
.accordion input{
  display: none;
}
.accordion .article{
  background: rgb(255, 255, 255);
  overflow: hidden;
  height: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion .article p{
  font-style: italic;
  color: #777;
  line-height: 23px;
  font-size: 14px;
  padding: 20px;
}
.accordion input:checked ~ .article{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.accordion input:checked ~ .article.ac-small{
  height: 100px;
}
.accordion input:checked ~ .article.ac-medium{
  height: 150px;
}
.accordion input:checked ~ .article.ac-large{
  height: 400px;
}
/*======FIN ACCORDEON =====*/

/* Float Shadow */
.img_center, .img_r, .img_l {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.img_center:before, .img_r:before, .img_l:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.img_center:hover, .img_r:hover, .img_l:hover,
.img_center:focus, .img_r:focus, .img_l:focus,
 .img_center:active, .img_r:active , .img_l:active  {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.img_center:hover:before, .img_r:hover:before, .img_l:hover:before,
 .img_center:focus:before,  .img_r:focus:before,  .img_l:focus:before,
 .img_center:active:before,  .img_r:active:before,  .img_l:active:before  {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


