

.portlet
{
 width: 200px;
 float: right; 
 padding-top: 20px;
}

.portlet-decoration
{
	padding: 3px 8px;
	background: fuchsia;
	border-left: 5px solid hotpink;
}

.portlet-title
{
        font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #fff;
}

.portlet-content
{
        background: #5C5C5C;
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
        //opacity: 0.4;
        //filter: alpha(opacity=40); /* For IE8 and earlier */
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
        font-size: 14px;
	color: #fff;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #fff;
}

.operations li a:hover
{
	background: fuchsia;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #ccc;
}