body {
  margin: 0;
  border:0;
  background-color: #FFFFFF;
}

body, td, .standardText {
  font-family: Arial, Helvetica, sans-serif;
  color: BLACK;
}

.mceContentBody, .editorBody {
   background: #FFFFFF !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: BLUE !important;
}

a:link, .standout {
  color: BLUE;
}

a:visited {
  color: PURPLE;
}

a:active {
  color: BLUE;
}

a:hover {
  color: BLUE;
}


.secondary {
  color: BLACK;
  background-color: #B2E4FF;
}

.secondary .editableShow {
  border: 1px solid BLACK;
}

.strong {
  color: #FFFFFF;
  background-color: #00416D;
}

.menuText {
  font-size: 10px;
  color: BLACK;
}

.menuText a:link, .menuText a:visited {
  color: BLACK;
  text-decoration: none;
}

.menuText a:hover {
  color: #00416D;
}

.menuL1, .menuL2, .menuL3 {
  cursor: default;
}

.contentSectionHeader {
  background-color: #B2E4FF;
  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: #B2E4FF;
  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: #FFFFFF;
	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: #B2E4FF;
}

.portalTableValue .fieldError, .portalTableValueRequired .fieldError {
	color: BLUE;
	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: #B2E4FF;
  font-weight: bold;
  color: BLACK;
  border: 1px solid BLACK;
  margin: 10px 5px;
}

.portalButton:hover, .portalSubmit:hover, .submit:hover {
  background-color: #00416D;
  color: #FFFFFF;
  border: 1px solid #B2E4FF;
}

.portalActions {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.portalTable .sorttable_nosort {
  white-space: nowrap;
}

.atb {
  border-bottom: 1px inset #B2E4FF;
  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: #B2E4FF;
  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: #B2E4FF;
  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: BLUE;
font-weight: bold;
font-size: .85em;
margin-left: 2px;
}

.note {
color: BLUE;
font-size: .85em;
}

.formButtons {
text-align:center;
}

.comments {
  font-size: .85em;
  background-color: #B2E4FF;
  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: #B2E4FF;
}

.adminOnly {
  font-weight: bold;
  color: BLUE;
}

.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: #00416D;
	border: 1px none #00416D;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #FFFFFF;
}

.m0movero, .m0mdowno {
	background: #B2E4FF;
}

/* 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: #FFFFFF;
  color: BLACK;
}

.m0moveri {
  background-color: #B2E4FF;
  color: BLACK;
}

.m0mdowni {
  background-color: #00416D;
  color: #FFFFFF;
}

#actionsButtonsBottom, #actionsButtonsTop {
  width: 525px;
	margin-left: auto;
	margin-right: auto;
}

.dataTableForm {
  display: inline;
}

#PageFooter {
  margin-top: 15px;
}

#PageHeader {
  margin-bottom: 15px;
}

.hiddenNotification {
  display: none;
}

.visibleNotification {
  font-size: .7em;
  background-color: #B2E4FF;
  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: #B2E4FF;
	border: 1px none #B2E4FF;
}
/* Style for outer tag, mout (mouse out) default state */
.m0default {
	background: #FFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m0hover {
	background: #B2E4FF;
}
/* Style for outer tag, mdown (mouse down) state */
.m0clicked {
	background: #B2E4FF;;
}
/* 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 : BLACK;
}
.m1table {
	background: #B2E4FF;
	border: 1px none #B2E4FF;
}
/* Style for outer tag, mout (mouse out) default state */
.m1default {
	background: #FFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m1hover {
	background: #B2E4FF;
}
/* Style for outer tag, mdown (mouse down) state */
.m1clicked {
	background: #B2E4FF;;
}
/* Style for inner tag */
.m1inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color : BLACK;
}

