﻿.helptipshow
{
    position:absolute;
    display:block;
    width:200px;
    border:2px solid #000;
    font-family: Arial;
    font-size: 11px;
    font-weight:bold;
    text-decoration:none;
    color:#000;
    filter:alpha(opacity=95);
    opacity:0.95;
    z-index:1000;
} 
.helptiphide
{
    display:none; 
}
.helptipcontent
{
    padding:10px;
    padding-bottom:3px;
    background-color:#ffffff;
}
.helptipclose
{
    
}
.helptipclose DIV
{
    background-image:url(img/b_close_hover.png);
    width:9px;
    height:8px;
    margin:0px;
    margin-left:5px;
    padding:0px;
    float:right;
    cursor:pointer;
    cursor:hand;
}
.helptipclose DIV:hover
{
    background-image:url(img/b_close_hover.png);
}

.helpoptionsshow
{
    padding:5px;
    background-color:#e0e0e0;
}
.helpoptionsshow span
{
    padding:5px;
    text-decoration:underline;
    color:#484847;
    font-style:italic;
    font-weight:bold;
    font-size: 11px;
    cursor:pointer;
    cursor:hand;
}

.helpoptionshide
{
    display:none;
}
.helptipshow .helpnoshow
{
    font-size:10px;
}
.helptipshow .helpnoshow input
{
    padding:0px;
    margin-bottom:-2px;
}




