
#session {
	border-top: 5px solid #ff0000;
	background-color: black;
	height: 400px;
	width: 100%;
}
#session_drag {
	width: 100%;
	height: 5px;
	background-color: #ff0000;
	background-image: url('/image/draghandle-a.gif');
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 2px solid gray;
	margin-bottom: 5px;
}
#session_drag:hover {
	background-color: #444444;
	background-image: none;
	background-image: url('/image/draghandle-b.gif');
	height: 10px;
	margin-bottom: 0;
}

#session_wiki_h,
#session_comment {
	margin: 0.5em 1%;
}

#wiki {
	margin: 0.5em 1%;
}

#gadget_link {
	font-size: 85%;
	margin-left: auto;
	margin-top: -3.5em;
	margin-bottom: 0.5em;
	padding-right: 1.5%;
	text-align: right;
	line-height: 170%;
	width: 40em;
}
#gadget_link input {
	width: 7em;
	border: 1px solid #dddddd;
	padding: 2px;
	font-size: 90%;
}
#gadget_link * {
	color: #666666;
	text-decoration: none;
}
#gadget_link a:hover {
	text-decoration: underline;
}
#gadget_link input:hover {
	width: 100%;
}


#session_info,
#session_manage {
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-right: 1%;
	padding-left: 1%;
	width: 20em;
	font-size: 90%;
	color: #666666;
}

#session_info {
	float: left;
}

#session_manage {
	float: right;
	text-align: right;
}
#session_manage a {
	color: #666666;
	text-decoration: none;
}
#session_manage a:hover {
	text-decoration: underline;
}

/* clearfix */
.clearfix:after {
	/*content: url(pixel.gif);*/
	content: ' ';
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }


#session_comment label {
	margin-right: 1em;
	color: #999;
	font-size: 90%;
}
#session_comment .comment_submit {
	font-size: 90%;
}
#session_comment .comment_text {
	width: 40em;
	height: 10em;
	margin-top: 0.5em;
}

#session_comment.disabled {
	color: #666;
	font-size: 90%;
	margin-bottom: 1em;
}



form#openid_login,
form#openid_logout {
	margin: 0 1% 1em 1%;
}

#openid_url input {
	padding: 1px;
	margin-left: 1em;
	width: 15em;
}

#openid_url img {
	margin-right: 0.5em;
}


