body,
html{
    height: 100%;
    overflow: hidden;
}
body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt 'Open Sans', Arial,Helvetica,sans-serif;
	background: #F4F4F4;
}
#page{
    height: 100%;
}
.columns{
    height: 100%;
}
#header
{
	margin: 0;
	padding: 0;
        position: fixed;
        width: 100%;
        z-index: 100;
}

#content
{
}

#sidebar
{
	padding: 0 10px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
}
div.flashes{
        overflow: hidden;
        margin: 0 auto;
        padding: 0 20px;
        line-height: 39px;
        text-align: center;
}
div.flash-error, div.flash-notice, div.flash-success
{
    font-weight: bold;
}
div.flash-error:before,
div.flash-notice:before,
div.flash-success:before{
    margin-right: 5px;
}

div.flash-error
{
	color:#FF0D00;
}

div.flash-notice
{
	color:#FFD800;
}

div.flash-success
{
	color:#25FF00;
}

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;
	border: 1px solid #C9E0ED;
}


div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
    margin: 5px 0;
    padding: 9px 20px;
    background: #222;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #fff;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 0 8px;
}

.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: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
} 
/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #eee;
    box-shadow: inset 1px 1px 3px #bbb;
}
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #bbb;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.2); 
}