/* 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:30px;
	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;
	width:300px;

	}
	
	.frontTop
	{
	position:relative;
/*left:10px;*/
	top:10px;
	}
	
	.frontTop td
	{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	}
	
	.frontTop .family
	{
	width:300px;
	margin-top:10px;
	font-size:12px;
	text-align:center;
	}
	
	.frontBottom
	{
	width:280px;
	position:absolute;/**/
	top:140px;
	left:10px;
	padding-left:10px;
	margin-top:15px;
	font-size:12px;
	}
	
	
	.poweredbyagelity
	
{
 position:relative;
 /*top:-15px;*/
 left:-15px;
	float: right;
}

.poweredbytext
{
	font-family: Times New Roman;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	position: relative;
	left: -15px;
}
.agelitytext
{
	font-family: Times New Roman;
	font-size: 20px;
	color: #333333;
}
.agelitytextgreen
{
	color: #009966;
}

.agelitytm
{
	position: relative;
	font-family: Times New Roman;
	left: 56px;
	top: -22px;
	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:40px;
	padding:10px;
	}
	
	
	
	
	#cardPrint .card
	{
	position:relative;
	top:30px;
	width:600px;
	height:200px;
	border:1px solid #000;
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
	background:#fff;
	font-family:arial;
	}
	
	#cardPrint .cardFront
	{

	position:relative;
	/*left:-20px;*/
	width:300px;

	}
	
	#cardPrint .frontTop
	{
	position:relative;
/*left:10px;*/
	/*top:10px;*/
	}
	
	#cardPrint .frontTop td
	{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	}
	
	#cardPrint .frontTop .family
	{
	width:300px;
	margin-top:10px;
	font-size:12px;
	text-align:center;
	}
	
	#cardPrint .frontBottom
	{
	width:280px;
	position:absolute;
	top:140px;
	/*left:-50px;*/
	padding-left:10px;
	margin-top:15px;
	font-size:12px;
	}
	
	
	 #cardPrint .poweredbyagelity
	
{
 position:relative;
 top:-10px;
 /*left:20px;*/
	float: right;
}

#cardPrint .poweredbytext
{
	font-family: Times New Roman;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	position: relative;
	left: -15px;
}
#cardPrint .agelitytext
{
	font-family: Times New Roman;
	font-size: 20px;
	color: #333333;
}
#cardPrint .agelitytextgreen
{
	color: #009966;
}

#cardPrint .agelitytm
{
	position: relative;
	font-family: Times New Roman;
	left: 55px;
	top: -22px;
	font-weight: bold;
	color: #333333;
	font-size: 4px;
}
	/*
	#cardPrint .cardBack
	{
	float:right;
	width:298px;
	height:200px;
	border-left:1px dotted #000;
	font-size:12px;
	text-align:center;
	}
	*/
	#cardPrint *html .cardBack {width:295px;}
	
	#cardPrint .backTop
	{
	position:relative;
	top:10px;
	}
	
	#cardPrint .backBottom
	{
	position:relative;
	top:40px;
	padding:10px;
	}