/* Globals */
.buttons {
	margin: 0 auto;
	padding: 0 3px;
	border: 1px solid black;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #CEE0E5;

	box-shadow: 1px 1px 2px #911;
	-moz-box-shadow: 1px 1px 2px #911;
	-webkit-box-shadow: 1px 1px 2px #911;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#999911, offX=1, offY=1, positive=true);
}
.buttons:hover {
	position: relative;
	top: -1px;
	left: -1px;

	box-shadow: 2px 2px 3px #55b;
	-moz-box-shadow: 2px 2px 3px #55b;
	-webkit-box-shadow: 1px 1px 2px #55b;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#5555bb, offX=1, offY=1, positive=true);
}
.buttons:active {
	position: relative;
	top: 1px;
	left: 1px;

	box-shadow: 0px 0px 2px #55b;
	-moz-box-shadow: 0px 0px 2px #55b;
	-webkit-box-shadow: 0px 0px 2px #55b;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#5555bb, offX=0, offY=0, positive=true);
}
.shadow {
	box-shadow: 4px 4px 4px #222;
	-moz-box-shadow: 4px 4px 4px #222;
	-webkit-box-shadow: 4px 4px 4px #222;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#444444, offX=3, offY=3, positive=true);
}
.clearLeft {	clear: left; }
.clearRight { clear: right; }
.clear {	clear: both; }
.none { display: none; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.strong { font-size: 115%; }
.big { font-size: 125%; }
.quote { margin: 20px 50px; }
.TextDecoration { font: bold 18px "Comic Sans MS"; color: #339966; }

#breadcrumbs {
	height: 15px;
	font: normal 10px Verdana; 
	margin: -10px -10px 0 -10px; 
	padding: 4px 10px 2px; 
	background-color: #85ACCD; 
	border-bottom: 1px solid #306437;
}
#breadcrumbs a {
	text-decoration: none;
	border-bottom: 1px solid #050;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding: 0px 1px 1px;
	color: #050;
}
#breadcrumbs a:hover {
	border: 1px dashed #050;
	color: #050;	
}
#breadcrumbs img {
	border: 0; 
	margin: -3px 3px 0px; 
	vertical-align: middle;
}
#breadcrumbs b {
	font: bold 10px Verdana;
}


/* End of Styles for SearchAdvert */
#SearchBoxActivator {
	display: inline; 
	position: absolute; 
	right: 50px; 
	font: normal 12px Verdana;
	border: 2px outset black; 
	padding: 2px;
	background: lightgrey; 
	cursor: pointer;
}
#SearchBoxActivator:active {
	border: 2px inset black; 
}
#SearchBoxWrapper {
	display: none;
	position: absolute; 
	top: -10px; 
	width: 100%; 
	text-align: center;
}
#SearchBox {
	background: black; 
	width: 460px;
	opacity: 0.9; 
	filter: alpha(opacity=90);
	margin: 0px auto;
	text-align: center; 
	padding: 20px 30px 20px 30px; 
	border: 1px solid black; 
	font: bold 14px Verdana; 
	color: white;
}
#SearchBox fieldset {
	width: 200px; 
	height: 120px; 
	display: inline;
	text-align: left;
	vertical-align: top;
}
#SearchBox .SearchBoxSubmit {
	margin-top: 15px;
	border: 2px outset black;
	background: lightgrey;
	font: bold 12px Verdana;
	cursor: pointer;
}
#SearchBox .SearchBoxSubmit:active {
	border: 2px inset black;
}
#SearchBox .CloseBtn {
	float: right;
	margin-right: -20px;
	font: normal 10px Verdana; 
	cursor: pointer;
}
#SearchBox .CloseBtn:active {
	color: grey; 
}
/* End of Styles for SearchAdvert */



