﻿.column
{
    width: 50%;
    float: left;
    padding-bottom: 50px;
}

.portlet
{
    margin: 0 1em 1em 0;
}

.portlet-header
{
    font-family: Arial;
    font-size: smaller;
    margin: 0.3em;
    padding-bottom: 4px;
    padding-left: 0.2em;
}

.portlet-header .ui-icon
{
    float: right;
}

.portlet-content
{
    padding: 0.4em;
    font-size: smaller;
}

.ui-sortable-placeholder
{
    border: 1px dotted black;
    visibility: visible !important;
    height: 50px !important;
}

.ui-sortable-placeholder *
{
    visibility: hidden;
}

.footerText    
{
    font: 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
    color: White;
    text-align: center;
}
.red
{
color:#cc0000;    
}