body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	left: 0px;
	top: 0px;
	border: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	height:100%; 
	width:100%; 
	overflow:hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #5555FF;
}

a.heading:link, a.heading:visited {
	color: #FFFFFF;
}
a.heading:hover {
	color: #CCCCFF;
}

.headings_normal {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.headings_smaller {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.infotip_content {
	font-size: 10px;
	font-weight: normal;
	color: #555555;
}

.normal_content {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.clickable_content_over { 
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color: #EEEEEE; 
	cursor:pointer;
}

.active_content { 
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF; 
}
.active_content_over { 
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color: #EEEEEE; 
}

.inactive_content {
	font-size: 12px;
	font-style: italic;
	color: #555555;
	background-color: #FFEFEA; 
}
.inactive_content_over {
	font-size: 12px;
	font-style: italic;
	color: #555555;
	background-color: #FFE0DF; 
}


.ShadowFrame {
	position:absolute;
	background-color:#000000;
	opacity: 0.20;
	-moz-opacity: 0.20;
	filter: progid:DXImageTransform.Microsoft.Fade(duration=0.5) Alpha(opacity=20);
	visibility:hidden;
	overflow: hidden;
}

.OVGlassFrame {
	width: 100%; 
	height: 100%;
	background-color:#0000FF;
	opacity: 0.15;
	-moz-opacity: 0.15;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
}

.ContextMenu {
	position:absolute;
	border:1px solid #555555;
	background-color:menu;
	line-height:20px;
	cursor:default;
	font-size:14px;
	opacity: 1.00;
	-moz-opacity: 1.00;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;	
	filter: progid:DXImageTransform.Microsoft.Fade(duration=0.25) Alpha(opacity=100);
	visibility:hidden;
}

.ContextHeader {
	background-color:#EEEEEE;
	border-bottom:1px solid #555555;
	font-size:12px;
	font-weight: bold;
	line-height:13px;
	padding-left:5px;
	padding-right:5px;
}

.ContextItem {
	font-size:11px;
	line-height:12px;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
}

.printme {
	visibility:hidden;
}