/**/
#workarea{
	overflow:visible;
}

#procurement{
	width: 570px;
	margin:0 15px 0 0px;
	overflow:hidden;
	float:left;
}

#procurement > h3{
	color:#0078dc;
	font-size:32px;
	margin: 0;
	padding-bottom:26px;
}


#table_procurement{
	width:100%;
}

#table_procurement  td{
    padding: 0 0px 13px 0;
    line-height:1.4;
}

.table_time{
    width:135px;
    color:#010101;
    font-size:12px;
    /* font-weight:bold; */
    padding-left: 15px!important;
}

.table_title{
    color:#000;
    font-size:12px;
    /* font-weight:bold; */
}

.table_text{
    color:#5d5d5d;
    font-size:12px;
    /* font-weight:bold; */
}

.attention{
    color:#393939;
    font-size:12px;
    padding:5px 0 5px 10px;
    background:#c1e3fc;
    margin-top: 3px;
    margin-bottom: 5px;
}

.new_procurement{
    padding-bottom: 25px!important;
}

.new_procurement > .news_button{
    margin-top: 7px;
}
    
#filters{
	width:161px;
	min-height:300px;
	float:left;
	padding: 20px 10px 20px 9px;
/* 	overflow:hidden; */
	background:#f5f5f5;
}

.poisk_slova{
    width:154px;
    padding:3px 0 3px 7px;
    border:1px solid #c3c3c3;
    font-size:12px;
    color:#5e5e5e;
}

.calendar{
    width:61px;
    float:left;
    border:1px solid #c3c3c3;
    height: 18px;
    margin-top: 2px;
}
	

	
.title_filters{
    padding:12px 0 10px;
    color:#5e5e5e;
    font-weight:bold;
    font-size:12px;
    width: 100%;
    display: block;
    clear: both;
}

.label_checkbox{
    color:#5e5e5e;
    font-size:12px;
    width: 141px;
    float:left;
    margin-bottom:13px;
    line-height: 1.3;
}

input[type="checkbox"] {
    margin: 0;
    margin-right: 7px;
    float:left;
    clear: both;
}

.archive_procurement{
	color:#0078dc;
	font-size:12px;
	text-decoration:underline;
	float: left;
	margin-top: 60px;
}

#information_participants{
	width: 165px;
	float:left;
	overflow:hidden;
	border:1px solid #c3c3c3;
	padding:12px 7px 12px 6px;
	margin-top:11px;
}

#information_participants > div{
    color:#0078dc;
    font-size:11px;
    font-weight:bold;
}

#information_participants > ul > li{
    margin-top:10px;
}

#information_participants > ul > li > a{
    text-decoration:none;
}

#information_participants > ul > li > a:hover{
    color:#8cccf7;
    text-decoration:underline;
}


/*календарь*/

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-widget-content {
	background: #fff;
	color: #5e5e5e;
}
.ui-widget-content a {
	color: #5e5e5e;
}

.ui-icon-circle-triangle-e { background-position: -418px -27px; }
.ui-icon-circle-triangle-w { background-position: -397px -27px; }

.datepicker{
	width:178px;
	border:1px solid #5e5e5e;
	position:absolute;
	top: -30px;
	right: -190px;
	font-size:12px;
	display:none;
}


.act_calendar{
	display:block!important;
}


.ui-icon {
	width: 20px;
	height: 20px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left:0;
	top:0;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	height: 30px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	width: 20px;
	height: 20px;
}


.ui-datepicker .ui-datepicker-next {
	right: 0;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	color:  #0078dc;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #0078dc;
	text-decoration: none;
}

.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
	border:none;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/elements.png);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background:#0078dc;
	color: #fff;
}

.ui-datepicker .ui-datepicker-title {
	margin-top: 3px;
	line-height: 1.8em;
	text-align: center;
}