<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
	<!--

	ADOBE CONFIDENTIAL
	___________________

	Copyright 2011 Adobe Systems Incorporated
	All Rights Reserved.

	NOTICE:  All information contained herein is, and remains
	the property of Adobe Systems Incorporated and its suppliers,
	if any.  The intellectual and technical concepts contained
	herein are proprietary to Adobe Systems Incorporated and its
	suppliers and are protected by trade secret or copyright law.
	Dissemination of this information or reproduction of this material
	is strictly forbidden unless prior written permission is obtained
	from Adobe Systems Incorporated.

	-->

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="../Third Party Source Code/jquery-mobile/jquery-1.8.3.min.js"></script>
<script src="FreeFontsImport.js" type="text/javascript"></script>
<style type="text/css">

*{
	margin:0;
	padding:0;
	border:0;
	-webkit-user-select:none;
}

#fontGrid .gridData {
	padding: 5px 10px 10px 5px;
	float:left;
}

.gridData:nth-child(4n) {
/* We do not want padding on the last image in the row as it will
result in extra space causing unwanted scrolling */
	padding-right:0px !important;
}
.checkMark {
	position:absolute;
	top:0px;
	right:0px;
	width:16px;
	height:13px;
	margin:5px;
}

.fontImage {
	border: 1px solid #696969;
	border-radius: 3px 3px 0px 0px;
	background-color: #FFFFFF;
	background-position:center center;
	width:100px;
	height:90px;
}

.fontName {
	border: 1px solid #696969;
	border-top: 0;
	border-radius: 0px 0px 3px 3px;
	background-color:#D6D6D6;
	padding: 5px;
	width:90px;
	height:15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.fontContainer {
	position:relative;
	width:100%;
	height:100%;
	border-radius:5px;
}

body {
	background-color:#D6D6D6;
}

</style>
</head>

<body>


<div class="grid" id="fontGrid"/>



</body>
</html>
