﻿/* DynamicHelp */
.hlpButton
{
    background-image: url(../../img/Buttons/Buttons-questionmark.gif);
    background-repeat: no-repeat;
    cursor: help;
    padding-left: 16px;
    padding-top: 16px;
    vertical-align: bottom;
    margin-left: 2px;
}

.popPanel
{
    background-color: #ffffff;
    border: solid 1px #006f3b;
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    color: #000;
    float: none;
    overflow: visible;
    position: absolute;
    top: 30px;
    left: 160px;
    visibility: hidden;
    z-index: 10000;
    cursor: default;
    width: 300px; /*Shadow*/
    box-shadow: 5px 5px 5px #888; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888')"; /*border-style:solid;border-color:#512D44;background-color:#e5e8f1;color:#512D44;*/
}
.popContent
{
    padding: 20px 10px 10px 10px;
}
.popHeader
{
    
    border-bottom: 1px solid #75787b;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 19px;
    padding: 5px 10px 5px 10px;
    cursor: auto;
    border-style: solid;
    color: #0030a5;
    background:#8ec63f;
}
.popHeader .popHeaderCloseButton
{
    background-image: url(../../img/dpr/lb-close.gif);
    background-repeat: no-repeat;
    background-position: center;
    cursor: default;
    padding-left: 18px;
    padding-top: 18px;
    border-style: solid;
    border-width: 1px;
}
.popHeader .popHeaderTitle
{
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
/*.popResizeHandle
{
	background-image:url(../../img/DPR/popResizeHandle.gif);
	background-repeat:no-repeat;
	cursor:se-resize;
	overflow:hidden;
	height:16px;
	width:16px;
}*/
/*.popResizable
{
	border:solid 2px #f2f3f9;
	padding:0px;
}*/
