@import "reset.css";

/***********************
GLOBAL PAGE LAYOUT
***********************/
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #efeedc;
	color: #847e66;
	line-height: 1.4em;
	margin: 0px;
}

div#Main {
	margin: 0 auto 0 auto;
	width: 954px;
	padding: 13px;
	background-color: #ffffff;
}

div#Wrapper {
	background: url(img/wrapper_back.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding: 0px;
	height: 100%;
}

div#Left {
	width: 211px;
	float: left;
	/*background-color: transparent;*/
	min-height: 100%;
}

div#Menu {
	/*width: 211px;
	float: left;
	background-color: green;*/
	/*min-height: 400px;*/
	background: url(img/menu_back.jpg);
	background-position: top;
	background-repeat: no-repeat;
	
}

div#Menu a {
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #eae7d5;
	display: block;
	width: 190px;
	padding-right: 5px;
	padding-top: 5px;
	height: 20px;
	text-align: right;
	background: url(img/menu_line.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	/*background-color: yellow;*/
	
}

div#Menu a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
	background: url(img/menu_line_over.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#Menu a.selected {
	color: white;
	font-weight: bold;
	text-decoration: none;
	background: url(img/menu_line_over.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#Menu a#picture {
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #eae7d5;
	display: block;
	width: 190px;
	padding-right: 5px;
	padding-top: 5px;
	height: 130px;
	text-align: right;
	background-image: url(img/menu_foto.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	/*background-color: yellow;*/
	
}

div#Menu a#picture:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-image: url(img/menu_foto_over.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#Message {
	background-color: #847e66;
	color: #eae7d5;
	border: 1px solid red;
	margin-bottom: 20px;
	padding: 5px;
}

div#Right {
	float: left;
	width: 743px;
}

div#Header {
	width: 743px;
	height: 115px;
	background: url(img/header_back.jpg);
}
div#LoginPanel {
	position: relative;
	left: 595px;
	top: 15px;
	width: 96px;
	height: 91px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 4px;
	padding-left: 25px;
	background: url(img/header_loginpanel_back.jpg);
	color: #030202;
}

div#Content {
	width: 730px;
	background: url(img/content_back.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-left: 13px;
	margin-top: 13px;
}

/** Hacks voor IE's gebrek aan min-height support*/
div#RealContent {
	width: 729px;
	float: left;
}

div#MinHeight {
	height: 600px;
	width: 1px;
	float: left;
}

div#Footer {
	margin: 0 auto 0 auto;
	width: 980px;
	height: 20px;
	/*background-color: #CCCCCC;*/
	text-align: center;
}

div#News {
	float: left;
	width: 350px;
	height: 90px;
	margin-right: 30px;
	background-color: #fcc818;
}

div#Activities {
	float:left;
	height: 90px;
	width: 350px;
	background-color: #fcc818;
}

div#OnlyNews {
	float: left;
	width: 100%;
	height: 92px;
	background-color: #fcc818;
}

div#OnlyActivities {
	float:left;
	height: 92px;
	width: 100%;
	background-color: #fcc818;
}

div.FrontArticleTitle {
	
}
div.FrontArticleTitle img {
	float:left;
	
}
div.FrontArticleTitle div {
	/*float:left;*/
	/*width: 322px;*/
	height: 19px;
	padding-top: 3px;
	padding-right: 5px;
	background: url(img/frontarticletitle_back.jpg);
	background-repeat: repeat-y;
	background-color: #847e66;
	text-align: right;
	color: #eae7d5;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	
	
}
a.FrontArticle {
	color: #8d8565;
	
}
a.FrontArticle:hover {
	color: #000000;
	text-decoration: none;
	
}


div.ArticleTitle {
	/*width: 700px;*/
	height: 20px;
	background-color: #847e66;
	padding-top:2px;
	padding-left: 26px;
	background: url(img/articletitle_back2.jpg);
	background-repeat: no-repeat;
	background-color:#847e66;
	color: #eae7d5;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	
}
div.ArticleTitle img {
	float:left;
}
div.ArticleTitle div {
	float:left;
	width: 325px;
	height: 22px;
	padding-left: 5px;
	background: url(img/articletitle_back.jpg);
	background-repeat: repeat-y;
	color: #eae7d5;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	
	
}






table.activemembers_loggedin {
	width: 100%;
	background-color:  #FFFFFF;
	border-spacing: 0px;
}

table.activemembers_loggedin tr.odd {
	background-color: #ffffff;
}
table.activemembers_loggedin tr.even {
	background-color: #f0eedd;
}

table.activemembers_loggedin td {
	margin: 10px;
}



span.activemembers {
	color: #847e66;
	font-weight: bold;
}

span.activemembers:hover {
	color: #3d8d0f;
	font-weight: bold;
}

span.activemembers_selected {
	color: #3d8d0f;
	font-weight: bold;
}





a {
	color: #c02732;
	text-decoration: none;
}

a:hover {
	color: #3d8d0f;
	text-decoration: underline;
}

img {
  border: none;
}

h2 {
	color: #3c8d0d;
	border-top: 1px solid #a3a08f;
	padding-top: 3px;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	color: #3c8d0d;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}


div.fw_panelheader {
	height: 20px;
	background: #F6F6F6;
	margin: 0 0 20px 0;
}

div.fw_panelheader img {
	cursor: pointer;
}

div.popup_content {
	margin: 0px 10px 10px 10px;
}
div.fw_panel_popup {}

div.fw_popupbackground {
	background-color: #000; 
	opacity:.8; 
	filter:alpha(opacity=80); 
	/* IE */
}	

div.fw_albumrow {
	clear:both;
	padding-left: 10px;
}
div.fw_albumrow table {
	float: left;
	display:inline;
	width: 150px;
	height: 150px;
	margin-right: 10px;
}
div.fw_albumrow table tr td {
	vertical-align:center;
	text-align:center;
	width: 150px;
	height: 150px;	
}
div.fw_albumrow table tr td img {
	cursor: pointer;
}
.fw_album_viewphoto {
	/*background-color: green;*/
	
}
.fw_album_viewphoto img {

}

.fw_album_viewphotoinfo {
	/*background-color:yellow;*/
	color:#696451;
	width:500px;
	margin:auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.fw_album_viewphotobuttons {
	width:153px;	
	margin:auto;
}
