/*
GLOBAL.CSS FOR 19TH IUHPE WORLD CONFERENCE
COPYRIGHT 2005
*/

/* ******* */
/* GENERAL */
/* ******* */
body {
	padding: 0px;
	margin: 0px;
	background-color: #798686;
}

/* ****************************** */
/* CLASS & ID STYLES BY PAGE AREA */
/* ****************************** */

#notice {
	border: 1px solid #cc6633;
	background-color: #ffff99;
	padding:5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#notice a:link {
	font-weight: bold;
	color: #003399;
}
#notice a:visited {
	color: #003399;
}
#notice a:hover {
	color: #003399;
}
#container {
	width: 780px;
	margin: 0px auto;
	background-repeat: repeat-y; 
	background-color: #ffffff;
}
.blue   { background-image: url(../assets/bg_bluegradient.gif); }
.green  { background-image: url(../assets/bg_greengradient.gif); }
.brown  { background-image: url(../assets/bg_orangegradient.gif); }
.purple { background-image: url(../assets/bg_purplegradient.gif); }

/**********/
/* BANNER */
/**********/

#banner {
	position: relative;
}
#random {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 306px;
	border: 1px solid #ffffff;
	border-bottom-width: 0px;
}
#titlebar {
	position: absolute;
	top: 2px;
	left: 163px;
	padding-left: 5px;
	font: normal normal normal 11px/17px arial, sans-serif;
	color: #ffffff;
}
#titlebar a {
	text-decoration: none;
	color: #ffffff;
	padding: 0px 5px;
}
#titlebar a:hover {
	text-decoration: underline;
}
#titlebar form {
	display: inline;
	margin-left: 5px;
}
.entry {
	font: normal normal normal 11px/15px arial, sans-serif;
	height: 16px;
	width: 162px;
	padding: 0px 3px;
	border: 0px;
	margin: 0px;
}
.button {
	position: relative;
	top: 1px;
	left: 0px;
	height: 17px;
	width: 50px;
	margin: 0px;
	padding: 0px;
	font: normal normal normal 9px arial, sans-serif;
}
#site_map {
	position: absolute;
	top: 112px;
	left: 171px;
}
#lang_links {
	position: absolute;
	top: 112px;
	right: 313px;
	font: normal normal normal 11px arial, sans-serif;
	color: #ffffff;
}
#site_map a, #lang_links a {
	font: normal normal normal 11px arial, sans-serif;
	text-decoration: none;
	color: #ffffff;
}
#site_map a:hover, #lang_links a:hover {
	text-decoration: underline;
}

/************/
/* TOP MENU */
/************/

#topmenu {
	width: 780px;
	background-color: #16356C;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#topmenu a:hover {
	text-decoration: underline;
}

/* PRIMARY NAVIGATION */

#tabbar {
	position: relative;
	float:left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #16356C;
}
#tabbar li { 
	float: left;
}
.last {
	border-right: 1px solid #ffffff;
}

#en #home { width: 64px; }
#en #conference { width: 88px; }
#en #vancouver { width: 84px; }
#en #participants { width: 84px; }
#en #presenters { width: 84px; }
#en #sponsors { width: 80px; }
#en #exhibitors { width: 80px; }
#en #media { width: 56px; }
#en #organizers { width: 160px; }
#en #video { width: 108px; }
#en #archive { width: 150px; }

#fr #home { width: 52px; }
#fr #conference { width: 84px; }
#fr #vancouver { width: 76px; }
#fr #participants { width: 78px; }
#fr #presenters { width: 92px; }
#fr #sponsors { width: 104px; }
#fr #exhibitors { width: 72px; }
#fr #media { width: 46px; }
#fr #organizers { width: 166px; }

#sp #home { width: 44px; }
#sp #conference { width: 82px; }
#sp #vancouver { width: 74px; }
#sp #participants { width: 85px; }
#sp #presenters { width: 96px; }
#sp #sponsors { width: 94px; }
#sp #exhibitors { width: 77px; }
#sp #media { width: 48px; }
#sp #organizers { width: 170px; }

