

.menu { width:180px; height:50px; margin-bottom:10px;}

.leftbar { width:180px; height:361px; margin-bottom:10px; margin-right:10px;} 
.leftbar img { margin-left:10px; margin-right:5px;} 
.leftbar a:link { color: #0099fd; }
.leftbar a:visited { color: #0099fd; }
.leftbar a:hover { color: #0099fd; }
.leftbar a:active { color: #0099fd; }
.leftbar table tr td { padding: 3px;} 

.topbar { width:413px; text-align:center;}
.topbar table {margin-left:auto; margin-right:auto; margin-top:6px;}
.topbar table img { margin-left:10px; margin-right:10px; }

.tabs { text-align:center; }
.tabs table { margin-left:auto; margin-right:auto; }
.tabs .active 
{ 
	color:36ccff; 
	font-size:14pt; 
	position:relative;
	top:3px;
}
.tabs .active a { margin-left:10px; margin-right:10px; }
.tabs .active a:link { color:#36CCFF; font-size:14pt; text-decoration:none; }
.tabs .active a:visited { color:#36ccff; font-size:14pt; text-decoration:none; }
.tabs .active a:hover { color:#36ccff; font-size:14pt; text-decoration:none; }
.tabs .active a:active { color:#36ccff; font-size:14pt; text-decoration:none; }

.tabs .other 
{ 
	color: #c9d2d9; 
	font-size:14pt; 
	position:relative;
	top:2px;
}
.tabs .other a { margin-left:10px; margin-right:10px; }
.tabs .other a:link { color:#c9d2d9; font-size:14pt; text-decoration:none; }
.tabs .other a:visited { color:#c9d2d9; font-size:14pt; text-decoration:none; }
.tabs .other a:hover { color:#ff6600; font-size:14pt; text-decoration:none; }
.tabs .other a:active { color:#c9d2d9; font-size:14pt; text-decoration:none; }


.content_no_pet { 
	font-size:10pt;
	width:414px; 
	height:315px; 
	text-align:center;
	color: #6801ce;
}

.content_no_pet h1 {
	font-size:18pt;
	color: #00ccff;
	padding-top:15px;
	margin:0;
}

.content_no_pet p { padding-left:15px; padding-right:15px; text-align:left; margin:10px 1px 1px 1px;}

.content_pet
{
	width:414px;
}

.content_pet td { text-align: center; margin-left:auto; margin-right:auto; }

.content_pet .pet_background
{
	width:121px;
	height:81px;
	margin-left:auto;
	margin-right:auto;
}

.content_pet .pet_background_hover
{
	width:121px;
	height:81px;
	background-image:url('/pets/images/pet_background.gif');
	margin-left:auto;
	margin-right:auto;
}

.accessory_background
{
	width:60px;
	height:60px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.name { display:block; color: #00ccfe; font-size:14pt;  margin-left:auto; margin-right:auto; }
.status { display:block; color: #690097; font-size:14pt; }


