
/* GENERAL */

body {
	margin: 0px;
	font-family: Trebuchet MS,sans-serif, Helvetica, Arial;
	font-size:12px;
	background-color:#f9f9f9;
	color:#565656;
	padding: 20px 0px 20px 0px;
}
form {
	padding:0px;
	margin:0px;
}
img {
	border: none;
}
input, option, textarea, select, checkbox {
	background-color:#FFFFFF;
	border: 1px solid #dadde1;
}
textarea {
	padding: 4px;
	width: 98%;
	height: 86%;
}
fieldset {
	border-style: solid;
	border-width: 1px;
	border: 1px solid #dadde1;
	margin:0px;
	padding:8px;
	padding-left:12px;
}
legend {
	color:#565656;
}
a {
	color : #e1890a;
	text-decoration : none;
}
a:hover {
	color : #e1890a;
}
p {
	margin-top:4px;
	margin-bottom:4px;
}
ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
}
li {
	padding:0px;
	margin:0px;
}
dl {
	padding: 0px;
	margin:0px;
	float: left; 
	overflow: hidden
}
dt {
	float:left;
	width: 100px;
	text-align:right;
	padding:4px;
	font-style:italic;
}
dd {
	margin-left: 110px;
	padding:4px;
}
.red {
	color:#C81711;
	font-size:10px;
}
.blue {
	color: #384654;
	font-size:10px;
}
.table {
	border:0px;
	width:100%;
	border-spacing:0px;
	border-collapse: collapse;
	padding:0px;
}
.table1 {
	font-size:12px;
}
.table2 {
	padding:2px;
	background-color:#f6f6f6;
}
.table3 {
	padding:2px;
	background-color:#f9f9f9;
}
.highlight {
	margin: 0px 0px 0px 15px;
	font-size:10px;
}
table.code {
	margin: 2px 0px 0px 10px;
	width: 100%;
	table-layout: fixed;
	border-left: 6px solid #eeeeee;
	background-color:#f5f5f5;
}
div.code {
	padding: 6px;
	width: 98%;
	overflow: auto;
	font-size: 12px;
	display: block;
}
div.quote {
	margin: 2px 0px 0px 10px;
	padding:6px;
	border-left: 6px solid #eeeeee;
	background-color:#f5f5f5;
}
div.smiley {
	padding:5px 0px 0px 0px;
}
div.clear {
	clear:both;
}
div.fieldset {
	font-size:11px;
	margin-top:5px;;
}

/* DIVS */

div.box {
	position: relative;
	width:800px;
	margin: auto;
	padding:10px 10px 2px 10px;
	border: 1px solid #e3e3e3;
	background-color:#fcfcfc;
}
div.content {

}
div.header {
    background-color: #4e4e4e;
	color:#FFFFFF;
	height:55px;
	text-align:center;
	padding-top:145px;
	font-size:25px;
	border-top: 1px solid #4e4e4e;
	border-left: 1px solid #4e4e4e;
	border-right: 1px solid #4e4e4e;
}
div.footer {
	margin-top:3px;
	padding-top:2px;
	text-align:center;
	font-size:10px;
}
div.footerhold {
	border-top: 1px solid #ebeef2;
	padding:6px;
}
div.calendar {
	font-size:11px;
}

/* MENU */

div.menu {
	background-color: #4e4e4e;
	padding:0px 20px 0px 20px;
	font-size:12px;
	color:#FFFFFF;
	border-bottom: 1px solid #4e4e4e;
	border-left: 1px solid #4e4e4e;
	border-right: 1px solid #4e4e4e;
}
div.menuactions {
	float:right;
	padding-left:14px;
}
div.menu a {
	color:#FFFFFF;
}
div.menu a:hover {
	color:#FFFFFF;
}
div.menu ul {
	padding: 7px 0px 6px 0px;
	margin:0px;
}
div.menu li {
	display:inline;
}
div.menu li a {
	outline:none;
}
div.menu li a.normal {
	padding: 7px 14px 7px 14px;
	color:#ffffff;
}
div.menu li a.normal:hover {
	background-color: #868686;
}
div.menu li a.selected {
	padding:7px 14px 7px 14px;
	background-color: #fcfcfc;
	color:#565656;
}
div.menu li a.selected:hover{
	color:#e1890a;
	background-color: #ffffff;
}

