﻿body {
    font-family:Arial;
    font-size:15px;
}

div.div_menu{
    position:absolute;
    top:40px;
    left:4px;
    height: 238px;
    width: 322px;
}

div.div_main{
    position:absolute;
    top:40px;
    left:160px;
    height: 254px;
    width: 803px;
}

div.div_main2{
    position:absolute;
    top:0px;
    left:0px;
    height: 254px;
    width: 1000;
}

div.div_header{
    position:absolute;
    top:0px;
    left:0px;
    height: 40px;
    width: 803px;
}

.tbl_search
{
border-top: 1px solid gray;
border-left: 1px solid gray;
border-bottom: 1px solid gray;
border-right: 1px solid gray;
}

table.tbl1
{
border-top: 1px solid gray;
border-left: 1px solid gray;
border-bottom: 0px solid gray;
border-right: 0px solid gray;
}

td.td1,th.th1
{
border-top: 0px solid gray;
border-left: 0px solid gray;
border-bottom: 1px solid gray;
border-right: 1px solid gray;
}

a.whole_line
{
display:block;
}