.WhiteBoard {
	position: absolute;
	z-index: 9999999;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid #D9D9D9;
	background-color: #F2F2F2;
	width: 100%;
}

#UserBar {
	height: 15px;
	padding: 2px 10px;
	background-color: #808080;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

#UserBar a {
	color: #FFFFFF;
	font-weight: bold;
}

#UserArrow {
	vertical-align: 5%;
	color: #CCCCCC;
	font-size: 9px;
	cursor: pointer;
}

#TitleBar {
	height: 25px;
	padding: 3px 10px;
	line-height: 26px;
}

#TitleArrow {
	vertical-align: 5%;
	color: #808080;
	font-size: 12px;
	cursor: pointer;
}

#Title {
	padding: 0px 5px;
	font-size: 16px;
	font-weight: bold;
}

#EditTitle {
	display: none;
}
#InputTitle {
	width: 240px;
}

#WhiteBoardPreference {
	display: none;
	clear: both;
	padding: 20px;
}
#WhiteBoardUserList {
	float: left;
}
#WhiteBoardUserList .DeleteWhiteBoardUser {
	text-align: center;
	cursor: pointer;
}
#WhiteBoardUserList .Email {
	display: none;
}

#WhiteBoardList {
	float: right;
}
#Copyright {
	clear: both;
	padding-top: 10px;
	text-align: right;
	font-size: 10px;
}

#TargetForm {
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.Menu {
	float: right;
}

.ContextMenu {
	display: none;
	position: absolute;
	z-index: 9999999;
	border: 1px solid #D9D9D9;
	background-color: #F2F2F2;
	cursor: pointer;
}

.ContextMenu li {
	padding: 2px 8px;
}
.ContextMenu li:hover {
	background-color: #666666;
	color: #ffffff;
}