/* house style for OpenGoals */

body {
  background-color: #FFFFF3; color: #000060;
  font-family: sans-serif;
}

h1 {
  text-align: center; 
  font-family: serif; 
  font-size: 20pt; font-weight: bold;
} 
h2 { font-size: 14pt; font-weight: bold; }
h3 { font-size: 13pt; font-weight: normal; font-variant: small-caps; }

p, blockquote { font-size: 11pt; }
.remark { font-size: 9pt; }

/* taskbar stuff */
span.taskbarItem, span.taskbarMenuItem { font-size: 9pt; }

span.taskbarItem     { color: #CCCCCC; }
span.taskbarMenuItem { color: #008800; }

span.taskbarMenuItem a { 
  color: #008800; 
  text-decoration: none;
  font-weight: normal;
}

/* sidebar stuff */
div.sidebarItem, div.sidebarMenuItem {  
  font-size: 10pt;
  white-space: nowrap; 
}
div.sidebarItem     { color: #CCCCCC; }
div.sidebarMenuItem { color: white; }

div.sidebarMenuItem a { 
  color: white; 
  text-decoration: none;
  font-weight: normal;
}

div.ipr { text-align: right; font-size: 8pt; }

span.treacle { display: none; }