  #container
, #container2
, #container3
, #left
, #leftx
, #left1
, #left10
, #left11
{
  background-color: silver;
  border-color: white;
}

  li
, #user3 a.mainlevel
{
  border-color: white;
}

  #syndicate li
, #breadcrumb li
{
  border-color: silver;
}

  #container0
, #container00
, #top
, #container4
, #container5
, #component
, #right
, #footer
, #footer > div
{
  background-color: white;
  border-color: silver;
}

  #syndicate
, #breadcrumb
{
  background-color: #900;  
  color: white;
}

  #syndicate a:visited
, #breadcrumb a:visited
{
  color: silver;  
}

  #syndicate a:link
, #breadcrumb a:link
{
  color: white;  
}

  #syndicate a:hover
, #breadcrumb a:hover
{
  color: red;  
}

  #syndicate a:active
, #breadcrumb a:active
{
  color: #300;  
}



/*============================================================================*/
/* links                                                                      */                                
/*============================================================================*/

a:visited
{
  color: #900;
}

a:link
{
  color: #900;
}


a:hover
{
  color: red;
}

a:active
{
  color: #300;
}


  li#current a:visited 
, li#current a:link 
{
    color: white;
}

/*============================================================================*/
/* modules                                                                    */                                
/*============================================================================*/

  div.module_menu
{
  background-color: silver;  
  border-color: #900;
}

  div.module_menu div
, div.module_menu div div
, div.module_menu div div div ul
{
  background-color: silver;  
  border-color: white;
}

  div.module_menu  div div div
, div.module_menu div div div h3
{
  background-color: white;
  border-color: white;
}

div.module_menu div div div h3
{
  color: #900;
}

.xp-schedule table td+td
{
  background-color: silver;
}

/*============================================================================*/

h1, h2, h3, h4, h5, h6
, .contentheading
, .componentheading
{
  color: #900;
}
