/* *********************************************************** Gloabal *************************************************************************************************
*/
body{ background-color: white;}
	
.contentHeading, #content,#transcript, #notes, #commentsFromUser, #notes a, #notes h2, #pageNotesArea, #pauseOverlay ,#pauseOverlayShadow, #pageJump, #pageJumpShadow, #glossary, #glossaryShadow, #help, #helpShadow, #vc_nav, #completion, #completionShadow, #commentsShadow, #comments a.close, #connectionShadow, #connection,#debug,#suspendData
	{
	display: none;
	}
	
#commentsShadow {visibility: hidden;}

#comments h1{
	color: blue;
	}

#fullNotesArea
{	border: none;
	background: none;
	margin-left: 30px;
	padding-left: 5px;
	border-left: solid #cfcfcf 1px;
	width: 90%;
	overflow: visible;
	font-family: tahoma;
}


/* ####################################### END Global  ##############################################################*/
