﻿.smallImage {
	width: 16px;
	height: 16px;
	background-image: url(../images/mse_sprite.png);
	display: inline-block;
}

.nlFlag
{
	background-position: -17px -282px;
	height: 11px;
}

.enFlag
{
	background-position: -34px -282px;
	height: 11px;
}

html {
   overflow-y: scroll; 
}

body {
	background-color: #D7D7D7;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#contentWH
{
	width: 750px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 1px #FC3 solid;
	border-bottom: 1px #FC3 solid;
	border-right: 1px #FC3 solid;	
	background-image: url(../images/mseWebsiteBackground.png);
	background-repeat: no-repeat;
}


.inputbox { 
	width: 150px;
}

a {color:#0000FF}

img {
border:0;
}

.margin_centered {
	margin-left: auto;
	margin-right: auto;	
}

.centered {
	text-align: center;
}

.windowtable, .windowtable_700 {
	background-color: #ECE9D8;
}

.windowtable_700 {
	width: 700px;
}

.top_aligned
{
	vertical-align: top;	
}

.msefoot {
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}

a:link {
	text-decoration: none;
	color:blue;
	cursor:pointer;
}
a:visited {
	text-decoration: none;
	color:blue;
	cursor:pointer;
}
a:hover {
	text-decoration: underline;
	color:blue;
	cursor:pointer;
}
a:active {
	text-decoration: none;
	color:blue;
	cursor:pointer;
}
form {
	margin: 0;
}

.blog_contents {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.one_item_box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-radius: 5px;
	background-color: #CFC;
	padding-left: 5px;
	position: relative;
	display: block;
	min-height: 1px;
}

.one_item_box.reactie {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-radius: 5px;
	background-color: #FFC;
	padding-left: 5px;
	display: block;
}

.content_blog_item {
	width: 580px;
	float: left;	
}

.userInfo {
	width: 110px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-image: linear-gradient(left bottom, rgba(255, 255, 255, 0) 40%, #99CAFF 80%);
	background-image: -o-linear-gradient(left bottom, rgba(255, 255, 255, 0) 40%, #99CAFF 80%);
	background-image: -moz-linear-gradient(left bottom, rgba(255, 255, 255, 0) 40%, #99CAFF 80%);
	background-image: -webkit-linear-gradient(left bottom, #fff 40%, #99CAFF 80%);
	background-image: -ms-linear-gradient(left bottom, rgba(255, 255, 255, 0) 40%, #99CAFF 80%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		right top,
		color-stop(0.4, rgba(255, 255, 255, 0)),
		color-stop(0.8, #99CAFF)
	);
}

.postText {
	font-size: smaller;
	color: #333;		
}

.ondertitel {
	font-size: small;
	color: #999999;
}

.ondertitel b {
	color: #000000;
}

.ondertitel a {
	color: #000000;
}

.reacties {
	font-size: small;
	font-style: italic;
}

.titel {
	font-size: x-large;
	font-weight: bold;
	font-variant: small-caps;
}

.titel a:link {
	text-decoration: none;
	color:black;
	cursor:pointer;
}

.titel a:visited {
	text-decoration: none;
	color:black;
	cursor:pointer;
}

.titel a:hover {
	text-decoration: underline;
	color: #000000;
	cursor: pointer;
}

.titel a:active {
	text-decoration: underline;
	color: red;
	cursor: pointer;
}

#signinbox {
	border: 1px solid #666;
	position: relative;
	width: auto;
	float: right;
	border-radius: 5px;
	background-color: #ece9d8;
	box-shadow: 5px 5px 2px #CCC;
	display: none;
	top: 5px;
}

#signinbox_header, #errorbox_header
{
	background-color: #ADD8E6;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: bold;
	text-align: center;
}

#second_header
{
	background-color: #ADD8E6;
	font-weight: bold;
	text-align: center;
	
}

#errorbox_header
{
	background-color: #F00;	
}

.site_foot {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 10px;
	width: 350px;
	background-color:#FFC;
	border-radius:5px;
	opacity:0.75;
}

.sitefooter a {
	text-decoration: underline;
	color: #929090;
}

.sitefooter {
	bottom: 0px;
	color: #929090;
	font-size: 10px;
	text-align: right;
	display: block;
	margin-right: 5px;
}
