﻿table.registertable
{
    border: solid 0px red;
    border-collapse: collapse;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
table.registertable td.tl
{
    height: 23px;
    background-image: url('/templates/rkk/images/QuestionnaireTable/tl.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
table.registertable td.tr
{
    width: 23px;
    background-image: url('/templates/rkk/images/QuestionnaireTable/tr.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
table.registertable td.t
{
    background-image: url('/templates/rkk/images/QuestionnaireTable/t.png');
    background-repeat: repeat-x;
    background-position: center bottom;
}
table.registertable td.bl
{
    width: 23px;
    height: 23px;
    background-image: url('/templates/rkk/images/QuestionnaireTable/bl.png');
    background-repeat: no-repeat;
    background-position: top right;
}
table.registertable td.br
{
    width: 23px;
    height: 23px;
    background-image: url('/templates/rkk/images/QuestionnaireTable/br.png');
    background-repeat: no-repeat;
    background-position: top left;
}
table.registertable td.b
{
    height: 23px;
    background-image: url('/templates/rkk/images/QuestionnaireTable/b.png');
    background-repeat: repeat-x;
    background-position: top center;
}
table.registertable td.l
{
    width: 23px;
    background-image: url('/templates/rkk/images/QuestionnaireTable/l.png');
    background-repeat: repeat-y;
    background-position: center right;
}
table.registertable td.r
{
    width: 23px;
    background-image: url('/templates/rkk/images/QuestionnaireTable/r.png');
    background-repeat: repeat-y;
    background-position: center left;
}
table.registertable td.c
{
    background-image: url('/templates/rkk/images/QuestionnaireTable/c.png');
    background-repeat: repeat;
    border: solid 0px red;
    background-attachment: scroll;
}
table.registertableinner
{
    background-image: url('/templates/rkk/images/QuestionnaireTable/c.png');
    background-repeat: repeat;
    border: solid 0px lime;
    border-collapse: collapse;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Times New Roman;
    font-style: normal;
    font-variant: normal;
    vertical-align: top;
    font-weight: normal;
}
table.registertableinner td.send
{
    text-align: center;
}
table.registertableinner td.send input.send
{
    font-weight: bold;
    border: solid 1px black;
    background-color: #FBE5A7;
}
table.registertableinner h1
{
    font-weight: bold;
    font-size: 17pt;
    line-height: 19pt;
    text-align: center;
    padding-bottom: 1px;
    margin-bottom: 1px;
    padding-top: 1px;
    margin-top: 1px;
}
table.registertableinner h2
{
    font-size: 14pt;
    line-height: 19pt;
    text-align: center;
    padding-bottom: 1px;
    margin-bottom: 1px;
    padding-top: 1px;
    margin-top: 1px;
}
table.registertable table.septable td.septop, table.registertable table.septable td.sepbottom
{
    height: 40px;
}
table.registertable table.septable td.sepleft, table.registertable table.septable td.sepright
{
    width: 40px;
}
table.registertableinner td.lf
{
    height: 10px;
}
table.registertableinner td.err
{
    text-align: center;
    color: Red;
    font-size: large;
}
table.registertableinner td.msg
{
    text-align: center;
    color: Green;
    font-size: large;
}

table.registertableinner td.qrycb, table.registertableinner td.qryrb
{
    cursor: default;
}

table.registertableexecutecover
{
    border: solid 0px white;
    border-collapse: collapse;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
    position: fixed; 
    vertical-align: middle; 
    text-align: center;
}