/* CSS Document for print*/

body{
	margin     : 0;
	padding    : 0;
	background: white;
	color:black;
	font: 11px/1.5em Arial, Geneva, Helvetica, Univers, sans-serif;
}

#newstags {
	text-align: right;
	font-size: 9px;
	font-style: normal;
	color:black;
}

#news {
	cursor: default;
	padding-bottom: 1px;
	margin: 5px 10px 5px;
	padding-left: 5px;
	padding-top: 2px;
	border-top: 1px none #006699;
	border-right: 1px none #006699;
	border-bottom: 1px dotted #006699;
	border-left: 1px none #006699;
	font-size: 12px;
	color:black;
}

#news h1 {
	font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.3em;
	border-style: none;
	font-weight: bold;
	color:black;
}

#news h2 {
	font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
	border-style: none;
	font-weight: bold;
}

#news h3 {
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	color: black;
	border-style: none;
	font-weight: bold;
}

#news h4 {
	font-style: italic;
	font-size: 14px;
	text-decoration: none;
	color: black;
	border-style: none;
	font-weight: bold;
}

#news p {
	font: lighter normal 12px/.8em;
	border-style: none;
	line-height: 1.5em;	
	color:black;
}

#news .comment {
	font: italic lighter normal 10px/0.8em;
	border-style: none;
	float: right;
	margin-right: 15px; 
	text-align: right;
}

#news .highpriority { 
	font: lighter normal 16px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.3em;
	border-style: none;
	font-weight: bold;
}

#news .priority {
	font: lighter normal 16px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.3em;
	border-style: none;
	font-weight: bold;
}

#news .newsdate {
	font-size: 10px;
}

#verslagtags {
	text-align: right;
	font-size: 9px;
	font-style: normal;
	color:black;
}

#verslag {
	cursor: default;
	padding-bottom: 1px;
	margin: 5px 10px 5px 10px;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	border-top: 1px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #666666;
	font-size: 12px;
	color:black;
}

#verslag h1 {
	font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.3em;
	border-style: none;
	font-weight: bold;
	color:black;
}

#verslag h2 {
}

#verslag p {
	font: lighter normal 12px/.8em;
	border-style: none;
	line-height: 1.5em;	
	color:black;
}

#verslag .comment {
	font: italic lighter normal 10px/0.8em;
	border-style: none;
	float: right;
	margin-right: 15px; 
	text-align: right;
}

#topsection{
	display: none;
}

#topnavsection{
	display: none;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin: 0 20px 0 20px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentcolumn2{
	margin: 0 20px 0 20px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	display:none;
} 

#rightcolumn{
	display: none;
}

#footer{
	display:none;;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

#ddcolortabs{
	display: none;
}

.dateheader {
	font-size: 12px;
	font-style:italic;
}

.text {
	padding-left: 5px;
	font: normal 12px;
}

#insideleft{
	float: left;
	width: 40px; /*Width of left column*/
} 

#insideright{
	float: left;
	width: 150px; /*Width of right column*/
	margin-left: -150px; /*Set left marginto -(RightColumnWidth)*/
}

.footerbox {
	display: none;
}

.navitem {
	FONT-STYLE: normal; 
	TEXT-DECORATION: none 
}

.navitem_larger {
  COLOR: black; 
	FONT-STYLE: normal;
	font-size: 14px; 
	TEXT-DECORATION: none 
}
a.navitem_larger { 
  COLOR: black; 
	FONT-STYLE: normal; 
	font-size: 14px; 
	TEXT-DECORATION: none 
}
.event_navitem {
	padding-left: 10px;
	FONT-STYLE: normal; 
	TEXT-DECORATION: none 
}

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: 0px;
	border: 1px dashed gray;
	visibility: hidden;
	text-decoration: none;
	background: #CCCCCC;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.opateam {
	font-style: normal;
	font-weight: bold;
}

h1.pageheader {
	font-size: 18px;
}

.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}

.cssform textarea{
	width: 250px;
	height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

.formbutton{
	cursor:		pointer;
	border:		outset 1px #ccc;
	background:	#999;
	color:		#666;
	font-weight:	bold;
	padding: 	1px 2px;
	background:	url(/images/formbg.gif) repeat-x left top;
}

a:link, a:visited {
	color: #000000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}


.mandatory {
	background-color: white;
	font-weight: bold;
}
