/* SAMPLE CSS STYLES for phpLens */
/* USE $lens->css = '/path/to/file.css' to define your own CSS */

/* DEFAULT STYLE */
.lens-dark {background:#404040 url(bdark.gif)}
.lens-darker {background:#202020 url(bdarker.gif)}  
.lens-nav {background:#C0C0C0 url(bgrey.gif)} 
.lens-yell {background:lightyellow url(byell.gif)}

 /* background of phpLens menu caption */
.lens-nav {background:#C0C0C0 url(bgrey.gif)} 
.lens-titlea {text-decoration:none}

/* text captions for phplens */
#bold-b {color:black;font-weight:bold}
#bold-w {color:white;font-weight:bold}
#bold-wa {color:#c0c0ff;font-weight:bold;text-decoration:none}
.bold-b {color:black;font-weight:bold}
.bold-w {color:white;font-weight:bold}
.bold-wa {color:#c0c0ff;font-weight:bold;text-decoration:none}
.lens-cbsel {color:black;background:#e0e0e0}

/* lens title background, and anchor tag */
#lens-title {background:#c0c0f0;font-size: x-small;font-weight: bold;} 
#lens-title a {font-weight: bold}

#lens-select {background:lightcyan}  /* lens current selected line */
#lens-sort {background:lightblue} /* lens current sorted columm hdr */
#lens-odd {background:white}     /* lens odd lines */
#lens-even {background:#fafafa}  /* lens even lines */

.lens-title {background:#c0c0f0;font-size: x-small;font-weight: bold;} 
.lens-title a {font-weight: bold}

.lens-select {background:lightcyan}  /* lens current selected line */
.lens-sort {background:lightblue} /* lens current sorted columm hdr */
.lens-odd {background:white}     /* lens odd lines */
.lens-even {background:#fafafa}  /* lens even lines */

/* lens details settings */
#lens-dright {background:white;} /* detail text */
#lens-detrow {background:white;} /* detail title bkgd */
#lens-dtitle {color: #606060; font-size: x-small; font-weight: bold} /* detail title font */
#lens-bg {background:transparent} /* lens background */

.lens-dright {background:white;} /* detail text */
.lens-detrow {background:white;} /* detail title bkgd */
.lens-dtitle {color: #606060; font-size: x-small; font-weight: bold} /* detail title font */
.lens-bg {background:transparent} /* lens background */

/* RED STYLE */
.r-mb {background:#800000 url(bred.gif)} /* menu background */
.r-t {background:silver url(byell.gif)}  /* column titles */
.r-o {background:white} /* odd */
.r-e {background:beige} /* even */
.r-cr {background:gold} /* current recno */
.r-rn {background:#C0C0C0} /* recno */
.r-gp {background:pink} /* group */
.r-st {background:papayawhip} /* subtotal */
.r-to {background:yellow} /* total */
.r-dl {background:lightyellow} /* detail left */
.r-lr {background:white} /* detail right */
.r-bg {background:lightgrey} /* background */

/* MARBLE STYLE */
.b-mb {background:darkblue url(eba128.jpg);} /* menu background */
.b-t {background:#C0C0C0 url(bgrey.gif)}  /* column titles */
.b-o {background:white} /* odd */
.b-e {background:beige} /* even */
.b-cr {background:yellow} /* current recno */
.b-rn {background:#C0C0C0} /* recno */
.b-gp {background:powderblue} /* group */
.b-st {background:lightyellow  url(cc128.jpg)} /* subtotal */
.b-to {background:papayawhip} /* total */
.b-dl {background:lightyellow} /* detail left */
.b-lr {background:white} /* detail right */
.b-bg {background:lightgrey} /* background */	

label {
 cursor: pointer;
 cursor: hand;
}

.lens-note {color:gray;font-size:x-small;font-family: sans-serif}
