
.ContentWidget
{
	position: relative;
	font-size: 10pt;
}

.ContentWidget.Dimple, .ContentWidget.Pimple{	padding:6px;	}
.ContentWidget.SmallDimple, .ContentWidget.SmallPimple{	padding:4px;	}

.ContentWidget h3
{
	border-bottom: 1px solid #cccccc;
	margin-top:2px;
}

div.side-widget div.InnerApron
{
	margin:8px;
	background-color:white;
	padding:8px;
	padding-top:4px;
	padding-bottom:4px;
}

.ContentWidget.EmptyContent
{
	min-height: 20px;
	border: 1px dotted #cccccc;
	padding-left:20px;
	font-size:9px;
	font-style: italic;
}
/*
	background-color: #cccccc;
	left:2px;
	bottom:2px;
 */

.ContentWidget .GearIcon
{
	font-family: Courier, monospace;
	font-size: 7pt;
}

.ContentWidget .GearIcon img
{
	position: relative;
	top: 4px;
}

.ContentWidget.Virgin
{
	min-height: 20px;
	background-color: #fff9f0;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left:2px;
	font-size: 7pt;
}

body.SuppressDesDecos .GearIcon,body.SuppressDesDecos .EmptyContent 
{
	display: none;
}



.Tiny
{
	font-size: 7pt;
} 