﻿*
{
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #575757;
}

#PageWrapper
{
    width: 1100px;
    margin: 0 auto;
}

#HeaderWrapper
{
    height: 60px;
    width: 1100px;
    float: left;
    margin-bottom:10px;
}
#FooterWrapper
{
    height: 30px;
    width: 1100px;
    float: left;
    background-image:url("/Images/Tyre_20px.png");
    background-repeat:repeat-x;
}

.MenuWrapper
{
    height: 30px;
    width: 750px;
    float: right;
    margin-top:10px;
}
.PageContent
{
    width:100%;
    min-height:450px;
    background-color:Yellow;
    float:left;
}

.UserInfo
{
    width: 450px;
    height: 20px;
    float: right;
    margin-right:50px;
    
}
.imgLogo
{
    float: left;
    padding-right: 20px;
}
.UserLabels
{
    font-size: x-small;
    float: right;
    padding-left: 10px;
}
.btnConfirm
{
 background-color:Red; 
 color:#000;   
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Forms */
.divForm1100
{
 width:1100px;
 min-height:300px;
 float:left;
}
.divForm550
{
 width:550px;
 min-height:300px;
 float:left;
 margin-left:50px;
 margin-bottom:20px;
}
.divForm500
{
 width:500px;
 min-height:300px;
 float:left;
 margin-left:50px;
 margin-bottom:20px;
}
.divForm700
{
 width:700px;
 min-height:300px;
 float:left;
 margin-left:50px;
 margin-bottom:20px;
}
.divForm600
{
 width:600px;
 min-height:300px;
 float:left;
 margin-left:50px;
 margin-bottom:20px;
}
.divForm750
{
 width:750px;
 min-height:300px;
 float:left;
 margin-left:50px;
 margin-bottom:20px;
}
.divForm400
{
 width:400px;
 min-height:300px;
 float:left;
 margin-left:50px;
 margin-bottom:20px;
}
.divForm380
{
 width:380px;
 min-height:300px;
 float:left;
 margin-left:50px;
 margin-bottom:20px;
}
.divForm300 {
    width: 300px;
    min-height: 300px;
    float: left;
    margin-left: 50px;
    margin-bottom: 20px;
}

.divDarkLine
{
    width:100%;
    height:3px;
    background-color:#267bb6;
    float:left;
}
.divFormHead
{
    width:97%;
    height:25px;
    padding-top:3px;
    padding-left:3%;
    background-color:#69c0fc;
    float:left;
    font-size:12pt;
    font-family:Arial;
    font-weight:bold;
    color:#fff;
}
.lblFormTitle
{
 margin-left:10px;
 font-size:12pt;
 font-family:Arial;
 font-weight:bold;
 color:#fff;
}
.divFormContent800
{
    width:800px;
    padding:10px 20px 10px 20px;
    min-height:380px;
    /* background-color:Orange;*/
    background-color:#cae9ff; 
    float:left;
}
.divFormContent220
{
    width:220px;
    padding:10px 20px 10px 15px;
    min-height:380px;
    /* background-color:yellow;*/
    background-color:#cae9ff;
    float:left;
}
.divFormContent
{
    width:96%;
    padding:10px 2% 10px 2%;
    min-height:380px;
    background-color:#cae9ff;
    float:left;
}
.FormSpace
{
    width:100%;
    float:left;
    Height:15px;
}
.FormBlock
{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.FormHalfBlock
{
    width:50%;
    float:left;
    margin-bottom:10px;
}
.divFormLHS
{
    float:left;
    width:75%;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Login */
#divLogin
{
    border-style: solid;
    border-width: thin;
    padding: 15px;
    width: 310px;
    height: 200px;
    float: left;
    background-color: #A8E2FF;
    margin-left: 180px;
    margin-top: 80px;
}
.tdLogin
{
    height: 35px;
}
#divChgPw
{
    border-style: solid;
    border-width: thin;
    padding: 15px;
    width: 400px;
    height: 230px;
    float: left;
    background-color: #A8E2FF;
    margin-left: 180px;
    margin-top: 30px;
}
#divHome
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
}
.lblAlert
{
     font: small/1.5 Verdana, Helvetica, sans-serif;
     float: left;
     color: Red;
}
/*##########################################################################################################
Please wait*/
.PleaseWait
{
    height: 185px;
    width: 250px;
    border:solid thin #000;
    background-color:#fff;
    position:absolute;
    top:300px;
    left:600px;
    float:left;
    z-index: 5;
}
.WaitImage
{
    width:150px;
    height:70px;
    margin:30px 0 0 92px;
    float:left;
    background:url("/Images/PleaseWait1.gif");
    background-repeat: no-repeat;
    z-index: 6;
}
.WaitText
{
   width:150px;
    line-height:35px;
    margin:20px 0 0 85px;
    float:left; 
    z-index: 6;
    color:#000;
}
/* BusinessRecord ######################################################################################
#######################################################################################################*/


.divBusTop
{
    float: left;
    background-color: #F3F3F3;
    width: 450px;
    height: 400px;
}
#divBusTitle
{
    float: left;
    /* height: 80px; */
    width: 900px;
}
#divBusLower
{
    float: left;
    width: 900px;
    min-height: 400px;
}
.txtBus
{
    width: 230px;
    font-family: Verdana;
    font-size: small;
    resize:none;
}
.ddlBus
{
    width: 230px;
}
.ThLeft
{
    text-align: left;
}
.UnderlineRow
{ background-color: #ffcc66;
}
.TrOSData
{
    background-color: #FFFBD6;
    color: #666;
}
.TdShort
{
    text-align: left;
    width: 50px;
}
.TdLong
{
    text-align: left;
    width: 200px;
}
.TdMed
{
    text-align: left;
    width: 80px;
}
.TdMedLong
{
    text-align: left;
    width: 135px;
}
.tp
{
   width:100px;
}
.tpb
{
   width:100px;
   font-weight:bold;
}
/*##################################################################################*/
.SchedBtn
{
    width:190px;
    height:30px;
    margin-bottom:7px;
}
.btnClose
{
    width:30px;
    height:30px;
    background-color:Red;
    font-weight:bold;
    font-size:large;
    float:right;
    color:White;
}