
table.data-form td.LeftColumn
{
    text-align: right;
    font-weight: bold;
    width: 150px;
    overflow: hidden;
}
table.data-form td.RightColumn
{
    text-align: left;
}

.checkoutStep
{
    font-weight: bold;
    font-size: xx-large;
    text-decoration: underline;
    padding-top: 20px;
    padding-bottom: 15px;
}

.panUploadRequirements{
    font-weight:bold;
    font-size:small;
    color:red;
}

/* Tool Tips*/
.tooltip
        {
            /* border-bottom: 1px dotted #000000;*/
            /*color: #000000;*/
            outline: none;
            cursor: help;
            text-decoration: none !Important;
            position: relative;
            top:5px;
        }
        .tooltip span
        {
            margin-left: -999em;
            position: absolute;
            height:auto;
            text-decoration:none;
            color: #000000;
        }
        
        .tooltip:hover span
        {
            font-family: Calibri, Tahoma, Geneva, sans-serif;
            position: absolute;
            left: 1em;
            top: 2em;
            z-index: 99;
            margin-left: 0;
            width: 250px;
          text-decoration:none;
            
        }
        .tooltip:hover img.LargeImage
        {
            border: 0;
            margin: -10px 0 0 -55px;
            float: left;
            position: absolute;
        }
        .tooltip:hover em
        {
            font-family: Candara, Tahoma, Geneva, sans-serif;
            font-size: 1.2em;
            font-weight: bold;
            display: block;
            padding: 0.2em 0 0.6em 0;
        }
        
        * html a:hover
        {
            background: transparent;
            text-decoration:none;
        }
        
        .help
        {
            padding: 0.5em 0.8em 0.8em 2em;
            background: #9FDAEE;
            border: 1px solid #2BB0D7;
            border-radius: 10px;
        }
        
        .help td 
        {
          padding: 3px;
        }
        
     /*End ToolTips*/
     
  