table.table .add
{
	width: 24px;
	text-align: center;
}

table.table .add img
{
	cursor: pointer;
	cursor: hand;
	text-align: center;
}

img.add
{
    cursor: pointer;
	cursor: hand;    
}

.red
{
	color: #cf3c19 !important;
}

b.gray
{
	color: #808080;
}

div.gray
{
	color: #808080;
}

#win
{
	z-index: 1000;
    position: absolute;
	background: #fff;
	top: 70px;
	position: absolute;
    top: 145px;
    border-collapse: collapse;
}

/*Всплывающий блок*/
div.win_title
{
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #fff;
	background: #7f7f7f;
	padding: 5px 10px;
	font-size: 16px;
	font-family: 'ArialNarrow';
}
div.win_title a.exit
{
	background: url("img/icon/9.png") no-repeat;
    position: relative;
	display: block;
	height: 16px;
	width: 16px;
	float: right;
	top: 1px;
	cursor: pointer;
	border: 0;
}
div.win_content
{
	border: 1px solid #7f7f7f;
    padding: 9px 15px 10px;
    text-align: left;
    width: 700px;
    position: relative;
    max-height: 400px;
    overflow: auto;
}
div.win_content .spf-input
{
	margin: 0;
}

div.criterions
{
    width: 800px;
    max-height: 400px;
    overflow: auto;
}

table.criterions_table
{
	margin-top: 10px;
}

table.criterions_table td
{
	color: #505050;
	padding: 5px;
	vertical-align: top;
}

.small-text
{
	font-size: 80%;
}