﻿body {
margin: 0;
padding:0;
background-image:url('Images/bg_grad.gif');
background-repeat:repeat-x;
}

#loginimage {
    position: relative;
    top: 40px;
    background-image: url(Images/login.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 360px;
}

#login {
    position: relative;
    top: 90px;
    left: 250px;
    width:50%; 
    text-align:center;
    font: 17px Arial;    
    border:0px;
 }
    
 #whiteheader {
    position:absolute;
    top:40px;
    left:40px;
    border: solid white;
    border-width:0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: white;
    height: 40px;
    width: 60%;
    }

.loginput {
    width :80%;
    height: 30px;
}

.searchinput {
    width :250px;
    height: 23px;
}

#document 
{
    position:absolute;
    margin-left: 20px;
    margin-top : 20px;
    width: 97%;    
    z-index:0;
}

#whitebar {
    position:relative ;
    border: solid white;
    border-width:0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: white;
    height: 70px;
    width: 100%;
}

#accessinvoices{
    position: relative;
    top: 15px;
    background-image: url('Images/logoaccessinvoices.gif');
    background-repeat: no-repeat;
    left: 10px;
    height: 65px;
    width: 864px;
}

#navbar {
    position: relative;
    background-image: url('Images/menubar.gif');
    background-repeat: repeat-x;
    height : 30px;
    width: 100%;
}

.navtext {
    position: relative;
    text-align: left;
    top: 5px;
    left: 10px;
    width:98%;
    /*display:inline-block*/
}

.navtextb {
    position: absolute ;
    text-align: right;
    top: 0px;
    width:200px;
    /*display:inline-block;*/
        z-index:1;
    left: 750px;
}

.navtextb a
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:14px;
    text-decoration:none;
}

.searchnavtext {

    position: relative;
    text-align: left ;
    top: 0px;
    left: 10px;
    width:98%;
    /*display:inline-block;*/
    z-index:2;
    }


#greenback {
    position: relative;
    border :solid ;
    border-color: rgb(141,164,146);
    border-width: 5px;
    background-color: rgb(141,164,146);
    width: auto;
    padding :10px;
}

#whiteback{
    position: relative;
    border: 0px solid white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;    
    border-width:0px;
    background-color: White;
    width:auto;
    padding :10px;
}

a:hover {
	color: black;
	text-decoration: underline;
}

#customerview { 
    position: relative;
    top: 5px;
    font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:bold;
	font-style:italic;
    text-align:center;
    background-color:#003399;
    color: White;
    width : 50%;
    left: 0px;
}

#logo 
{
    position : relative;
    top: 20px;
    left: 0px;
    width:50%;
}

#accountsummary
{
    position: relative;
    top: 35px;
    left:20px;
}

.search
{
    font-family:arial;
    font-size:11px;
}

.accsum
{
    font-family: Verdana,Arial,sans-serif;
    font-size: 20px;
    font-weight :bold;
    font-weight :100;
    color: #334d55
	
}


#search
{
position: relative;
}    
    
#faintline 
{
    position: relative ;
    top: 40px;
    border-top: 1px solid rgb(229,229,229);
    width: 50%;
    padding-bottom :30px;
}
