table.main {
    /*border-left: 3px solid #ed1d24;
    border-right: 3px solid #ed1d24;*/
}

table.mainborder {
	border-left: 3px solid #ed1d24;
    border-right: 3px solid #ed1d24;
}

tr.mainborder  {
    border-left: 3px solid #ed1d24;
    border-right: 3px solid #ed1d24;
}
.mainborder > td {
    border-left: 3px solid #ed1d24;
    border-right: 3px solid #ed1d24;
}

table.rehomed {
    padding-top: 20px;
}
.rehomed td {
    padding: 10px 0 10px 0;
    border-bottom: 3px solid #f7931e;
    font-size: 10pt;
	text-align: center;
}
.rehomed img {
    border: 2px solid;
}

table.adoption {
    padding-top: 20px; 
}
.adoption td {
    padding: 10px 0 10px 0;
    border-bottom: 3px solid #ed1d24;
    font-size: 10pt;
	vertical-align: top;
}

.adoption img {
	border: 3px solid;
} 

table.adoptionMenu {
    padding-top: 5px; 
}
.adoptionMenu td {
    padding: 5px 10px 5px 10px;
    
    font-size: 10pt;
	vertical-align: top;
	text-align:center;
}

.adoptionMenu img {
	border: 3px solid;
} 

table.links {
    padding-top: 20px;
}
.links td {
    padding: 10px 0 10px 0;
    border-bottom: 3px solid #f7931e;
    font-size: 10pt;
}

table.plain {
    border-style: none;
}
.plain td {
    padding: 10px 0 10px 0;
    border-style: none;
    font-size: 10pt;
}


.main a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.main a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.main a:hover {
	color: #99FF00;
	text-decoration: underline;
}
.main a:active {
	color: #FFFFFF;
	text-decoration: none;
}


.menutext {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/* LINK STYLES */

.links a:link {
	color: #551A8B;
	text-decoration: none;
}
.links a:visited {
	color: #551A8B;
	text-decoration: none;
}
.links a:hover {
	color: #551A8B;
	text-decoration: underline;
}
.links a:active {
	color: #99FF00;
	text-decoration: none;
}
a img {border:none;}

div.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: rgb(255, 153, 0);
	text-align: center;
	padding: 20px 0 10px 0;
}
div.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 10px 20px 10px 20px;
}
.Content a:link {
	color: #551A8B;
	text-decoration: none;
}
.Content a:visited {
	color: #551A8B;
	text-decoration: none;
}
.Content a:hover {
	color: #551A8B;
	text-decoration: underline;
}
.Content a:active {
	color: #99FF00;
	text-decoration: none;
}

 /* set background images for corners - green rectangle */

.rbtop         { background: url(Graphics/grn_cnr_top.gif) repeat-x; }
.rbtop div     { background: url(Graphics/grn_cnr_lhtop.gif) no-repeat top left; }
.rbtop div div { background: url(Graphics/grn_cnr_rhtop.gif) no-repeat top right; }

.rbbot         { background: url(Graphics/grn_cnr_bot.gif) repeat-x; }
.rbbot div     { background: url(Graphics/grn_cnr_lhbot.gif) no-repeat top left; }
.rbbot div div { background: url(Graphics/grn_cnr_rhbot.gif) no-repeat top right; }

 .rbcontentwrap { background: url(Graphics/grn_cnr_lh.gif) repeat-y; }
 .rbcontent     { background: url(Graphics/grn_cnr_rh.gif) repeat-y right; }

 
 /* height and width details */
 .rbtop div,  .rbtop,  .rbbot div,  .rbbot , .rbcontentwrap {
	width: 600px;
}
 .rbcontentwrap,  {
	font-size: 1px;
}
 .rbcontent,  {
	font-size: 10px;
}

 .rbtop div,  .rbtop,  .rbbot div,  .rbbot {
	height: 27px;
	font-size: 1px;
}

 
 .rbcontent  { padding: 1px 2em; margin: 0;  } 

/* -------------------------------------------------------
THUMBNAILS
--------------------------------------------------------- */

.thumbnail-entry {
	float: left;
	padding: 0px 16px 15px 10px;
	width: 150px;
}

.thumbnail-content {
}

