body, html {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	height: 100%;
}

a {
	font-family: Verdana;
	font-size: 11px;
	color:#3E91D9;
	text-decoration: none;
	font-style: normal;
}
h1 {
	display: inline;
	color:#032659; 
	font-size:18px; 
	font-weight:bold; 
	line-height:40px; 
	padding-left:10px;
}

h2 {
	display: inline;
	color:#032659; 
	font-size:14px; 
	font-weight:bold; 
	line-height:40px; 
	padding-left:10px;
}

hr {
	color:#CCC; 
	background-color:#CCC; 
	height:1px; 
	border:0px; 
	width:95%; 
	margin-top:10px; 
	margin-bottom:30px;
}

.fullcontent_wrapper {
	min-height: 100%;
	height: auto !important;
	height:100%;
	margin: 0 auto -50px;	
}

/*  basis css   */ 
.topbalk {
	position:fixed;
	height:auto;
	width: 100%;
	z-index:10;
	top: 0px;
}
.topbalk_background {
	background-color:#3E91D9;
	height: 50px;
	position: absolute;
	width: 100%;
}
.menubalk_knop {
	background-color:#3E91D9;
	height: 32px;
	width: auto;
	padding-left:10px;
	padding-right:10px;
	float:left;
	text-align:center;
	color:#FFFFFF;
	padding-top:18px;
	cursor:pointer;
}
.menubalk_knop:hover {
	background-color:#3185cf;
}

#topbalk_randje {
	background-color:#3185cf;
	height: 6px;
	position: absolute;
	width: 100%;
	z-index:10;
	top: 50px;
	-webkit-box-shadow: 0 5px 20px 0px rgba(153,153,153,1);
	-moz-box-shadow: 0 5px 20px 0px rgba(153,153,153,1);
	box-shadow: 0 5px 20px 0px rgba(153,153,153,1);
}
#wrapper {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:1000px;
	height: auto;
}

.textbox { 
	border-radius: 3px; 
	border: 1px solid #CCC; 
	background-image: none; 
    height:25px; 
    width: 240px; 
	padding-left:10px;
	margin:5px;
} 
.textbox:focus {
	outline-color: #3185cf; 
}
   
.submit { 
  	background-color: #3185cf; 
    border: 2px solid #3185cf; 
    border-radius: 5px; 
    box-shadow: 0 0 5px 0 rgba(153,153,153,1) inset; 
    outline: none; 
    height:28px; 
    width: auto; 
	color:#FFFFFF;
	cursor:pointer;
	margin:5px;
 } 
 .submit:hover { 
  	background-color: #3E91D9; 
 }


.wessel-title {
	color: #FFD600;
	font-weight: bold;
	text-shadow: 0px 0px 10px #FF0000;
	background: url(../../assets/afbeelding/backround11.gif);
	font-family: Courier;
	padding: 2px 5px;
}

.header-alert {
	background: #EC3D68;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	display: block;
	width: 17px;
	height: 17px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	top: -8px;
	left: 4px;
	z-index: 100;
}
.menu-ad {
	margin-top: 40px;
}

.p-l-none {
	padding-left: 0px;
}

.m-t-none {
	margin-top: 0px;
}

