/* Editor: vim:syn=css
 * UK IMC default.css
 * The idea with this stylesheet is that it contains stuff that can be 
 * referenced using @import from other style sheets that contain colours etc 
*/

body {
  margin: 0em;
  padding: 0em;
  font-family: Arial, "Lucida Grande", Verdana, Geneva, Lucida, Helvetica, sans-serif;
}

td {
  font-family: Arial, "Lucida Grande", Verdana, Geneva, Lucida, Helvetica, sans-serif;
}

form {
  margin: 0em;
  padding: 0em;
}

a {
  text-decoration: none;
}

div.content {
  margin: 1em 10em 0em 10em;
}

div.leftcolumn {
  position: absolute;
  left: 0em;
  top: 13em;
  width: 10em;
  margin: 0em;
}

div.rightcolumn {
  position: absolute;
  right: 0em;
  top: 13em;
  width: 10em;
  margin: 0em;
}

div.header h1 {
  margin: 0em;
  padding: 0em;
}

div.top, div.archives, div.regions, div.issues, div.actions, div.imcs, div.search, div.banners,
div.languages, div.publish, div.events, div.newswire {
  margin: 0.4em;
}
		
div.regions h2, div.issues h2, div.actions h2, div.imcs h2, div.search h2, div.languages h2,
div.publish h2, div.events h2, div.newswire h2 {
  margin: 0em;
  padding: 0.4em;
  font-size: smaller;
}

div.top p, div.archives p, div.regions p, div.issues p, div.actions p, div.imcs p, div.search p,
div.languages p, div.publish p, div.events p, div.newswire p {
  margin-top: 0em;
  margin-bottom: 0em;
  padding: 0.4em;
  font-size: smaller;
}

div.top p, div.archives p {
  text-align: center;
  font-weight: bold;
}

div.publish h3 {
  color: #000;
  background-color: #FFF;
  background-image: url(/img/publish-background.png);
  background-position: bottom center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  margin: 0.4em;
  padding: 0.4em;
  text-transform: uppercase;
  text-align: center;
}

div.events h3 {
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  padding: 0em;
  font-size: smaller;
}

div.events p {
  font-size: smaller;
}

div.features, div.special {
  margin-top: 0em;
  margin-bottom: 1.6em;
  margin-left: 0.4em;
  margin-right: 0.4em;
}

div.features h2, div.special h2 {
  margin-top: 0em;
  margin-bottom: 0em;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

div.features p, div.special p {
  margin-top: 0em;
  margin-bottom: 0.4em;
}

div.features p small, div.special p small {
  margin: 0em;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

