/**
 $Id: default.css 11434 2008-10-28 10:48:51 +0000 (mar., 28 oct. 2008) fragile_be $
 **/

body 
{
    background: white;
    font-size: 12pt;
    color: black;
}
  
img { border: none; }

#userBanner { display: none;}
#breadCrumbLine { display: none; }
#courseToolList{ display: none; }


a:link, a:visited 
{
    background: white; 
    color: black; 
    text-decoration: underline;
}

h1, h2, h3 
{
    background: white; 
    color: black; 
    padding-bottom: 1px;
    border-bottom: 1px solid gray;
}

#platformBanner h1 a
{
    text-decoration: none;
}

.claroTable .headerX th
{
    font-weight: bold;
}
