﻿/************************** All *******************************/
#logoBiHRP {
    float: left;
    z-index: 2;
    position: absolute;
    padding-top: 10px;
    background-image: url("../image/payroll/companyLogo.png");
    width: 190px;
    height: 50px;
}
#logoBiHRPNghiepVu
{
    float: left; 
    z-index: 2; 
    position:absolute; 
    margin-left:5px;
    margin-top:5px; 
    background-image:  url('../image/customer/FormLogo.png');
    width: 93px;
    height: 22px;
}
#topPanel {
    background-image: url("../image/payroll/mobi_banner.png");
    width: 100%;
    height: 50px;
    padding-top: 10px;
    color: White;
}
#topPanelNghiepVu
{
    background-color:#6699FF;
    width: 100%;
    height: 22px;
    padding-top: 10px;
    font-weight: bold;
    color: White;    
}

#topPanel .formHeader {
    padding-left: 200px;
    font-weight: bold;
    font-size: 1.1em;
    display: inline-block;
    text-align: right;
}
#topPanelNghiepVu .formHeader
{
    padding-left: 120px;
	font-weight: bold;
	font-size: 1.1em;
	display: inline-block;
	text-align: right;
}

#topPanel .formDescription {
    padding-left: 210px;
    padding-top: 5px;
    font-size: 0.9em;
    display: inline-block;
    text-align: right;
}

#topPanelNghiepVu .formDescription
{
    margin-left:20px; 
    padding-left: 87px;
    padding-top: 5px;
	font-size: 0.9em;
	display: none;
}

#contentPanel
{
    background-image: url('../image/mainPanel.png');
    background-position: top;
    background-repeat: repeat-x; 
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

#submitContent
{
    text-align: center;
    padding-top: 10px;
}


/************************** Default ***************************/

#defaultMasterPage, #danhMucMasterPage
{
    background-color: #ffffff;
}
/*********************** Danh Muc *****************************/

/********************* Modal Popup **********************/

.modalPopupbackground
{
    background-color: #000;
    opacity: .20;
    filter: alpha(opacity=20);
    z-index: 100;
    visibility: hidden;
}

.popupBorder
{
    border: 1px solid #555555; 
    padding: 1px;
    background-color: #ffffff;
    z-index: 101;
    visibility: hidden;
}

.popupTitle
{
    background-color: #045fa3; 
    padding: 3px; 
    width: 294px; 
    border-bottom: solid 1px #555555;
    color: #ffffff; 
    font-weight: bold;
    text-align: left;
}

.popupContent
{
    width: 280px; 
    padding: 10px 0px 5px 0px; 
    text-align:center;
    font-size:medium;     
}

.popupWarning
{
    width: 50px;
    background-image: url('../image/warning.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 48px;
}

.popupInfo
{
    width: 50px;
    background-image: url('../image/info.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 48px;
}