
/* from file: reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
textarea {
	overflow:auto; 
}
fieldset {
	border:0 solid transparent;
}
/* - - EOF - - */
html, body {
	height:100%;
}
html {
	font-size:100.01%;
}
body {
	font: .9375em Arial, Helvetica, sans-serif; 
	color: #2D3038;
	background: #fff;
	min-width: 1000px;
}
.g-clrfix:after {
	content:'.';
	display:block;
	clear:both;
	font:0/0 a;
	height:0;
	visibility:hidden;
}
.g-scrollable {
	position:relative;
	height:100%;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
}
.g-scrollable--horizontal {
	overflow-x:auto;
}
.g-highlight {
	color: #2D3038;
	background:#FFF88A;
}
.g-super-highlight {
	color: #2D3038;
	background:#ffd400 !important;
}
.g-marked-selection {
	background: #fcf787;
}
.g-definition {
	color: inherit !important;
	text-decoration: none;
}
.b-line_hover:hover .g-definition {
	color: #548800 !important;
	border-bottom: 1px dashed;
}
.g-clickable {
	cursor:pointer;
}
.g-hidden {
	display:none;
}
.g-text-overflow {
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.g-empty-placeholder {
	color:#6d6d6d;
}
.g-uppercase {
	text-transform: uppercase;
}
.g-ns {
	-webkit-user-select:none;
	-moz-user-select:-moz-none;
	-o-user-select:none;
	user-select:none;
}
.g-nc-link {
	color: inherit !important;
	border-bottom: 1px dashed;
}
.g-nb { border: none; }
