/* own style
--------------------------------------------------------- */
a:link {color:#0000FF}      /* unvisited link */
a:visited {color:#0000FF}  /* visited link */
a:hover {color:#000088}  /* mouse over link */
a.top:link {color:black;background-color:#DBE8F3;}      /* unvisited link */
a.top:visited {color:black;background-color:#DBE8F3; }  /* visited link */
a.top:hover {color:blue;background-color:#DBE8F3;}  /* mouse over link */
html, body, form, fieldset {
    margin: 0px 0px;
    padding: 0px 0px;
}
body {
    color: #000000;
    background: #e9eff5;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 100%;
}
table.top_menu{
    min-width:800px;
}
table.content{
    width:100%;
}
td.header {
    width: 100%;
    background-image: url('../images/header_background.png');
    background-repeat: repeat-x;
    height: 20px;
    border: 1px solid;
    border-color: gray;
    background-color: #ffffff;
    padding-left:10px;
}
td.header_date {
    background-image: url('../images/header_background.png');
    background-repeat: repeat-x;
    min-width:120px;
    max-width:120px;
    border: 1px solid;
    /*border-left: 0px;*/
    border-color: gray;
    background-color: #ffffff;
    text-align: center;
}
td.post {
    width: 100%;
    border: 1px solid;
    border-color: gray;
    background-color: #ffffff;
    padding:10px;
    padding-top:5px;
}
table.top {
    width: 100%;
    height: 100px;
    border: 0px solid;
    min-width: 800px;
    /*border: 1px solid;
    border-color: black;*/
    background-image: url('../images/top_background.png');
}
table.center{
    width: 100%;
    height:100%;
    min-height:500px;
    min-width:800px;
}
table.top_menu{
    margin-bottom:5px;
    width:100%;
    height:20px;
    /*background-image: url('../images/top_menu_background.png');*/
    background-image: url('../images/top_menu_background.png');
}

td.top_link{
    padding-left:20px;
    min-width: 80%;
}
td.search{
    text-align: right;
    padding-right: 8px;
    /*border: 1px solid;
    border-color: black;*/
}
td.logo {
    /*border-color: black;
    border: 1px solid;*/
}
td.reg {
    width:200px;
    /*border-color: black;
    border: 1px solid;*/
}
td.left_block{
    vertical-align: top;
    width:200px;
    height: 100%;
    border: 1px solid;
    border-color: #0980ae;
    padding:5px;
    padding-top: 25px;
    background-image: url('../images/top_table_background.png');
    background-repeat: repeat-x;
}
td.center{
    vertical-align:top;
    height: 100%;
    border: 1px solid;
    border-color: #0980ae;
    padding:5px;
    padding-top: 25px;
    background-image: url('../images/top_table_background.png');
    background-repeat: repeat-x;
}
td.right_block{
    vertical-align: top;
    width:200px;
    height: 100%;
    border: 1px solid;
    border-color: #0980ae;
    padding:5px;
    padding-top: 25px;
    background-image: url('../images/top_table_background.png');
    background-repeat: repeat-x;
}
table.bottom{
    text-align: right;
    background-image: url('../images/bottom_background.png');
    height:40px;
    width:100%;
    min-width:800px;
}
td.bottom_right{
    text-align: right;
}
td.bottom_left{
    text-align: left;
}
input.search{
    font-size:10px;
    width: 190px;
    height: 12px;
}
table.s_result {
    background-color: #EAF0F5;
    width: 100%;
}
