.date {
	color:#ff6600;
}

.legend {
	position:relative;
	width:40px;
	height:20px;
	border:1px solid black;
	margin:2px;
}

.blue {
	background:#99ffff;
}
.orange {
	background:#ffcc66;
}
.red {
	background:#ff9966;
}

#comments_data {
	background:none;
	width:640px;
}

.a_comment {
	background:#f5f5f5;
}

#showimage{
	position:absolute;
	visibility:hidden;
	display:none; /* mac ff bug fix */
	border: 1px solid gray;
	cursor: pointer;
	z-index:99999;
}

#dragbar{
//	cursor: pointer;
	cursor: move;
	background-color: #EFEFEF;
	min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
	font-weight: bold;
	margin-right: 1px;
}

#media-container {
	font-size:11pt;
}

h1 {
	font-size:18pt;
}