.m2table {
	background: #B2E4FF;
	border: 1px none #B2E4FF;
}
/* Style for outer tag, mout (mouse out) default state */
.m2default {
	background: #FFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m2hover {
	background: #B2E4FF;
}
/* Style for outer tag, mdown (mouse down) state */
.m2clicked {
	background: #B2E4FF;;
}
/* 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: BLUE;;
}

.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 #00416D 0;
  border-top-width: 1px;
  height: 0;
  color: #00416D;
  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 #00416D;
}

.animalGrid .searchResultsCell img {
  border: 1px solid #B2E4FF;
}

.animalGrid .petName {
	display:block;
	width:100%;
	text-align:center;
	padding:6px 0 ;
	margin:3px 0 7px;
	background-color:#00416D;
	color:#FFFFFF;
}

.animalGrid .petName a, .animalGrid .petName a:link, .animalGrid .petName a:hover,.animalGrid .petName a:visited {
	color:#FFFFFF;
}

.animalGrid .petNameBottom {
	display:block;
	width:100%;
	text-align:center;
	padding:3px 0 ;
	margin:3px 0 2px;
}

.animalGrid .petName,.animalGrid .petNameBottom,.animalGrid  .petBreed {
  font-weight: bold;
}

.animalGrid .noBorder {
  border-right: 0;
}

.animalBrowsePanel .pageLinks {
  margin-top: 12px;
  margin-bottom: 2px;
  background-color: #FFFFFF;
  color:BLACK;
  text-align: center;
  padding: 4px;
}

.animalBrowsePanel .pageLinks a, .animalBrowsePanel .pageLinks a:visited, .animalBrowsePanel .pageLinks a:active {
  border: 1px solid #B2E4FF;
  padding:0 4px 1px;
  color: #B2E4FF;
  margin: 0 4px;
}

.animalBrowsePanel .pageLinks a:hover {
  border: 1px solid #00416D;
}

.animalBrowsePanel .pageLinksActive {
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #B2E4FF;
  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:BLUE;
}

.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:#FFFFFF;
	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:#FFFFFF;
padding:5px;
}

.sidebarBox .heading {
	font-weight:bold;
	background-color:#B2E4FF;
	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:#B2E4FF;
	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:#00416D;
	color:#FFFFFF;
}

.contentBoxStrong .heading {
	font-weight:bold;
	background-color:#B2E4FF;
	color:BLACK;
	border:1px solid #FFFFFF;
	font-size:1.15em;
	margin:1px;
	padding:3px;
		display:block;
}

.contentBoxStrong td {
	color:#FFFFFF;
	background-color:#00416D;
}

.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:#B2E4FF;
	color:BLACK;
}

.contentBoxSecondary td {
	color:BLACK;
	background-color:#B2E4FF;
}

.contentBoxSecondary .heading {
	font-weight:bold;
	background-color:#00416D;
	color:#FFFFFF;
	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 {
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color: #B2E4FF;
	scrollbar-shadow-color: #00416D;
	scrollbar-highlight-color: #00416D;
	scrollbar-3dlight-color: #00416D;
	scrollbar-darkshadow-color: #00416D;
	scrollbar-track-color: #00416D;
	scrollbar-arrow-color: #00416D;
	color: BLACK;
}

.table {
	BORDER-bottom: #00416D 10px solid;
	width: 100%;
}

.header {
	background-color: #00416D;
	color: #B2E4FF;
	font-size: 14px;
	font-weight: 700;
}

.subheader a:link {
  color: #B2E4FF;
  text-decoration: none;
}

.menu {
	background-color: #B2E4FF;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 10px;

	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	margin: 0px;
	border-top: #00416D 2px solid;
}

.mainarea {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.topBar {
	background-color: #B2E4FF;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	border-top: #00416D 2px solid;
	border-bottom: 0px;
}

table.topBar td {
color:BLACK;
}

h1 {
	COLOR: #00416D;
	TEXT-ALIGN: left;
	FONT-SIZE: 30px;
	left: 15px;
	margin-bottom:0px;
}

h2 {
	COLOR: #00416D;
	TEXT-ALIGN: left;
	FONT-SIZE: 20px;
	left: 15px;
	margin-bottom:0px;
	margin-top:10px;
}

form, li, td {
	FONT-SIZE: 10pt;
	MARGIN-LEFT: 0px;
	margin-top:0px;
	margin-bottom:0px;
}

td.mainarea td {
font-size:12px;
}

A:link {
	COLOR: BLUE;
	padding-left:3px;
	padding-right:3px;
}

A:active {
	COLOR: BLUE;
}

A:visited {
	COLOR: PURPLE;
	padding-left:3px;
	padding-right:3px;
}

A:hover {
	COLOR: BLUE;
	padding-left:3px;
	padding-right:3px;
}

.hi {
	BORDER-left: #B2E4FF  3px solid;
	BORDER-RIGHT: #B2E4FF  3px solid;
	BORDER-TOP: #B2E4FF  3px solid;
	BORDER-BOTTOM: #B2E4FF  3px solid;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	BACKGROUND-COLOR: #FFFFDF;
}

.pet {
	BORDER-left: BLACK  1px solid;
	BORDER-RIGHT: BLACK  1px solid;
	BORDER-TOP: BLACK  1px solid;
	BORDER-BOTTOM: BLACK  1px solid;
	BACKGROUND-COLOR: #B2E4FF;
	margin-right: 2px;
	margin-top: 2px;
}

INPUT, select, textarea {
	BORDER-RIGHT: BLACK 1px solid;
	BORDER-TOP: BLACK 1px solid;
	BORDER-LEFT: BLACK 1px solid;
	BORDER-BOTTOM: BLACK 1px solid;
	COLOR: BLACK;
	FONT-SIZE: 14px;
	BACKGROUND-COLOR: white;
}

.org {
  color: #FFFFFF;
	font-size: 40px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 20px;
	float: left;
}

.subheader {
  color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 20px;
	float: left;
}

.subheader a:link {
  color: #FFFFFF;
}

.address {
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	float: right;
}

.slogan {
	font-size: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-style: italic;
}


.logo {
	background-color: #00416D;
}

.selector {
	font-color: #FFFFFF;
	font-size: 10px;
}

.banner {
	margin: 5px;
}

.space {
	width:28px;
	background-color: #FFFFFF;
}

.menuL1 {
  color: BLUE;
}

.menuL2 {
  color: BLUE;
  font-size: 10px;
}

.sidebarmiddle {
	font-size: 10px;
}

.sidebarmiddle .editableShow {
  border: 1px solid BLACK;
}

.contentSectionHeader {
	background-color: #B2E4FF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-style: Italic;
	color: BLACK;
}

.topSpecies {
	padding-top:3px;
	padding-bottom:3px;
}

.specialsLink {
	white-space: nowrap;
}

.editableShow {
  border: 1px solid BLACK;
}



.menu .menuL2{
    font-size: inherit;
}

#MenuID5{
    display: none;
}
