
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url('../images/macFFBgHack.png') repeat;}
.TB_overlayBG {
	background-color:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_title{
/* 	background-color:#e8e8e8; */
	height:27px;
}

#TB_closeAjaxWindow{
	margin-bottom:10px;
	text-align:right;
}

#TB_ajaxWindowTitle{
	display:none;
}

#TB_ajaxContent{
	background: url('../images/tb_background.gif') no-repeat top left;
	clear:both;
	padding-top:20px;
}

#TB_ajaxFooter{
	background:url('../images/tb_background_bottom.gif') no-repeat;
	height:17px;
	width:800px;
}

#TB_load{
	position: fixed;
	display:none;
	z-index:103;
	top: 50%;
	left: 50%;
	background-color: #E8E8E8;
	border: 1px solid #555;
	margin: -45px 0pt 0pt -125px;
	padding: 40px 15px 15px;
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#speciesbox, #adoptcontainer {
	margin:0px 20px;
}

#speciesbox .sp_heading, #adoptcontainer .heading {
	font-size:22px;
	color:#782800;
	margin:0px 0px 15px;
}

#speciesbox .sp_left {
	width:320px;
}

#speciesbox .sp_right {
	width:430px;
}
#accordion {
	height:420px;
}

#speciesbox .sp_image {
	width:300px;
}

.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; background:url('../images/accordiontitle.gif') no-repeat; height:45px;width:430px;line-height:45px; color:#fff; font-size:18px;padding-left:20px; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; display: none; overflow:none; }
.ui-accordion .ui-accordion-content-active { display: block; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }


.bubbleInfo {
	position: relative;
}

.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
}

.popup td.corner {
	height: 15px;
	width: 19px;
}

.popup td.topleft { background: url('../images/bubble/bubble-1.png'); }
.popup td.top { background: url('../images/bubble/bubble-2.png'); }
.popup td.topright { background: url('../images/bubble/bubble-3.png') no-repeat; }
.popup td.left { background: url('../images/bubble/bubble-4.png'); }
.popup td.right { background: url('../images/bubble/bubble-5.png') repeat-y; vertical-align:middle;}
.popup td.bottomleft { background: url('../images/bubble/bubble-6.png'); }
.popup td.bottom { background: url('../images/bubble/bubble-7.png');}
.popup td.right img { display: block; margin: auto 0; }
.popup td.bottomright { background: url('../images/bubble/bubble-8.png') no-repeat; }

.popup td.middle {
	font-size: 12px;
	line-height: 1.2em;
	background-color: #fff;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}

.popup-contents .description {
	width: 250px;
}
.popup-contents th {
	text-align:right;
}
.popup-contents td {
	text-align:left;
}

#levelarea {
	margin:15px auto;
}

#benefitsarea {
	margin-bottom:15px;
}