﻿div.asstCnt
{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index: 9998;
}
div.asst
{
    border: solid 1px #673399;
    background-color: #fff;
    position: absolute;
    text-align: left;
    /*margin-top: -200px;*/
    margin-left: -225px;
    width: 450px;
    height: auto;
    /*top: 50%;*/
    left: 50%;
    font-size: 12px;
}
div.asst div.asstTitle
{
    padding: 7px 0 0 10px;
    background-color: #673399;
    color: #fff;
    font-weight: bold;
    height: 2em;
}
div.asst div.asstBody
{
    margin: 8px 3px 3px 3px;
    text-align: left;
    font-size: 11px;
    min-height: 48px;
}
div.asstBody span.ico
{
    float: left;
    position: relative;
    padding-left: 6px;
    top: 0;
    vertical-align: top;
}
div.asstBody div.txt
{
    display: block;
    padding-left: 66px;
    padding-right: 6px;
    position: relative;
    top: 0;
    vertical-align: top;
}
div.asstTextBox
{
    text-align: center;
    overflow:hidden;
    margin-bottom:20px;
}
div.asst div.asstButtons
{
    clear: both;
    text-align: center;
    font-weight: bold;
    background-color: #673399;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 45px;
    padding-top: 18px;
}
div.asstButtons a
{
    padding: 2px 20px 2px 20px;
    border: solid 1px #fff;
    background-color: #673399;
    color: #fff;
    text-decoration: none;
}
div.asstButtons a:hover
{
    border: solid 1px #673399;
    background-color: #f00;
    color: #fff;
}

span.asstButtonSpace 
{
    margin-left: 30px;
}

/* progress dialog */
div.prgCnt
{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index:100000;
}

div#prgMain
{
    border: solid 1px #673399;
    background-color: #fff;
    position: absolute;
    text-align: left;
    margin-top: -49px;
    margin-left: -225px;
    width: 450px;
    height: 98px;
    /*top: 50%;*/
    left: 50%;
    font-size: 12px;
}

div#prgTitle
{
    padding: 7px 0 0 3px;
    background-color: #673399;
    color: #fff;
    font-weight: bold;
    height: 31px;
}
div#prgBody
{
    margin: 3px 3px 3px 3px;
    text-align: left;
}

div.asstOptions ul li
{
    margin-bottom: 10px;
}

div.asstFurtherDetailsLink 
{
    margin:6px;
    text-align: right;
}

div.asstFurtherDetailsLink a 
{
    font-size:smaller;
}

#asstFurtherDetailsBox 
{
    z-index: 9999;
    padding:0px;
    background-color:White;
    border: 2px solid #673399;
    width:800px;
    height:600px;
    position:absolute;

    bottom: 0;
    top: 0;
    left: 50%;
    margin: 0px;
    margin-left: -400px;

}

#asstFurtherDetailsHeader 
{
    height:50px;
    background-color: #673399;
    color: #fff;
}

#asstFurtherDetailsHeader H1 
{
    background-color: #673399;
    color: #fff;
    padding-left:10px;
    font-size: 12px;
}


#asstFurtherDetailsBox table
{
    margin:0px;
    border:0px;
}

#asstFurtherDetailsScrollArea 
{
    overflow:scroll;
    height:480px;
    width:790px;
    margin: 10px 0px 10px 10px;
}

#asstFurtherDetailsScrollArea 
{
    font-size:8pt;
}

#asstFurtherDetailsFooter 
{
    height:50px;
    text-align:center;
}