/* Styles for HomePage */
.home {
	width: 99%;
	height: 95%;
	margin-bottom: 5px;
	background-color: #D8EDF2;
}
.home .header {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	font-family: Verdana;
	line-height: 140%;
	margin: -4px 0px 8px;
}
.home .link-box {
	position: relative;
	background: #D8EDF2 url('../images/home/home.jpg') no-repeat;
	width: 500px;
	height: 281px;
	border: 0px solid red;
	margin: 0 auto;
}
.home .link {
	border: 0px solid black;
	position: absolute;
	cursor: pointer;
}
.home a {
	display: block;
	width: 100%;
	height: 100%;
	border: 0px solid red;
}
.home .news:hover { background: url('../images/home/home1.jpg') -214px -1px no-repeat; }
.home .howToStart:hover { background: url('../images/home/home1.jpg') -83px -59px no-repeat; }
.home .adverts:hover { background: url('../images/home/home1.jpg') -349px -97px no-repeat; }
.home .adverts1:hover { background: url('../images/home/home1.jpg') -349px -97px no-repeat; }
.home .forum:hover { background: url('../images/home/home1.jpg') -49px -175px no-repeat; }
.home .contact:hover { background: url('../images/home/home1.jpg') -332px -217px no-repeat; }
.home .quote {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 30px;
	border: 0px solid green;
	text-align: center;
	font: normal 14px Comic Sans MS;
	line-height: 160%;
}
.home .quote em {
	font: italic 10px Verdana;
}
.home .news-box {
	margin: 0 20px;
	font: normal 11px Verdana; 
}
.home .news-box .title {
	margin-bottom: 5px;
	font: bold 11px Verdana; 
}
.home .links .date { 
	float: left;
	width: 75px;
	font-size: 11px;
	margin: 1px 10px 0 0;
	text-align: right;
}
.home .links .info { 
	margin: 7px 0;
}
.home .links a { 
	display: inline;
	text-decoration: none;
	border-bottom: 1px solid #050;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding: 0px 1px 1px;
	color: #050;
}
.home .links a:hover {
	border: 1px dashed #050;
	color: #050;
}
/* End of Styles for HomePage */



/* Styles for article */
.article { 
	width: 99%;
	counter-reset: chapter;
	font: normal 12px Verdana;
	margin-bottom: 20px;
}
.article h2 {
	font: bold 16px Verdana;
	margin: 25px 0px 10px 0px;
}
.article h3 {
	font: bold 14px Verdana;
	margin: 25px 0px 10px 25px;
	clear: left;
	text-indent: -25px;
}
.article h3:before {
	content: counter(chapter) ". ";
    counter-increment: chapter;
}
.article h4 {
	font: bold 14px Verdana;
	margin: 25px 0px 10px 0px;
	clear: left;
}
.article h5 {
	font: bold 13px Verdana;
	margin: 20px 0 -5px 0;
}
.article h6 {
	font: normal 12px Verdana;
	text-decoration: underline;
	margin: 20px 0px 3px 25px;
}
.article li a, .article p a, .article .href {
	text-decoration: none;
	border-bottom: 1px solid #050;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding: 0px 2px 2px;
	color: #050;
}
.article li a:hover, .article p a:hover, .article .href:hover {
	border: 1px dashed #050;
	color: #050;
}
.article .imageInscription a , .article .imageInscriptionW a  {
	text-decoration: none;
	border-bottom: 1px solid #050;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	padding: 0px 1px 1px;
	color: #050;
}
.article .imageInscription a:hover, .article .imageInscriptionW a:hover {
	border: 1px dashed #050;
	color: #050;
}
.article a.noDecor, .article a.noDecor:hover  {
	text-decoration: none;
	border: 0;
}
.article .author {
	font-size: 11px;
	margin: 15px 0px 15px 10px;
}
.article .author span {
	float: right;
}
.article .TextBasic {
	line-height: 20px;
	text-align: justify;
	text-indent: 25px;
	margin: 0px 0px 10px 0px;
}
.article .center{ text-align: center; }
.article .right{ text-align: right; }
.article .noIndent { text-indent: 0px; }
.article .leftMargin { margin-left: 25px; }
.article .rightMargin { margin-right: 25px; }
.article p {
	line-height: 20px;
	text-align: justify;
	margin: 10px 0px 10px 0px;
}
.article p.pageEnd { clear: both; margin: 0;}
.article .separator { clear: both; margin: 0; height: 20px;}
.article em { }
.article strong { font-size: 115%; }
.article big { font-size: 125%; }
.article .quote { margin: 20px 50px; }
.article .TextDecoration {
	font: bold 18px "Comic Sans MS";
	color: #339966;
}
.article .border {
	border-left: solid 4px green; 
	border-right: solid 4px green; 
	padding: 0 10px 0 10px; 
	margin: 25px;
}
.article .info {
	border: 2px solid green; 
	padding: 10px 20px;
	margin: 20px auto;
	text-align: center;
	max-width: 500px;
	font: bold 14px Verdana;
	line-height: 150%;
	background-color: #D8EDF2;
}
.article .importantInfo {
	border: 2px solid red; 
	background: yellow;
	padding: 3px 20px;
	text-align: center;
	font: bold 14px Verdana;
	line-height: 150%;
}
.article .link {
	padding: 0;
}
.article .link:hover {
	position: relative;
	top: -1px;
	left: -1px;
	border-color: green;
	
	box-shadow: 5px 5px 7px #222;
	-moz-box-shadow: 5px 5px 7px #222;
	-webkit-box-shadow: 5px 5px 7px #222;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#222222, offX=4, offY=4, positive=true);
}
.article .link .block {
	display: block;  
	border: 0px solid black;
	padding: 3px 10px;
	color: black;
}

