body{ font-size: 10px; 
	  font-family: Arial, Tahoma, sans-serif; }
#printlink { display: none; }
table.normalboxadmin { border: 3px double black; }
td { border-width: 0; }
tr { border-width: 0; }
.subheader_head { background-color: black;
				  color: white;
				  font-weight: bold; 
				  font-size: 14px;        }
.subheader { 	background-color: black;
				color: white;
				font-weight: bold; 
				border: 1px solid black
				font-size: 14px;        }


/* -- listing classes --------- */
.row_1 {	background-color: #FFF;  }
.row_2 {	background-color: #DDD;  }

.col_1, .col_2 { padding: 0 4px;	}

.bottom_border { border-bottom: 1px dotted black; }

.blist,
.blist_list    { text-align: left; }

.blist_list ul { list-style-type: none; }
ul.blist_list  { list-style-type: none; }
li.blist_list  { margin: 10px 0; border-bottom: 1px solid #400; }

table.blist    { width: 100%; }
td.blist_title { width: 1%;
				 white-space: nowrap; }
				 
.blist_left    { width: 275px; }
/* ---------------------------- */



/* -- etc classes ------------- */
.centered { text-align: center;     }
.lefted   { text-align: left;       }
.righted  { text-align: right;      }
.longest  { width: 100%;            }
.shortest { width: 1%;              }
.nowrap   { white-space: nowrap;    }
.bold     { font-weight: bold;      }
.disabled { background-color: gray; }
/* ---------------------------- */