/****************************************************************************/
/****************************************************************************/

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:6px;
    direction : ltr;
    }

.body_landscape_rl
    {
    padding-right:6px;
    direction : rtl;
    }

.body_portrait_lr
    {
    padding-left:14px;
    direction : ltr;
    }

.body_portrait_rl
    {
    padding-right:14px;
    direction : rtl;
    }

.title_big
    {
    font-size  :17pt;
    font-weight:bold;
    color      :#414141;
    }

.headline
    {
    font-size:14pt;
    color:grey;
    }

div.headline_container_portrait
    {
    display:table;
    width:100%;
    position:relative;
    overflow:hidden;
    }

div.headline_container_landscape_lr
    {
    display:table;
    width:155px;
    height:50px;
    position:relative;
    overflow:hidden;
    float:left;
    }

div.headline_container_landscape_rl
    {
    display:table;
    width:155px;
    height:50px;
    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:-11px;
    }

div.divider_portrait
    {
    width:100%;
    height:5px;
    float:none;
    }

div.divider_landscape
    {
    width:1px;
    height:1px;
    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 : 14px;
    float:none;
    }

#selectservice_img
    {
    position : relative;
    left: 0px;
    height:40;
    }

#selectservice_txt
    {
    position        : relative;
    left            : 2px;
    top	            : 1px;
    text-decoration : none;
    font-size       : 14pt;
    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            : 47px;
    width             : 10px;
    }

#selectservice_left_rl
    {
    background-image  : url( c:/private/2001a928/qgn_prop_dropdwn_def_left_mirrored.png );
    background-repeat : no-repeat;
    height            : 47px;
    width             : 10px;
    }

#selectservice_middle_img
    {
    background-image  : url( c:/private/2001a928/qgn_prop_dropdwn_def_middle.png );
    background-repeat : repeat-x;
    height            : 47px;
    width             : 58px;
    }

#selectservice_middle_text
    {
    background-image  : url( c:/private/2001a928/qgn_prop_dropdwn_def_middle.png );
    background-repeat : repeat-x;
    height            : 47px;
    width             : 129px;
    }

#selectservice_right_lr
    {
    background-image  : url( c:/private/2001a928/qgn_prop_dropdwn_def_right.png );
    background-repeat : no-repeat;
    height            : 47px;
    width             : 44px;
    }

#selectservice_right_rl
    {
    background-image  : url( c:/private/2001a928/qgn_prop_dropdwn_def_right_mirrored.png );
    background-repeat : no-repeat;
    height            : 47px;
    width             : 44px;
    }

.at 
    {
    vertical-align:middle;
    font-size  :18pt;
    font-weight:bold;
    color      : #414141;
    margin-top:0px;
    padding-left:0px;
    margin-right:-2px;
    margin-left:-2px;
    }

textarea
    {
    padding-top: 10px;
    padding-left: 0px;
    border-style: ridge;
    border-color: #CFCFD0;
    font-size:14pt;
    margin-left:1px;
    margin-right:2px;
    height: 41px; 
    overflow:hidden;
    vertical-align:middle;
    }

:focus
    {
    outline: 3px solid #d8edda;
    }