.article li {
	line-height: 20px;
	margin: 4px 0px;
	text-align: justify;
}
.article hr { margin: 20px 0; }

.article .form {
	border: 0px solid black;
	padding: 5px;
	width: 430px;
}
.article .form input, .article .form textarea {
	width: 400px; 
	margin-left: 20px;
	
}
.article .form select {
	margin-left: 20px;
}
.article .form textarea {
	height: 140px;
}
.article label {
	font-weight: bold;
}
.article .form .buttons {
	width: auto;
	margin: 0 10px;
}

.article .imageCenter {
	border: 0px solid black;
	text-align: center;
}
.article .imageRight {
	float: right;
	border: 0px solid black;
	text-align: center;
	margin: 0px 0px 5px 10px;
}
.article .imageLeft {
	float: left;
	border: 0px solid black;
	text-align: center;
	margin: 0px 14px 5px 0px;
}
.article .image { }
.article img {
	width: 150px;
	border: 2px solid #306437;
	padding: 3px;
	margin-bottom: 5px;
	background: white;

	box-shadow: 4px 4px 4px #222;
	-moz-box-shadow: 4px 4px 4px #222;
	-webkit-box-shadow: 4px 4px 4px #222;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#444444, offX=3, offY=3, positive=true);
}
.article img.horizontal {
	height: 150px;
	width: auto;
}
.article img.large {
	width: 300px;
	height: auto;
}
.article .banner, .article .banner:hover {
	width: auto;
	height: auto;
	padding: 0;
	border: 0;
	margin-bottom: 20px;
}
.article img.banerVolunteer {
	width: 400px;
	height: auto;
	border: 0;
	padding: 0;
}
.article img.banerVolunteer:hover{
	border: 0;
	padding: 0;
}
.article a img:hover{
	border: 2px solid red;
	
	box-shadow: 4px 4px 4px #444;
	-moz-box-shadow: 4px 4px 4px #444;
	-webkit-box-shadow: 4px 4px 4px #444;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#444444, offX=3, offY=3, positive=true);
}
.article img.mini {
	border: 1px solid #306437;
	padding: 1px;
	margin-top: 5px;
	background: white;
	height: 65px;
	width: auto;
	display: inline;
	vertical-align: middle;
}
.article a img.mini:hover{
	border: 1px solid red;
}
.article .imageInscription {
	border: 0px solid black;
	font: bold 11px Verdana;
	margin: 0px auto 4px;
	width: 160px;
	text-align: center;
}
.article .imageInscriptionW {
	border: 0px solid black;
	font: bold 11px Verdana;
	margin: 0px auto 4px;
	width: 220px;
	text-align: center;
}
.article .imageInscriptionXW {
	border: 0px solid black;
	font: bold 11px Verdana;
	margin: 0px auto 4px;
	width: 300px;
	text-align: center;
}

