@charset "utf-8";

/* Шапка возврата на главную */
table.works-head {
	width:100%;
	margin-top:15px;
	font-size: 85%;
	color: gray;
	text-align: left;
}

table.works-head tr td {
	border-bottom:solid 1px #c00;
	padding-bottom:5px;
}

.mini-logo{
	width:50px;
}

.head-a {
	float: left;
}

.back a {
	padding-bottom:5px;
}

.ctrl {
	color: #999999;
	text-align: right;
//	vertical-align: bottom;
//	padding:6px 20px 0 28px;
}

/* Название работы*/

.work_title{
	font-size:1.6em;
	margin-top:2em;
}

.addr {	
	margin-top:1.2em;
}

.addr img {
	margin-bottom:-3px;
	padding-right:5px;
}

.addr, .addr a {
	font-size:1.2em;
	line-height:1.2em;
}
.in_archive {
	font-size:0.8em;
	font-style:italic;
	color:#666;
}

.task {
	margin-top:1.5em;
	padding: 0.5em 1em;
	color:#666;
	background-color:#F6EEDD;
}

.comment {
	padding-top: 2em;
	padding-bottom: 0.8em;
	color:#666;
	padding-left:20%;
}

.about p{
	margin-top:1em;
	width:75%;
}

.image {
	width: 100%;
	text-align: center;
	border:0;
}
.image a{
	text-decoration:none;
	border:0;
}

.italic {
	font-style:italic;
}

.note {
	text-align:center;
	font-style:italic;
	color:gray;
}

.gray {
	color:gray;
}

iframe {
	width: 100%;
	height: 92%;
	frameborder: 0px;
}

.workers {
	background-color:#EADFC1;
	padding:2em;
	width:200px;
	bottom:1600px;
	position:relative;
	float:right;
}
.workers-hesd {
	border-bottom:solid 1px #333;
	font-style: italic;
	display:inline;
}
.worker {
	margin-top:0.6em;
}