/* CSS Document */

	#cardPrint
	{
	display:none;
	}
	
	
	
	.printButton a
	{
		position:relative;
		top:30px;
		padding:5px;
		border:1px solid #fff;
		text-decoration:none;
		/*background:#afdced;*/
		color:#000;
	}
	
	.printButton a:hover
	{
		background:#ffffff;
	}
	
	#printButton1
	{
		display:none;
	}
	
	.card
	{
	position:relative;
	top:5px;
	width:600px;
	height:200px;
	border:1px solid #000;
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
	background:#fff;
	font-family:arial;
	}
	
	.cardFront
	{

	position:relative;
	left:2px;
	top:2px;
	width:300px;

	}
	
	.frontTop
	{
	position:relative;
	left:-75px;
	top:25px;
	}
	
	.frontTop td
	{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	}
	
	.family
	{
		left:200px;
		width:70px;
	top:-5px;
	position:relative;
	font-weight:normal;
	font-size:12px;
	text-align:left;
	}
	
	.frontBottom
	{
	width:280px;
	position:relative;/**/
	top:5px;
	left:10px;
	padding-left:10px;
	margin-top:15px;
	font-size:12px;
	}
	
	
	.poweredbyagelity
	
{
 position:relative;
 top:-2px;
 left:-35px;
	float: right;
}

.poweredbytext
{
	font-family: Times New Roman;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	position: relative;
	left: -27px;
	top:-3px;
}
.agelitytext
{
	font-family: Times New Roman;
	font-size: 20px;
	color: #333333;
}
.agelitytextgreen
{font-family: Times New Roman;
	font-size: 20px;
	color: #009966;
}

.agelitytm
{
	position: relative;
	font-family: Times New Roman;
	left: 55px;
	top: -25px;
	font-weight: bold;
	color: #333333;
	font-size: 4px;
}
	.cardBack
	{
	float:right;
	width:298px;
	height:200px;
	border-left:1px dotted #000;
	font-size:12px;
	text-align:center;
	}
	
	*html .cardBack {width:295px;}
	
	.backTop
	{
	position:relative;
	top:10px;
	}
	
	.backBottom
	{
	position:relative;
	top:65px;
	padding:10px;
	font-size:12px;
	line-height:normal;
	}