/* General declarations */

body {
 margin-left:.0cm; 
 margin-right:.0cm; 
 margin-top:.0cm;
 font-family: serif; 
 font-size:11pt;
 background-color:#fff;
}

h1 {font-size:1.5em; 
    color:#007;
    margin-bottom:0px;
}

h1:after {
    content: " U3A"
}
    
h2 {font-size:1.3em; color:#007}
h3 {font-size:1.1em; color:#007}

h1, h2, h3, h4 {
 text-align:center;
 letter-spacing:0.1em;
 font-variant:small-caps;
}

p {
 text-align:justify;
}

a {text-decoration:none;
    color:black;
}

table {width:100%; 
    border-collapse:collapse;
}
table td, table th {
  vertical-align:top;
  border:thin solid #0cc;
}
    
/* Header block */ 

#full {width:100%}
#main {width:100%}
#top {
  width:100%;
  overflow:hidden;
}

#sitename {
  width:78%;
  padding-left:1em; 
  text-align:left;
  vertical-align:middle;
}

/*Don't display */
img {display:none}
form {display:none}
button {display:none}
aside {display:none}
footer {display:none}
nav {display:none}
#logo {display:none}
#fourcol {display:none}
#twocol {display:none}
.extra2 {display:none}

/* Event and group tables */

#main table thead th  {
 color:#007; 
}

table.events td, table.groups td {
 padding:8px; 
}

table.events th, table.groups th {
 padding:8px;
 
 font-variant:small-caps;
}

table.events td.date {
 font-weight:bold; 
 white-space: nowrap;
}

#events {page-break-before: always;}
#namesplus {page-break-before: always;}

#namesplus:before {   
    display:block;
    font-style:italic;
    content:"(In the list below, the names of any NEW groups are shown in red, the names of any FULL groups are shown in italics)";
}
  
table.groups td.Full {
   color:#055;
   font-style:italic;
}
table.groups td.New {
   color:#f00;
   font-weight:bold;
}
  
table.groups td.Full a {
   color:#055;
   font-style:italic;
}
table.groups td.New a {
   color:#f00;
   font-weight:bold;
}

#grouptt {page-break-before: always;}
#grouptt .gname {
 display:block;
 white-space:normal;
}
 
dt {font-weight:bold}
dl {margin-top:0; margin-bottom:0}


