/* Description:	This is a CSS file for ILSO  */
/* Author: 		Jacob N. Vo	     */
/* Date Created:	Jan 1, 2006	     */ 

.tableMain {
        WIDTH: 99%; HEIGHT: 100%
        PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px;
	BORDER-RIGHT: 0 ; BORDER-TOP: 0; BORDER-LEFT: 0; BORDER-BOTTOM: 0;
	BACKGROUND: #FFFFFF;BORDER-COLLAPSE: COLLAPSE; 
}
.table_bg {
  background: #FFFFFF; width: 99%; height: %100;
} 
.table_bg_w90 {
  background: #FFFFFF; width: 90%; height: %100;
}
.table_bg_w100 {
  background: #FFFFFF; width: 100%; height: %100;
}  
.td_title {
  width: 100%; 
  font-family: arial; font-size: 10pt; font-weight: Bold;
  color: #000080;
  background: #BAB1E4;
} 
.td_std {
  font-family: arial; font-size: 8pt; background: #FFFFFF; 
}
.td_std_width {
  width: 99%;
  font-family: arial;
  font-size: 8pt;
  background: #FFFFFF; 
} 
.td_std_th {
  height: 20px;
  border-left: 1 solid; border-top: 1 solid; border-right: 0; 
  border-bottom: 1 solid; border-color: #000080;
  background: #BAB1E4;
  font-weight: Bold; font-size: 8pt; color: #FFFFFF;
}
.td_std_thr {
  border-left: 1 solid; border-top: 1 solid; border-right: 1 solid; 
  border-bottom: 1 solid; border-color: #000080;
  background: #BAB1E4;
  font-weight: Bold; font-size: 8pt; color: #FFFFFF;
}
.td_std_td {
  border-left: 1 solid; border-top: 0; border-right: 0; 
  border-bottom: 1 solid;
  border-color: #CCCCCC;
  background: #FFFFFF;
  font-weight: Normal; font-size: 8pt;
  color: #000000;
} 
.td_std_tdr {
  border-left: 1 solid; border-top: 0; border-bottom: 1 solid; 
  border-right: 1 solid; border-color: #CCCCCC;
  background: #FFFFFF;
  font-weight: Normal; font-size: 8pt;
  color: #000000;
}
.td_top {
  border-left: 0; border-top: 0; border-bottom: 0; 
  border-right: 1 solid; border-color: #000000;
}
.formButton
{ 
  FONT-SIZE: 8pt; FONT-FAMILY: Arial;
  COLOR: #FFFFFF;
  background-color: #BAB1E4;
}
.submitButton
{ 
  FONT-SIZE: 8pt; FONT-FAMILY: Arial;
  COLOR: #FFFFFF;
  background-color: #000080;
}
.inputText
{ 
  FONT-SIZE: 8pt;FONT-FAMILY: Arial;
  COLOR: #000080;
}

