/*
 * some general rules for stylesheet programming hygiene:
 * - place each definition in the appropriate section (denoted with a 
 * comment in captial letters
 * - don't use hyphen's ( - ) in the names of definitions: this is
 * considered as an illegal identifier by the CSS specification
 * - if you use a 'hack' to let the page be displayed properly in a
 * certain browser, please mention that in the code
 */

/* GENERAL LAYOUT */
img {
  vertical-align: middle;
}
body, table { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
body {
  padding: 0; /* opera */
  margin: 0; /* moz + IE */
  background-color:  #eaeaca;
}
a {
  color: #a20e1a;
  text-decoration: none;
}
a:hover, a:visited {
  color: #ff3600;
}
h2 {
  font-size: 20px;
  color: #E22;
}

h3:first-child {
  margin-top: 0;
}
h3 {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}
h4 {
  font-size: 14px;
  font-weight: bold;
}
th {
  font-size: 14px;
  text-align: left;
}
.emailAddress {
	color: #a20e1a;
}

.sortcolumn, .sortcolumn:hover, .sortcolumn:visited {
  color: #a20e1a;
  text-decoration: none;
}

/* PAGE TOP */
#banner {
  text-align: center; 
  height: 85px;
  background-image: url("/decoratie/banner_voortzetting.gif");
  background-repeat: repeat-x; /* no repeat-y, otherwise IE bug (red line) */
}
#boek {
 float:left;
}

/* PAGE BOTTOM */

#footer {
  font-size: 10px;
  text-align: center;
  vertical-align: bottom;
  white-space: nowrap;
}

#footer div {
  padding: 5px;
}

/* NAVIGATION MENUS */
.nav {
  color: #c03;
  vertical-align: top;
  white-space: nowrap;
}
.navItem {
  padding: 7px;
}
.navItem .header {
  font-weight: bold;
  color: #F50;
  font-size: 12px;
  margin-bottom: 5px;
}
.navItem a:visited {
  color: #a20e1a;
}
.navItem a:hover {
  color: #ff3600;
}
.navItem .numMessages {
  color: rgb(77,45,129);
  font-weight: bold;
}
.navItem li {
  list-style-type: none;
  padding: 1px;
}
.navItem ul {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}

/* MAIN CONTENT */
#bodyOuter {
  width: 100%;
}

#bodyInner {
  vertical-align: top;
  /*background-image: url("/decoratie/pixels/main-bg.gif");*/
}

#bodyInnerInner {
  background-color: #ffe;
  padding: 10px;
  border: 1px solid #aaa;
}

/* FOTO ALBUM */
#album {
  margin-top: 20px;
  padding: 10px;
}
#album .pic {
	background-color: #eaeaca;
  padding: 5px;
  text-align: center;
}
#album img {
  border: 1px solid black;
  margin: 10px;
}
#album .highlighted{
  border: 2px solid #5566AA;
  font-weight: bold;
}
#album .highlighted .title {
  color: #5566AA;
}
.album .title {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

/* DIARIES: OVERVIEW */
.view {
  font-style: italic;
  font-size: 11px;
  float: right;
}

/* DIARIES + COMMENTS + MESSAGES */
.diaryEntryDetail, .message {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-color: rgb(225,225,205);
  padding: 5px;
  margin-bottom: 10px;
}

.diaryEntry .title a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.diaryEntry .title, .comment .title, .message .subject, .quotedtitle {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
}

.diaryEntry .body, .comment .body, .message .body {
  clear: left;
  margin-top: 15px;
  margin-bottom: 10px;
}

.diaryEntry .otherDiaries {
  clear: left;
  margin-left: 15px;
  margin-bottom: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #555;
}

.diaryEntry .reaction {
  float: left;
  margin-top: 5px;
}

.diaryEntry .readAllDiaries {
  float: right;
  margin-top: 5px;
}

.comment{
  padding-left: 8px;
  background-color: #eee;
  margin-top: 10px;
  border-top: solid #666;
  border-top-width: 1px;
  border-bottom: solid #666;
  border-bottom-width: 1px;
}

/* USER INFO (such as avatar etc.) */
.userInfo {
  padding: 0px;
  margin: 0px;
}

.userInfo .date {
  line-height: 40px; 
}

.userInfo .avator {
  margin-right: 5px;
}

/* GENERAL FORM LAYOUT */

form {
  margin: 0;
  padding: 0;
}

/* tot IE stylen van borders voor <select> ondersteund disablen we dit
input, select, textarea {
  border: 1px solid #aaa;
} */

form .label {
}

form .item {
  clear: both;
  margin-top: 5px;
  width: 90%;
}

form .required {
  color: #600;
}

form .error {
  color: #ff0000; 
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* LOGIN, CREATE ACCOUNT AND CHANGE PROFILE FORMS */

.nav input {
  border: 1px solid #aaa;
}

input.username {
  padding-left: 18px;
  background-image: url('/decoratie/iconen/persoon.png');
  background-repeat: no-repeat;
}

input.name {
  padding-left: 18px;
  background-image: url('/decoratie/iconen/naam.png');
  background-repeat: no-repeat;
}

input.password {
  padding-left: 18px;
  background-image: url('/decoratie/iconen/sleutel.png');
  background-repeat: no-repeat;
}

input.email {
  padding-left: 18px;
  background-image: url('/decoratie/iconen/e-mail.png');
  background-repeat: no-repeat;
}

input.website {
  padding-left: 18px;
  background-image: url('/decoratie/iconen/website.png');
  background-repeat: no-repeat;
}

input#loginbutton {
  margin: 5px 0px;
}

/* MOOD FORM */

input.mood {
  vertical-align: middle;
  margin-bottom: 5px;
  border: none;
}

/* USER PROFILE FORM */
form.profile .footer {
  margin-bottom: 20px;
}

/* USER PROFILE */
#profile .title {
  text-align: center;
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
}

