﻿
.ThumBody
{
    background-color: White !important;
    margin: 0px;
}

.wait, .wait *
{
    cursor: wait !important;
}

.disabled
{
    background-color: gray;
    filter: alpha(opacity=25);
    opacity: 0.3;
}

.hiddencol
{
    display: none;
}




.subSectionHeaderNotes
{
    background-color: #1C5E55;
    color: White;
    font-weight: bold;
    padding: 2px;
    margin-bottom: 2px;
}
.subSectionHeader
{
    font-style: italic;
    font-weight: bold;
    background-color: #DCD7C2;
    color: #134e39;
    vertical-align: middle;
    padding: 5px;
}
.col1
{
    width: 156px;
    padding-left: 4px;
}
.col2
{
    width: 195px;
}
.col3
{
    width: 162px;
}
.col4
{
}
.colX
{
    width: 100px;
}
.col5
{
    width: 180px;
    padding-left: 4px;
}
.col6
{
    width: 170px;
}
.TextBoxWatermark
{
    color: Green;
    font-style: italic;
    width: 149px;
}
.MakeCapsStyle
{
    text-transform: uppercase;
}

#hintbox
{
    /*CSS for pop up hint box */
    position: absolute;
    top: 0;
    background-color: #DCD7C2;
    width: 150px; /*Default width of hint.*/
    padding: 3px;
    border: 1px solid black;
    font: normal 11px Verdana;
    line-height: 18px;
    z-index: 100;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    visibility: hidden;
}

.hintanchor
{
    /*CSS for link that shows hint onmouseover*/
    font-weight: bold;
    color: Green;
}
a.hintanchor
{
    text-decoration: none;
}



.subSectionBody
{
    margin: 2px 0px 4px 24px;
}

.updateProgress
{
    position: absolute;
    background-color: #fff;
    padding: 0px;
    margin: 0px;
}
.updateProgress div
{
    background-color: white;
    padding: 4px;
    position: absolute;
    top: 50%;
    left: 45%;
}

.section-header
{
    background-image: url('../images/top-bgd.gif');
    width: 768px;
    height: 22px;
}

.section-header-text
{
    background-color: #134e39;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 6px;
    margin-top: 4px;
}

.grid-header
{
    font-weight: bold;
}





.error
{
    color: #CC0033;
    font-weight: bold;
}

.nomargin
{
    margin: 0px;
}



/* 
	The transparent background that
	covers the whole screen
*/
.TransparentGrayBackground
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: Gray;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
}

.PageUpdateProgress
{
    background-color: #CF4342;
    color: #fff;
    width: 150px;
    text-align: center;
    vertical-align: middle;
}
.messagepanel
{
    border-style: solid;
    top: 200px;
    right: 200px;
    width: 608px;
    height: 400px;
    background-color: #00FFFF;
    position: fixed;
    z-index: 1000;
    font-size: x-large;
    font-weight: 300;
}

.DropZone1
{
    width: 300px;
    height: 90px;
    background-color: #CCCCCC;
    border-color: #060606;
    color: #767676;
    float: left;
    text-align: center;
    font-size: 16px;
    color: white;
}
 
#DropZone2
{
    width: 500px;
    height: 900px;
    background-color: #357A2B;
    border-color: #CCCCCC;
    color: #767676;
    float: left;
    margin-left: 90px;
    text-align: center;
    font-size: 16px;
    color: white; padding: 100px;
}
 
.ruDropZone
{
    width: 500px;
    height: 900px;
    background-color: #357A2B;
    border-color: #CCCCCC;
    color: #767676;
    float: left;
    text-align: center;
    margin-top:-80px;
    font-size: 16px;
    color: white; padding: 100px !important;
}

#DropZone3
{
    width: 300px;
    height: 900px;
    background-color: #CCCCCC;
    border-color: #060606;
    color: #767676;
    float: left;
    text-align: center;
    font-size: 16px;
    color: white;
   
}
 
.RadAsyncUpload
{
    margin-left: 0px;
    margin-bottom: 28px;
}

/* Grids on Binding Restriction */
.RedHeader
{
    background-color: #bf2337;
    color: white;
}