/* TABLE */

.left {
	padding:10px 10px 0px 0px;
	width:150px;
	vertical-align:top;
}
.center {
	padding:10px 0px 20px 0px;	
	vertical-align:top;
	height:500px;
}
.right {
	padding:10px 0px 0px 10px;
	width:150px;
	vertical-align:top;
}

/* SUB */

div.sub {
	margin-bottom:10px;
}
div.subarchive {
	font-size:10px;
	float:right;
	padding-right:4px;
}
div.subtitle {
	padding:3px 0px 3px 10px;
	background-color: #4e4e4e;
	color: #ffffff;
	font-size:13px;
}
div.subtitle a {
	color: #ffffff;
}
div.subtext {
	padding: 10px 10px 10px 10px;
	background-color: #f5f5f5;
	border: 1px solid #dfdfdf;
	border-top: 0px;
	color:#565656;
}
div.subtext a {
	color:#565656;
}
div.subtext a:hover {
	color : #e1890a;
}
div.subtext li {
	background: left center no-repeat;
}
div.subtext li a {
	outline:none;
	display:block;
}
div.subtext li a.dot {
	padding:2px 0px 2px 14px;
	height:18px;
}
div.subtext li a.dot2 {
	padding:2px 0px 2px 14px;
	height:18px;
	color : #a5a5a5;
}
div.subtext li a.dot2:hover {
	color : #437fda;
}
div.subtext li a.icon{
	padding:3px 0px 3px 24px;
	height:19px;
}
div.subtext li.normal {
	padding:3px 0px 3px 22px;
	height:19px;
}
div.calendar a {
	color : #437fda;
}

/* ITEM */

div.itemtitle {
	padding:6px;
	border: 1px solid #dfdfdf;
	font-style:italic;
	font-size:20px;
	color : #9a0072;
}
div.itemtitle a {
	color : #9a0072;
}
div.itemtext {
	padding: 15px 6px 20px 3px;
}
div.itemactions {
	font-size:10px;
	float:right;
	padding-top:4px;
	padding-left:6px;
	color:#999999;
}
div.itemactions a {
	font-size:10px;
	font-style:italic;
	color:#999999;
}
div.itemstats {
	padding-top:6px;
	padding-left:5px;
	font-size:11px;
	color:#929292;
}
div.itemlink {
	background-repeat: no-repeat;
	padding:9px;
	padding-left:40px;
	margin-left:6px;
}
div.itemubb {
	padding-top:4px;
	padding-bottom:12px;
}
div.itemubb a{
	margin-top:4px;
	padding:2px 6px 2px 6px;
	border: 1px solid #dadde1;
}
div.itemubb a:hover {
	outline:none;
}
div.itemsmiley {
	padding:6px 0px 14px 0px;
}
div.itemfooter {
	clear:both;
	text-align:center;
	font-size:11px;
}
div.itemfooter a:hover {
	text-decoration:underline;
}
div.itemspace {
	height:40px;
}

/* COMMENTS */

div.comments {
	margin-top:20px;
	margin-bottom:6px;
}
div.comment {
	margin-top:10px;
	border: 1px solid #ebeef2;
	padding:6px;
	font-size:11px;
}
div.commentfooter {
	margin-top:4px;
	padding-top:4px;
	border-top: 1px solid #ebeef2;
	font-size:11px;
}

/* ID'S */

#replyactivate {
	margin-top:10px;
	font-size:11px;
	text-align:center;
}

/* Lightbox */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.live-messenger.nl/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.live-messenger.nl/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.live-messenger.nl/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
.info {
  font-size: small;
}

.notelist {
  _padding-top: 10px; /* for IE only */
  width: 420px;
  border: 1px #000;
}