/* GENERAL */
/* BOLDTABLE CLASS: For Ge/Si detector tables */
.boldtable, .boldtable TD, .boldtable TH
{
font-size:16pt;
}
.boldtable TD
{
background-color:lightblue;
font-style:normal;
font-size:large;
}
.boldtable TH
{
background-color:lightgray;
font-style:normal;
font-size:large;
}



/* EFFTABLE CLASS: For Ge/Si detector tables */
.efftable, .efftable TD, .efftable TH
{
font-size:12pt;
}
.efftable TD
{
background-color:white;
font-style:normal;
font-size:normal;
text-align:right;
}
.efftable TH
{
background-color:lightgray;
font-style:normal;
font-size:normal;
}


/* EFFTABLE CLASS: For Ge/Si detector tables */
.efftable2, .efftable2 TD, .efftable2 TH
{
font-size:12pt;
}
.efftable2 TD
{
background-color:white;
font-style:normal;
font-size:normal;
}
.efftable2 TH
{
background-color:lightblue;
font-style:normal;
font-size:normal;
}