#tabbar li a {
	font: bold 0.7em/1.8em arial, sans-serif;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	float: left;
	border-left: 1px solid #ffffff;
	overflow: hidden;
	white-space: nowrap;
}
#tabbar li a:hover {
	text-decoration: underline;
}
#tabbar li#selected_tab {
	background-color: #798686;
}
#tabbar li#selected_tab ul{
	background-color: #798686;
	display: block;
	z-index: 5;
}
#tabbar li.bg_grey {
	background-color: #364b71;
}
#container.grey #tabbar li#selected_tab a {
	border-bottom-color: #364b71;
}
#container.grey #tabbar li#selected_tab ul {
	background-color: #364b71;
}
#tabbar li.bg_blue {
	background-color: #16356C;
}
#container.blue #tabbar li#selected_tab a {
}
#container.blue #tabbar li#selected_tab ul {
	background-color: #798686;
}
#tabbar li.bg_green {
	background-color: #336633;
}
#container.green #tabbar li#selected_tab a {
	border-bottom-color: #336633;
}
#container.green #tabbar li#selected_tab ul {
	background-color: #336633;
}
#tabbar li.bg_brown {
	background-color: #db6718;
}
#container.brown #tabbar li#selected_tab a {
	border-bottom-color: #db6718;
}
#container.brown #tabbar li#selected_tab ul {
	background-color: #db6718;
}
#tabbar li.bg_purple {
	background-color: #656caf;
}
#container.purple #tabbar li#selected_tab a {
	border-bottom-color: #656caf;
}
#container.purple #tabbar li#selected_tab ul {
	background-color: #656caf;
}

#en #tabbar .first_conference { padding-left: 0px; }
#en #tabbar .first_vancouver { padding-left: 0px; }
#en #tabbar .first_participants { padding-left: 0px; }
#en #tabbar .first_presenters { padding-left: 190px; }
#en #tabbar .first_sponsors { padding-left: 225px; }
#en #tabbar .first_exhibitors { padding-left: 350px; }
#en #tabbar .first_media { padding-left: 480px; }
#en #tabbar .first_organizers { padding-left: 530px; }

#fr #tabbar .first_conference { padding-left: 0px; }
#fr #tabbar .first_vancouver { padding-left: 0px; }
#fr #tabbar .first_participants { padding-left: 0px; }
#fr #tabbar .first_presenters { padding-left: 160px; }
#fr #tabbar .first_sponsors { padding-left: 225px; }
#fr #tabbar .first_exhibitors { padding-left: 340px; }
#fr #tabbar .first_media { padding-left: 475px; }
#fr #tabbar .first_organizers { padding-left: 540px; }

#sp #tabbar .first_conference { padding-left: 0px; }
#sp #tabbar .first_vancouver { padding-left: 0px; }
#sp #tabbar .first_participants { padding-left: 0px; }
#sp #tabbar .first_presenters { padding-left: -5px; }
#sp #tabbar .first_sponsors { padding-left: 50px; }
#sp #tabbar .first_exhibitors { padding-left: 270px; }
#sp #tabbar .first_media { padding-left: 445px; }
#sp #tabbar .first_organizers { padding-left: 498px; }

/*************/
/*  CONTENT  */
/*************/

#main {
	float: left;
	margin-top: 30px;
}

/**************************************/
/* SIDEBAR (left column navigation +) */
/**************************************/

#sidebar {
	float: left;
	width: 167px;
	clear: left;
	margin: 15px 0px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}
#sidebar #sponsor_logos {
	position: relative;
	top: 0px;
	width: 167px;
	text-align: center;
	padding-top: 20px;
}
#sidebar #sponsor_logos div {
	padding: 10px 0px;
}

/* LINKS */

#sidebar ul li a {
	font: normal 12px verdana, sans-serif;
	text-decoration: none;
	display: block;
	padding: 2px 10px 4px 0px;
	margin: 0px;
	width: auto;
	color: #ffffff;
}
#sidebar ul li a.level_2 {
	padding-left: 10px;
	font-weight: bold;
}
#sidebar ul li a.level_3 {
	padding-left: 10px;
}
#sidebar ul li a.level_4 {
	padding-left: 30px;
}
#sidebar ul li a.level_5 {
	padding-left: 50px;
}
#sidebar ul li a:hover {
	text-decoration: none;
	color: #ffff99;
	background-repeat: repeat-y;
}
.green #sidebar ul li a:hover {
	background-image: url(../assets/bg_ltgreengradient.gif);
}
.blue #sidebar ul li a:hover {
	background-image: url(../assets/bg_ltbluegradient.gif);
}
.brown #sidebar ul li a:hover {
	background-image: url(../assets/bg_ltorangegradient.gif);
}
.purple #sidebar ul li a:hover {
	background-image: url(../assets/bg_ltpurplegradient.gif);
}


