/*
  $Id: cv-page-print.css,v 1.1 2013-09-06 10:46:07+02 christian Exp christian $

  $Log: cv-page-print.css,v $
  Revision 1.1  2013-09-06 10:46:07+02  christian
  - Copyright notice (incl. mail address) updated.

  Revision 1.0  2005-06-19 19:38:25+02  christian
  Initial revision

  ©2004-2013   Christian Lange wm(at)clange.dkRemoveThis
*/

body {
  background: white;
  color: black;
  font: 9pt verdana, arial, geneva, sans-serif;
}

#preload {
  visibility: hidden;
}

#topmenu_en, #topmenu_da, #leftmargin, #rightmargin {display: none !important;}

#logobar {
  border: 1px solid;
  display: none;
}

/*
  *** MAIN Table Row ***
  Contains:
    leftmargin	Table Data Cell
    warnings	div
    contents	div
    rightmargin	Table Data Cell
*/
/*
#warnings {
  display: none;
}
*/

/*
  *** CONTENTS div is for the actual page contents ***
  I.g. the main text for the page.
*/
#contents {
  border: 0;
}

/*
  *** ARTICLETAB table holds a single column for articles ***
*/
#articletab {
  border: none;
}

/*
  *** ARTICLECOLUMN div is for Articles in a single Column ***
*/
#articlecolumn {
  border: 1px solid;
}

/*
  *** ARTICLEBOX is used to display the contents of an article ***
*/
.articlebox {
  border-top: 1px dotted;
  border-bottom: 1px dotted;
}

/*
  *** TWOCOLTAB table holds left and right columns for articles (i.e. notes) ***
*/
#twocoltab {
  border: 0;
}

/*
  *** LEFTCOLUMN div is for Articles in the Left Column ***
*/
#leftcolumn {
  border: 1px solid;
}

/*
  *** RIGHTCOLUMN div is for Articles in the Right Column ***
*/
#rightcolumn {
  border: 1px solid;
}

/*
  *** NOTEBOX is used to display the contents of an article (a note) ***
*/
.notebox {
  border-top: 1px dotted;
  border-bottom: 1px dotted;
}
.notedelimiter {
  border: none;
}

/* Additional styles used in job ad */
.jobad {
  display: none !important;
}

#clm-footer {
  border-top: 2px solid;
  color: #AAA;
}

/* Additional styles used in CV (Curriculum Vitae) */
.cv h3 {
  padding-top: 2em;
}
