﻿

/* base */

#helpPanel
{
    position:absolute;
    top:100px;
    right:-304px;
    bottom:0;
    z-index:100;
    width:300px;
    height:400px;
   
    
}

#helpPanel *
{
     font-family: sans-serif;
}

#helpPanelClip
{
    cursor:pointer;
    position:absolute;
    left:-40px;
    top:40%;
    width:50px;
    height:40px;
    background:transparent;
    text-shadow: 0px 2px 3px #555;
    background-image: url(../images/btnHelpOff.png);
    background-repeat:no-repeat;
 /*   border-top:5px solid;
    border-left:5px solid;
    border-bottom:5px solid;*/
    -moz-border-radius: 15px 0px 0px 15px;
    -webkit-border-radius: 15px 0px 0px 15px;
    -o-border-radius: 15px 0px 0px 15px;
    -ms-border-radius: 15px 0px 0px 15px;
    -khtml-border-radius: 15px 0px 0px 15px;
    border-radius: 15px 0px 0px 15px;
    padding-top:5px;
    padding-left:1px;
    
}

/*#helpPanelClip:hover
{
    background-image: url(../images/btnHelpOver.png);
}*/

#helpPanelClip p
{
    font-weight:bolder;
    font-size:1.6em;
    height:100%;
    vertical-align:middle;
    text-align:center;
    padding-top:10px;
    text-indent:-9999999px;
}

#helpPanelContent
{
    position:relative;
    color:black;
    z-index:105;
    text-align:center;
    margin-top:10px;
    height:90%;
    overflow-y:auto;
    width:95%;
}

#helpPanelBackground
{
     /* CSS3 standard */
    opacity:0.9;
    background:whitesmoke;
    height:100%;
    position:absolute;
    z-index:101;
    top:0;
    right:0;
    width:100%;
    -moz-border-radius:20px 0px 0px 20px;
    -webkit-border-radius: 20px 0px 0px 20px;
    -o-border-radius: 20px 0px 0px 20px;
    -ms-border-radius: 20px 0px 0px 20px;
    -khtml-border-radius: 20px 0px 0px 20px;
    border-radius: 20px 0px 0px 20px;
    -moz-box-shadow: 0px 0px 3px #aaa;
    -webkit-box-shadow: 0px 0px 3px #aaa;
    box-shadow: 0px 0px 3px #aaa;
    border:2px solid #058cf5;
    /*border-color: #058cf5;*/
}

/* content */
/* Object Info */
.HelpObjectInfo, .HelpList
{
    font-size: 1em;
    color:black;
    font-weight:bold;
    margin-bottom:20px;
    padding-bottom:10px;
    text-align:left;

}

.HelpObjectInfo
{
    border-bottom: 1px inset #058cf5;
    padding-left:5px;
}

.HelpObjectInfo > div
{
    margin-bottom:5px;
}

.HelpObjectInfo b
{
    color:#058cf5;
    font-size: 1em;
}

.HelpObjectInfo p
{
    margin-top:10px;
    display:inline;
}

.HelpList .headerFieldName 
{
    clear:right;
    float:left;
    text-decoration:underline;
    font-size:1.2em;
    color:#058cf5;
}

.HelpList .headerFieldName 
{
    clear:both;
    float:left;
    text-decoration:underline;
    font-size:1.2em;
    margin-bottom:10px;
    margin-left:10px;
    margin-top:10px;
}

.HelpList span
{
    clear:both;
    float:left;
    margin-left:15px;
    display:block;
}

.HelpList ul
{
    clear:both;
    display:block;
    list-style-type: disc !important;
    list-style-position:inside;
    margin-left:10px;
}