﻿/********************************
    Import panel header section
*********************************/
#divImportHeader
{
    position: absolute;
    width: 100%;
    height: 25px;
    top: 0px;
    left: 0px;
    border-width: 3px 3px 1px 3px;
    border-style: Outset Outset solid Outset;
    background-image: url(images/green1-gradient-30x1.gif);
    font-weight: bold;
    vertical-align: middle;
    color: white;
    font-family: Arial, Verdana, Sans-Serif;
    font-family: Calibri, Arial, Helvetica, sans-serif;
}


#divImportHeader H3
{
    margin: 0px;
    padding: 0px;
    left: 3px;
    vertical-align: text-bottom;
    width: 125px;
    line-height: 100%;
    text-align: left;
    color: #FFFFFF;
}


#btnUpload
{
    background-color: #008000;
    color: #FFFFFF;
    font-weight: bold;
    display: inline;
}


.ImportPanel
{
    position: absolute;
    width: 65%;
    height: 564px;
    top: 112px;
    left: 0px;
    z-index: 1200;
    display: none;
    padding: 2px 2px 2px 2px;
    margin: 0px 0px 1px 0px;
    border: solid 2px green;
    background-color: White;
   
}


.fieldIdRow
{
    background-color: White;
    font-size: 12px; 
    text-align: left;
    font-weight: bold;
}

.fieldAltIdRow
{
    /*background-color:#e2ebf5;*/
    background-color: #F0F0F0;
    font-size: 12px; 
    text-align: left;
    font-weight: bold;
}
.valueIdRow
{
    background-color: White;
    font-size: 12px; /*width:55%;*/
    text-align: left;
    font-weight: normal;
}

.valueAltIdRow
{
    background-color: #e2ebf5;
    font-size: 12px; /*width:55%;*/
    text-align: left;
    font-weight: normal;
}
.IdSpatialTable
{
    width: 100%;
}
.idsplit
{
    width: 75%;
    color: #6F9BB8;
}


/*********************************
    Content Area
**********************************/

#ImportTemplates_divImportContent
{
    display: block;
    width: 100%;
    height: 545px;
    position: absolute;
    top: 27px;
    left: 0px;
    margin: 1px;
    padding: 1px;
    background-color: White;
}

#ImportTemplates_divUploadCtrls
{
    display: block;
    height: 30px;
    width: 100%;
}

#divResultsContent
{
    display: none;
    width: 100%;
    height: 546px;
    position: absolute;
    bottom: 2px;
    left: 0px;
    margin: 0px 0px 2px 0px
    
}

#spanTitleNote
{
    margin: 2px, 2px, 2px, 2px;
    font-weight: bold;
    position: absolute;
    right: 5px;    
}

#ImportTemplates_divResultsTitle
{
    height: 30px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bold;
    font-size: medium;
    color: #0000FF;
    
}

#ImportTemplates_divResultsTitleProjectCount
{
    margin: 2px, 2px, 2px, 2px;
    position: absolute;
    left: 5px;
    
}

#ImportTemplates span
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 100%;
    text-align: left;
    color: #FFFFFF;
}

#ImportTemplates_ImportTemplates_lblTmpltId
{
    left: 10px;
    vertical-align: text-bottom;
    width: 100px;
}

#ImportTemplates_divResults
{
    height: 495px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 2px, 2px, 2px, 2px;
    margin:  0px, 0px, 2px, 0px;
    border-bottom-style:  solid; /*inset;*/
    background-color: #FFFFFF;
   
}

#ImportTemplates_divResults H4
{
    color: Red;
}

#ImportTemplates_divResultsCtrls
{
    position: absolute;
    height: 43px;
    width: 99%;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: solid 2px #008080;
    padding: 2px 1px 1px 1px;
    margin: 2px 1px 1px 1px;
    background-color: White;
    overflow: hidden;
}


/**********************
Results Table
***********************/
.ResultsTblDiv
{
    height: 488px;
    width: 99%;
    border: solid 1px;
    margin: 1px 1px 1px 1px;
    padding: 1px 2px 1px 2px;
    /*overflow: scroll;*/
    overflow-y: scroll;
    overflow-x: hidden;
}

.TableResults
{
    /*border-color: #006000;*/
    width: 98%;
    height: 500px;
    border-width: 1px; 
    border-style: solid;
    border-collapse: collapse;
    font-family: Verdana, Arial, sans-serif;

}

.Errors
{
    color: #FF3300;
    vertical-align: middle;
    text-align: left;
    overflow: scroll;
    /*border: solid 1px #006000;*/
}

.NoErrors
{
    color: Green;
    font-weight:bold;
    text-align: left;
    vertical-align:middle;
}


th.ValidResultsHeader
{
    
    color: #060;
    font-size: medium;
    padding: 2px;
    margin: 3px;
    vertical-align: bottom;
    background-color: #E0E0E0;
    font-weight: bold;
}


td.ValidResultsData
{
    border-color: Green;
    border-width: thin;
    border-style: none;
    /*color: #000000;*/
    font-size: smaller;
    text-align: center;
    padding: 2px;
}


td.InvalidResultsData
{
    border-color: Red;
    border-width: medium;
    background-color: #FF7F50;
    font-size: smaller;
    text-align: center;
    padding: 2px;
}

.L1
{
    background-color: #006000;
    color: #FFFFFF;
    text-align: left;
    font-size: xx-small;
}

th.L1
{

    line-height: normal;
    font-size: xx-small;
}


th.MultiColHeader
{
    text-align: left;
    color: #006000;
    font-size: xx-small;
    padding: 2px;
    margin: 3px;
    vertical-align: bottom;
    background-color: #C0C0C0;
    font-weight: lighter;
}

td.MultiColData
{
    text-align: left;
    color: #000000;
    font-size: smaller;
    text-align: center;
    padding: 2px;
}



.BtnEdit
{
    font-weight: bold;
}

.BtnReset
{
    position: absolute;
    font-weight: bold;
    left: 20;
    top: 75px;
    width: 125px;
    background-color: #008000;
    color: #FFFFFF;
}

.BtnClose
{
    position: absolute;
    font-weight: bold;
    left: 150px;
    top: 75px;
    width: 125px;
    background-color: #008000;
    color: #FFFFFF;    
}