﻿
html
{
    font-family: arial;    
    font-size: small;
}

#wrap-login
{
    background-position: center center;
    margin: 10% auto 0% auto;
    width: 512px;
    height: 358px;
    position: relative;
    background-image: url('../Images/inside_ojbects/sky_background_login_03.jpg');
    background-repeat: no-repeat;
    top: 10%;
}

#wrap-login2
{
    background-position: center center;
    margin: 0% auto 0% auto;
    width: 720px;
    height: 600px;
    position: relative;
    background-image: url('../Images/inside_ojbects/signin.jpg');
    background-repeat: no-repeat;
    top: 0%;
}

#login-table2
{
    padding: 3%;
    margin: 10% 7% 25% 0%;
    position: relative;
    font-size: 16px;
    color: #FFFFFF;
    vertical-align: bottom;
    top: 50%;
    left: -4px;
}

#login-table
{
    padding: 3%;
    margin: 10% 7% 25% 0%;
    position: relative;
    font-size: 16px;
    color: #FFFFFF;
    vertical-align: bottom;
    top: 7%;
    left: 0px;
}

.wrap-eService
{
    position: relative;
    width: 100%;
    height: 100px;
    margin: 5% auto;
    border-spacing: 20px;
}

#wrap-eServiceMaster
{
    position: relative;
    width: 100%;
    height: 70px;
    margin: 0% auto 0 auto;
    color: #2270B8;
    border-bottom-style: inset;
    border-bottom-width: thin;
}

#wrap-eServiceMaster #welcome
{
    position: relative;
    float: left;
    top: 30%;
    left: 1%;
    font-size: 20px;
}

#wrap-eServiceMaster #customer
{
    position: relative;
    float:left;
    top: 30%;
    left: 5%;      
    font-size: 20px;
}

#wrap-eServiceMaster #home
{
    position: relative;
    float:right;
    top: 0%;
    left: -1%;  
}

#wrap-report
{
    border: thin solid #2270b8;
    margin: 0 auto 0 auto;
    width: 98%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

#wrap-tracking
{
    
}

.criteria
{
    position: relative;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.button-ok
{
    padding: 0% 0px 0px 0px;
    position: relative;
    top: 0px;
    left: 0px;
}

.box-header-statistic
{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 10px;
    text-align: left;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    color: #2270B8;
    letter-spacing: 0.1em;
    border-bottom-style: groove;
    text-transform: uppercase;
    height: 25px;
}

.box-back-statistic
{
    position: absolute;    
    float: right;
    right: 0px;
    top: 95px;
}