/* $Id: global.css 7625 2010-10-19 23:25:04Z rodion_volchkov $ */

@import 'reset.css';

/* =Main Styles
__________________________________*/

html, body {
	height:100%;
}

/*	=cursor style
__________________________________*/
label, html, body {
	cursor: url('cursor_hand32.cur'), move;
	*cursor: url(static/css/cursor_hand32.cur);
}

html {
	/*overflow: hidden;*/
	cursor: url('cursor_hand32.cur'), move;
	*cursor: url(static/css/cursor_hand32.cur);

	font-size:100.01%;
}

body {
	font: .9375em Arial, Helvetica, sans-serif; /* 15px */
	color: #2D3038;
	background: #686d7b;
	min-width: 800px;
}

/*убрал .l-section:after из-за бага со скроллом в Opera*/
.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-highlight {
	background:#FFF88A;
}

.g-super-highlight {
	background:#ffd400 !important;
}

.g-marked-selection {
	background: #fcf787;
}

.g-definition {
	color: inherit !important;
	text-decoration: none;
}
.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;
	-moz-binding:url(text-overflow.xml#ellipsis);
}

.g-empty-placeholder {
	color:#6d6d6d;
}

.g-uppercase {
	text-transform: uppercase;
}

.g-ns {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.g-nc-link {
	color: inherit !important;
	border-bottom: 1px dashed; 
}

.g-nb { border: none; }

.g-delimiter {
	width: 100%;
	clear: both;
	display: block;
}

.b-drag-dummy {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: .01;
	filter: alpha(opacity=1);
	position: absolute;
	z-index: 999;
	cursor: url(cursor_drag_hand32.cur), move;
	*cursor: url(static/css/cursor_drag_hand32.cur);
	display: none;
}
