/* 
    Document   : yii
    Created on : Mar 30, 2013, 2:42:49 PM
    Author     : johncooley
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	border-left: 5px solid #F60;
}

.portlet-title
{
    font-size: 1.4375em;
    line-height: 1.4;
    font-weight: bold;
}

.portlet-content
{
}

.portlet-content ul
{
	list-style-position:inside;
	list-style-type:disc;
}

.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
{
}

.operations li a:visited
{
}

.operations li a:hover
{
}

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;
}
