﻿.Portlet
{
    width:100%;
    min-width:100px;
    position:relative;
    margin:0px 3px 3px 3px;
    font-size:1.1em;
    display:inline-block;
    background-color:White;
}

.PortletTitleOpen
{
    height:28px;
    line-height:28px;
    background: url(../images/portlet/portlet-title-bg.gif) repeat-x left top;
    padding-left:10px;
}

.PortletTitleClosed
{
    height:28px;
    line-height:28px;
    background: url(../images/portlet/portlet-title-bg-closed.gif) repeat-x left top;
    padding-left:10px;
}

.PortletTitleTL, .PortletTitleTR
{
    width:6px;
    height:6px;
    top:0px;
    border:none;
    background-color:Transparent;
    position:absolute;
}

.PortletTitleTL
{
    left:0px;
    background-image:url(../images/portlet/portlet-tl.gif);
}

.PortletTitleTR
{
    right:0px;
    background-image:url(../images/portlet/portlet-tr.gif);
}

.PortletContent
{
    position:relative;
    border-left:solid 1px #DFDFDF;
    border-right:solid 1px #DFDFDF;
    border-bottom:solid 1px #DFDFDF;
    padding:5px 5px 10px 5px;
}

.PortletContentBL, .PortletContentBR
{
    width:5px;
    height:5px;
    bottom:0px;
    border:none;
    background-color:Transparent;
    position:absolute;
}

.PortletContentBL
{
    left:0px;
    background-image:url(../images/portlet/portlet-open-bl.gif);
}

.PortletContentBR
{
    right:0px;
    background-image:url(../images/portlet/portlet-open-br.gif);
}

.PortletIconBar
{
    display:inline;
    width:100px;
    position:absolute;
    right:10px;
    top:0px;
    text-align:right;
}

.IconsPortletClose
{
    /*position:absolute;
    top:0px;
    right:10px;*/
    display:inline-block;
    background-position:right center;
    background-repeat: no-repeat;
    height: 28px;
    width: 18px;
    background-image: url(../images/icons/closeinv12.png);
    cursor:pointer;
}

.IconsPortletMaximize
{
    /*position:absolute;
    top:0px;
    right:26px;*/
    display:inline-block;
    background-position:center center;
    background-repeat: no-repeat;
    height: 28px;
    width: 16px;
    background-image: url(../images/icons/maximize16.png);
    cursor:pointer;
}

.IconsPortletMinimize
{
    /*position:absolute;
    top:0px;
    right:26px;*/
    display:inline-block;
    background-position:center center;
    background-repeat: no-repeat;
    height: 28px;
    width: 16px;
    background-image: url(../images/icons/minimize16.png);
    cursor:pointer;
}