/* This CSS controls elements relating to the layout and colour of portlets */

div.portlet
{
  background:     #6c7b8b;
  width:          130pt;
  padding:        2px;
  margin-bottom:  10px;
  border-left:    #bebeff 1px solid;
  border-top:     #bebeff 1px solid;
  border-right:   #000000 1px solid;
  border-bottom:  #000000 1px solid;
}
div.portlet_heading
{
  font-size:      80%;
  font-weight:    bold;
  color:          #ffffff;
  text-align:     left;
  margin-top:     2px;
  margin-bottom:  2px;
  margin-left:    2px;
  margin-right:   2px;
}
div.portlet_body
{
  font-size:      80%;
  background:     #f0f0ff;
  padding:        4px;
}
a.portlet
{
  font-weight:      normal;
  color:            #6c7b8b;
  text-decoration:  none;
}
a.portlet_selected
{
  font-weight:      bold;
  color:            #6c7b8b;
  text-decoration:  none;
}
a.portlet:hover
{
  font-weight:      bold;
  color:            #6c7b8b;
  text-decoration:  none;
}
a.portlet_active
{
  font-weight:      bold;
  color:            #6c7b8b;
  text-decoration:  none;
}
