@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------------------------ LOGIN PANEL --------------------------------------------------------------- */
#loginButtonsHolder { padding:8px 0px 8px 0px; }
#loginButtonsHolder img { margin:0px 0px 2px 0px; }

#signUpHolder { width:240px; height:auto; overflow:hidden; border-top:#ccc dotted 1px; padding:0px 0px 10px 0px; }
#signUpHolder h3 { margin-bottom:2px; }
a.signUpLink {
	font-family:Arial, Helvetica, sans-serif; font-size:34px; line-height:30px; color:#0e74c2;
	letter-spacing:-2px; text-decoration:none; font-weight:bold;
}
#signUpHolder img { margin:0px 0px 2px 0px; }

/* ------------------------------------------------------------------ FEATURE PANELS ----------------------------------------------------------- */
#featurePanels { width:720px; height:200px; overflow:hidden; padding:0px 0px 10px 0px; border-bottom:#ccc dotted 1px; }
.featurePanel { width:232px; height:auto; overflow:hidden; float:left; border-top:#c4963d solid 5px; padding-top:1px; }
.featurePanel p { font-family:Verdana, Geneva, sans-serif; font-size:11px; line-height:14px; color:#555; margin:5px 0px 10px 0px; }
#diagPanel { margin-right:12px; }
#arcadePanel { margin-right:12px; }
p.moreFeatures { font-family:Helvetica, sans-serif; font-size:16px; line-height:18px; font-weight:bold; margin:8px 0px 8px 0px; }

#freeTrial { padding:20px 0px 0px 0px; }
#freeTrial p { font-family:Verdana, Geneva, sans-serif; font-size:11px; line-height:14px; color:#555; margin:5px 0px 20px 0px; }

#certificate img { float:left; }
#certificate p { font-family:Verdana, Geneva, sans-serif; font-size:12px; line-height:16px; color:#555; margin:-5px 0px 10px 0px; }


/* ------------------------------------------------------------------ Character Competition Stuff ----------------------------------------------------------- */


#compPanel {
	width:720px;
	height:200px;
	overflow:hidden;
	padding:0px 0px 10px 0px 0px;
	margin-bottom: 20px;
	background-image:url(../images/comp-panel.png);
	background-repeat: no-repeat;
}

#compDownload {
	width:300px;
	height:auto;
	margin-top: 6px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top: #ccc dotted 1px;
}

.compHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:35px;
	color: #333;
	letter-spacing:-2px;
	font-weight: bolder;
	line-height:32px;
	text-align: left;
	}
	
.compSub {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color: #00BEE4;
	letter-spacing:-1px;
	font-weight: bolder;
	line-height:25px;
	text-align: left;
	}
	
.compEntry {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #333;
	letter-spacing:0px;
	font-weight: bolder;
	line-height:18px;
	text-align: left;
	}
	
	.fileSize {
	font-family:Verdana, Geneva, sans-serif; 
	font-size:9px; 
	line-height:12px;
	color:#555;
