body {
	/*background:url(images/bg-body.png) repeat-x top center fixed #E8F7F9;*/
	/*background-color: #003366;*/ /* url(images/plain-bg.png)*/
	background: no-repeat bottom left fixed #003366;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#222222;
	}
body.nobg {
	background: none;
}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:15px;
	}

a {
	text-decoration:none;
	color:#C01933;
	}
a:hover {
	text-decoration:none;
	color:#003366;
	}
	
strong {
	font-weight: 900;
}
input, textarea, select {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.clickable {
	cursor: pointer;
}

.transparent {
	opacity: 0.1;
	filter: alpha(opacity10);
}

/* Structure */

#wrapper {
	margin:0 auto;
	width:800px;
	background: #ffffff;
	font-size:1.20em;

	}
#header {
	height: 100px; /*245px;*/
	background: url(images/logo.png) no-repeat top left #003366;
	/*border-bottom: solid #003366 10px;*/
	text-align: right;
	}
	#header p {
		text-align: right;
		color: white;
		padding: 10px;	
		}
#content {
	float:left;
	padding:10px;
	min-height: 150px;
	width: 780px;
	/*border-top: solid #003366 5px;*/
	}
#footer {
	clear:both;
	/*height:217px;
	background:url(images/bg-footer.png) no-repeat;*/
	text-align: right;
	background-color: #003366;
	color: white;
	padding: 8px 0;
	font-size: 12px;
	}
	#footer a,#header a {
		color: #7799CC;
	}
	#footer a:hover,#header a:hover {
		color: white;
	}
	#social {
		float: left;
	}
		#social img {
			width: 30px;
		}
	

	
div.news {
	border-bottom: solid 3px #000066;
	padding: 4px;
	font-size: 18px;
	text-align: center;
}



/* Entries */

.entry, p {
	padding:5px 10px;
	margin-bottom:3px;
	}
.entry-tags {
	float: right;
}
.entry-title {
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#000066;
	}
.date {
	font-size:0.9em;
	color:#888;
	cursor:default;
	letter-spacing:1px;
	}
.entry-footer {
	font-size:0.9em;
}	
.comment {
	border-top: solid 1px #000066;
	margin: 15px;
	padding: 5px;
	}
.comment a {
	}
.comment a:hover {
	}
	.comment-footer {
		margin-left: 20px;
		font-size: 10px;
	}
	
	
.link {
	padding:0 0 0 5px;
}
.link a.leadlink {
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:-1px;
}


/* Menu */

.menu {
	height:24px;
	line-height:24px;
	background-color: #003366;
	padding:0 10px;
	position: relative;
	z-index: 99;

	}
.menu ul {
	list-style-type:none;
	margin-left: 0;
	}
.menu li {
	float:left;
	}
.menu li a {
	padding:0 10px;
	margin: 0 5px;
	display:block;
	color: #ffffff;
	font-weight: bold;
	vertical-align: top;
	}
.menu li.sel, .menu li.sel a {
	background-color: #ffffff;
	color: #003366;
	}
.menu li a:hover {
	background-color: #ffffff;
	color: #C01933;
	}
	
.submenu {
	background-color: white;
	position: absolute;
	top: 24px;
	left: 0px;
	z-index: 98;
	width: 780px;
}
	.submenu li a {
		color: #003366;
	}
	.submenu li a:hover, .submenu li.sel a {
		color: #C01933;
	}

#quicksearch {
	position: absolute;
	right: 5px;
	top: -4px;
}
	#quicksearch input {
		height: 20px;
		width: 70px;
		font-size: 20px;
	}
	#quicksearch img {
		position: relative;
		top: 4px;
	}
#quickresults {
	z-index: 100;
	background-color: #ffffff;
	padding: 0;
	position: absolute;
	top: 25px;
	right: 5px;
}
	#quicksearchtable {
		margin: 0;
		cursor: pointer;
	}
		#quicksearchtable tr td {
			height: 20px;
			line-height: normal;
			background-color: #ffffff;
			font-size: 20px;
		}
		#quicksearchtable tr:hover td {
			background-color: #AAAAFF;
		}
	

/* Footer */

#footer-valid {
	float:left;
	padding-top:75px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	letter-spacing:1px;
	color: #C01933;
	text-transform: uppercase;
	/*color:#aaaaaa;
	/*font-style:italic;*/
	}

h2 {
	font-size:2em;
	font-weight:normal;
	cursor:default;
	letter-spacing:1px;
	}
	
h3 {
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#000066;
	margin-top: 10px;
}

/* Extra's */

table {
	border-collapse: collapse;
	margin-left: 10px;
}
	table th {
		text-align: center;
		background-color: #f2f2f2;
		border: solid 1px #aaaaaa;
		/*background-color: #625231;
		border: solid #4C3B10 1px;
		color: white;*/
		padding: 3px;
	}
	table td {
		background-color: #f9f9f9;
		border: solid 1px #aaaaaa;
		/*background-color: #AB9C85;
		border: solid #4C3B10 1px;
		color: white;*/
		padding: 3px;
	}
	
	table tr.completed td {
		text-decoration: line-through;
	}
	
	table tr.updated td {
		background-color: #7474ff;
	}
	
	table tr td.red {
		background-color: #ff0000;
	}
	table tr td.yellow {
		background-color: #ffff00;
	}
	table tr td.green {
		background-color: #99cc00;
	}
	
	table tr.vtop td {
		vertical-align: top;
	}
	
	table.clear td {
		background-color: transparent;
		border: none;
		text-align: left;
	}
	table.center td {
		text-align: center;
	}


ul {
	margin-left: 25px;
}






/*	DIALOG BOXES	*/

#darkenScreenObject {
	display: none;
	z-index: 200;
	position: fixed;
	margin: 0;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	overflow: hidden;
}

#popupBox {
	display: none;
	z-index: 250;
	position: fixed;
	margin: 0 auto;
	padding: 10px;
	top: 0;
	left: 0;
	width: 600px;
	background-color: white;
	border: solid 1px black;
	overflow: auto;
}
#popupActions {
	display: none;
	z-index: 251;
	position: fixed;
	margin: 0 auto;
	padding: 0;
	top: 0;
	left: 0;
	width: 180px;
	background-color: white;
	border: solid 1px black;
	border-bottom: none;
}
	#popupActions div {
		border-bottom: solid 1px black;
		font-size: 16px;
		padding: 5px;
	}
	#popupActions div:hover {
		background-color: #AAAAFF;
	}
		#popupActions div img {
			vertical-align: middle;
		}
		


#photos {
	/*float: right;*/
	margin-left: 15px;
}
	#photos img {
		margin-bottom: 5px;
	}
	
	
	
form#join {
}
form#join input {
	height: 20px;
}
form#join p {
}

form#join table td {
	padding-right: 10px;
}
form#join input {
	border: solid 1px #003366;
}
form#join input.check {
	border: solid 1px #00CC00;
}
form#join input.error {
	border: solid 1px #C01933;
}
form#join td.error_box {
	background-color: white;
	border: none;
}
form#join td.error_box input {
	border: none;
	color: #C01933;
	margin: 0;
	padding: 0;
}