@charset "utf-8";

/********
selectors 
********/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	background: #ffffff url(/images/sky_bg.jpg) top left repeat-x;
	color: #1a74a3;
}

img { border: none; }

a { 
	color: #39a3dd;
	text-decoration: none;
}

a:hover {
	color: #1c76cf;
	text-decoration: underline;
}

address {
	font-style: normal;
}

form, input {
	margin: 0;
	padding: 0;
}





/************
common styles
************/
div.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

img.left {
	float: left;
	padding: 5px;
	margin: 0 10px 10px 0;
	border: 1px solid #1a74a3;
}

img.right {
	float: right;
	padding: 5px;
	margin: 0 0 10px 10px;
	border: 1px solid #1a74a3;
}

div.center {
	margin: 0 auto;
	text-align: center;
}


.help:hover {
	cursor: help;
}






/***
page
***/
div.page {
	width: 812px;
	margin: 0 auto;
	padding: 0 10px;
}

div.list {
	width: 780px;
	margin: 0 auto;
	background: url(/images/sky_clouds.jpg) top center no-repeat;
}

div.page div.shadow_top_left {
	background: url(/images/page_shadow_lt.jpg) left top no-repeat;
}

div.page div.shadow_top_right {
	background: url(/images/page_shadow_rt.jpg) right top no-repeat;
}

div.page div.shadow_left {
	background: url(/images/page_shadow_l.jpg) left top repeat-y;
}

div.page div.shadow_right {
	background: url(/images/page_shadow_r.jpg) right top repeat-y;
}





/**********
page header
**********/
div.header {
	padding: 0;
	margin: 0;
	height: 18px;
}



/* home, email, etc. icons */
div.header div.icons {
	float: left;
	margin: 2px 0;
}

/* Opera hack */
@media all { 
	div.header div.icons {
		margin: 4px 0;
	}
}

div.header div.icons a {
	margin: 0 7px;
	font-size: .8em;
	color: #fff;
}

div.header div.icons a:hover {
	text-decoration: underline;
}



/* languages */
div.header div.lang {
	float: right;
}

div.header div.lang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.header div.lang span a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

div.header div.lang span a:hover {
	text-decoration: underline;
}

div.header div.lang span.selected {
	padding: 2px 4px;
	color: #6899d4;
	background: #fff;
}

div.header div.lang span.selected div.corner_l {
	background: url(/images/lang_selected_corner_l.gif) bottom left no-repeat;
}

div.header div.lang span.selected div.corner_r {
	background: url(/images/lang_selected_corner_r.gif) bottom right no-repeat;
}




/*
login
*/
div.login {
	height: 40px;
	padding: 8px 0;
	text-align: right;
	color: #fff;
	font-size: .85em;
}

div.login input {
	width: 80px;
	padding: 1px 2px;
	background: #f4f9fc;
	border: 1px solid #bfc3c6;
}

div.login input.enter_button {
	width: 60px;
	height: 19px;
	padding: 0 0 2px 0;
	background: #4290ba;
	color: #e8f1f6;
	border: 1px solid #e8f1f6;
	font-size: .95em;
}

div.login div {
	float: right;
	text-align: left;
}

div.login table td span {
	display: block;
	margin: 0 5px 0 0;
	text-align: right;
	line-height: .95em;
	cursor: help;
}

div.login table td span:hover {
	text-decoration: underline;
}



/* header title */
div.header_title {
	width: 780px;
	height: 260px;
	overflow: hidden;
}

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

div.header_title table {
	position: relative;
	top: 50px; left: 10px;
}

div.header_title table h1,
div.header_title table h2,
div.header_title table h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

div.header_title table h1 {
	font-weight: normal;
	text-transform: uppercase;
}

div.header_title table h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.header_title table img {
	margin: 5px;
}





/**********
 main menu
**********/
div.main_menu {
	min-width: 780px;
	width: 780px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .85em;
	letter-spacing: 1px;
	background: #68abce url(/images/main_menu_bg.jpg) repeat-x bottom left;
	border-top: 1px solid #fff;
}

div.main_menu table {
	width: 770px;
	margin: 0 5px;
	padding: 0;
}

