div.SingleBox {
	width: 100%;
	border-right: 3px solid white;
	border-bottom: 1px solid white;
	float: left;
}

div.SingleBox p.liHead1 {
	font: 10px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding-top: 15px;
}

div.SingleBox p.liHead {
	font: 10px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding-bottom: 0px;
}

div.SingleBox ul {
	margin-top: 4px;
	padding: 0px 10px 3px 30px;
}

div.SingleBox ul.end {
	margin-top: 4px;
	padding: 0px 10px 0px 30px;
}

div.SingleBox li.list {
	font: 10px/14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	list-style: disc;
	padding-bottom: 2px;
}

div.SingleBox li.listEnd {
	font: 10px/14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	list-style: disc;
	padding-bottom: 0px;
}

div.gems p {
	margin-bottom: 5px !important;
}

div.content h3 {
	color: black;
	font: bold 10px/14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
}

div.content h4 {
	color: black;
	font: bold 10px/14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin-bottom: 0px;
	margin-top: 8px;
}

div.content p {
	color: black;
	margin-top: 0px;
	margin-bottom: 0px;
	font: normal 10px/14px "Lucida Grande", "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

div.content em {
	font-size: 9px;
	font-style: normal;
}

div.content a {
	color: #656565;
	text-decoration: none;
}

div.content a:hover {
	color: #ad8a00;
}

div.buttons {
	text-align: center;
}

div.buttons2 {
	text-align: center;
	margin-top: 22px;
}

/*<group=table>*/

table {
	width: 100%;
	font-size: 10px;
}

td img {
	vertical-align: middle;
	margin-right: 10px;
}

tr.header {
	background: blue;
	text-transform: uppercase;
}

tr.input {
	background: aqua;
}

tr.footer {
	background: olive;
}

tr.buttons {
	background: maroon;
	text-align: right;
}

/* Screencasts & Hidden Gems */
.screencastleft, .gemsleft {
	float: left;
	margin: 5px;
	width: 178px;
	height: 152px;
}

p.blogEntry {
	margin-top:-10px;
	margin-bottom:0px;
	font-size:x-small ! important;
}