﻿
/* E_BackgroundImage */
div.E_BackgroundImage
{
    position: absolute;
    z-index: auto;
    left: -19px;
    top: -9px;
}

/* E_HeadParagraph */
td.E_HeadParagraph
{
    text-align: left;
}

td.E_HeadParagraph h1, td.E_HeadParagraph h1 a
{
    text-align: left;
    font-size: 24px;
    padding-left: 0px;
    color: #550b41;
    text-decoration:none;
}

td.E_HeadParagraph h1 a:hover
{
    cursor:text;
    text-decoration:none;
}

td.E_HeadParagraph p, td.E_HeadParagraph a, td.E_HeadParagraph a.linka, td.E_HeadParagraph a.linkb
{
    font-size: 14px;
    text-decoration:none;
}

td.E_HeadParagraph a
{
    color:#00F;
}

td.E_HeadParagraph a.linka, td.E_HeadParagraph a.linkb
{
    color:#000;
}

td.E_HeadParagraph a:hover, td.E_HeadParagraph a.linka:hover
{
    text-decoration:underline;
}

td.E_HeadParagraph a.linkb:hover
{
    cursor:text;
    text-decoration:none;
}

/* E_InputBlock */
td.E_InputBlock
{
    border-top: 1px dashed #c0c0c0; 
    text-align: left;
    padding-top:10px;
}

td.E_InputBlock p
{
    font-size: 14px;
}

td.E_InputBlock th
{
    text-align:left;
    font-weight:bold;
    color:#550b41;
    padding:0px;
    margin:0px;
    height:24px;
    font-size: 14px;
}

td.E_InputBlock .TextBox_l, td.E_InputBlock .DropDownList_l
{
    color:#000;
}

td.E_InputBlock .TextBox_l, td.E_InputBlock .TextBox_l_Highlight, td.E_InputBlock .DropDownList_l, td.E_InputBlock .DropDownList_l_Highlight
{
    font-size:13px;
}

/* Indicator */
div.Indicator
{
    text-align:left;
    font-size:11px;
    color:red;
}

/* MessageBlock */
td.MessageBlock
{
    border-top: 1px dashed #c0c0c0; 
    text-align: left;
    padding-top:10px;
}

td.MessageBlock h4
{
    text-align:left;
    font-weight:bold;
    color:#550b41;
    padding:0px;
    margin:0px;
    height:24px;
    font-size: 14px;
}
    
td.MessageBlock p
{
    font-size: 14px;
}

/* */

td ul
{
    margin-top: 0px;
    padding-top: 0px;
}

td ul.CheckList
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

td ul.CheckList li
{
    color: #000;
    padding-left: 15px;
    background-image: url(../../../gr/pp/a/t/listcheck.gif);
    background-repeat: no-repeat;
    background-position: left;
    height: 16px;
}

td ul.ArrowList
{
    margin: 0px;
    padding: 0px;
    list-style-image: url(../../../gr/pp/a/t/listarrow.gif);
    list-style-position: inside;
}

td ul.ArrowListW
{
    margin: 0px;
    padding: 0px;
    list-style-image: url(../../../gr/pp/a/t/listarrowW.gif);
    list-style-position: inside;
}