/*	tab */
div.main_menu td {
	width: 195px;
	margin: 0;
	text-align: center;
	list-style: none;
}

div.main_menu td a {
	display: block;
	font-weight: normal;
	padding: 10px 0 8px 0;
	color: #e3eff7;
}

div.main_menu td a:hover {
	display: block;
	padding: 10px 0 8px 0;
	color: white;
}

/* 	selected menu item*/
div.main_menu td.selected div.corner_bl {
	background: url(/images/tab_corner_bl.gif) no-repeat bottom left;
}

div.main_menu td.selected div.corner_br {
	background: url(/images/tab_corner_br.gif) no-repeat bottom right;
}

div.main_menu td.selected div.tab {
	color: #006ea9;
	background: #e3eff7 url(/images/main_menu_tab_bg.jpg) repeat-x top left;
	margin: 0 5px;
}

div.main_menu td.selected div.corner_tl {
	background: url(/images/tab_corner_tl.gif) no-repeat top left;
}

div.main_menu td.selected div.corner_tr {
	background: url(/images/tab_corner_tr.gif) no-repeat top right;
}

div.main_menu td.selected div.tab_body {
	padding: 6px 0 8px 0;
}

div.main_menu td.selected div.tab_body a {
	color: #006ea9;
	padding: 0px;
}


/*	corners */
div.main_menu div.corner_bl {
	background: url(/images/main_menu_bl.gif) no-repeat bottom left;
	width: 100%;
}

div.main_menu div.corner_br {
	background: url(/images/main_menu_br.gif) no-repeat bottom right;
	width: 100%;
}





/********
page body
********/
div.list_body {
	padding: 20px 30px;
	background: #ffffff;
}

div.list_body a {
	text-decoration: underline;
}

div.list_body h1,
div.list_body h2 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: #1a74a3;
	font-weight: normal;
}

div.list_body h1 {
	margin: 0 0 10px 0;
	font-size: 1.8em;
}

div.list_body h2 {
	margin: 20px 0 5px 0;
	font-size: 1.4em;
	font-weight: bold;
}

div.list_body p {
	color: #1a74a3;
	text-indent:0.5em;
}

div.list_body div.title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-top: 1px solid #5e9dbe;
	border-bottom: 2px solid #5e9dbe;
	padding: 10px 0 20px 0;
	margin-right: 180px;
}

div.list_body div.title h1,
div.list_body div.title h2,
div.list_body div.title h4,
div.list_body div.title p {
	margin: 0;
	padding: 0;
}

div.list_body div.title h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
}

div.list_body div.title h4 {
	font-weight: bold;
}

div.list_body div.title p {
	font-size: 14px;
}

div.list_body div.title h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}





/*
block table
*/
table.headed_block {
	margin: 10px 0;
}

table.headed_block div.corner_tl {
	background: url(/images/header_corner_tl.jpg) top left no-repeat;
}

table.headed_block div.corner_tr {
	background: url(/images/header_corner_tr.jpg) top right no-repeat;
}

table.headed_block div.corner_bl {
	background: url(/images/header_corner_bl.jpg) bottom left no-repeat;
}

table.headed_block div.corner_br {
	background: url(/images/header_corner_br.jpg) bottom right no-repeat;
}

table.headed_block th {
	text-align: left;
	background: #4290ba;
}

table.headed_block th h1,
table.headed_block th h2 {
	margin: 0 15px;
	font-family: "Times New Roman", Times, serif;
	color: #e8f1f6;
}

table.headed_block th h1 {
	font-size: 24px; 
}

table.headed_block th h2 {
	font-size: 18px; 
}


table.headed_block td ul {
	margin: 0 12px;
}

table.headed_block td li {
	list-style: none;
	margin: 12px 0;
}

table.headed_block td li span {
	padding: 0 2px;
	background: #4290ba;
	color: #e8f1f6;
	font-weight: bold;
}


table.headed_block td address {
	text-align: right;
	line-height: 1.3em;
	margin: 5px;
}

table.headed_block td address abbr {
	font-style: italic;
	color: #8cb9d1;
}

table.headed_block td address span {
	margin: 0 5px;
}





/*
schedule table
*/
table.schedule {
	margin: 0 0 30px 0;
}

