body {
	background-color: #242424;	
}

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

.title {
	font-size: 20pt;
	color: white;
	font-family: 'Verdana, Helvetica, Arial';
}
.subtitle {
	font-size: 12pt;
	color: white;
	font-family: 'Verdana, Helvetica, Arial';
}
#info {
	font-size: 76%;
	color: #CC3300;
	font-family: 'Verdana, Helvetica, Arial';
	height:200px;
	width:200px;
	text-align:left;
}
#ad {
	font-size: 11pt;
	color: #white;
	font-family: 'Verdana, Helvetica, Arial';
	background-color:#000000;
	height:200px;
	width:200px;
	margin-left:8px;
}

.table {
	width:445px;
	height:480px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
}

.ilc {
	border:2px dashed #666666;
	width:302px;
	height:802px;
	margin-left:auto;
	margin-right:auto;
	float:left;
}
.folder {
	border:2px dashed #666666;
	width:300px;
	height:800px;
	margin-left:auto;
	margin-right:auto;
	float:right;
}

.imgtitle {
	font-size: 9pt;
	color: #FFFFFF;
	line-height:9pt;
}

.boxtitle {
	font-size: 12pt;
	color: #FFFFFF;
}
.boxid {
	font-size: 8pt;
	color: #DDDDDD;
}
.boxdesc {
	font-size: 11pt;
	color: #AAAAAA;
}

.descriptor {
	font-size: 10pt;
	color: #CCCCCC;
	width:55px;
	float:left;
	clear:both;
}
.content {
	font-size: 10pt;
	color: #CCCCCC;
	width: 140px;
	float:left;
}
.smaller {
	font-size: 9pt;
	color:#999999;
}

.block { 
	width: 102px; 
	height: 102px;
	margin: 1px 1px 10px 1px;
	line-height:9pt;
	font-size:9pt;
}

.middle { 
	width: 200px;
	height: 200px;
}

.logo {
	border: 2px solid #FFFFFF;
	background-color: #000000;
	width: 95px;
	height: 95px;
	padding: 2px;
	margin-bottom: 2px;
}

img {
	border: 0px;	
}

.droppable-active {
	opacity: 1.0;
}

.droppable-hover {
	outline: 1px dotted black;
}