html {
	cursor: default;
	padding: 0px;
	margin-top: 0px;
	overflow: hidden;
	font-family: 'Verdana';
	font-size: 8pt;
}

body {
	margin: 0px;
	margin: 0px auto;
	width: 1005px;
}

#border {
	float: left;
	border: 1px solid #B8B8B8;
	width: 842px;
}

#board {
	float: left;
	width: 838px;
	height: 531px;
	border: 2px solid #D8D8D8;
	margin: 0px;
	padding: 0px;
	background-color: #F8F8F8;
	/*background-image: url('/graphics/youstickit.png');*/
	/*background-image: url('http://www.filterforge.com/filters/3482.jpg');*/
	/*background-repeat: no-repeat;
	background-position: bottom right;*/
}

#right {
	height: 526px;
	width: 161px;
	float: right;
}

/*
base is the part to drag the notes from
*/
#base {
	height: 245px;
	width: 160px;
}

#users, #info {
	width: 155px; 
	margin-left: 5px;
	float: left;
	font: 8pt 'Verdana', sans-serif;
	/*font: 7pt 'Verdana', sans-serif;*/
	border: 1px solid #B8B8B8;
	background-color: #F8F8F8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#users img
{
	margin-left: 3px;
	margin-top: 3px;
}

#users #online {
	margin-top: 3px;
	font-size: 7pt;
	padding: 3px;
	width: 149px;
	height: 70px;
	border-top: 1px solid #B8B8B8;
	border-bottom: 1px solid #B8B8B8;
	overflow: auto;
	background-color: white;
}

#users #login {
	margin: 3px;
	font-size: 8pt;
}

#info {
	width: 149px;
	margin-top: 5px;
	padding: 3px;
}

.explanation {
	float: left;
}

#historyslider {
	float: left;
}

.note, .noteadvertisement {
	font-family: 'Verdana', sans-serif;
	position: absolute; 
	height: 135px; 
	width: 158px; 
}

/*.menu {
	margin-top: -10px;
	margin-right: 3px;
	display: none;
	float: right;
	height: 9px;
	width: 50px;
	border: 1px solid black;
	border-bottom: none;
}*/

.note .menu img {
	float: right;
	margin: 1px;
	width: 10px;
}

.note .top {
	position: absolute;
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	top: 0px;
	height: 17px;
	left: 0px;
	right: 3px;
	border-width: 1px 1px 0px 1px; 
	border-color: black; 
	border-style: solid;
	font-size: 9pt;
	font-weight: bold;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;

}

.note .right-shadow {
	position: absolute;
	background-color: black; 
	width: 3px; 
	top: 3px;
	bottom: 3px;
	right: 0px;
	opacity: .3;
	filter: alpha(opacity=30);
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}

.note .msg {
	padding: 3px;
	position: absolute;
	clear: both;
	top: 21px;
	bottom: 8px;
	left: 0px;
	right: 3px;
	overflow: hidden;
	border-width: 0px 1px 0px 1px;
	border-color: black;
	border-style: solid;
	font-size: 7pt;
}

.note .msg a {
	margin-left: 5px;	
}

.note .msg img {
	margin: 0px; 
	padding: 0px;
}
.note .bottom {
	position: absolute;
	height: 4px; 
	bottom: 3px;
	left: 0px;
	right: 3px;
	border-width: 0px 1px 1px 1px;
	border-color: black;
	border-style: solid;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.note .bottom-shadow {
	position: absolute;
	bottom: 0px;
	left: 3px;
	right: 0px;
	background-color: black; 
	opacity: .3; 
	filter: alpha(opacity=30);
	height: 3px; 
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;

}

.noteadvertisement .msg {
	background-color: white;
}

.top input[type="text"], .msg textarea {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid black;
}

.top input[type="text"] { /* 15 is the perfect height!!! */
	float: left;
	height: 15px;
	font-size: 8pt;
	font-weight: bold;
}

.msg .wrapper {
	position: absolute;
	top: 3px;
	left: 3px;
	right: 5px;
	bottom: 22px;
}

.msg .wrapper textarea {
	border: 1px solid black;
	font: 7pt 'Verdana', sans-serif;
	height: 100%;
}

.msg .buttons {
	position: absolute;
	bottom: 0px;
	left: 3px;
	right: 3px;
	height: 17px;
	font: 7pt Verdana, Arial, sans-serif;
}

.msg .buttons a {
	margin-left: 2px;
	margin-top: 5px;
	color: black;
	text-decoration: none;
}

.msg .buttons a:hover {
	text-decoration: underline;
}

.msg .buttons input { /* submit button */
	cursor: pointer;
	height: 17px;
	color: gray;
	background-color: white;
	border: 1px solid gray;
	margin-left: 3px;
	margin-top: 0px;
	font-size: 8pt;
	padding: 0px;
	float: right;
}
.msg .buttons input:hover {
	border-color: black;
	color: black;
}

.login {
	width: 300px;
/*	border: 1px solid;*/
	font-size: 16pt;
}

#links {
	float: left;
	width: 160px;
}

#adsense {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 4px;
	width: 155px;
	margin-bottom: -20px;
}

#ownerswebsite {
	float: left;
	font-weight: bold;
	margin-left: 6px;
}

#loading {
	font: 18pt 'Verdana';
	color: gray;
	padding: 4px;
	padding-bottom: 7px;
	position: absolute;
	left: 350px;
	top: 250px;
	z-index: 600;
	background-color: white;
	border: 2px solid gray;
}

#footer {
	float: left;
	clear: both;
	width: 840px;
}

#footer div {
	float: left;
}

#toggleNormal, #toggleExpose {
	float: left;
	border-right: 2px solid grey;
	border-bottom: 2px solid grey;
	width: 70px;
	height: 14px;
	font: 7pt 'Verdana';
	font-weight: bold;
	text-align: center;
	background-color: #739AF4;
	cursor: pointer;
}

#toggleExpose {
	border-left: 2px solid gray;
	height: 13px;
	background-color: lightgrey;
}

.explanation {
/*	float: left;*/
	float: left;
	width: 170px;
}

#marquee
{
	width: 500px;
	float: left;
	margin-left: 10px;
}

#links a {
	background-color: #739AF4;
	color: black;
	padding: 3px;
	margin-top: 4px;
	margin-left: 5px;
	border: 1px solid black;
	width: 145px;
	float: left;
	cursor: pointer;
	font-weight: bold;
}

#links a:hover {
	background-color: lightgray;
	border-color: gray;
}
