/* default styles moved from html to here */
body, div, h1, h2, h3, span, p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
/* fullscreen */
html {
	height:100%;
}
body {
	height:100%;
	margin: 0px;
	overflow:hidden; /* disable scrollbars */
	font-size: 10pt;
}
/* fix for scroll bars on webkit & >=Mac OS X Lion */ 
::-webkit-scrollbar {
	background-color: rgba(0,0,0,0.5);
	width: 0.75em;
}
::-webkit-scrollbar-thumb {
	background-color:  rgba(255,255,255,0.5);
}

.gg_contextmenu {
	overflow: hidden;
}
hr.context-separator {
	width: 150%;
	margin-left: -30px;
	background: #cccccc;
	height: 2px;
	border: none;
}
a.zoom-link,
a.zoom-link:hover,
a.zoom-link:active,
a.zoom-link:visited {
	color: #FFFFFF;
}
