﻿/* BranchSearch ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.divBranchSearch
{
float:left; 
width:340px;
padding: 10px; 
background-color:#ccc; 
min-height:80px
}
.lblBranchSearch
{
  font-family:Arial;
  color:#000;
  font-size:10pt;  
  font-weight:bold;
  margin-left: 5px;
}
.txtFindBranch
{
 width:200px;  
}
/*##############################################################
Comment Tool   */
.divCommentTool
{
    float:left; 
    width:370px;
    padding:15px;
    margin-bottom:15px;
    background-color: #e1f3ff;
}
.txtReadComment
{
 resize:none;
 width:350px;
 height:130px;  
 font-size: 9pt; 
}
.txtNewComment
{
 resize:none;
 width:350px;
 height:110px;
 font-size: 9pt;    
}
/*###################################################################################
Submit Tools   */
.txtError
{
 width:350px;
 padding:10px;
 height:100px;
 background-color:Red;
 color:Black;
 border:none;   
 resize:none;
}
.BlockShipUnit
{
    width:auto;
    padding:10px;
    background-color: #caddff;
    float:left;
 min-height:40px;   
}
.txtChkDigit
{
    width:30px;
    text-transform:uppercase;
}
/*######################################################################################
Ship Units */
.SU_Label
{
    width:80px;
    text-align:right;
}
.SU_Entry
{
    width:80px;
    text-align:left;
}
.SU_lbl
{
    margin-left:15px;
}
.test
{
 width:100px;
 height:15px;
 background-color:Aqua;   
}
.test:hover
{
 width:200px;
 height:60px;
 background-color:Yellow;
}
/*######################################################################################
Job Item Entry */
.ColourPanel
{
    width:98%; 
    padding:1%;
    float:left;
}
.txtChk:focus
{
    background-color:Yellow;
}
