body {
  margin: 0;
  border:0;
  background-color: #FFFFCC;
}

body, td, .standardText {
  font-family: Arial, Helvetica, sans-serif;
  color: BLACK;
}

.mceContentBody, .editorBody {
   background: #FFFFCC !important;
	 font-size: inherit;
   font-size:12px;
	 text-align:left;
	 padding:5px;
}

input, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: smaller;
	margin: 2px;
	padding: 1px;
}

.pageCenterTitle {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 12px;
  display:block;
}

legend {
  font-size: 1.2em;
  font-weight: bold;
  padding:0 5px;
}

.navLinks {
  TEXT-ALIGN: center;
  padding-bottom: 20px;
  font-size: smaller;
}

.standout {
  color: #6A008B !important;
}

a:link, .standout {
  color: #6A008B;
}

a:visited {
  color: #6A008B;
}

a:active {
  color: #6A008B;
}

a:hover {
  color: #6A008B;
}


.secondary {
  color: #FFF;
  background-color: #17364A;
}

.secondary .editableShow {
  border: 1px solid #FFF;
}

.strong {
  color: #FFF;
  background-color: #17364A;
}

.menuText {
  font-size: 10px;
  color: #FFF;
}

.menuText a:link, .menuText a:visited {
  color: #FFF;
  text-decoration: none;
}

.menuText a:hover {
  color: #17364A;
}

.menuL1, .menuL2, .menuL3 {
  cursor: default;
}

.contentSectionHeader {
  background-color: #17364A;
  text-align: center;
  font-weight: Bold;
  font-style: Italic;
  color: #FFF;
	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: #17364A;
  font-size: .72em;
  font-weight: bold;
  color: #FFF;
  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: #FFFFCC;
	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: #FFF;
  background-color: #17364A;
}

.portalTableValue .fieldError, .portalTableValueRequired .fieldError {
	color: #6A008B;
	font-weight: bold;
}

.portalText, .portalTable textarea {
  color: BLACK;
  border: 1px solid BLACK;
  font-family: Arial, Helvetica, 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: #17364A;
  font-weight: bold;
  color: #FFF;
  border: 1px solid #FFF;
  margin: 10px 5px;
}

.portalButton:hover, .portalSubmit:hover, .submit:hover {
  background-color: #17364A;
  color: #FFF;
  border: 1px solid #17364A;
}

.portalActions {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.portalTable .sorttable_nosort {
  white-space: nowrap;
}

.atb {
  border-bottom: 1px inset #17364A;
  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: #17364A;
  border: black solid 1px;
  font-weight: bold;
  font-size: 13px;
  color: #FFF;
}

#pageMessagesBox {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 500px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #17364A;
  border: black solid 1px;
  font-size: 13px;
  color: #FFF;
}

.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: #6A008B;
font-weight: bold;
font-size: .85em;
margin-left: 2px;
}

.note {
color: #6A008B;
font-size: .85em;
}

.formButtons {
text-align:center;
}

.comments {
  font-size: .85em;
  background-color: #17364A;
  color: #FFF;
  margin: 20px;
  padding: 8px;
  border: 1px solid #FFF;
}

.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: #17364A;
}

.adminOnly {
  font-weight: bold;
  color: #6A008B;
}

.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: #17364A;
	border: 1px none #17364A;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #FFFFCC;
}

.m0movero, .m0mdowno {
	background: #17364A;
}

/* Style for inner tag, mover (mouse over) state */
.m0inner, .m0mouti, .m0moveri, .m0mdowni {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}

.m0mouti {
  background-color: #FFFFCC;
  color: BLACK;
}

.m0moveri {
  background-color: #17364A;
  color: #FFF;
}

.m0mdowni {
  background-color: #17364A;
  color: #FFF;
}

#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: #17364A;
  color: #FFF;
  border: 1px solid #FFF;
  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: #17364A;
	border: 1px none #17364A;
}
/* Style for outer tag, mout (mouse out) default state */
.m0default {
	background: #FFFFCC;
}
/* Style for outer tag, mover (mouse over) state */
.m0hover {
	background: #17364A;
}
/* Style for outer tag, mdown (mouse down) state */
.m0clicked {
	background: #17364A;;
}
/* Style for inner tag */
.m0inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}
.m0innerhover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : #FFF;
}
.m1table {
	background: #17364A;
	border: 1px none #17364A;
}
/* Style for outer tag, mout (mouse out) default state */
.m1default {
	background: #FFFFCC;
}
/* Style for outer tag, mover (mouse over) state */
.m1hover {
	background: #17364A;
}
/* Style for outer tag, mdown (mouse down) state */
.m1clicked {
	background: #17364A;;
}
/* Style for inner tag */
.m1inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}

