﻿#divWrapper
{
    padding: 10px;
    width: 1080px; /*
     background-color: #CCFFCC; */
    background-color: #ffffff;
    float: left;
    min-height: 550px;
}
.divTitle
{
    width: 100%;
    height: 30px;
    float: left;
}
.divError
{
    width: 100%;
    min-height: 100px;
    float: left;
}
.lblTitle
{
    font-weight: bold;
    font-size: medium;
}
.lblTitleOp
{
    font-weight: bold;
    font-size: large;
}
.lblSubTitle
{
    font-weight: bold;
    font-size: small;
}
/* ####    Page Divs    ####*/
.divFullPage
{
    width: 1060px;
    float: left;
}
.divHalfPage
{
    width: 530px;
    float: left;
}
.divHalfPage900
{
    width: 50%;
    float: left;
}
.divFullPage900
{
    width: 900px;
    float: left;
}
.divThirdPage900
{
    float: left;
    width:300px;
    min-height:10px;
}
.div2ThirdPage900
{
    float: left;
    width:600px;
    min-height:10px;
}
.divHalfPage_ctr
{
    width: 530px;
    float: left;
    margin-left: 230px;
}
.divEODHalfPage_ctr
{
    padding: 15px 60px 15px 50px;
    width: 440px;
    float: left;
    margin-left: 230px;
    background-color: #F35460;
}
.divThirdPage
{
    width: 350px;
    float: left;
    min-height: 100px;
}
.divMenuThirdPage
{
    width: 164px;
    float: left;
    padding: 5px;
    margin: 3px;
}
.div2ThirdPage
{
    width: 700px;
    float: left;
    min-height: 100px;
}
.divAccThirdPage
{
    width: 360px;
    float: left;
}
.divAcc2ThirdPage
{
    width: 720px;
    float: left;
    min-height: 10px;
}
.divAccRHSPage
{
    width: 300px;
    float: left;
    
}
.divRateHalfPage
{
    width: 500px;
    float: left;
}
.divContStockHalfPage
{
    width: 560px;
    float: left;
}
.divPutawayBox
{
    padding: 15px;
    background-color: #eaffea;
    width: 450px;
    min-height: 260px;
    margin-top: 10px;
}
/*##########################################################################*/
.divConfirmSend
{
    padding: 7px;
    background-color: #FFFF99;
    width: 270px;
    height: 65px;
    margin-left: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.divInvSearch
{
    padding: 7px;
    width: 350px;
    height: 155px;
    background-color: #EAFFEA;
    float: left;
    margin-left: 10px;
}
.divSearch
{
    padding: 10px;
    width: 280px;
    height: 25px;
    background-color: #EAFFEA;
    float: left;
}
.divPageSpacer
{
    width: 100%;
    height: 35px;
    float: left;
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #666;
}
.TdSched
{
    width:40px;
    text-align: center;
}
.TdRight
{
    text-align: center;
}
.TdUnderline666
{
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #666;
}
.TrOp
{
    height: 30px;
}
.TdOp
{
    font-size: large;
}
.TdOpRight
{
    font-size: large;
    text-align:right;
}
.TdCtr
{
    text-align: center;
    width:60px;
}
/*###########################################################################################
Campaign*/
.ThLeft_8
{
 text-align: left;
 font-size: 8pt;   
}
.ThCentre_8
{
 text-align: center;
 font-size: 8pt;   
}
.lblClass
{
 font-size:8pt;   
}
.divCampDetail
{
    border: solid thin #000;
    background-color: #CCFF99;
    padding: 5px 10px 10px 10px;
    width: 1050px;
}
.SubTitle
{
 font-size:11pt;
 font-weight:bold;
}
.CampaignError
{
 width:300px;
 height:100px;
 background-color:Transparent;
 border:none;
 color:red;
 font-weight:bold;  
 resize:none; 
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Uploads Styling */
.fulPanel
{
    padding: 10px;
    width: 480px;
    min-height: 120px;
    background-color: #CCCCCC;
    margin-bottom: 10px;
    float: left;
    margin-left: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reports */
.ReportCellRed
{
    color:Red;
    text-align:right;
    padding-left:10px;
}
.ReportCell
{
    text-align:right;
    padding-left:10px;
}