/* CSS Document */

.comment_tips {
	font-size: 12px;	
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: black;
	margin-bottom: -10px;
}


h2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #006699;
	margin-bottom: -10px;
}

h3 {
	color: #334d55;
	font-size: 16px;
	margin-bottom: -15px;
}


.ref {
	color: #000000;
	
	background-color: #FFFFCC;
	
	border-style: solid;
	border-width: 1px;
	border-color: #E9E9E9;	
	
	padding: 10px 10px 10px 10px;
}


.popUp {
	visibility: hidden;
	position: absolute;
	margin: 23px 0px 0px -10px;
	padding: 1px 3px 1px 3px;
	border: 1px solid black;
	max-width: 300px;
	max-height: 500px;
	overflow: hidden;
	
	background-color: #FFFFCC;
	color: black;
	font-size: 12px;
	z-index: 100;
	font-weight: normal;
}

.CommentBrowserSubject a:hover {
	font-size: 14px;
	font-weight: bold;
}


.comments_menu {
	font-size: 12px ;
	line-height: 20px;
}
