@charset "utf-8";
/* CSS Document */
.heading {
	background: #4a86c1;
	color: #c7d8ef;
	font-weight: bold;
}
.light {
	background: #dbe7f7;
}
a.c3btn {
	background: url(../img/buttons/c3/left.gif) top left no-repeat;
	color: #508ecc;
	height: 30px;
	display: block;
	font-weight: bold;
	float: left;
	margin-right: 18px;
}
a.c3btnfull{ float: none !important; }
a.c3btn span {
	background: url(../img/buttons/c3/right.gif) top right no-repeat;
	display: block;
	height: 20px;
	line-height:20px;
	padding: 5px 18px 5px 18px;
}
a.c3btn:active{ outline: none; }
a.c3btn:hover {
	background: url(../img/buttons/c3/lefto.gif) top left no-repeat;
	color: #000;
}
a.c3btn:hover span {
	background: url(../img/buttons/c3/righto.gif) top right no-repeat;
}

div.c3progress {
	border-top: 2px solid #c7d8ef;
	border-bottom: 2px solid #c7d8ef;
	padding: 10px 0 10px 0;
	margin: 0;
}

.c3progressbar {
	background: url(../img/sponsoranimals/C3ProgressBg.gif) no-repeat;		
	width: 205px;
	hieght: 138px;
}