.article .imageRow {
	border: 0px solid black;
	margin: 0 auto 20px;
	width: 672px;
	text-align: center;
}
.article .imageRow-1pic {
	border: 0px solid black;
	margin: 0 auto 20px;
	width: 224px;
	text-align: center;
}
.article .imageRow-2pics {
	border: 0px solid black;
	margin: 0 auto 20px;
	width: 448px;
	text-align: center;
}
.article .imageGallery .image {
	width: 200px; 
	height: 130px; 
	border: 2px solid #306437;
	margin-bottom: 5px;
}
.article .imageGallery .image:hover {
	border: 2px solid red;
}
.article .imageGallery {
	vertical-align: top;
	display: table-cell;
	width: 200px;
	padding: 10px;
}	
.article .imageGallery a {
	border: 3px solid white;
	display: block; 
	width: 194px; 
	height: 124px;
}
.article .imageGallery .imageVertical {
	width: 200px; 
	height: 280px; 
	border: 2px solid #306437;
}
.article .imageGallery a.vertical {
	border: 3px solid white;
	display: block; 
	width: 194px; 
	height: 274px;
}

.article .poem h4{
	text-align: center;
	margin: 40px 0 0 0;
	font: bold 16px Verdana;
}
.article .poem {
	text-align: center;
	font: italic 16px "Times New Roman";
}
.article .poem .phrase {
	text-align: center;
	margin: 15px 0;
}

.article table {
	width: 400px;
	margin: 10px 0 20px 60px;
	border: 2px solid black;
	border-collapse: collapse;
}
.article caption {
	font: normal 12px Verdana;
	text-align: left;
	padding: 0 0 5px 5px;
}
.article th  {
	border: 1px solid black;
	text-align: center;
	font: bold 13px Verdana;
	background: lightgrey;
	padding: 5px 5px;
}
.article td  {
	border: 1px solid black;
	text-align: center;
	font: normal 12px Verdana;
	padding: 5px 0;
}


/* News */
.news .monthBox { border: 0px dotted black; }
.news .month { font: bold 15px Verdana; }
.news .newsBox {
	margin: 10px 0;
	padding: 10px 0;
	border: 0px dotted black;
}
.news p{ font-size: 14px }
.news hr {
	width: 98%;
	clear: both;
	margin: 20px auto;
}
.news .date
{
	position: relative; 
	top: -30px; 
	right: 20px; 
	background: white; 
	background-color: #D8EDF2;
	float: right; 
	text-align: center;
	border-left: solid grey 2px; 
	border-right: solid grey 2px; 
	padding: 0 6px 0 5px
}

.news img.large {
	width: 250px;
	height: auto;
}
.news .archive {
	text-align: center;
}

/* Donations, Virtual adoptions */
.donation table{
	border: 2px solid black;
	border-collapse: collapse;
	font: normal 14px Verdana;
	text-align: right;
	margin: 0 auto;
}
.donation th, .donation td {
	border: 1px solid black;
	padding: 2px 8px;
	vertical-align: top;
}
.donation th {
	text-align: center;
	font-weight: bold;
	background: lightgrey;
	padding: 5px 15px;
}
.donation .date { width: 80px; }
.donation .from { width: 250px; }
.donation .value { width: 80px; }
.donation .number { text-align: right; padding-right: 20px; }
.donation .outcome { color: red; }
.donation .income { color: blue; }
.donation .separator td{
	height: 3px;
	padding: 0;
}
.donation .sumRow {
	font-weight: bold;
	background: lightgrey;
}


