@charset "utf-8";

div.header {
	height: 40px;
}

/* header title */
div.header_title {
	height: 80px;
	background: url(/images/header.png) bottom center no-repeat;
}

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



div.main_page div.list_body {
	padding: 30px 0;
	background: #fff url(/images/bg_globe.jpg) no-repeat top left;
}




div.body_header {
	text-align: right;
}

div.body_header h1 {
	padding: 2px 10px;
	background: #e4f3f8 url(/images/main_header_bg.jpg) bottom left repeat-x;
}





/* 
conference block
*/
div.conference {
	display: block;
	margin: 10px 10px;
	background: url(/images/main_frame_bg.png) bottom left repeat-x !important;
	background: #fff url(/images/main_frame_bg.jpg) bottom left repeat-x;
}

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

div.conference div.tl {
	background: url(/images/main_frame_tl.gif) top left no-repeat;
}

div.conference div.tr {
	background: url(/images/main_frame_tr.gif) top right no-repeat;
}

div.conference div.bl {
	background: url(/images/main_frame_bl.gif) bottom left no-repeat;
}

div.conference div.br {
	background: url(/images/main_frame_br.gif) bottom right no-repeat;
}

div.conference div.top {
	background: url(/images/main_frame_border_h.gif) top left repeat-x;
}

div.conference div.bottom {
	background: url(/images/main_frame_border_h.gif) bottom left repeat-x;
}

div.conference div.left {
	background: url(/images/main_frame_border_v.gif) top left repeat-y;
}

div.conference div.right {
	background: url(/images/main_frame_border_v.gif) top right repeat-y;
}

div.conference div.content {
	padding: 8px 5px;
	height: 100%;
}

div.conference div.text_block {
	margin: 0 0 0 110px;
}

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

div.conference h1 {
	margin: 0 0 4px 0;
	font-size: .95em;
	font-weight: bold;
	background: #f3fafc;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #c7dfea;
}

div.conference p {
	margin: 2px 0;
	font-size: .85em;
}

div.conference p:first-letter {
	font-size: 1.65em;
}

div.conference span {
	display: block;
	margin: 5px 0 0 0;
	font-weight: bold;
	font-size: .85em;
}



/* 
blocks
*/
div.conference#c1 {
	margin-left: 170px;
}

div.conference#c2 {
	margin-left: 240px;
}

div.conference#c3 {
	margin-left: 225px;
}

div.conference#c4 {
	margin-left: 180px;
}

div.conference#c5 {
	margin-left: 70px;
}

div.conference#c6 div.text_block {
	margin-left: 170px;
}