﻿.wrap
{
    width: 100%;
    min-width: 710px;
}
.column
{
    width: 30%;
    float: left;
    padding-bottom: 100px;
    min-width: 210px;
    background: #f5f5f5;
    border: solid 1px #c5c5c5;
    margin: 0px 5px;
    padding: 5px;
    padding-bottom: 20px;
}
.portlet
{
    margin: 0 0 10px 0;
    min-width: 210px;
    border:solid 1px #959595;
    padding:5px;
}
.portlet-header
{
    padding: 0px;
    padding-bottom: 4px;
    padding-left: 0.2em;
    background: #d5d5d5;
    border:solid 1px #858585;
    color:#252525;
    
}
.portlet-content
{
    padding: 0.4em;
    background: url(../../images/loading.gif) no-repeat 50% 50%;
    min-height:40px;
}
.ui-sortable-placeholder
{
    border: 1px dotted black;
    visibility: visible !important;
    height: 50px !important;
}
.ui-sortable-placeholder *
{
    visibility: hidden;
}
.portlet-header .confLink
{
    float: right;
}
.success
{
	background:#004682;
	border:1px solid #000000;
	padding:5px;
	font-weight:bold;
	color:#ffffff;
	height:16px;
}
#console
{
    position:absolute;
    left:1px;
    top:1px;
    width:80px;
    height:30px;
}
.portlet-settings{
    padding: 0 2px;
    position:relative;
    display:block;
}
.portlet-settings-content{
    background: #353535;
    color:#f5f5f5;
    padding:4px;
}
.portlet-settings-save{
    background:#353535;
    color:#f5f5f5;
    padding:4px;
    height:16px;
    position:relative;
}
.portlet-settings-save-button{
    position:absolute;
    top:4px;
    right:4px;
    display:block;
    width:16px;
    height:16px;
    cursor:pointer;
    background: url(../../images/save.png) no-repeat;
}
.portlet-settings-values{
    display:none;
}
.portlet-header .ui-icon
{
    display:block;
    width:16px;
    height:16px;
    float: left;
    margin: 3px 10px 0px 0px;
    cursor:pointer;
}
.ui-icon-righthick{
    background: url(../../images/right.png) no-repeat;
}
.ui-icon-downhick{
    background: url(../../images/down.png) no-repeat;
}
.confLink{
    display:block;
    width:16px;
    height:16px;
    float: right;
    margin: 3px 10px 0px 0px;
    cursor:pointer;
    background: url(../../images/settings.png) no-repeat;
}

.removeLink{
    display:block;
    width:16px;
    height:16px;
    float: right;
    margin: 3px 3px 0px 0px;
    cursor:pointer;
    background: url(../../images/off.png) no-repeat;
}