/*****************
список конференций
*****************/

/* header title */
div.simple_corners {
	height: 20px;
	background: url(/images/header_simple.png) top center no-repeat;
}

div.simple_corners { behavior: url(iepngfix.htc); }

div.header_title {
	height: auto;
	padding: 0 0 20px 0;
	background: #fff url(/images/list_shadow_top.jpg) repeat-x bottom left;
}

div.header_title img {
	float: left;
	margin: 0 10px 0 20px;
}

div.header_title h1 {
	margin: 0;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: .9em;
}

div.header_title p {
	margin: .25em;
	font-size: .9em;
}



div.list_body {
	padding: 0;
	background: #ffffff;
}





div.featured {
	background: #2e94bd;
	color: #fff;
}

div.featured div.corner_tl {
	background: url(/images/list_featured_corner_tl.jpg) no-repeat top left;
}

div.featured div.corner_tr {
	background: url(/images/list_featured_corner_tr.jpg) no-repeat top right;
}

div.featured div.corner_br {
	background: url(/images/list_featured_corner_br.jpg) no-repeat bottom right;
}

div.featured div.bottom {
	background: url(/images/list_featured_bottom.jpg) repeat-x bottom left;
}

div.featured div.content {
	padding: 15px 25px;
	height: auto !important;
	height: 1px;
}

div.featured div.content h1 {
	margin: 0;
	font-size: 2.2em;
	font-weight: bold;
}

div.featured div.content p, 
div.featured div.content a {
	color: #fff;
}

div.featured div.content a:hover {
	color: #dfedf6;
}

div.featured div.content p {
	margin: .5em 0;
}




div.archive {
	height: auto !important;
	height: 1px;
}

div.archive div.content {
	padding: 15px 0 0 0;
}

div.archive div.top {
	background: url(/images/list_shadow_bottom.jpg) repeat-x top left;
}

div.archive div.top_right {
	background: url(/images/list_shadow_bottom_right.jpg) no-repeat top right;
}

div.archive div.content h1 {
	margin: 4px 0;
	padding: 2px 25px;
	font-size: 1.8em;
	background: #e7f2f7;
}

div.archive div.conference div.bottom {
	background: url(/images/list_archive_corner_bottom.jpg) repeat-x bottom left;
}

div.archive div.conference div.corner_br {
	background: url(/images/list_archive_corner_br.jpg) no-repeat bottom right;
	border: 1px solid #fff;
}


div.archive div.conference div.content {
	padding: 0 25px 60px 25px;
	height: auto !important;
	height: 1px;
}

div.contacts {
	margin: 10px 30px;
}