@charset "utf-8";
/* CSS Document  for ClinStat : revised 2016_04_29*/

/*                          Section 1 : common to all domains                   */

/*    font size    */
.fsxx{font-size:xx-small;}
.fsx{font-size:x-small;}
.fs{font-size:small;}
.fsh{font-size:small; line-height:165%;}
.flxx{font-size:xx-large;}
.flx{font-size:x-large;}
.fl{font-size:large;}
.fn{font-size;normal;}

/* color  */
.fwhite{color:#FFFFFF;}
.fLGrey{color:#E0E0E0;}
.fDGrey{color:#808080;}
.fBlack{color:#000000;}
.fRed{color:#FF0000;}
.fPurple{color:#603060;}
.fDPurple{color:#301040;}
.fBlue{color:#6060A0;}
.fGold{color:#A0A060;}
.fBronze{color:#A0A000;}
.fMaroon{color:#800000;}

/*   Tables         */
/* st and stb =small font table, nb= normal table with borders */
table.st,table.stb { font-size:small;} 
table.stb,table.nb {  border-collapse: collapse;  margin:5px; }
table.stb td,table.stb th,table.nb td,table.nb th { border: 1px solid black; padding: 2px; }
/*.nb { border: 1px solid black; padding: 2px; } */
/* sxt and sxtb = very small font table */
table.sxt,table.sxtb { font-size:x-small;} 
table.sxtb {  border-collapse: collapse;  margin:5px;   }
table.sxtb td,table.sxtb th { border: 1px solid black; padding: 2px; }

/*                          End Section 1 : common to all domains                   */
/*                          Section 2 : References : not used specifically          */

.pgcol { background-color : #99BFA4; }/* page color (blue) for ClinStat and Personal */
/*.pgcol { background-color : #EEEEEE; }/* page color (light grey) for CU and StatTools */
.bcol { background-color : #EEEEEE; } /* background (light grey) for area of focus for ClinStat and StatTools */
.pncol { background-color : #E0E0E0; } /* panel color (mid grey) for ClinStat and StatTools */
/*.pncol { background-color : #A0A060; } /* panel color (gold) for Anne and Allan*/
.fcol { color : #611800; }  /* focus color (chocolate) for Allan and ClinStat */
.fcol { color : #CC3FC8; }  /* focus color (pink) for CU StatTools */

/*                          End Section 2 : References : not used specifically          */
/*                          Section 3 : Domain specific                                 */

/*body{background-color:#99BFA4;font-size:large;} /* (blue) for ClinStat  and Allan*/
body{background-color:#EEEEEE;} /* (light grey) for CU StatTools */
/*body{background-color:#A0A060;font-size:large;} /* (gold)  not currently used */

/*  The following are for tabbed panels                   */

.frme, .frme500, .frme450, .frme400, .frme300, .frme200, .frme100   /* frame around the primary horizontal tabbed panels */
{
   background-color : #E0E0E0; /* for both ClinStat and StatTools */
   width:100%;                 /* sits inside a table cell of defined width  */
   overflow: auto;             /* scrolls when content exceeds height  */
}
.frme500    /* frame around the primary horizontal tabbed panels */
{
   height:500px;               /* invariant height  */
}
.frme, .frme450    /* frame around the primary horizontal tabbed panels */
{
   height:450px;               /* invariant height  */
}
.frme400    /* frame around the primary horizontal tabbed panels */
{
   height:400px;               /* invariant height  */
}
.frme300    /* frame around the primary horizontal tabbed panels */
{
   height:300px;               /* invariant height  */
}
.frme200    /* frame around the primary horizontal tabbed panels */
{
   height:200px;               /* invariant height  */
}
.frme100    /* frame around the primary horizontal tabbed panels */
{
   height:200px;               /* invariant height  */
}

/*.rim { border-bottom: 1px solid #611800;} /* rim around tabs (chocolate) for ClinStat and Allan */
.rim { border-bottom: 1px solid #CC3FC8;} /* rim around tabs (pink) for CU StatTools */

.tabOff                        /* for when tab is not selected */
{
   float : left;
   margin-right : 1px;
   padding : 0px 2px 0px 2px;
   color : #E0E0E0;
/*    For ClinStat and Allan  (chocolate )*/          
/*   border-top : 1px solid #611800;
   border-left : 1px solid #611800;
   border-right : 1px solid #611800;
   background-color : #611800;   
/*    end  For ClinStat and Allan  */   
/*    For CU StatTools  */          
   border-top : 1px solid #CC3FC8;
   border-left : 1px solid #CC3FC8;
   border-right : 1px solid #CC3FC8;
   background-color : #CC3FC8;   
/*    end  For CU StatToos  */   
}
.tabOn                     /* for when tab is selected */
{
   float : left;
   margin-left : 1px;
   margin-right : 2px;
   padding : 0px 2px 0px 2px;
   background-color : #E0E0E0; /* for StatsToDo and StatTools */
/*    For ClinStat and Allan  (chocolate )*/          
/*   border-top : 1px solid #611800;
   border-left : 1px solid #611800;
   border-right : 1px solid #611800;
   color : #611800;
/*    end For ClinStat and Allan  (chocolate )*/          
/*    For CU StatTools  (pink )*/          
   border-top : 1px solid #CC3FC8;
   border-left : 1px solid #CC3FC8;
   border-right : 1px solid #CC3FC8;
   color : #CC3FC8;
/*    end For CU StatTools  (pink )*/          
}  
.vtabOff
{
   font-size:small; 
   color : #E0E0E0;
/*    For ClinStat and Allan  (chocolate )*/          
/*   border-top : 1px solid #611800;
   border-left : 1px solid #611800;
   border-bottom : 1px solid #611800;
   background-color : #611800;   
/*    end For ClinStat and Allan  (chocolate )*/          
/*    For CU StatTools  (Pink )*/          
   border-top : 1px solid #CC3FC8;
   border-left : 1px solid #CC3FC8;
   border-bottom : 1px solid #CC3FC8;
   background-color : #CC3FC8;   
/*    end For CU StatTools  (pink )*/          
}
.vtabOn
{
   font-size:small; 
   background-color : #E0E0E0; 
/*    For ClinStat and Allan  (chocolate )*/          
/*   border-top : 1px solid #611800;
   border-left : 1px solid #611800;
   border-bottom : 1px solid #611800;
/*    end For ClinStat and Allan  (chocolate )*/          
/*    For CU StatTools  (Pink )*/          
   border-top : 1px solid #CC3FC8;
   border-left : 1px solid #CC3FC8;
   border-bottom : 1px solid #CC3FC8;
/*    end For CU StatTools  (pink )*/          
}  
.tabPanel 
{ 
   background-color : #E0E0E0; /* for StatsToDo and StatTools */
   color:#000000;  /* black */
   padding : 5px;  
}

/* end tab panels */



.bg, .bgb   /*  container for background */
{
   padding:4px;
   /*background-color:#99BFA4;   /* background for ClinStat */
   background-color:#EEEEEE;   /* background for CU StatTools */
}

.pn, .pnb   /*  container for panels */
{
   padding:8px 8px 8px 8px;
   background-color:#E0E0E0;  /* LGrey*/
   color:#000000;  /* black */
}
.pnb, .bgb  /* bordered container */
{
   border-style:solid;
   border-width:2px;
   border-color:#000000;
}

