#appTable {
   width: 100%;
   /*background-color: #FFCCFF*/
   
}

#appTable td {
   font-family: arial;
   font-size: 11px;
   color: #333333;
}
      
#appTable .formTitle {
   font-family: arial;
   font-size: 13px;
   font-weight: bold;
   padding-bottom: 10px;
}

#appTable .legendText {
   font-family: arial;
   font-size: 11px;
   padding-bottom: 10px;
   text-align: right;
}

#appTable .asterisk {
   font-family: verdana;
   font-size: 17px;
   font-weight: normal;
   color: #ff6600;
}

#appTable .pageTitle {
   font-family: arial;
   font-size: 12px;
   font-weight: bold;
   border-bottom: 2px solid #ff6600;

}

#appTable .hiText {
   color: #ff6600;
}

#appTable .helpTip {
   color: #ffffff;
   background-color: #ff6600;  
   font-size: 12px;
   font-weight: bold;
   cursor: pointer;
}

#appTable .importantCell {
   border: 1px solid #ff6600;
}

#appTable .importantTitle {
   font-size: 13px;
   font-weight: bold;
   color: #ff6600;
}

#appTable .importantText {
   font-size: 12px;
   font-weight: normal;
   color: #333333;
}


#appTable .pageNumberTable {
   /*border: 1px solid #ff6600;*/
}

#appTable .activePageNumber {
   font-family: arial;
   font-size: 13px;
   font-weight: bold;
   color: #ffffff;
   text-align: center;
   background-color: #ff6600
}

#appTable .passivePageNumber {
   font-family: arial;
   font-size: 13px;
   font-weight: bold;
   color: #333333;
   text-align: center;
   border: 1px solid #ff6600;
   /*background-color: #eeeeee*/
}

#appTable .LCell {
   width: 3%;
   vertical-align: top;
   height: 24px;
   border-bottom: 1px solid #eaeaea;
}

#appTable .MCell {
   width: 53%;
   height: 24px;
   padding-left: 1px;
   padding-right: 10px;
   border-bottom: 1px solid #eaeaea;
}

#appTable .RCell {
   width: 44%;
   height: 24px;
   border-bottom: 1px solid #eaeaea;
}

#appTable .LCellNone {
   width: 3%;
   vertical-align: top;
   height: 24px;
}

#appTable .MCellNone {
   width: 53%;
   height: 24px;
   padding-left: 1px;
   padding-right: 10px;
}

#appTable .RCellNone {
   width: 44%;
   height: 24px;
}

#appTable .footerTable {
   border-top: 2px solid #ff6600;
}

#appTable input, select, button {
   font-family: verdana;
   font-size: 11px;
}

#appTable a:link {
   color: #ff6600;
   text-decoration: none
}

#appTable a:visited {
   color: #ff6600;
   text-decoration: none
}

#appTable a:active {
   color: #ff6600;
   text-decoration: none
}

#appTable a:hover {
   color: #ff6600;
   text-decoration: underline
}


