﻿.Portlet
{
    background-color: #DEDEDE;
    margin-bottom: 5px;
    clear: both;
}
.EditPortlet
{
    background-color: #DEDEDE;
    min-width: 800px;
    border-radius: 5px;
    padding: 5px;
    z-index: 1000;
}
.AddablePortlet
{
    border: 1px solid #888888;
    background-color: #888888;
    cursor: move;
    border-radius: 2px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: bold;
}
#PortletCatalog
{
    display: block;
    float: left;
    width: 100%;
    max-width: 500px;
    min-height: 200px;
    border: 2px solid #bbbbbb;
    border-radius: 4px;
    margin-top: 1px;
    margin-bottom: 1px;
    background: transparent url('../img/stripes.gif') repeat;
}
#PortletCatalogHeader
{
    cursor: move;
}

.PortletZone
{
    display: block;
    float: left;
    width: 100%;
    min-height: 50px;
    border: 2px dashed #bbbbbb;
    border-radius: 4px;
    margin-top: 1px;
    margin-bottom: 1px;
    background: transparent url('../img/stripes.gif') repeat;
}

/* fixed width for portlet zones in sidebars */
.sidebar-left .PortletZone, .content-sidebar .PortletZone, .sidebar-left #PortletCatalog, .content-sidebar #PortletCatalog
{
    width: 195px;
}

/* small padding for portlet zone's own header */
.PortletZone > h2, #PortletCatalog > h2
{
    padding-left: 10px;
}

.RemovePortlet
{
    display: inline-block;
    float: right;
    padding-right: 3px;
    background-color: #888888;
}
a.RemovePortlet:link, a.RemovePortlet:visited, a.RemovePortlet:active
{
    color: #ffffff;
}
.PortletContent
{
    border: 1px solid #aaaaaa;
    border-radius: 5px;
}
.PortletContent input
{
    width: 500px;
    overflow: hidden;
}
.PortletHeader
{
    font-weight: bold;
    border: 1px solid #888888;
    background-color: #888888;
    color: #ffffff;
    border-radius: 2px;
    clear: both;
    padding-left: 5px;
    padding-top: 2px;
}
.DroppableZone
{
    background: transparent url('../img/stripes_grey.gif') repeat;
}
.DroppableZoneTarget
{
    background: #bbbbbb none repeat;
}
.ui-widget-overlay
{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .50;
    filter: Alpha(Opacity=50);
}
.PortletActionButtons
{
}
.PortletActionButtons a:link, .PortletActionButtons a:visited, .PortletActionButtons a:active
{
    color: #ffffff;
    font-size: 0.80em;
}
.PortletState
{
    margin-left: 5px;
    color: #dddddd;
    font-size: 0.80em;
}
