/* 
 * $Source: /usr/cvsroot/rimauresq/rimauresq-webapp/src/main/webapp/portal.css,v $
 * $Revision: 1.1 $
 *
 * Author: Tim Pizey (timp AT paneris.org)
 */

/* Portal Styles */
.header, .help {
  font-family : "Century Gothic", Helvetica, sans-serif;
  font-weight : normal;
  font-style  : normal;
  color       : #666666;
  line-height : normal;
  word-spacing: 1pt;
}
.header {
  font-size: 14px;
}
.help {
  font-size: 12px;
}
A.nav{
  font-family : "Century Gothic", Helvetica, sans-serif;
  font-weight : normal;
  font-style  : normal;
  font-size   : 10pt;
  text-align  : center;
}
A.nav:link    { color: #666666; text-decoration: none; }        /* unvisited link */
A.nav:visited { color: #666666; text-decoration: none; }        /* visited links */
A.nav:active  { color: #993333; text-decoration: none; }        /* active links */
A.nav:Hover   { color: #006633; background-color: #FFFFFF;
}

.copyright {
  font-family: "Century Gothic", sans-serif, Helvetica;
 font-size: 10px;
 text-align: right;
 margin-right: 2px;
}
.colophon {
 font-family: "Century Gothic", sans-serif, Helvetica;
 font-size: 10px;
 text-align: left;
}
.colophon A {
 color: black;
 font-weight: normal;
 font-size: 10px;
}
.validity {
 text-align: right;
}