/****************/
/* CONTENT AREA */
/****************/

/* GENERAL */

#content {
	z-index: 10;
	float: right;
	width: 567px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding: 0px 23px 36px 0px;
}
#content p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
#content p.smallbottomspace {
	padding-bottom: 5px;
}
#content ul, #content ol {
	margin-top: 0px;
}
#content ul li, #content ol li {
	list-style-position: outside;
	margin-right: 18px;
	margin-left: 18px;
	line-height: 16px;
	text-align: left;
	white-space: normal;
	margin-bottom: 0px;
}
#content ul.list_no_bullets {
	list-style-type: none;
}
#content ul.list_column {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
#content ul.list_column li {
	margin: 0px;
	padding: 0px;
}

.box_emphasis {
	border: 1px solid #cc6633;
	background-color: #ffff99;
	padding:5px;
	margin-bottom: 5px;
}
.boxemphasis_graphic {
	width: 353px;
	background-image: url(../assets/boxemphasis_middle.gif);
	margin-bottom: 15px;
}
.boxemphasis_graphic div {
	margin: 0px 5px;
}
.hr {
	margin: 3px 0px;
}
.green hr {
	color: #9ecf9e;
	background-color: #9ecf9e;
	height: 1px;
	border: 0px;
}

.bio {
	float: left;
	width:100%;
	margin-top: 5px;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
#container.blue .heading1, #container.blue .heading2, #container.blue .heading3 { color: #16356C; }
#container.green .heading1, #container.green .heading2, #container.green .heading3 { color: #336633; }
#container.brown .heading1, #container.brown .heading2, #container.brown .heading3 { color: #db6718; }
#container.purple .heading1, #container.purple .heading2, #container.purple .heading3 { color: #656caf; }
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
#content .inverse {
	color: #ffffff;
	padding: 3px;
}
#container.blue .inverse { background-color: #16356C; color: #ffffff; }
#container.green .inverse { background-color: #336633; color: #ffffff; }
#container.brown .inverse { background-color: #db6718; color: #ffffff; }
#container.purple .inverse { background-color: #656caf; color: #ffffff; }
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	font-weight: bold;
	font-style: italic;
}
.capitals_orange_arial11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #EE5F00;
	font-variant: small-caps;
}
.capitals_orange_verdana11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #EE5F00;
	font-variant: small-caps;
}
.capitals_olive_verdana11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #669933;
	font-variant: small-caps;
}
.grey_arial1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.capitals_grey_verdana11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	font-variant: small-caps;
}
.capitals_blue_verdana11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6666ff;
	font-variant: small-caps;
}
.italic_trebuchet11 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	font-style: italic;
	color: #f83300;
}
#content a .nounderline, #content .nounderline a {
	border-bottom-width: 0px;
}
#content a:visited .nounderline, #content .nounderline a:visited {
	border-bottom-width: 0px;
}
#content a:hover .nounderline, #content .nounderline a:hover {
	border-bottom-width: 1px;
}
#content a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
}
#content a:visited {
	color: #003399;
	border-bottom: 1px solid #dddddd;
	text-decoration: none;
}
#content a:hover {
	color: #003399;
	border-bottom: 1px solid #003399;
	text-decoration: none;
}
#content a.img_link {
	border-bottom-width: 0px;
}
.img_right {
	margin: 12px 0px 12px 12px;
	float: right;
}
.img_left {
	margin: 12px 12px 12px 0px;
	float: left;
}
.img_lefttop {
	margin: 0px 12px 12px 0px;
	float: left;
}
.img_righttop {
	margin: 0px 0px 12px 12px;
	float: right;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 10px;
}
.medium {
	font-size: 12px;
}
.large {
	font-size: 14px;
}
.verylarge {
	font-size: 16px;
}
.orange {
	color: #EE5F00;
}
.grey {
	color: #666666;
}
.mapbox {
	height: 300px;
	width: 480px;
}