.m2table {
	background: #17364A;
	border: 1px none #17364A;
}
/* Style for outer tag, mout (mouse out) default state */
.m2default {
	background: #FFFFCC;
}
/* Style for outer tag, mover (mouse over) state */
.m2hover {
	background: #17364A;
}
/* Style for outer tag, mdown (mouse down) state */
.m2clicked {
	background: #17364A;;
}
/* Style for inner tag */
.m2inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}

.helpPopupLink {
  text-decoration: none;
	font-weight: bold;
}

.helpPopupLink span {
	color: #6A008B;;
}

.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 #17364A 0;
  border-top-width: 1px;
  height: 0;
  color: #17364A;
  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 #17364A;
}

.animalGrid .searchResultsCell img {
  border: 1px solid #17364A;
}

.animalGrid .petName {
	display:block;
	width:100%;
	text-align:center;
	padding:6px 0 ;
	margin:3px 0 7px;
	background-color:#17364A;
	color:#FFF;
}

.animalGrid .petName a, .animalGrid .petName a:link, .animalGrid .petName a:hover,.animalGrid .petName a:visited {
	color:#FFF;
}

.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: #FFFFCC;
  color:BLACK;
  text-align: center;
  padding: 4px;
}

.animalBrowsePanel .pageLinks a, .animalBrowsePanel .pageLinks a:visited, .animalBrowsePanel .pageLinks a:active {
  border: 1px solid #17364A;
  padding:0 4px 1px;
  color: #17364A;
  margin: 0 4px;
}

.animalBrowsePanel .pageLinks a:hover {
  border: 1px solid #17364A;
}

.animalBrowsePanel .pageLinksActive {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #17364A;
  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:#6A008B;
}

.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:#FFFFCC;
	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:#FFFFCC;
padding:5px;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:#17364A;
	color:#FFF;
	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:#17364A;
	color:#FFF;
	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:#17364A;
	color:#FFF;
}

.contentBoxStrong .heading {
	font-weight:bold;
	background-color:#17364A;
	color:#FFF;
	border:1px solid #FFF;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxStrong td {
	color:#FFF;
	background-color:#17364A;
}

.contentBoxStrong a{
	 color:#8055AE;
}
.contentBoxStrong a:link{
	 color:#8055AE;
}
.contentBoxStrong a:visited{
	 color:#CCC;
}
.contentBoxStrong a:active{
	 color:#CCC;
}
.contentBoxStrong a:hover{
	 color:#CCC;
}

.contentBoxSecondary {
	text-align:left;
	margin:10px auto;
	border:1px solid BLACK;
	padding:5px;
	background-color:#17364A;
	color:#FFF;
}

.contentBoxSecondary td {
	color:#FFF;
	background-color:#17364A;
}

.contentBoxSecondary .heading {
	font-weight:bold;
	background-color:#17364A;
	color:#FFF;
	border:1px solid #FFF;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxSecondary a{
	 color:#8055AE;
}
.contentBoxSecondary a:link{
	 color:#8055AE;
}
.contentBoxSecondary a:visited{
	 color:#FFF;
}
.contentBoxSecondary a:active{
	 color:#FFF;
}
.contentBoxSecondary a:hover{
	 color:#FFF;
}

.shopCategory {
text-align:center;
position:relative;
left:50%;
width:400px;
margin-left:-200px;
clear:left;
}

.shopPage {
text-align:center;
}

.siteSearchForm {
    border: 1px solid;
    font-size: 90%;
    margin: 5px 5px 10px;
    padding: 3px;
}

.siteSearchFormInline {
    border: 0px solid;
}

.hiddenElement {
  display:none;
}

#sponsorAnimalMainImage {
  float: left;
  margin: 0px 10px 0px 0px; 
  overflow: visible;
}

#sponsorAnimalSummary {
  text-align: left; 
  width: auto;
}

#animalSummary {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: larger;
  letter-spacing: 1.2px;
}

.message {
  color: #FFFFED;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  width: 300px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #336699;
  border: 1px solid #BBDBE6;
  margin-left: auto;
  margin-right: auto;
}

.message a {
  color: #FFFFED;
}

.pageMessageError {
	text-align: left;
	color: #900;
	margin-bottom: 2px;
	margin-left: 5px;
}
 
.pageMessageWarning {
	text-align: left;
	margin-bottom: 2px;
	margin-left: 5px;
}
 
.pageMessageInformational {
	text-align: left;
	margin-bottom: 2px;
	margin-left: 5px;
}

/* Override some styles from style_common.inc */
input, select {
  font-size: inherit;
}

.navLinks {
  font-size: inherit;
}

.portalTable caption {
  font-size: 1.2em;
}

.portalTable thead td, .portalTable tfoot td {
  font-size: inherit;
}

