@charset "utf-8";

.vacancy_list{
	margin-bottom:14px;
	border-bottom:1px dashed #cccccc;
	max-width: 650px;
	}
.vacancy_list .remark{
/*	font-size: 10px;*/
	color:#888888;
	}
/*Шапка*/
.vacancy_list .vt-header{
	background-color:#eeeeee;
	font-size: 12px;
	padding-left:10px;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:10px;
	}
.vacancy_list .vt-header .remark{
	font-size:10px;
	}

/*Центр*/
.vacancy_list .vt-content{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	}

/* Табличка со списком */
.vt-listtable{
	}
	
.vt-listtable td{
	border-bottom:1px dotted #cccccc;
	}
	
.vt-listtable .vt-tableleft{
	width:40%;
	text-align:left;
	vertical-align:top;
	padding-right:10px;
	font-weight:bold;
	}
	
.vt-listtable .vt-tableright{
	text-align:left;
	vertical-align:top;
	}
	
.vt-listtable .vt-bigfield{
	max-height:200px;
	min-width:200px;
	overflow-y:auto;
	}

.vt-photos-place{
	max-height:110px;
	width:95%;
	overflow-y:auto;
	margin-top:10px;
	}
.vt-photos-place .vt-photo{
	width:32px;
	height:32px;
	vertical-align:top;
	text-align:center;
	float:right;
	margin-right:2px;
	margin-bottom:2px;
	}
.vt-photos-border{
	border:1px solid #cccccc;
}

/*Подвал*/
.vacancy_list .vt-footer{
	padding:5px;
	}


/* Больше программ */
.vt-more-programs{
	text-align: center;
	padding-top: 14px;
}


/**
*  Для детализированной программы
**/
.vacancy_detail{
	max-width: 650px;
	}
	
.vacancy_detail .vd-manytext{
	font-size:11px;
	color:#666;
	border: 1px dotted #CCC;
	margin-left: 20px;
	padding: 5px;
	max-width:578px;
	margin-bottom:20px;
	}
	
.vacancy_detail hr {
	color:#cccccc;
	background-color:#cccccc;
	height: 1px;
	border-width:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
	max-width:610px;
	text-align:left;
}

.vacancy_detail .remark{
	font-size: 8px;
	color:#aaaaaa;
	}
	
/**
*	Кнопки
**/

.downbutton{
	height:24px;
	display:inline-block;
	background:none;
	margin-top:5px;
	margin-left:5px;
	}
	
.downbutton:hover{
	background-image: url(/template/newolk_yaml/images/downbutton-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
.downbutton a{
	color:#666;
	font-weight:bold;
	font-size:12px;
	}
	
.downbutton a:hover{
	color:#000;
	}	

.downbutton_place{
	text-align:right;
	}