#content p.nobottomspace {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#content ul.nobottomspace {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* videos */
#content .videocontainer {
	margin: 0px;
	margin-left: -12px;
	padding: 0px;
	width: 592px;
	height: 313px;
	background-image: url(../assets/video_player_background.gif);
	background-repeat: no-repeat;
}
#content .player {
	position: relative;
	left: 13px;
	top: 12px;
	width: 384px;
}
#content .thumb {
	width: 170px;
	height: 290px;
	float: right;
	background-color: #ffffff;
	border: 1px solid #c7c7c7;
	margin: 10px;
	overflow: auto;
}
#content .thumb li:hover img {
	padding: 1px;
	border: 2px solid #FF9933;
}
#content .thumb img {
	padding: 1px;
	border: 2px solid #c7c7c7;
	margin-top: 5px;
}
#content .thumb a:link, #content .thumb a:visited {
	font-size: 11px;
	color: #000000;
	border-bottom-width: 0px;
}	
#content .thumb a:hover {
	font-size: 11px;
	color: #000000;
	border-bottom-width: 0px;
	text-decoration: none;
}
#content .thumb .video {
	margin-left: 25px;
}
#content .thumb .presenter {
	text-align: center;
	margin-bottom: 5px;
}

/* faq */
#content #faq ul {
	margin-bottom: 10px;
}
#content #faq ul li a, #content #faq li ul li a {
	border-width: 0px;
}
#content #faq ul li a:hover, #content #faq li ul li a:hover {
	border-width: 1px;
}
#content #faq .indent1 {
	margin-left: 20px;
}
#content #faq .indent2 {
	margin-left: 40px;
}

/* sponsors */
#content #sponsor_package_container ul, #content #sponsor_container ul {
	margin-left: 0px;
}
#content #sponsor_package_container ul li, #content #sponsor_container ul li {
	margin-left: 0px;
	line-height: 14px;
	margin-bottom: 2px;
}

/* keynote/plenary sessions */
.plenary_odd, .plenary_even {
	padding: 5px;
	margin-bottom: 10px;
	padding-bottom: 15px;
}
#content .plenary_odd .inverse, #content .plenary_even .inverse {
	padding: 0px;
}
.plenary_odd {
	background-color: #e7efdb;
	border-top: 1px solid #9ecf9e;
	border-bottom: 1px solid #9ecf9e;
}
#content .plenary_odd p, #content .plenary_even p {
	padding-bottom: 7px;
}

/* debate & dialogue sessions */
.subplenary_odd, .subplenary_even {
	padding: 5px;
	margin-bottom: 10px;
}
.subplenary_odd {
	background-color: #e7efdb;
	border-top: 1px solid #9ecf9e;
	border-bottom: 1px solid #9ecf9e;
}
#content .subplenary_odd p, #content .subplenary_even p {
	padding-bottom: 7px;
}
#content .subplenary_odd .nobottomspace, #content .subplenary_even .nobottomspace {
	padding-bottom: 0px;
}
#content .debate_top {
	text-align: right;
}
#content .debate_top a {
	font-weight: bold;
	color: #9ecf9e;
	border-width: 0px;
}
#content .debate_top a:visited {
	border-width: 0px;
	color: #9ecf9e;
}
#content .debate_top a:hover {
	border-width: 0px;
	color: #ee5f00;
}

/* build your own letter of invitation */

#letter {
	width: 500px;
	margin: 0px;
	background-color: #ffffff;
	border: 1px solid #999999;
}
#letter #body {
	padding: 30px;
}
#letter .userinfo {
	font-style: italic;
	color: #ff6666;
}

/* NEWS */

