
/*** Common ***/

body
{
    text-align: center;
    /*margin-top: 2em;
    margin-bottom: 2em;*/
    font-family:Verdana;
    font-size: 11px;
}

.page
{
    /* Page width: */
    width: 595pt;
    margin: 0 auto;
    /*text-align: left;*/
    margin-top: -30px;
    border:1px solid red;
}

#screen-only
{
    display:none;
}

/**** Navigaton ****/
#twkg-nav
{
    display:none;
}
#header_image
{
    display:none;
}
/*** Footer ***/

#twkg-ft
{
    display: none;
}
div#twkg-foot-logo
{
    bottom: 0;
    position: fixed; 
    right: 0;
}
/*** Page Break ****/

@media print {
    div#break_here { page-break-after: always; }
    }
    
/*** Content Holder ***/

#contentbox
{
    /*
    margin: 0 auto;
    text-align: left;
    */
    background-color: #ffffff;
    width: 565pt;
    height:782pt;
    /*border:1px solid black;*/
    margin-top: -30px;
    /*padding: 10px;*/
}

/****** Tables *******/

table.twkg-details
{
    border-collapse: separate;
    border: 1px solid #dbd7b7;
   /* margin-top: 6px; */
}
table.twkg-w100
{
    width: 750px;
}
table.twkg-details th
{
    width: 200px;
}
table.twkg-details th, table.twkg-details td
{
    vertical-align: top;
    padding: 4px 5px;
    text-align:left;
}
table.twkg-details th
{
    background-color: #eee;
}
table.twkg-details td
{
    background-color: #f8f8ff;
}
table.twkg-details th
{
    border-right: 1px solid #dbd7b7;
    text-align: right;
}
