﻿/* used for for text/company period */

.searchUCEexecuteSearch
{
    padding-left: 5px;
    margin-left: auto;
    margin-right: auto;
}

.searchUCEexecuteSearch p
{
}

.searchUCEexecuteSearch hr
{
    width: 600px;
}

.theTreeView
{
    width: 550px;
    height: 700px;
    padding-left: 2em;
    padding-bottom: 5em;
    overflow: auto;
}


.longInputBox
{
    width: 80%;
    color: #85548C;
    font-size: medium;
    font-weight: bold;
    margin-left: 15px;
    clip: rect(auto, auto, auto, auto);
}

.EAbutton
{
    width: 11em;
    color: #000000;
    background-color: #C0C0C0;
}

.addFilterButton
{
    width: 18em;
    color: #9B5BA5;
    background-color: #D9D7D8;
    border: 1px outset #B6B3BC;
    font-size: small;
}

.addFilterButton:hover
{
    background-color: White;
}

.filterListClassBox
{
    background-color: #EBDDEC;
    width: 600px;
}

.filtersListClass
{
    border: thin inset #FFCCFF;
    margin-top: 15px;
    width: 530px;
    background-color: White;
    color: #85548C;
    font-weight: bold;
}

.RadioButtonList2
{
    text-align: left;
    float: left;
}


#ProgessUC
{
  display:block;
  clear:both;
}

#ProgressUpdateId
{
    position:  relative;
    top: -800px;
    left: 400px;
}

#ProgressUpdateBox
{
    clear:both;
    width: 400px;
    height: 300px;
    border-style: solid;
    border-color: #B6B3BC;
    background-color: White;    
    
}

#ImageProgress
{

     padding-top: 40px;
     padding-left: 160px;
 
}


#UpdateProgressLiteral
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #B6B3BC;
    font-size: 2em;
    
    padding-top: 40px;
    padding-left: 60px;
}


.smallFont
{
    position: relative;
    top: 20px;
    font-size: 10px;
}