#news_container {
	float: right;
	width: 167px;
	margin: 0px 0px 20px 20px;
	text-align: center;
	font-family: verdana, san-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#newsbox {
	margin-bottom: 5px;
	overflow: hidden;
	background-color:#f7f7f7;
}
#newsbox .newsheader {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
#newsbox .newscontent {
	margin-bottom: 5px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	text-align: left;
	color: #000000;
}
#newsbox .newscontent a:link, #newsboxfade .newscontent a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: bold;
	border-bottom-width: 0px;
	text-decoration: none;
	font-size: 12px;
}
#newsbox .newscontent a:visited, #newsboxfade .newscontent a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-weight: bold;
	border-bottom-width: 0px;
	text-decoration: none;
	font-size: 12px;
}
#newsbox .newscontent a:hover, #newsboxfade .newscontent a:hover {
	border-bottom-width: 0px;
	text-decoration: underline;
}
#newsboxfade {
	border: 1px solid #666666;
	overflow: hidden;
	background-color:#f7f7f7;
}
#newsboxfade .newscontent {
	color: #000000;
}
#news_container .newsentry_style1 .newsheader{
	background-image: url(../assets/newsbox_bg_01.gif);
}
#news_container .newsentry_style2 .newsheader{
	background-image: url(../assets/newsbox_bg_02.gif);
}
#news_container .newsentry_style3 .newsheader{
	background-image: url(../assets/newsbox_bg_03.gif);
}
.newsheader {
	padding: 3px;
	color: #333333;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	background-repeat: repeat-x;
}
.newscontent {
	padding: 3px;
}
#news_container .newscontent p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
#newsbox .newscontent ul {
	padding-left: 15px;
}
#newsbox .newscontent ul li {
	margin-right: 0px;
	margin-left: 0px;
}

/* themed */
.purple #newsbox .newsheader { display: none; }
.purple #newsbox .newscontent {
	border: 1px solid #cccccc;
	background-color: #d8daeb;
}

/* TABLES */

#content td p {
	padding-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
}
.table_align_center {
	text-align: center;
}
table.table_align_top td {
	vertical-align: top;
}

/* advertising */
.table_advertising {
	border-collapse: collapse;
	margin-bottom: 10px;
}
.table_advertising td, .table_advertising th {
	padding: 5px;
	border-bottom: 1px #d8daeb solid;
}
.table_advertising .row_header {
	background-color: #d8daeb;
}

/* hotels */
.table_hotel {
	border-collapse: collapse;
}
.table_hotel td, .table_hotel th {
	border-bottom: 0px solid #cccccc;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}
.table_hotel .toppick, .table_hotel .toppick_heading {
	background-color:#ffff66;
}
.table_hotel .toppick_heading {
	font-size: 16px;
	font-weight: bold;
	color: #EE5F00;
}
.table_hotel .img_hotel {
	text-align: center;
}
.table_hotel .toppick_heading td, .table_hotel .toppick_heading th {
	border-bottom-width: 0px;
}
.table_hotel .toppick th {
	padding-left: 15px;
}
.table_hotel .toppick td, .table_hotel .toppick th {
	border-bottom: 1px solid #FFFFB7;
}
.table_hotel .firstregular td {
	padding-top: 15px;
}
.table_hotel .quota {
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 3px;
}
/* schedule */
.table_schedule {
	width: 100%;
	font: normal normal normal 12px arial;
	border-collapse: collapse;
	color: #333333;
}
.table_schedule td { 
	padding: 2px 8px;
	border-bottom: 1px solid #c3c3c3; 
}
.table_schedule a { 
	text-decoration: none;
	color: #888888;
}
.table_schedule a:hover { 
	color: #4444ee;
}
.table_schedule .column1 {
	padding: 2px 0px;
	width: 75px;
	text-align: center;
	background-color: #f4f4f4;
}
.table_schedule .header {
	color: #4e4e4e;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
/* participant registration fees */
.table_fee {
	border-collapse: collapse;
	margin-bottom: 15px;
	color: #999999;
}
.table_fee td {
	border: 1px solid #999999;
}
.table_fee td.current {
	color: #000000;
}
.table_fee .toprow td.current, .table_fee .row_header {
	color: #000000;
}
.table_fee .toprow, .table_fee .row_header {
	background-color: #dddddd;
	font-weight: bold;
}
.table_fee .topleft {
	border-top-width: 0px;
	border-left-width: 0px;
}
/* committees */
.table_committee {
	border-collapse: collapse;
	margin-bottom: 15px;
	font-size: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content .table_committee a {
	font-size: 10px;
}
.table_committee th {
	border: 1px solid #666666;
	background-color: #666666;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.table_committee td {
	border: 1px solid #999999;
	vertical-align: top;
	padding: 3px;
}

/* program at a glance */
#program {
	font-family: verdana, san-serif;
	font-size: 11px;
	border-collapse: collapse;
	text-align: center;
	width: 400px;
}
#program .noborder {
	border-width: 0px; 
	background-color:#ffffff;
}
#program td, #program th {
	margin: 0px;
	padding: 2px;
	border: 1px solid #cccccc;
}
#program td {
	vertical-align: center;
}
#program td ul.list_no_bullets li {
	margin-top: 6px;
	color: #000099;
	text-align: center;
}
#program .time { 
	background-color: #666666;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
}
#program th {
	font-weight: bold;
}
#program #days {
	background-color: #333333;
	color: #ffffff;
}
#program #titles {
	background-color: #666666;
	color: #ffffff;
	font-weight: bold;
}
#program .bggreen { background-color: #E7EFDB; border: 1px solid #aaaaaa; color: #336633; }
#program .bggrey { background-color: #eeeeee; border: 1px solid #aaaaaa; color: #666666; }
#program .bgpurple { background-color: #E5E5F4; border: 1px solid #aaaaaa; color: #656caf; }
#program .bgorange { background-color: #F2EAD6; border: 1px solid #aaaaaa; color: #db6718; }
#program .bgblue { background-color: #D9ECFF; border: 1px solid #aaaaaa; color: #005EBB; }
#program .bgyellow { background-color: #f7ffb1; border: 1px solid #aaaaaa; color: #7A8800; }
#content #program a { border-width: 0px; text-decoration: underline; }
#content #program .bggreen a { color: #336633; }
#content #program .bggrey a { color: #666666; }
#content #program .bgpurple a { color: #656caf; }
#content #program .bgorange a { color: #db6718; }
#content #program .bgblue a { color: #005EBB; }
#content #program .bgyellow a { color: #7A8800; }
#content #program a:hover { color: #003399; }
/* overall program */
#overallprogram {
	border-collapse: collapse;
}
#overallprogram tr th {
	padding-top: 5px;
}
#overallprogram tr td {
	border-bottom: 1px solid #d9d9d9;
}
#overallprogram tr td.bold {
	padding-right: 10px;
}
#overallprogram tr.even {
	background-color: #e7efdb;
}

