/* CSS Document */
html{
	min-height:100%;	
}
body{
  font-family:Tahoma, Geneva, sans-serif;
  font-size:12px;
  line-height:16px;
  min-width:800px;
  min-height:100%;	
  margin:0;
  padding:0;
}
body.login{
	background:#DAEDFE;
}
table, div, img, h1, h2, h3{
  border:none 0;
  border-spacing:0px;
  outline:none;
  margin:0;
  padding:0;
}

textarea{ resize:vertical; }
:focus{ outline:none; }

ul{ margin:5px 0; }

a{ color:#000; border:none; }
a:hover{ color:#000; }
a.dotted{ text-decoration:none; border-bottom:1px dotted #555; }

h1,h2,h3,h4{
	margin:5px 3px;	
}
h1{
	font-size:16px;
	line-height:18px;
}

.float_l{
  float:left;
}
.float_r{
  float:right;
}
.clear{
  clear:both;  
}
.hidden{
	display:none;	
}
.small{
	font-size:0.8em;		
}

div.onPrint{ font-size:12px; font-family:"Lucida Sans"; width:800px; }
div.onPrint table{ border-collapse:collapse; width:100%; font-size:12px; }
div.onPrint caption{ text-align:right; }
div.onPrint th,
div.onPrint td{ border:1px solid; }

/* ======================= Общие ======================= */
.conteiner{ padding:5px; }

#easyTooltip{
	border:1px solid #069;
	padding:5px;
	max-width:250px;
	z-index:9999999999;
}

#auth{
	box-shadow:#333 0 0 3px;
	border:1px solid #069;
	width:500px;
	margin:0 auto;
}
#auth input{
}
#auth form{
	padding:20px;
}
#auth table td{
	width:200px;
	padding:5px;
}

#content{
	padding:3px;
}

form table td{
	padding:3px;	
}
form table td input.FormElement,
form table td textarea.FormElement,
form table td select.FormElement{
	width:300px;
}

.personal_info{
	font-size:10px;
	font-weight:normal;
}
.personal_info .avatar{
	cursor:pointer;
	max-width:120px;
	max-height:200px;
}

.help_content{ max-height:500px; overflow:auto; display:none; }

span.hint{ border-bottom:1px dashed #000000; }

#pageLoading{ position:absolute; top:8px; right:15px; }

/* ======================= jqGrid ======================= */
.ui-jqgrid tr.ui-widget-content .ui-state-disabled{	opacity:0.9; filter:Alpha(Opacity=90); }
.ui-jqgrid-titlebar a.help{ float:right; }
.ui-jqgrid-titlebar a.help span{ padding: 0; }
body .ui-jqgrid tr.ui-search-toolbar th{ border-top:none !important; }

div.gridcell_text{ overflow:hidden; text-overflow:ellipsis; max-height:50px; }
.ftr-on div.gridcell_text{ max-height:none; }

.ui-jqgrid tr.jqgrow td{ word-wrap: break-word; }
.ui-jqgrid .ui-userdata{ height:auto !important; }
.FormGrid .EditTable td{ vertical-align:top; }
.FormGrid textarea.FormElement {padding:0.3em;}


/* ======================= Спойлер ======================= */
.spoiler-head{
	cursor:pointer;
}
.spoiler-body{
	display:none;
}

/* =======================  Модуль групп пользователей =======================  */
.FormElement .prava_head{
	text-align:center;
	font-weight:bold;
	width:90px;
	padding:0 5px;
	float:left;
}
.FormElement .prava_row{
	text-align:center;
	width:90px;
	padding:0 5px;
	float:left;
}

.FormElement .prava_head:first-child, .FormElement .prava_row:first-child{
	width:200px;	
}

/* =======================  Модуль профиля пользователя =======================  */
#table_profile .avatar{
	cursor:pointer;
	max-width:250px;
	max-height:400px;
}
#table_profile{
	width:100%;
}
#table_profile caption{
	width:100%;
}
#table_profile td{
	padding:3px;	
}
#table_profile td .ui-button-text{
	padding:0px;	
}

/* ======================= note  ======================= */
div.note{
	padding:5px;	
}
div.note p{
	margin-top:0;
}

div.note .buttons{
	margin-top:5px;
}
div.note .buttons.ui-widget-header{
	margin:0px -3px -2px -3px;
}
div.note .buttons button{
	margin:2px;
}
div.note .buttons .inEdit{
	display:none;
}
div.note .buttons .help{
	float:right;
}
div.note .buttons .ui-button-text{
	padding-top:0;
	padding-bottom:0;
}

div.note .text{
}

div.note .text_edit{
	border-width:1px;
	padding:2px;
	margin:-3px;
	display:none;
}

/* ======================= Системные сообщения  ======================= */
#systemMess{
	width:250px;
	position:fixed;
	top:3px;
	right:3px;
	z-index:101000;
}
#systemMess .item{
	padding:5px;
	margin-bottom:5px;
	opacity:0.9;
	filter: alpha(opacity=90);
}
#systemMess .item ul{
	padding-left:15px;
}

/* =======================  jquery-ui =======================  */
.ui-jqgrid .ui-state-hover, .ui-jqgrid .ui-state-focus{
	background-position:top;
}
.ui-button.button_mini .ui-button-text{
	padding:0 3px;
}

.ui-autocomplete{
	max-width:500px;
	max-height:300px;
	overflow:auto;
	overflow-x: hidden;
}
.ui-autocomplete-input{
	background-image: url("../images/key_left.png");
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size:contain;
}
.ui-autocomplete li.disabled a{
	text-align:center;
	color:#666;
	font-size:0.8em;	
}

.combobox-input.ui-autocomplete-input { background-image:none; height:16px; padding: 1px 19px 1px 2px; margin:0; }
.ui-search-toolbar .combobox-input.ui-autocomplete-input{ width:75%; padding-right:20px; }
.combobox-button{ margin-left:-19px; }
.combobox-button.ui-button-icon-only .ui-button-text { padding:2px 0 1px 0; }

.ui-widget .ui-widget.ui-jqdialog{ font-size:11px; }

#ui-datepicker-div.withoutDays .ui-datepicker-calendar{	display:none; }
/* /jquery-ui */
/* =======================  Модуль транзакций =======================  */
.dialog_label{
	width:100px;
	float:left;
	margin-top:5px;
}
#dialog_plus select, #dialog_plus input, 
#dialog_minus select, #dialog_minus input
#dialog_target select, #dialog_target input{
	width:150px;
	float:left;
}

#dialog_target a{
	width:24px;
	height:24px;
	margin-left:10px;	
}

.FormElement .trans_head{
	text-align:center;
	font-weight:bold;
	width:130px;
	padding:0 5px;
	float:left;
}
.FormElement .trans_row{
	text-align:center;
	width:130px;
	padding:0 5px;
	float:left;
}

.FormElement .trans_row_full{
	text-align:center;
	width:130px;
	padding:0 5px;
	float:left;
	display:none;
}
.ui-row-ltr{
	cursor:pointer;	
}

#psevdo_info{
	width:465px;
	max-height:250px;
	overflow-y:scroll;
}
#itog{
	width:250px;
	float:right;
	position: absolute;
	right: 0px;
	top: 8px;	
}
.summary{
	text-decoration:underline;	
}
.summary span{
	text-decoration:none;
}