div#admmenu {
    margin-top:5px;
    position: relative;
    top:0px;
    width: 100%;
    height: 32px;
    font-family: Arial, Helvetica, sans-serif;     
    font-size: small;
    font-weight: bold;
}
div#admmain {
    position: relative;
    top:0px;
    width: 100%;
}
div#admhead {
    padding-top: 7px;
    padding-bottom: 3px;
    position: relative;
    left:0px;
    top:0px;
    width:100%;
}
div#adminfo {
    position: absolute;
    left:0px;
    top:50px;
    width:100%;
    height:30px;
    background-color:#ffffcc;
}
div#acctPrompt{
    position:absolute;
    top:0;
    left:0;
    margin:0;
    padding-left:50px;
    padding-top: 3px;
    border: 0;
}
div#userPrompt{
    position:absolute;
    top:0;
    left:0;
    margin:0;
    padding-left:50px;
    padding-top: 3px;
    border: 0;
}
div.info {
    color: black;
    left:0px;
    top:0px;
    font-size: 12pt;
    background-color: transparent;
    visibility:hidden;
}
div#admpage {
    margin-top: 20px;
    position: relative;
    left:0px;
    width:100%;
}

div.admnav {
    display:block;
    height:32px;
    width:28%;
    margin: 0 0 0 0;
    color:black;
    font-weight:bold;
    font-size:small;
    text-align:center;
    line-height:32px;
    background-color:rgb(0,132,198);
    background-image:url("../back_black.gif");
    background-repeat:repeat-x;
    background-position:bottom left;
    border: black solid 1px;   
    border-radius: 5px;
}

div#but1
{
    position: absolute;
    top:0;
    left:0;
}
div#but2
{
    position: absolute;
    top:0;
    left:30%;
}
div#but3
{
    position: absolute;
    top:0;
    left:60%;
}

div#acct_hd {
    position:relative;
    color:red;
    top:0px;
    left:0px;    
}

div#user_hd {
    position:relative;
    top:0px;
    left:0px; 
    color:red;
}
div#custblock
{
    position:relative;
    height:300px;
    width:100%;
    background-color: #ffffcc;
}
div#finblock
{
    position:relative;
    width: 650px;
}
div#invhistory
{
    height: 200px;
    overflow-y: scroll;
    margin-left: 50px;
}
div#acctbal
{
    margin-left:50px;
    border-style: solid;
    border-color: red;
    border-width: 2px;
}
div#custdet {
    position:absolute;
    top:0;
    left: 700px;
    width:400px;
    font-size: smaller;
}
div#transgraph
{
    display:block;
    font-size: smaller;
}
div#detblock
{
    display:block;
    background-color: #ffffcc;
    width: 100%;
}
div#transdetail
{
    margin-left: 50px;
}
div#extText
{
    display:block;
    position:relative;
    left: 200px;
    width:600px;
    padding-left: 20px;
    text-align: left;
    background-color:#ffffcc;
    border-radius: 20px;
    font-weight:normal;
}
span#extHead
{
    font-weight: bold;
    text-decoration: underline;
    padding-left: 100px;
}
div#extButtons
{
    display:block;
    position:relative;
    margin-top: 20px;
    padding-left: 30px;
}
table.dispTable
{
   border-style:solid;
   border-width: 1px;
   border-color: black;
}
table.smalltext
{
    font-size: small;
}
table#sipExtDet
{
    margin-left: 30px;
    margin-top: 30px;
}
tr.head{
    text-decoration: underline;
    font-weight: bold;
}
tr.even
{
    background-color: white;
}
tr.odd 
{
    background-color: lightgrey;
}
div.edit
{
    background-image: url("../edit.gif");
    background-color:#336699;
    background-repeat:no-repeat;
    background-position:center;
    height: 15px;
    width: 15px;
    display: block;
}
div.delete{
    background-image: url("../delete1.gif");
    background-color:white;
    background-repeat:no-repeat;
    background-position:center;
    height: 15px;
    width: 15px;
    display: block;
    
}
