/* SCROLL BARS *//////////////////////////////////////////////////////////////////////////////////////////////////

BODY 
{
scrollbar-face-color: #5487E1;
scrollbar-shadow-color: #1256CD;
scrollbar-highlight-color: #ADC8F8;
scrollbar-3dlight-color:#91B6F6;
scrollbar-darkshadow-color:#092C69;
scrollbar-track-color: #ffffff; 
scrollbar-arrow-color:#FFCD00;
}


.tablespace_1   { width: 100%; height: 21 }


/* TABLE TYPE 1 *//////////////////////////////////////////////////////////////////////////////////////////////////

.1table { width: 157 }

.1cellkeep   { width: 50%; height: 1 }

.1ttl        { width: 14; height: 23 }
.1ttr        { width: 14; height: 23 }
.1tbl        { width: 14; height: 17 }
.1tbr        { width: 14; height: 17 }

.1main   { background-color: #CDDBF2 }

.1top        { height: 23; background-image: url('../../tables/type1/tt.gif') }
.1bottom     { height: 17; background-color: #CDDBF2; background-image: url('../../tables/type1/tb.gif'); 
               background-repeat: repeat-x; background-position-y: bottom; height:17 }

.1topleft    { background-position: right top; width: 14; height: 23; background-image: url('../../tables/type1/ttl.gif') }
.1topright    { background-position: left top; width: 14; height: 23; background-image: url('../../tables/type1/ttr.gif') }

.1left       { width: 14; background-image: url('../../tables/type1/tl.gif'); background-position-x: left }
.1right       { width: 14; background-image: url('../../tables/type1/tr.gif'); background-position-x: right }

.1bottomright { width: 14; height: 17; background-image: url('../../tables/type1/tbr.gif'); background-position: right top }
.1bottomleft { width: 14; height: 17; background-image: url('../../tables/type1/tbl.gif'); background-position: left top }

.1commentcell { text-align: justify; border: 1px solid #C0C0C0; margin-top: 0; margin-bottom: 
               0; padding-left: 3; padding-right: 3; padding-top: 2; 
               padding-bottom: 2; background-color: #E6EDF9; 
               background-image: url('../../tables/type1/commentcell.gif') }



/* CELL SPACING *//////////////////////////////////////////////////////////////////////////////////////////////////

.cell_spacer_1 { width: 100; height: 7 }
.cell_spacer_2 { width: 100; height: 1 }

