﻿body
{
    background-color: #ffa200;
    margin: 0px;
}
.main_tbl
{
    width: 746px;
}

.btns_td
{
    padding-left: 22px;
    padding-top: 22px;
    padding-bottom: 25px;
}
.menu
{
    margin: 1px;
}

.menu td
{
    width: 85px;
    height: 23px;
    font-family: Calibri,arial,tahoma;
    font-size: 9pt;
    color: White;
    background-color: #ffc259;
    text-align: center;
    cursor: pointer;
}
.menu td:hover
{
    width: 85px;
    height: 23px;
    font-family: Calibri,arial,tahoma;
    font-size: 9pt;
    color: White;
    background-color: #ffde59;
    text-align: center;
    cursor: pointer;
}
.menu a, menu a:active, menu a:visited
{
    font-family: Calibri,arial,tahoma;
    font-size: 9pt;
    color: White;
    text-decoration: none;
}
.menu a:hover
{
    font-family: Calibri,arial,tahoma;
    font-size: 9pt;
    color: #ffa200;
    text-decoration: none;
}


.welcome
{
    width: 100%;
    font-family: Calibri,arial,tahoma;
    font-size: 10pt;
    color: White;
    background-attachment: scroll;
    background-position: bottom;
    background-image: url(images/head_bg.png);
    background-repeat: repeat-x;
    text-align: right;
}

.center_td
{
    width: 100%;
    vertical-align: top;
}
.top_td
{
    height: 51px;
    background-attachment: scroll;
    background-image: url(images/top_bg.png);
    background-repeat: repeat-x;
    vertical-align: top;
    padding-top: 61px;
}

.search_tbl
{
    width: 520px;
    vertical-align: top;
}

.enter_id
{
    text-align: right;
    padding-right: 10px;
}

.search_box_td
{
    width: 100%;
}
.search_box_bg
{
    background-attachment: scroll;
    background-image: url(images/txt_box_bg.png);
    background-repeat: repeat-x;
    width: 100%;
    text-align: left;
    padding-bottom: 3px;
}
.search_txtbox
{
    border: 0px;
    background-color: transparent;
    width: 330px;
    font-family: Calibri,arial,tahoma;
    font-size: 14pt;
    color: White;
    font-weight: bold;
}

.result_td
{
    height: 244px;
    background-attachment: scroll;
    background-image: url(images/result_td_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    vertical-align: middle;
    text-align: center;
}

.result_default
{
    width: 555px;
    height: 244px;
    background-position: right top;
    background-attachment: scroll;
    background-image: url(images/results-with-bg.jpg);
    background-repeat: no-repeat;
}
.result_available
{
    width: 555px;
    height: 244px;
    background-position: left top;
    background-attachment: scroll;
    background-image: url(images/results-with-bg.jpg);
    background-repeat: no-repeat;
}
.result_invisible
{
    width: 555px;
    height: 244px;
    background-position: right bottom;
    background-attachment: scroll;
    background-image: url(images/results-with-bg.jpg);
    background-repeat: no-repeat;
}
.result_busy
{
    width: 555px;
    height: 244px;
    background-position: left bottom;
    background-attachment: scroll;
    background-image: url(images/results-with-bg.jpg);
    background-repeat: no-repeat;
}

.bott_line
{
    border-top: #e89300 1px solid;
    border-bottom: #ffb535 1px solid;
    font-size: 1px;
    font-family: tahoma;
}

.line_top_padding
{
    height: 20px;
}

.copyright, .copyright a, .copyright a:hover, .copyright a:visited, .copyright a:active
{
    padding-top: 5px;
    font-family: Calibri,arial,tahoma;
    font-size: 12pt;
    color: #ffdca0;
    text-decoration: none;
}
.hand
{
    cursor: pointer;
    cursor: hand;
}