#profile .typeGebruiker {
  text-align: center;
  color: red;
}

#profile img.user {
  float: left;
  margin: 5px;
  border: 1px solid black;
}

#profile .item {
  margin-top: 2px;
  clear: left;
}

#profile .item .label{
  background-color: #e6e6c6;
  padding: 5px;
  float: left;
  clear: left;
  width: 90px;
  margin-right: 5px;
  font-weight: bold;
}

#profile .item .value, #profile .item .valueMultiline {
  padding: 5px;
}

#profile .item .valueMultiline {
  clear: left;
}

#profile .footer {
  margin: 5px;
  clear: both;
}

/* MEMBER SEARCH */
#advSearch {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid;
}

.news .footer {
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 15px;
}

.news .body {
  font-size: 10px;
}

/* PAGINATION */
.pagination {
  text-align: right;
  margin: 10px;
  font-size: 12px;
  font-weight: bold;
  padding-left: 30px;
}

.pagination .header {
}

.pagination .page {
  padding-left: 4px;
}

/* MESSAGES (e.g. license agreement) */
.urgentmessage {
  color: black;
  padding: 5px;
  border: 1px solid;
  border-color: red;
  background-color: rgb(225,225,205);
}

.statusmsg {
  font-size: 10pt;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid;
  border-color: #aaa;
  background-color: #f0c060;
}

/* MESSAGE BOXES */
.messagebox {
  background-color: rgb(225,225,205);
}

.messageboxHeader {
  background-color: #a20e1a;
  vertical-align:text-top;
  text-align:center;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color:#FFFFFF;
  padding: 5px;
}

.messageboxBody {
  padding: 5px;
}

.messageboxForm {
  padding: 5px;
}

/* COMMENTS */
.confirmComment{
}

.confirmComment .checkComment{
	float: left;
  clear: left;
  width: 20px;
	height: 20px;
  margin-right: 5px;
	margin-top:1px;
  background-color: #eeeeee;
  border-top: solid #666666;
  border-top-width: 1px;

}

.confirmComment .comment{
  clear: right;
	margin-left: 30px;
}

.commentDeleted {
  font-style: italic;
}

h1
{
  display: block;
  position: relative;
  height: 23px;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

h1 #left, h1 #middle, h1 #right
{
  display: block;
  float: left;
  top: 0;
  height: 23px;
  margin: 0;
  padding: 0;
}

h1 #left
{
  width: 7px;
  background-image: url(/decoratie/titel_begin.gif);
}

h1 #right
{
  width: 51px;
  background-image: url(/decoratie/titel_einde.gif);
}

h1 #middle
{
  line-height: 23px;
  background-image: url(/decoratie/titel_midden.gif);
  background-repeat: repeat-x;
}

h1 #middle #text
{
  display: block;
  padding-top: 3px;
}