.thumbnail-title {
	font-weight: bold;
	font-size:14px;
	color: #32ca68;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;	
}
.thumbnail-description {
	font-weight: normal;
	font-size:12px;
	color: #000000;
}

.thumbnail-section-heading {
	float:left;
	color: #FF0000;
	font-size:22px;
	padding: 0px 0px 20px 0px;
}

.newrow { clear: both; }

/* readmore buttons */
.thumbnail-readmore {
	margin: 10px 0px 0px 0px;
}

a.readmore, a.readmore:visited, a.readmore:hover, a.readmore:active, a.readmore:focus  {
	float: left;
	padding: 0px 5px 3px 14px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;	
	font-size : 10px;
}

a.readmore:link, a.readmore:visited {
	background: url(http://www.canberrapoochrescue.org.au/Graphics/arrow.png) no-repeat 5px 48%;
	border: 1px solid #ECECEC;
	color: #006699;
}

a.readmore:hover, a.readmore:active, a.readmore:focus  {
	border: 1px solid #ECECEC;
	background: url(http://www.canberrapoochrescue.org.au/Graphics/arrow.png) no-repeat 5px 48% #F6F6F6;
	color: #006699;
}
/* Page navigation buttons. (got to top, etc)*/
.thumbnail-pagenav {
	margin: 10px 0px 0px 0px;
}

a.pagenav, a.pagenav:visited, a.pagenav:hover, a.pagenav:active, a.pagenav:focus  {
	float:right;
	padding: 0px 5px 3px 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;	
	font-size : 10px;
}

a.pagenav:link, a.pagenav:visited {
	background: url(http://www.canberrapoochrescue.org.au/Graphics/arrow.png) no-repeat 5px 48%;
	border: 1px solid #ECECEC;
	color: rgb(255, 153, 0);
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus  {
	border: 1px solid #ECECEC;
	background: url(http://www.canberrapoochrescue.org.au/Graphics/arrow.png) no-repeat 5px 48% #fff6ee;
	color: #ff9900;
}

/*
	tswtabs.css		1.0.1
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

/* -------------------------------------------------------
CRITTER MENU
--------------------------------------------------------- */

div#critterMenu {
	display: block;
	margin: 10pz 0px 10px 0px;
	text-align:center;
	height: 40px;
}

#critterMenu table {
	margin: 0 ;
	padding: 0 ;
}
#critterMenu tr {
	height: 40px;
	vertical-align: middle;
	}
#critterMenu td {
	margin: 0 ;
	padding: 8px ;
	text-align: center ;
	font-family: Arial, Helvetica, sans-serif ;
	vertical-align: middle;
	height: 40px;
}

#critterMenu td a {
	color: #fff ;
	background-color: #e41b16 ;
	border: 1px outset #ff8080 ;
	padding: 8px 8px 8px 8px ;
	text-decoration: none ;

}
#critterMenu td a:hover {
	color: #000 ;
	background-color: #f7931e ;
}


/* -------------------------------------------------------
BREADCRUMBS
--------------------------------------------------------- */

/*.breadcrumbs {
	padding: 5px 0px 0px 10px;
	font-size:10px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
}

a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:active, a.breadcrumb:visited {
	text-decoration: none;
	color: #006699;
}

a.breadcrumb:hover, a.breadcrumb:active {
	font-weight:bold;
}

.breadcrumbs img {
	margin: 1px 5px;
}
*/

/* -------------------------------------------------------
BREADCRUMBS
--------------------------------------------------------- */
.breadcrumbs { 
	margin: 5px 0px 0px 5px; 
}

.breadcrumbs ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:10px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
	color:#000000;
}

.breadcrumbs li
{
	display:inline;
	padding: 0px 0px 0px 0px;
	margin:  0px ;
}

.breadcrumbs a {

	padding: 0px 5px 0px 10px;
	background: url(http://www.canberrapoochrescue.org.au/Graphics/arrow.png) no-repeat 1px ;
}

.breadcrumbs a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:active, a.breadcrumb:visited {
	text-decoration:none;
	color:#e41b16;

/*	color:rgb(255, 153, 0);*/
	/*color: #006699;*/
}

.breadcrumbs  a.breadcrumb:hover, a.breadcrumb:active {
}

.breadcrumbs ul >li:first-child  > a {
	background-image:none;
}