/* Catfeeders List*/
.catfeeders table {
	width: 99%;
	margin: 0;
	border: 2px solid black;
	border-collapse: collapse;
	font: normal 14px Verdana;
	text-align: left;
}
.catfeeders .header  {
	text-align: center;
	font: bold 18px Verdana;
	background: lightgrey;
	border-top: 2px solid black;
	padding: 5px 0;
}
.catfeeders .separator {
	height: 40px;
	border-top: 2px solid black;
}
.catfeeders .comment {
	padding: 0 15px;
}

.catfeeders td, .catfeeders th {
	border: 1px solid black;
	padding: 2px 4px;
	vertical-align: top;
}
.catfeeders th {
	text-align: center;
	font-weight: bold;
	background: lightgrey;
	padding: 5px 4px;
}
.catfeeders .month 								{ width: 90px; }
.catfeeders .dry, .catfeeders .wet, .catfeeders .both	{ width: 80px; }

.catfeeders .sumRow {
	border-top: 3px double black;
	border-bottom: 2px solid black;
}
.catfeeders .sumRow .num {
	background: lightgrey;
	font-weight: bold;
}
.catfeeders .sumRow .sum {
	font-weight: bold;
	text-align: right;
}
.catfeeders .num {
	padding-right: 12px;
	text-align: right;
}

/* Vets List */
.showHideVetInfo{
	display: none;
	padding: 0px 0px 10px 20px;
	border-bottom: 1px solid black;
}
.article .shortAddress {
	margin-left: 25px;
	margin-top: -5px;
	font: normal 13px Verdana;
	width: 400px;
}
.article .shortAddress span {
	font: normal 12px Verdana;
	float: right;
}
.article .showHideVetInfo table {
	margin-left: 25px;
	width: 500px;
}
.article .showHideVetInfo td {
	width: 50%;
}
.article .showHideVetInfo .vetBanner {
	width: auto;
	height: auto;
	border: 0;
	padding: 0;
}
.article .showHideBottomBtn {
	margin-left: 25px;
}

/* End of Styles for article */


