@charset "utf-8";
/* CSS Document */

.whitepapers_table td{
border-bottom: solid 3px #FFFFFF;
padding:5px 0px 5px 20px;
font-family:Corbel, "Trebuchet MS", Arial, Verdana;
font-size:0.75em;
color:#333333;
height:30px;
}

.whitepapers_table a{
text-decoration:underline;
font-weight:bold;
}

.whitepapers_table th{
height:52px;
font-family:Corbel, "Trebuchet MS", Arial, Verdana;
text-transform:uppercase;
color:#333333;
font-size:0.75em;
padding:auto 0;
text-align:left;
border-bottom:none;/* solid 1px #ffffff;*/
text-indent:20px;
background-color:#E2E2E2;
}

.odd_tr{
background-color:#EDF6FA;

}

.even_tr{
background-color:#EEEDEE;
}

.odd_bold_tr{
font-weight:bolder;
background-color:#F1EDC2;


}

.even_bold_tr{
font-weight:bolder;
background-color:#F1EDC2;

}