/* site map */
#content #entrance {
	text-align: center;
}
#content #entrance a {
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}
#content ul.sitemap {
	float: left;
	margin: 0px;
	padding	: 0px;
	width: 225px;
	margin-right: 10px;
}
#content ul.sitemap li {
	list-style: none;
	margin: 0px;
	padding	: 0px;
	display: inline;
}
#content ul.sitemap li a {
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-width: 0px;
}
#content ul.sitemap li a:hover {
	text-decoration: underline;
}
#content ul.sitemap .lev1 a {
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
}
#content ul.sitemap .lev2 a {
	margin-left: 20px;
}
#content ul.sitemap .lev3 a {
	margin-left: 40px;
}
#content ul.sitemap .lev4 a {
	margin-left: 60px;
}

/* sponsors */
#content #sponsors div {
	margin-bottom: 10px;
}
#content #sponsor_box {
	margin-bottom: 15px;
	text-align: center;
}
#content #sponsor_box td {
	vertical-align: top;
	text-align: left;
	width: 200px;
	margin-right: 10px;
	padding: 5px;
}

/* MISCELLANEOUS */
#email_contact {
	float: right;
	width: 250px;
	padding: 5px;
	margin: 0px 0px 15px 15px;
}

/**********/
/* FOOTER */
/**********/

#footer {
	clear: both;
	color: #cccccc;
	font: normal normal normal 10px verdana, sans-serif;
	padding: 5px;
	text-align: center;
	background-color: #798686;
}
#footer a {
	text-decoration: underline;
	color: #CCCCCC;
}
#footer a:hover {
	color: #ffffff;
}

/**************************/
/* LANGUAGE NEUTRAL PAGES */
/**************************/

#neutral_logo_bg {
	position: absolute;
	top:0px;
	left:236px;
	border-color: #ffffff;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
}
#neutral_logo_text {
	position: absolute;
	top: 34px;
	left: 244px;
}
#neutral #content {
	width: 708px;
}