table.schedule th, 
table.schedule td {
	padding: 7px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

table.schedule col.time {
	text-align: center;
	background: #ddebf3 url(/images/schedule_shadow_l.gif) top right repeat-y;
	font-weight: bold;
}

table.schedule td:first-child {
	text-align: center;
	background: #ddebf3 url(/images/schedule_shadow_l.gif) top right repeat-y;
	font-weight: bold;
}


table.schedule col.event {
	text-align: center;
	background: #c1dbe9;
}

table.schedule td:first-child + td {
	text-align: center;
	background: #c1dbe9;
}

table.schedule col.right {
	width: 15px;
	text-align: center;
	background: #ddebf3 url(/images/schedule_shadow_r.gif) top left repeat-y;
}

table.schedule td:first-child + td + td {
	width: 15px;
}

table.schedule th.corner,
table.schedule td.corner {
	background: #fff;
}

table.schedule th.day {
	background: #ddebf3 url(/images/schedule_th_light.jpg) top left repeat-x;
}

table.schedule strong {
	display: block;
}

table.schedule em {
	display: block;
}

table.schedule address {
	display: inline;
	color: #990000;
	font-style: italic;
}

table.schedule tfoot td.tfoot {
	height: 20px;
	background: #ddebf3 url(/images/schedule_tf_light.jpg) bottom left repeat-x;
}




/*******
speakers
*******/
div.speaker {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	padding: 10px 0;
}

div.speaker h2 {
	margin: 0 0 8px 0;
}

div.speaker p {
	margin: 2px 0;
}

div.speaker q {
	font-style: italic;
	quotes: none;
}


table.speakers {
	font-size: .8em;
	margin: 6px auto;
}

table.speakers img {
	margin: 0 auto;
	display: block;
	border: 1px solid #1a74a3;
}

table.speakers,
table.speakers td {
	border: 1px solid #8ec6e3;
}

table.speakers td {
	padding: 5px;
	text-align: center;
}

/*********
excursions
*********/
div.excursion {
	min-height: 190px;
	height: auto !important;
	height: 190px;
	padding: 10px 0;
}



/*
hotels
*/
div.hotels h2 {
	color: #fff;
	padding: 8px 7px;
	background: #1a74a3;
}

div.hotels address {
	margin: 5px 0;
	font-size: .9em;
}

div.hotels ul {
	margin: 0 0 15px 0 !important;
	margin: 0 0 15px 20px;
}

div.hotels ul li {
	margin: 9px auto;
	list-style: square;
}




/*
registration form
*/
table.form {
	font-size: 0.95em;
}




div.organizer img {
	display: inline;
	margin: 0 20px 10px 0;
	vertical-align: middle;
}




/**********
logo column
**********/
div.logo_column {
	float: right;
	width: 180px;
	text-align: center;
}

div.logo_column div {
	margin: 10px 0 0 15px;
}





/****************
version for print
****************/
div.print_version img, 
div.print_version a {
	display: inline;
	vertical-align: middle;
}

div.print_version small {
	display: block;
	margin: 0 0 0 32px;
	color: #969696;
}





/*
conference
*/
div.conference {
	margin: 20px 0;
}

div.conference h2 {
	margin: 0;
}






/*****
footer
*****/
div.footer {
}

div.footer div.shadow_b {
	background: url(/images/page_footer_shadow.jpg) left repeat-x;
}

div.footer div.shadow_bl {
	background: url(/images/page_footer_shadow_l.jpg) bottom left no-repeat;
}

div.footer div.shadow_br {
	background: url(/images/page_footer_shadow_r.jpg) bottom right no-repeat;
}

div.footer div.content {
	height: 34px;
	margin: 0 34px;
	padding: 13px 0;
	border-top: 1px solid #8cb9d1;
}





/********
copyright
********/
div.copyright {
	padding: 2px 5px;
	font-size: .8em;
	color: #8ea2ac;
}

div.copyright a {
	color: #8ea2ac;
	font-weight: normal;
}



/*************
combobox 
**************/ 

td.combobox {
	text-align: right;
}

td.combobox span {
	background: #fff;
	color: #999;
	font-size: .9em;
}

td.combobox form {
	margin: 0 0 5px 0;
}

td.combobox select {
	width: 160px;
}