/*Путь*/
div.path
{
	font-size: 11px;
	color: #969696;
	margin: 0px;
}
div.path a
{
	color: #969696;
	border-bottom: 1px solid #969696;
}
div.path a:hover
{
	border: none;
}

/*Постраничка*/
div.pages
{
	height: 20px;
	margin: 15px 0 10px 0;
	font-size: 90%;
	
	-webkit-touch-callout: none; /* iOS Safari */
  	-webkit-user-select: none;   /* Chrome/Safari/Opera */
  	-khtml-user-select: none;    /* Konqueror */
  	-moz-user-select: none;      /* Firefox */
  	-ms-user-select: none;       /* IE/Edge */
  	user-select: none;           /* non-prefixed version, currently not supported by any browser */
}
div.pages div, div.pages span
{
	float: left;
}
div.pages div.pageLabel
{
	color: #585858;
	font-weight: bold;
	padding: 0 2px;
}
div.pages b
{
	padding: 1px 5px;
	margin: 0 1px;
	color: #fff;
	background-color: #585858;
	border: 1px solid #585858;
	font-weight: bold;
	cursor: default;
}
div.pages a
{
	padding: 1px 5px;
	margin: 0 1px;
	color: #585858;
	font-weight: bold;
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #585858;
}
div.pages a:hover
{
	color: #fff;
	background-color: #585858;
	border: 1px solid #585858;
}

/*Конец Постраничка*/
/* Таблица */
TABLE.table, TABLE.sortable{
	font-size: 95% !important;
	border-top: 1px solid #ababab;
	border-right: 1px solid #ababab;
}

TABLE.table TH, TABLE.sortable TH { 
	margin:0px;
	padding: 0px 3px;
	background: #f2f2f2 url(../img/border/th_bg.gif) repeat-x left top;
	vertical-align: middle;
	border-bottom: 1px solid #ababab;
	border-left: 1px solid #ababab;
	color: #454545;
	height: 34px;
}
TABLE.sortable TH a { color: #b7b7b7; text-decoration: none; }
TABLE.sortable TH a:hover { color: #b7b7b7; text-decoration: none; }
TABLE.table TH.last, TABLE.sortable TH.last { 
	border-right: none;
}
TABLE.table TD, TABLE.sortable TD { 
	margin:0px; 
	padding: 4px;
	border-bottom: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
	color: #585858;
}
TABLE.table TR.first td
{
	background-color: #f7fbff;
}
TABLE.table TR.second td
{
	background-color: #efefef;
}
TABLE.table td.number
{
	font-weight: bold;
	text-align: center;
	width: 55px;
}

TABLE.table td.fileNumber
{
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
}

TABLE.table td a
{
	font-weight: bold;
}


table.table th.number { width: 55px; }
table.table th.price { width: 115px; text-align: center; }
table.table th.purpose { width: 140px; }
/*Конец Таблица*/


div#help_tooltip {
	position: absolute;
	/*background-color: #fffee2;*/
	background-color: #F6F5F3;
	color: #000;
	max-width: 300px;
	width: auto;
	border:1px double #000;
	font-size: 12px;
	padding: 2px 4px;
	z-index: 1000;
}

acronym {
	display: inline-block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: help;
}

acronym.status
{
    font-weight: bold;
    color: #585858;
}

