﻿/*******
Login Id screen
********/

.control_FrontPageMessagelabel
{
    display: inline-block;
    width: 25em;
}

.control_Hyperlink
{
    width: 15em;
    text-align: center;
    /*Font-weight: bold;*/
}
.control_DivideBar
{
    Font-weight: bold;
    Font-family: Arial; 
	 Font-Size: 15pt;
	 Height:5em;
	 Width:1em;
}

/********/

/*******
Loans Data screen
********/
.control_LoanTypeDesclabel
{
    font-size: 11pt;
    display: inline-block;
    width: 22em;
    border-bottom-width:1em;
}
.control_LoanDatalabel
{
    font-size: 11pt;
    display: inline-block;
    width: 14em;
    /**border-bottom-width:1em;**/
}
.control_LoanDatalabel2
{
    font-size: 11pt;
    display: inline-block;
    width: 10em;
    /**border-bottom-width:1em;**/
}
.control_LoanDataDisplayLabel
{
    font-size: 11pt;
    display: inline-block;
    width: 17em;
    border-bottom-width:1em;
}

/* use in SubLoansSum.aspx page for */
/* loans summary*/
.FreezeHeader {
    position: absolute;
    /*position: relative;*/
    left: 15px;
    top: 274px;
    z-index: 20;
}

/* use in Loan Details page for */
/* loan infor*/
.FreezeHeader_LoanInfo {
    position: absolute;
    /*position: relative;*/
    left: 15px;
    top: 175px;
    z-index: 20;
}


/* use in Loan Details page for */
/* loan transactions*/
.FreezeHeader_LoanTransactions {
    position: absolute;
    /*position: relative;*/
    left: 15px;
    top: 170px;
    z-index: 20;
}
/********/

/*******
Register screen
********/
.control_Registerlabel
{
    font-size: 11pt;
    display: inline-block;
    width: 20em;
    border-bottom-width:1em;
}

.control_RegisterMessagelabel
{
    display: inline-block;
    width: 35em;
}

/********/

/*******
Help screen
********/
.control_HelpLabel
{
    font-size: 11pt;
    display: inline-block;
    width: 50em;
}
.control_HelpContactInfoLabel
{
    font-size: 11pt;
    font-weight:bold;
    display: inline-block;
    width: 50em;
}

/********/

/*******
Access Error screen
********/

.control_ErrorAccess
{
   Width: 656px;
   Height: 176px;
   color: Red;
   /*ForeColor: Red;*/
   Font-weight: bold; 
   Font-Size:XX-Large;
   /*Border-Style:Double;
   Border-Width:8px;
   border-color:Yellow;*/
}

/********/

.NavigationPage {
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial;
    width: 5em;
}

.control_MenuDivideBar
{        
    Font-weight: bold;
	 Width:1em;
}

.control_MenuHyperlink
{    
    /*text-align: center;*/
    Font-weight: bold;
    Font-family: Arial; 
	 Font-Size: 8pt;
	 Height:5em;
    width: 5em;
}

.person-name
{
    width:25em;
}    

.address-01
{
    width:35em;
}    

.city-name
{
    width:20em;
}    

.zip-code
{
    width:10em;
}    

.phone-number
{
    width:12em;
}    

.e-mail
{
    width:25em;
}    

.memo-field
{
    width:35em;
}    

select
{
    width:23em;
}

div.single-input
{
    background: #FFFFFF;
    margin-bottom:10px;
}

.control_label
{
    font-size: 11pt;
    display: inline-block;
    width: 18em;
}

.control_label1 {
    font-size: 11pt;
    display: inline-block;
    width: 10em;
}

/*.control_label2 {
    font-size: 11pt;
    display: inline-block;
    Font-weight: bold;
}*/

.control_labelHeader {
    font-size: 12pt;
    Font-weight: bold;
    display: inline-block;
    /*width: 24em;*/
}

.control_textbox
{
	width:15em;
}

div.button-input 
{
    margin: 0 auto;
    margin-bottom:1em; 
    height:2em;
    /*text-align:center;*/
}

INPUT[type=submit]
{
	width:12em;
    margin-left:1em;
    margin-right:1em;
}

/**************
  Tooltip
**************/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
/*************/