/* Styles for AdvertsList */
.adverts-wrapper {
	text-align: left;
	width: 98%;
	margin-bottom: 10px;
}
.adverts-wrapper .advert-box {
	width: 240px; 
	height: 200px; 
	padding: 10px; 
	margin: 5px; 
	border: 1px solid black;
	text-align: left;
	font: normal 12px Verdana;
	display: inline-block;
	background: #CEE0E5;
	color: black;
	
	box-shadow: 4px 4px 2px #111;
	-moz-box-shadow: 4px 4px 2px #111;
	-webkit-box-shadow: 4px 4px 2px #111;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#444444, offX=4, offY=4, positive=true);
}
.adverts-wrapper .advert-box:hover {
	position: relative;
	top: -2px;
	left: -2px;

	box-shadow: 6px 6px 5px #496377;
	-moz-box-shadow: 6px 6px 5px #496377;
	-webkit-box-shadow: 6px 6px 5px #496377;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#496377, offX=6, offY=6, positive=true);
}
.adverts-wrapper .advert-box a{
	text-decoration: none;
	color: black;
}
.adverts-wrapper .advert-header {
	border: 0px solid red;
	text-align: center;
	font-weight: bold;
	margin: -5px 0 8px;
}
.adverts-wrapper .image-box {
	padding-right: 10px;
	border-right: 1px solid black;
	float: left;
	height: 180px;
	width: 100px;
}
.adverts-wrapper .image-box img {
	cursor: pointer;
	border: 0px;
	padding: 0px;
	margin: 0px;
	max-height: 150px;

	box-shadow: 3px 3px 2px #911;
	-moz-box-shadow: 3px 3px 2px #911;
	-webkit-box-shadow: 3px 3px 2px #911;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#991111, offX=3, offY=3, positive=true);
}
.adverts-wrapper .image-box img:hover {
	position: relative;
	top: 1px;
	left: 1px;

	box-shadow: 2px 2px 2px #55b;
	-moz-box-shadow: 2px 2px 2px #55b;
	-webkit-box-shadow: 2px 2px 2px #55b;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#5555bb, offX=2, offY=2, positive=true);
}
.adverts-wrapper .image-box span {
	cursor: pointer;
	width: 60px;
	height: 16px;
	display: block;
	border: 1px solid black;
	margin: 8px auto 0px;
	text-align: center;
	background: #CEE0E5;

	box-shadow: 1px 1px 1px #911;
	-moz-box-shadow: 1px 1px 1px #911;
	-webkit-box-shadow: 1px 1px 1px #911;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#999911, offX=1, offY=1, positive=true);
}
.adverts-wrapper .image-box span:hover {
	
	box-shadow: 1px 1px 1px #55b;
	-moz-box-shadow: 1px 1px 1px #55b;
	-webkit-box-shadow: 1px 1px 1px #55b;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#5555bb, offX=1, offY=1, positive=true);
}
.adverts-wrapper .image-box span:active {
	position: relative;
	top: 1px;
	left: 1px;

	box-shadow: 0px 0px 1px #55b;
	-moz-box-shadow: 0px 0px 1px #55b;
	-webkit-box-shadow: 0px 0px 1px #55b;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#5555bb, offX=0, offY=0, positive=true);
}

.adverts-wrapper .descr-box {
	cursor: pointer;
	border: 0px solid black;
	float: right;
	width: 119px;
	height: 100%;
}
.adverts-wrapper .descr-box p {
	text-indent: -30px;
	padding: 0px;
	margin: 0px 0px 4px 30px;
	font-weight: normal;
	line-height: 15px;
}
/* End of Styles for AdvertsList */

/* Styles for AdvertDetail */
.advertDetail  { margin-top: -15px; }
.advertDetail .top { position: absolute; left: 300px; }
.advertDetail .topLinks { margin: 0; }
.advertDetail .topLinks a { margin: 0 20px; }
.advertDetail h2 { width: 290px; }
.advertDetail .advertType {
	margin: -5px 0 15px 0;
	font: normal 10px Verdana;
}
.advertDetail table {
	width: 350px;
	background: #D8EDF2;
}
.advertDetail th {
	width: 150px;
	text-align: left;
	vertical-align :top;
	padding: 4px 5px;
	font: normal 12px Verdana;
	background: #D8EDF2;
}
.advertDetail td {
	text-align: center;
	vertical-align :top;
	padding: 4px 5px;
}
.advertDetail .description p { text-indent: 25px; }
.advertDetail .images {
	float: right;
	margin: 0 0 0 20px;
}
.advertDetail .img { width: 100px; }
/* End of Styles for AdvertDetail */

/* Styles for GuestBook */
.guestBookEntry {
	border: 1px solid black;
	padding: 10px;
	margin: 10px;
}
.guestBookEntryHeader {
	border-bottom: 1px dotted black;
	padding-bottom: 5px;
}
.guestBookEntryHeaderLabels {
	float: left;
	width: 50px;
}
.guestBookEntryHeaderValues {
	text-align: left;
	padding-left: 60px;
}
.guestBookEntryHeaderLabels p {
	margin: 0;
	text-align: right;
}
.guestBookEntryHeaderValues p {
	margin: 0;
	text-align: left;
}
.guestBookEntryContent p {
	padding-top: 5px;
	margin: 0;
}
/* End of styles for GuestBook */



