/****************************************************************************/
/****************************************************************************/

body
    {
    background:
        url(c:/private/2001a928/qgn_graf_bgr_invite_portrait.png);
    background-repeat:
        repeat-x;
    background-attachment:
        fixed;
    margin: 0px;
    font-size: 90%;
    }

.body_landscape_lr
    {
    padding-left:3px;
    direction : ltr;
    }

.body_landscape_rl
    {
    padding-right:3px;
    direction : rtl;
    }

.body_portrait_lr
    {
    padding-left:8px;
    direction : ltr;
    }

.body_portrait_rl
    {
    padding-right:8px;
    direction : rtl;
    }

.title_big
    {
    font-size  :13pt;
    font-weight:bold;
    color      :#414141;
    }

.headline
    {
    font-size:10pt;
    color:grey;
    padding-left:0px;
    }

div.headline_container_portrait
    {
    display:table;
    width:100%;
    position:relative;
    overflow:hidden;
    }

div.headline_container_landscape_lr
    {
    display:table;
    width:98px;
    height:30px;
    position:relative;
    overflow:hidden;
    float:left;
    }

div.headline_container_landscape_rl
    {
    display:table;
    width:98px;
    height:30px;
    position:relative;
    overflow:hidden;
    float:right;
    }

div.headline_aligner
    {
    #position:absolute;
    display:table-cell;
    #top:50%;
    vertical-align:middle;
    padding-bottom:2px;
    }

div.headline_text
    {
    top:-50%;
    }

img.touchbutton
    {
    vertical-align:top;
    margin-top:-7px;
    display:none;
    width:1px;
    height:1px;
    }

div.divider_portrait
    {
    width:100%;
    height:5px;
    float:none;
    }

div.divider_landscape
    {
    width:1px;
    height:3px;
    float:none;
    }


/****************************************************************************/
/*                     <!-- "Select service" -->                            */
/****************************************************************************/
table.selectservice_portrait
    {
    position       : relative;
    top:0px;
    left           : 0px;
    padding-bottom : 12px;
    float:none;
    }

table.selectservice_landscape
    {
    position : relative;
    top      : 0px;
    padding-bottom : 7px;
    float:none;
    }

#selectservice_img
    {
    position : relative;
    left: 0px;
    height:20;
    }

#selectservice_txt
    {
    position        : relative;
    top             : 0px;
    text-decoration : none;
    font-size       : 11pt;
    color           : black;
    font-weight: normal;
    }

#selectservice_left_lr
    {
    background-image  : url(c:/private/2001a928/qgn_prop_dropdwn_def_left.png);
    background-repeat : no-repeat;
    height            : 26px;
    width             : 6px;
    }

#selectservice_left_rl
    {
    background-image  : url( c:/private/2001a928/qgn_prop_dropdwn_def_left_mirrored.png );
    background-repeat : no-repeat;
    height            : 26px;
    width             : 6px;
    }

#selectservice_middle_img
    {
    background-image  : url(c:/private/2001a928/qgn_prop_dropdwn_def_middle.png);
    background-repeat : repeat-x;
    height            : 26px;
    width             : 55px;
    }

#selectservice_middle_text
    {
    background-image  : url(c:/private/2001a928/qgn_prop_dropdwn_def_middle.png);
    background-repeat : repeat-x;
    height            : 26px;
    width             : 88px;
    }

#selectservice_right_lr
    {
    background-image  : url(c:/private/2001a928/qgn_prop_dropdwn_def_right.png);
    background-repeat : no-repeat;
    height            : 26px;
    width             : 20px;
    }

#selectservice_right_rl
    {
    background-image  : url(c:/private/2001a928/qgn_prop_dropdwn_def_right_mirrored.png);
    background-repeat : no-repeat;
    height            : 26px;
    width             : 20px;
    }

.at
    {
    vertical-align:middle;
    font-size  :12pt;
    font-weight:bold;
    color      : #414141;
    margin-top:0px;
    padding-left:0px;
    margin-right:-3px;
    margin-left:-3px;
    }

textarea
    {
    padding-top: 2px;
    padding-left: 0px;
    border-style: ridge;
    border-color: #CFCFD0;
    font-size:11pt;
    margin-left:1px;
    margin-right:2px;
    height: 24px;
    overflow:hidden;
    vertical-align:middle;
    }


:focus
    {
    outline: 3px solid #d8edda;
    }
