/* font */
p, div, td, th, textarea, input, select {
 font: normal 13px Arial;
}

h1 { font-size: 20px; }

/* colors */
body {  background: #ffffff url('layouts/lvm/bgr.jpg') no-repeat top left; text-align:center; padding-top:0px;}
div { margin:0px; padding:0px; border: none; }
div#body2 
    {
    background: #ffffff url('layouts/lvm/content_bgr.jpg') no-repeat top left; 
    width: 783px;
    text-align:left; 
    margin: 5px auto 10px auto;
    min-height:802px;
    border: 1px solid #f3f3f3;
    }
div#body1 
    {
    border: 1px solid #eeeeee;
    }

div#header { padding:20px}
div#header span { font-size:20px; color : #73815e; font-weight:bold; }
div#content1 { height:100%; padding:0px 15px 0px 15px; } 
div#content2 { }
div#footer { text-align:left; padding:15px; background:transparent; margin-top:-60px; }

.rh1 { background-color: #a24e71; }  /* table header row */
.rb { background-color: #e6e6d6; }   /* table body background */

.r0 { background-color: #FFFFFF; }    /* even table row */
.r1 { background-color: #f2f2e9; }    /* odd table row */

.th { color: #FFFFFF; }                      /* headers on table header rows */
.thb { font-size: 14.75px; color: #908f4b; } /* headers on faded and focused table bodies */

.h2 { font-size: 16.75px; }                  /* headers on body */
.h3 { font-size: 14.75px; }                  /* sub headers on body */

.selected { background-color: #ffefa5; }     /*  */
.notice { color: #960000; }           /* notice and error messages */
.bars { background-color: transparent; }  /* header and footer bar backgrounds */

/* general links */
a      { color: #3C588B; text-decoration: none; }
a:visited { color: #3C588B; text-decoration: none; }
a:hover { color: #3C588B; text-decoration: underline; }

/* links on faded and focused table header rows */
a.head:link { color: #FFFFFF; text-decoration: none; } 
a.head:visited { color: #FFFFFF; text-decoration: none; }
a.head:hover { color: #FFFFFF; text-decoration: underline; }

b, th { font-weight: 700 }
.n { padding: 1 1 1 1; width: 18px; background-color: #f6f6f6; font-weight: 700; }
