﻿/* Intranet */
.intranetpage
{
    font-size:12px;
}

.intranetpage legend
{
    font-size:14px;
    font-weight:bold;
    color:#777;
}

.intranetpage fieldset {
    border: 1px solid #DDD;
    padding: 0px 20px 10px 10px;
}

#tw-content
{
    padding: 20px 20px 20px 20px;  
                
    position: relative;
    z-index: 50;
    margin-bottom:10px;
    overflow: hidden;
    line-height: 1.6;
    background-color: white;   
                   
    font-family: Verdana, Helvetica, Sans-Serif;
}

#LoanPeriodArea
{  
    background: #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#A2C0DF));
    background: -webkit-linear-gradient(#fff, #A2C0DF);
    background: -moz-linear-gradient(#fff, #A2C0DF);
    background: -ms-linear-gradient(#fff, #A2C0DF);
    background: -o-linear-gradient(#fff, #A2C0DF);
    background: linear-gradient(#fff, #A2C0DF);
    -pie-background: linear-gradient(#fff, #A2C0DF);        

    /* local shadow */
    -webkit-box-shadow: #A2C0DF 0px 0px 5px;
    -moz-box-shadow: #A2C0DF 0px 0px 5px;
    box-shadow: #A2C0DF 0px 0px 5px;	

    behavior: url('../../css/PIE.htc');	

}

.PayMethodArea
{  
    background: #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#FFD8B0));
    background: -webkit-linear-gradient(#fff, #FFD8B0);
    background: -moz-linear-gradient(#fff, #FFD8B0);
    background: -ms-linear-gradient(#fff, #FFD8B0);
    background: -o-linear-gradient(#fff, #FFD8B0);
    background: linear-gradient(#fff, #FFD8B0);
    -pie-background: linear-gradient(#fff, #FFD8B0);        

    /* local shadow */
    -webkit-box-shadow: #FFC082 0px 0px 5px;
    -moz-box-shadow: #FFC082 0px 0px 5px;
    box-shadow: #FFC082 0px 0px 5px;	

    behavior: url('../../css/PIE.htc');	
}

.CommandBar
{  
    background: #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#EEE));
    background: -webkit-linear-gradient(#fff, #EEE);
    background: -moz-linear-gradient(#fff, #EEE);
    background: -ms-linear-gradient(#fff, #EEE);
    background: -o-linear-gradient(#fff, #EEE);
    background: linear-gradient(#fff, #EEE);
    -pie-background: linear-gradient(#fff, #EEE);        

    /* local shadow */
    -webkit-box-shadow: #EEE 0px 0px 5px;
    -moz-box-shadow: #EEE 0px 0px 5px;
    box-shadow: #EEE 0px 0px 5px;	

    behavior: url('../../css/PIE.htc');	

}

#TotalArea
{  
    background: #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#F0BCB9));
    background: -webkit-linear-gradient(#fff, #F0BCB9);
    background: -moz-linear-gradient(#fff, #F0BCB9);
    background: -ms-linear-gradient(#fff, #F0BCB9);
    background: -o-linear-gradient(#fff, #F0BCB9);
    background: linear-gradient(#fff, #F0BCB9);
    -pie-background: linear-gradient(#fff, #F0BCB9);        

    /* local shadow */
    -webkit-box-shadow: #F0BCB9 0px 0px 5px;
    -moz-box-shadow: #F0BCB9 0px 0px 5px;
    box-shadow: #F0BCB9 0px 0px 5px;	

    behavior: url('../../css/PIE.htc');	
}

#AvailableEMoneyArea
{  
    background: #F4F4F4;

    /* local shadow */
    -webkit-box-shadow: #eee 0px 0px 5px;
    -moz-box-shadow: #eee 0px 0px 5px;
    box-shadow: #eee 0px 0px 5px;	

    behavior: url('../../css/PIE.htc');	
}

.checkinout
{  
    background: #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#B3C6EC));
    background: -webkit-linear-gradient(#fff, #B3C6EC);
    background: -moz-linear-gradient(#fff, #B3C6EC);
    background: -ms-linear-gradient(#fff, #B3C6EC);
    background: -o-linear-gradient(#fff, #B3C6EC);
    background: linear-gradient(#fff, #B3C6EC);
    -pie-background: linear-gradient(#fff, #B3C6EC);        

    /* local shadow */
    -webkit-box-shadow: #B3C6EC 0px 0px 5px;
    -moz-box-shadow: #B3C6EC 0px 0px 5px;
    box-shadow: #B3C6EC 0px 0px 5px;	

    behavior: url('../../css/PIE.htc');	
}

/* Popup */
.tw-popupwin
{
    border:1px solid #555; 
    background-color:#fff; 

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    behavior: url('js/PIE.htc');
}

.popupheader
{
    padding: 5px 10px;
    margin:0;
    background-color: #484630;
    font-size:14px;
    color:#eee;

    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    behavior: url('js/PIE.htc');	
}

.popupcontent
{
    overflow-y:scroll;    
    font-size:12px;
}