.portalTable td {
  font-size: inherit;
}

.portalTableSectionLeft {
  font-size: 1.1em;
}

.portalText, .portalTable textarea {
  font-size: 1.1em;
}

.portalTableValue>.portalText {
  font-size: 1em;
}

.portalTable select, .portalSelect {
	font-size: 1em;
}

.message {
  font-size: inherit;
}

.comments {
  font-size: .85em;
}

.animalSummary {
  font-size: inherit;
}

.smaller, .boxedLinks {
  font-size: .85em;
}

.affiliate {
	font-size:1em;
}

.QAHidden {
	font-size: .85em;
}
.QAVisible {
	font-size:.85em;
}

.visibleNotification {
  font-size: .85em;
}

html>body>.visibleNotification {
  position: fixed;
}

.copyright {
  text-align: center;
	margin: 15px;
	font-size:.85em;
}

.browse{
font-size:.85em;
}

.highlighted {
font-size: .9em;
}

.hightlightedReadMore {
font-size:.9em;
}

.lastUpdatedDT {
	text-align : center;
	font-size:12px;
}

.bd {
  font-size:inherit;
}

#closePopUp a, #closePopUp a:link, #closePopUp a:visited, #closePopUp a:hover{
	font-size:12px;
}

.littlespace {
	font-size:1em;
}

.littleFont {
	font-size:1em;
}

#sideBarHits{
	text-align:center;
	margin-top:5px;
}

#sideBarHits img {
	vertical-align:middle;
}

.portalTable tbody td {
	background : #FFFFCC none repeat scroll 0 0;
}

body, td {
	font-size:12px;
	color:BLACK;
}


.portalTableValueStandout {
	background-color:#17364A !important;
	border-bottom:1px inset #FFF !important;
	color:#FFF !important;
	padding-left:8px !important;
}

.secondary {
  color:#FFF;
  background-color:#17364A;
}

.secondary a{
	 color:#8055AE;
}
.secondary a:link{
	 color:#8055AE;
}
.secondary a:visited{
	 color:#FFF;
}
.secondary a:active{
	 color:#FFF;
}
.secondary a:hover{
	 color:#FFF;
}

.pageCenterTitle {
text-align:left;
color:#17364A;
}

.contentSectionHeader {
	color:BLACK;
	background-color:#FFFFCC;
	text-align:left;
	font-size:1.25em;
	font-style:normal;
	border-bottom:2px solid #17364A;
	padding-bottom:3px;
}
.contentSectionHeader a{
	 color:#6A008B;
	 text-decoration:none;
}
.contentSectionHeader a:link{
	 color:#6A008B;
}
.contentSectionHeader a:visited{
	 color:#6A008B;
}
.contentSectionHeader a:active{
	 color:#6A008B;
}
.contentSectionHeader a:hover{
	 color:#6A008B;
}

.portalTable thead td a, .portalTable tfoot td a{
	 color:#8055AE;
}
.portalTable thead td a:link, .portalTable tfoot td a:link{
	 color:#8055AE;
}
.portalTable thead td a:visited, .portalTable tfoot td a:visited{
	 color:#FFF;
}
.portalTable thead td a:active, .portalTable tfoot td a:active{
	 color:#FFF;
}
.portalTable thead td a:hover, .portalTable tfoot td a:hover{
	 color:#FFF;
}

.portalTableValueStandout a{
	 color:#8055AE;
}
.portalTableValueStandout a:link{
	 color:#8055AE;
}
.portalTableValueStandout a:visited{
	 color:#FFF;
}
.portalTableValueStandout a:active{
	 color:#FFF;
}
.portalTableValueStandout a:hover{
	 color:#FFF;
}

.message a{
	 color:#8055AE;
}
.message a:link{
	 color:#8055AE;
}
.message a:visited{
	 color:#FFF;
}
.message a:active{
	 color:#FFF;
}
.message a:hover{
	 color:#FFF;
}

.comments a{
	 color:#8055AE;
}
.comments a:link{
	 color:#8055AE;
}
.comments a:visited{
	 color:#FFF;
}
.comments a:active{
	 color:#FFF;
}
.comments a:hover{
	 color:#FFF;
}

.portalTableSectionRight a, .portalTableSectionRight a:link, .portalTableSectionRight a:visited {
	color:#6A008B !important;
}

.portalTableSectionRight a:hover {
	color:#6A008B;
}

#storiesPageLinks {
	padding-right:20px;
}

#pageMessage {
margin-top:20px;
}

.lastUpdatedDT {
	display:inline;
	float:right;
	font-size:1em;
}

.sparky {
	z-index:0;
}

.portalTable thead td, .portalTable tbody td, .portalTable tfoot td, .portalTable td {
	font-size:12px;
}

