body {
	background-color: #770000;
	text-align: center;
}	

div#pagecontainer {
	width: 900px;
	margin: 2em auto 0;
	padding: 10px;
	border: 3px ridge #041690;
	background-color: #fff;
	color: #111;
	text-align: left;

	background-image: URL('gfx/sticker.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#pagecontainer h1#pagetitle {
	text-align: left;
	margin-left: 180px;
}

div#pagecontainer h2#pagesubtitle {
	text-align: left;
	margin-left: 210px;
}

div#pagecontainer div#pagecontent div#rightCol ul#news, 
div#pagecontainer div#pagecontent div#rightCol ul#news li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#pagecontainer div#pagecontent h2 {
	background-color: #000066;
	color: #fff;
	font-size: 10pt;
	padding: 2px .5em;
	margin-bottom: .5em;
}

div#prefooter, div.clearBoth {
	clear: both;
}

div#pagecontainer div#footer {
	font-size: 8pt;
	text-align: center;
	border-top: 1px solid black;
	margin: .5em 3em;
	margin-top: 250px;
	padding-bottom: 0;
}

div#pagecontainer div#footer a {
	font-size: 8pt;
}

div#pagecontainer div#pagemenu {
	text-align: center;
	padding: 10px;
}

div#pagecontainer div#pagemenu ul {
	margin: 0;
	padding: 0;
	display: inline;
}

div#pagecontainer div#pagemenu li {
	padding: 1px;
	display: inline;
}

div#pagecontainer div#pagemenu ul li.here, div#pagecontainer div#pagemenu ul li.here a {
	background-color: #0000cc;
	color: #fff;
	font-weight: bold;
}

div#pagecontainer div#pagemenu ul li, div#pagecontainer div#pagemenu ul li a {
	font-weight: bold;
}

dt {
	text-decoration: underline;
	font-weight: bold;
}

.callsign {
	font-style: italic;
	font-weight: normal;
}

dl dd.missing {
	color: red;
	background-color: #f6f6f6;
}

form#tilmelding label {
	display: block;
}

form#tilmelding label:after {
	content: ":";
}

abbr {
    border-bottom: 1px dotted green;
}

.pictureLeft {
  float: left;
  margin: 0 1em 0 0;
  background-color: #eeeeee;
  color: #000000;
  text-align: center;
}

.pictureLeft img { /* none declared */ }

.pictureLeft .pictureText {
	font-size: .8em;
	padding-bottom: .5em;
}

.pictureRight {
  float: right;
  margin: 0 1em 0 0;
  background-color: #eeeeee;
  color: #000000;
  text-align: center;
}

.pictureRight .pictureText {
	font-size: .8em;
	padding-bottom: .5em;
}

.pictureRight .topText {
	text-align: left;
	padding-top: .5em;
	padding-bottom: .5em;	
	padding-left: .5em;
	padding-right: .5em;		
}

.new {
	text-transform: uppercase;
	color: red;
	background-color: inherit;
}

/******************************************************/
/*
/* Lister
/*
/******************************************************/
.listSelector {
	font-size: .8em;
	font-variant: small-caps;
	letter-spacing: 0;
}

/* ************************************************** */
/*                                                    */
/*     Preparing for HCards                           */
/*     The unknown properties below are for           */
/*     cross-browser compatibility.                   */
/*                                                    */
/* ************************************************** */
#preparticipants {
	color: #000;
	clear: both;
}

#transbox * {position: relative}

#preparticipants .vcard {
	background: #fff;
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	border-bottom: 1px dashed black;
}
	
#preparticipants .vcard:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

#preparticipants ul {
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}