body
{

}

#page
{

}

#header
{

}

#content
{

}

#sidebar
{

}

#footer
{

}

#logo
{

}

#mainmenu
{

}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: url('/images/overlay.png');
}

.portlet
{
	width: 140px;
}

.portlet-decoration
{
	background: url('/images/overlay.png');
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	margin: 0;
	text-transform: uppercase;
	text-align:center;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 0 0;
}

.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
{

	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	color: #26d4ff;
	text-decoration: none;
}

.operations li a:visited
{

}

.operations li a:hover
{
	background: url(/images/overlay.png);
}