.full-width {
	width: 100% !important;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.t-a-right {
	text-align: right;
}

.t-a-center {
	text-align: center;
}

.f-w-normal {
	font-weight: normal !important;
}

.clearfix {
	clear: both;
}

.bold {
	font-weight: bold;
}

.width-p-75 {
	width: 75%;
}

.m-r-20 {
	margin-right: 20px;
}

.hidden {
	display: none;
}

.f-white {
	color: #fff;
}

.convo-container {
	width: 955px;
	height: 40px;
	border-bottom: 1px solid #CCC;
	padding: 5px 0px;
	display: table;
}

.convo-heading {
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
	vertical-align: middle;
	height: 30px !important;
	padding: 0px !important;
}

.convo-left {
	width: 30px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.convo-middle-left {
	width: 452px;
	vertical-align: middle;
	display: table-cell;
}

.convo-middle-right {
	width: 30px;
	padding-right: 80px;
	vertical-align: middle;
	display: table-cell;
}

.convo-right {
	width: 170px;
	vertical-align: middle;
	text-align: right;
	padding-right: 30px;
	display: table-cell;
}

a.convo-title, a.convo-title:visited, a.convo-title:active {
	font-size: 13px;
	color: #2B8CA6;
	font-weight: bold;
}

.convo-subtitle {
	color: rgb(150,150,150);
	font-size: 9px;
}

.conversation-container {
	width: 650px;
	display: inline-block;
}

.message-container {
	min-height: 150px;
	max-height: 100%;
	width: 100%;
	margin-right: 26px;
	margin-bottom: 15px;
	border: 1px solid #D6D6D6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	background: #FFFFFF;
}

.message-form {
	height: 200px;
	width: 100%;
}

.message-textarea {
	width: 100%;
	height: 160px;
}

.message-title {
	width: 639px;
	height: 20px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #D6D6D6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.message-left {
	text-align: center;
	display: inline-block;
	width: 190px;
	vertical-align: top;
}

.message-right {
	min-height: 150px;
	max-height: 100%;
	display: inline-block;
	width: 430px;
	vertical-align: top;
	padding: 0px 10px 10px 10px;
	border-left: 1px solid #D6D6D6;
	overflow-y: hidden;
	box-sizing: border-box;
}

.message-rank {
	color: rgb(150,150,150);
	font-style: italic;
}

.message-lower-info {
	position: absolute;
	bottom: 8px;
	color: rgb(150,150,150);
	font-size: 9px;
	font-style: italic;
}

.message-infobox {
	float: right;
	width: 280px;
}

.message-closed {
	font-style: italic;
}

.btn {
    display: inline-block;
    padding: 9px 12px;
	padding-top:7px ;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #5e5e5e;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #d1dade;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
	background-image:none !important;
	border: none;
	text-shadow: none;
	box-shadow:none;
}

.btn-primary {
	color: #fff;
	background-color: #143f90;
}

.btn-cons {
	margin-right: 5px;
	min-width: 120px;
	margin-bottom: 8px;
	margin-top: 15px;
}

.btn-cons:disabled {
	opacity: 0.5;
}

.btn-small {
	margin-right: 10px !important;
	min-width: 0px !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	padding: 5px 7px !important;
	font-size: 12px !important;
}

.user-quote {
	padding: 10px;
	border: 1px solid black;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	margin-bottom: 10px;
}

.user-quote-name {
	color: gray;
	font-style: italic;
}

.hidden {
	display: none;
}

.dropdown-menu {
	position: absolute;
	top: 56px;
	width: 230px;
	z-index: 2300;
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	color: #fff;
	margin-left: -40px;
}

.dropdown-top-content {
	background-color: #3E91D9;
	text-align: center;
	padding: 15px 0px 10px 0px;
}

.dropdown-middle-content {
	background-color: #fff;
	text-align: center;
	padding: 15px 0px 10px 0px;
	color: #000;
}

.dropdown-bottom-content {
	background-color: #f9f9f9;
	text-align: center;
	padding: 15px 0px 10px 0px;
}

.avatar-box {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff;
	height: 70px;
	width: 70px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	background: url(http://habbofanclub.nl/_paneel/assets/afbeelding/avatar-bg.png);
}

.avatar-user {
	margin-top: -15px;
}

h1.avatar-username {
	color: #fff;
	font-size: 16px;
}

.l {text-align:left}
.c {text-align:center}
.r {text-align:right}
.left {float:left}
.right {float:right}
#stats_members a.member, .bday_strip {white-space:nowrap}
.calendar li span {cursor:default}
#c_tos li {display:list-item;margin-left:25px}
#c_tos ul li {list-style:disc}
#c_tos ol li {list-style:lower-alpha}
#shoutrefresh {cursor:pointer}