#sidebarSparky {
	text-align:center;
	width:auto;
}

.sparky {
	height:300px;
	margin-top:7px;
}

body {
background-color:#E3D479;
}

body {
text-align:center;
}

.bodyWidth {
width:930px;
margin-left: auto;
margin-right: auto;
}

#headerTop {
height:200px;
background:url("https://s3.amazonaws.com/imagesroot.rescuegroups.org/layouts/79/header.jpg") no-repeat transparent;
}

#menuContainer {
width:100%;
height:43px;
border-width:1px;
border-style:solid;
border-color:#000;
border-left-color:#CCC;
border-right-color:#CCC;
background:url("https://s3.amazonaws.com/imagesroot.rescuegroups.org/layouts/79/3-horiz-menu-bar.png") repeat-x scroll 0 0 transparent;
background-color:#17364A;
}

#menu {
text-align:center;
}

/* Styles for the Tigra Menu */
/* Style for a block - DIV */
.m0Table {
margin: auto;
}

.m0Inner {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
white-space:nowrap;
color: #FFF;
}

/* Style for inner tag, mover (mouse over) state */
.m0Default, .m0Hover, .m0Clicked {
color: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
white-space:nowrap;
color: #FFF;
background:url("https://s3.amazonaws.com/imagesroot.rescuegroups.org/layouts/79/3-horiz-menu-bar.png") repeat-x scroll 0 0 transparent;
background-color:#17364A;
text-align:center;
}

.m0Hover td {
background:url("https://s3.amazonaws.com/imagesroot.rescuegroups.org/layouts/79/3-horiz-menu-tab-l.png") no-repeat scroll 0 50% transparent;
}

.m0Hover {
background:url("https://s3.amazonaws.com/imagesroot.rescuegroups.org/layouts/79/3-horiz-menu-tab-r.png") no-repeat scroll 100% 50% transparent;
}

.m1Table {
border: 1px solid #FFF;
}

.m1Inner {
color: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
white-space:nowrap;
color: #FFF;
}

.m1Default, .m1Hover, .m1Clicked {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
white-space:nowrap;
background-color: #17364A;
color: #FFF;
padding:3px 10px;
text-align:left;
}

.m1Hover td {
color:#8055AE;
}


#contentContainer {
margin-top:1px;
border:1px solid #CCC;
padding:2px;
background-color:#FFFFCC;
}

#leftColumn {
width:200px;
padding:10px;
vertical-align:top;
}

#leftColumnContent {
border-right:1px solid #ccc;
padding:2px 5px 2px 2px;
}

.menuL1, .menuL2, .menuL3 {
border-bottom:1px dotted;
cursor:default;
padding:5px;
width:140px;
}

.menuL1 a, .menuL2 a, .menuL3 a{
text-decoration:none;
}

#sidebarMenu a, #sidebarMenu a:link, #sidebarMenu a:visited {
color:BLACK;
}

#mainContent {
vertical-align:top;
text-align:left;
}

#footer #copyright {
margin-top:5px;
}

#footer #hitcounter {
margin-top:5px;
}

.sidebarHeading {
color: #8055AE;
font-size:20px;
font-weight:bold;
text-align:left;
border:1px solid #CCC;
background:url("https://s3.amazonaws.com/imagesroot.rescuegroups.org/layouts/79/module-h3.png") repeat-x scroll transparent;
padding:7px 5px;
margin-left:-15px;
margin-right:-6px;
margin-bottom:3px;
}

a img {
border-width:0px;
}

#headerTop {
cursor:pointer;
}



/*body {
  background-color: #AE91CC;
  text-align: center;
}

#mainTable {
  margin-left: auto;
  margin-right: auto;
  width: 720px;
  background-image: none;
  background-color: #FFFFCC;
  border: 1px solid black;
  text-align: left;
}

.adminMenu {
  text-align: left;
  z-index: 1000;
  border-top: 2px solid #835BA6;
  background-color: #835BA6;
}

.secondary, #mainContent {
  border-top: 2px solid #835BA6;
}

.secondary {
  background-image: url(https://s3.amazonaws.com/imagesroot.rescuegroups.org/webpages/s460dpi1.gif);
  border-right: none;
  width: 175px;
}

.menuL1, .menuL2, .menuL3 {
  font-weight: bold;
  background: none;
  border: none;
  font-size: 1.5em;
  border-bottom: 2px solid #17364A;
}

.menuL1 a:hover, .menuL2 a:hover, .menuL3 a:hover {
  color: #FFFFCC;
}

#mainContent {
  width: 650px;
}***/

.sidebarBox {
border-width:0px;
}

.sidebarBox .heading {
display:none;
}

/* BUTTON */

/* 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: 14px/100% Arial, Helvetica, sans-serif;
	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;
}

/* 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;
}