/* General
//////////////////////////////////////////////////////////////////////
*********************************************************************/
.invisible
{
	display:				none;
}

*
{
	margin:					0px;
	padding:				0px;
	border:					0px;	
}

body 
{ 
	width:					100%; 
	font-family: 			Arial, Helvetica, sans-serif; 
	font-size: 				10pt;
	background-color:		#d0d1d2;
	text-align:				center;
}

p
{
	margin:					20px 0px;
}

img 
{
	border: 				none;
}

a:link 
{ 
    text-decoration: 		none; 
    color: 					blue;
}

a:visited 
{
    text-decoration: 		none; 
    color: 					blue;
}

a:hover 
{
	color: 					red;
}

/* Special
//////////////////////////////////////////////////////////////////////
*********************************************************************/

#top
{
	display:				block;
	width:					1100px; 
	margin-left:			auto;
	margin-right:			auto;
	text-align:				center;
	background-color: 		#FFFFFF;
	height:					auto;
}

#header_top
{
	display:				block;
	width:					1100px; 
	height:					28px;
	background-color: 		#FFFFFF;	
	background:				url(img/header_top.jpg) no-repeat;	
}

#header
{
	display:				block;
	width:					1100px; 
	height:					165px;
	background-color: 		#FFFFFF;	
	background:				url(img/header.jpg) no-repeat;	
}

#canvas
{
	width:					1100px;
	display:				block;
	background-color: 		#FFFFFF;	
	background:				url(img/content_bg.jpg) repeat-y;	
}

/*	Taskbar
//////////////////////////////////////////////////////////////////////
*********************************************************************/

#taskbar
{
	width:					1100px;
	height:					46px;
}

#taskbar #nav_bg_left
{
	width:					51px;
	height:					46px;
	float:					left;
	background-color: 		#FFFFFF;	
	background:				url(img/nav_bg_left.jpg) no-repeat;	
}


#taskbar .dropdown 
{
	float:					left;
}

#taskbar .dropdown dt 
{
	width:					120px;
	height:					46px;
	background:				url(img/nav_link_top_bg.jpg) no-repeat left top;	
}

#taskbar .dropdown dt:link, #taskbar .dropdown dt:link:visited, #taskbar .dropdown dt:link:focus, #taskbar .dropdown dt:link:active
{
	background-position:	left top;
}

#taskbar .dropdown dt:hover 
{	
	color:					#FFFFFF;
	background-position:	left bottom;
}

#taskbar .dropdown dt:visited
{	
	color:					#000000;
}

#taskbar .dropdown .nav_top_link
{
	dispay:					block;
	font-size:				15px;
	font-weight:			bold;
	line-height:			36px;
	vertical-align:			middle;
	text-align:				center;
	color:					#000000;
}

#taskbar .dropdown .nav_top_link:visited
{
	color:					#000000;
}

#taskbar .dropdown .nav_top_link:hover 
{
	color:					#FFFFFF;
}

#taskbar #nav_bg_right
{
	width:					50px;
	height:					46px;
	float:					left;
	background-color: 		#FFFFFF;	
	background:				url(img/nav_bg_right.jpg) no-repeat;
}

#taskbar .dropdown dd 
{
	position:				absolute; 
	top: 					230px; 
	overflow:				hidden; 
	width:					120px; 
	display:				none; 
	z-index:				200; 
	opacity:				0;
}

#taskbar .dropdown dd .drop_down_top
{ 
	height: 				9px; 
	background: 			url(img/drop_down_top.jpg) no-repeat; 
}

#taskbar .dropdown ul 
{
	width:					120px; 
	margin: 				0px 0px 0px 5px; 
	list-style:				none; 
	border-top:				none; 
	background: 			url(img/drop_down_bg.jpg) repeat-y;
}

#taskbar .dropdown li 
{
	width:					110px;
	list-style:				none;
	text-align:				left;
	display:				block;
	font-size:				11px;
	font-weight:			normal;
	padding:				2px 5px;
}

#taskbar .dropdown dd .drop_down_bottom
{
	display:				block;
	height:					16px;
	color:					#FFFFFF;
	background:				url(img/drop_down_bottom.png) no-repeat;
}

#taskbar .dropdown .drop_down_link
{
	display:				block;
	color:					#000000;
	padding:				3px 0px 3px 8px;
	width:					91px;
}

#taskbar .dropdown .drop_down_link:visited
{
	color:					#000000;
}

#taskbar .dropdown .drop_down_link:hover
{
	color:					#FFFFFF;
	background-color:		#CCCCFF;
}

#taskbar .dropdown .underline 
{
	border-bottom:1px solid #b9d6dc;
}

/* Taskbar - Submenu
//////////////////////////////////////////////////////////////////////
*********************************************************************/
#taskbar #submenu
{
	width:					349px;
	height:					46px;
	float:					left;
	background-color: 		#FFFFFF;	
	background:				url(img/submenu_bg.jpg) repeat-x;
}

#taskbar #submenu ul
{
	margin:					0px;
	padding:				10px 15px 0px 0px;
	float:					right;
	list-style:				none;
	list-style-type:		none;
	list-style-position:	outside;
	list-style-image:		none;

}

#taskbar #submenu li.submenu_border
{
	width:					10px;
	text-align:				center;
	display:				block;
	float:					right;
	font-size:				13px;
	color:					#FFFFFF;
}

#taskbar #submenu li.submenu_link_long
{
	width:					80px;
	text-align:				center;
	display:				block;
	float:					right;
	font-size:				13px;
	color:					#FFFFFF;
}

#taskbar #submenu li.submenu_link_normal
{
	width:					65px;
	text-align:				center;
	display:				block;
	float:					right;
	font-size:				13px;
	color:					#FFFFFF;
}

#taskbar #submenu a:link
{
	color:					#FFFFFF;
}

#taskbar #submenu a:visited
{
	color:					#FFFFFF;
}

#taskbar #submenu a:hover
{
	color:					#FFFFFF;
	font-weight:			bold;
}

/*	Content (general)
//////////////////////////////////////////////////////////////////////
*********************************************************************/

#Content 
{
	display:				block;
	margin: 				0px 100px 0px 100px;
	width:					900px;
	height:					auto;
	background-color: 		#fefefe; 
	color: 					#000000;
	z-index:				1;
}

#Content h1 
{ 
	font-style: 			normal;
	font-weight: 			bold;
	font-size: 				16pt; 
	color: 					#102b58;
	text-align: 			center;
	z-index:				1;
	margin-top:				50px 0px 0px 0px;
	padding:				0px;
}

#Content h2 
{ 
	font-style: 			normal;
	font-weight: 			normal;
	font-size: 				14pt; 
	color: 					#102b58;
	text-align: 			center;
	z-index:				1;
	margin-top:				50px;
}

#Content h3 
{ 
	font-style: 			italic;
	font-weight: 			bold;
	font-size: 				12pt;
	color: 					#102b58;
	margin: 				40px 0px 20px 0px;
}

#Content h4 
{ 
	font-style: 			normal;
	font-weight: 			bold;
	font-size: 				10pt;
	color: 					black;
	margin:		 			10px 0px;
}

#Content #logo_gi
{
	border:					none;
	padding:				0px;
	display:				block;
	width:					70px;
	height:					70px;
	position:				absolute;
	top:					340px;
	float:					left;
	margin-left:			170px;
}

#Content #logo_itg
{
	border:					none;
	padding:				0px;
	display:				block;
	width:					90px;
	height:					70px;
	position:				absolute;
	top:					340px;
	float:					left;
	margin-left:			650px;
}

#Content .capture
{
	padding:				0px;
	margin:		 			30px 0px;
}

#Content h2.capture 
{
	font-style: 			normal;
	font-size: 				10pt;	
}

#Content #pageTitle 
{
	border:					1px solid gray;
	border-left: 			20px solid #1F4291;
	background-color:		#E0E0E0; 
	padding:				4px;
	padding-left: 			10px;
	margin-bottom:			20px;
	font-size: 				14pt;
}

/* Sidebar - News
//////////////////////////////////////////////////////////////////////
*********************************************************************/	
#Content #news
{
	float:					left;
	position:				relative;
	left:					-70px;
	top:					20px;
	width:					210px;
	padding:				0px;
}

#Content #news #news_bg_top
{
	float:					left;
	width:					210px;
	height:					23px;
	background:				url(img/news_bg_top.jpg) no-repeat;
	
}

#Content #news #news_bg_bottom
{
	float:					left;
	width:					210px;
	height:					38px;
	background:				url(img/news_bg_bottom.jpg) no-repeat;
	
}

#Content #news ul
{
	display:				block;
	width:					180px;
	height:					100px;
	padding:				0px 20px;
	background:				url(img/news_bg.jpg) repeat-y;
}

#Content #news li
{
	list-style:				none;
	float:					left;
	padding:				0px 30px 0px 10px;
	width:					150px;
	text-align:				left;
}

#Content #news .news_header
{
	height:					30px;
	font-weight:			bold;
}

#Content #news .news_text
{

}

/* Sidebar - Navigation
//////////////////////////////////////////////////////////////////////
*********************************************************************/

#Content #sidebar
{
	float:					left;
	position:				relative;
	left:					-70px;
	top:					20px;
	width:					210px;
	padding:				0px;
}

#Content #sidebar ul
{
	display:				block;
	list-style:				none;
	list-style-type:		none;
	list-style-position:	outside;
	list-style-image:		none;
	z-index:				1;
}

#Content #sidebar li
{
	list-style:				none;
	display:				block;
	float:					left;
	text-align:				left;
	width:					210px;
}

#Content #sidebar a
{
	list-style:				none;
	text-align:				center;
	line-height:			42px;
	vertical-align:			middle;	
	font-size:				15px;
	font-weight:			bold;
	width:					210px;
	display:				block;
	float:					left;	
	color:					#000000;	
}

#Content #sidebar .sidebar_link_1
{
	height:					42px;
	background:				url(img/sidebar_bg_1.jpg) no-repeat left top;	
}

#Content #sidebar .sidebar_link_1:link, #Content #sidebar .sidebar_link_1:link:visited, #Content #sidebar .sidebar_link_1:link:focus, #Content #sidebar .sidebar_link_1:link:active
{
	background-position:	left top;
}

#Content #sidebar .sidebar_link_1:hover 
{	
	color:					#FFFFFF;
	background-position:	left bottom;
}

#Content #sidebar .sidebar_link_2
{
	height:					42px;
	background:				url(img/sidebar_bg_2.jpg) no-repeat left top;	
}

#Content #sidebar .sidebar_link_2:link, #Content #sidebar .sidebar_link_2:link:visited, #Content #sidebar .sidebar_link_2:link:focus, #Content #sidebar .sidebar_link_2:link:active
{
	background-position:	left top;
}

#Content #sidebar .sidebar_link_2:hover 
{	
	color:					#FFFFFF;
	background-position:	left bottom;
}

#Content #sidebar .sidebar_link_3
{
	height:					48px;
	background:				url(img/sidebar_bg_3.jpg) no-repeat left top;	
}

#Content #sidebar .sidebar_link_3:link, #Content #sidebar .sidebar_link_3:link:visited, #Content #sidebar .sidebar_link_3:link:focus, #Content #sidebar .sidebar_link_3:link:active
{
	background-position:	left top;
}

#Content #sidebar .sidebar_link_3:hover 
{	
	color:					#FFFFFF;
	background-position:	left bottom;
}

#Content #sidebar a:visited
{
	display:				block;
	color:					#000000;
}

/* Content (special)
//////////////////////////////////////////////////////////////////////
*********************************************************************/
#Content #mainText 
{
	display:				block;
	float:					right;
	position:				relative;
	right:					+30px;
	top:					10px;
	width:					650px;
	text-align: 			left;
	font-style: 			normal;
	font-weight: 			normal;
	font-size: 				10pt;
	padding: 				20px;
	margin:					0px 0px 60px 0px;
}    

#Content #mainText #poster 
{
	text-align: 			center;
} 

#Content .footnote
{
	font-size:				10px;
	font-style:				italic;
	padding:				10px 0px;
}   

#Content .highlight 
{
	text-align: 			left;
	font-style: 			normal;
	font-weight: 			bold;
	font-size: 				10pt;
	padding: 				20px;
	border-width:			medium; 
	border-color:			red; 
	border-style:			dotted;
}

#Content .emph 
{
	text-align: 			left;
	list-style-position:	outside;
	font-style: 			normal;
	font-weight: 			normal;
	font-size: 				10pt;
	padding: 				30px;
	border:					1px solid gray; 
	background-color:		#f5f5f5;
}

#Content .emph_sub
{
	list-style:				circle;
	text-align: 			left;
	list-style-position:	outside;
	font-style: 			normal;
	font-weight: 			normal;
	font-size: 				10pt;
	padding: 				0px 30px;
}

#Content h4.emph 
{
	margin:					0px;
	padding:				0px;
}

#Content .lists
{
	text-align: 			left;
	list-style-position:	outside;
	font-style: 			normal;
	font-weight: 			normal;
	font-size: 				10pt;
	background-color:		#f5f5f5;
	padding: 				0px 0px 0px 20px;
}

#Content span.important{
	color: red;
}

#Content span.expired{
	text-decoration:line-through;
}

ul.seplist li{
	border-bottom: 1px dotted #1F4291;
	margin-bottom: 0.5em;
}

span.paperid{
}

span.session{
	font-weight: bold;
	font-style: italic;
}

span.papertitle{
	font-weight: bold;
}

span.authors{
	font-style: italic;
}

p.copyright {
	text-align: left;
	font-style: italic;
	font-weight: normal;
	font-size: 8pt;
}

#Content ul 
{
	list-style: 			square;
	list-style-position:	inside;
	margin-left: 			0;
	color: 					black;
}

/* Hotels
//////////////////////////////////////////////////////////////////////
*********************************************************************/
#Content .ul_undecorated
{
	list-style: 			none;
}

#Content .ul_undecorated .rates
{
	margin-left: 			10px;
}

div.indent #extras_registration li
{
	list-style-position:	inside;
}

div.hotel {
	margin-bottom: 25px;
}

#Content div.hotel table {
	border:0px; 
	width:100%;
	padding: 0px;
	margin:0px;
	vertical-align:top;
}

#Content div.hotel tr td {
	border:0px; 
	padding: 0px;
	margin:0px;
	vertical-align:top;
	width:50%;
}

#Content div.hotel ul li {
	border:0px; 
	padding: 0px;
	margin:0px;
}

div.hotel div.hname {
	font-size: 11pt;
	font-weight: bold;
	background-color: #fff3e1;
	border-left:10px solid red;
	padding: 5px;
}

div.hotel div.binfo {
	font-size: 10pt;
	font-weight: normal;
	background-color: #fafafc;
	margin: 5px;
	padding: 0px;
}

div.hotel div.hinfo {
	font-size: 10pt;
	font-weight: normal;
	/*border:1px dashed gray; */
	background-color: #fafafc;
	margin: 5px;
}

#Content table.registration {
	border:1px solid gray; 
	margin-top: 10px;
}

#Content table.registration th {
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	background-color: #ceced2; 
	border:1px solid gray; 
	padding: 7px;
}

#Content table.registration td {
	border:1px solid gray; 
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
}

#Content table.registration td.headline{
	background-color: #f1f1fa;
	font-style: normal;
	font-weight: bold;
}

#Content table.registration td.content{
	background-color: #ffffff;
}

#Content table {
	border:1px solid gray; 
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 40px;
}

#Content table th {
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	background-color: #ceced2; 
	border:1px solid gray; 
}

#Content table td h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: #102b58;
	margin-top: 10px;
	text-decoration: underline; 
}

#Content table td ul li {
	padding-top: 1.0em;
}

#Content #dates table
{
	margin:						0px;
	border:						none;
	width:						100%;
}

#Content #dates table td
{
	padding: 					0px;
	width:						50%;
}

#Content #dates ul li
{
	padding:					0px;
	margin:						0px;
}

td.time {
	margin: 10px;
	white-space: nowrap;
	background-color: #f1f1fa;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	border:1px solid gray; 
}

td.program {
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	text-align: left;
	background-color: #fafafc;
	border:1px solid gray; 
	padding: 10px;
}

div.indent 
{
	margin: 				0 30px;
}

div.indent li
{
	list-style-position:	outside;
}

#Content .workshop {
	margin-left:20px;
}

#Content .workshop div {
	margin-left:20px;
}

#Content .workshop h3 {
	border:1px solid gray;
	border-left: 10px solid #1F4291;
	background-color:#E0E0E0; 
	padding:4px;
	padding-left: 10px;
	margin-bottom:20px;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
}

#Content .tutorials {
	border:0px; 
	width:100%;
	padding: 0px;
	margin:0px;
	vertical-align:top;
}

#Content .tutorials tr td {
	border:0px; 
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin:0px;
	vertical-align:top;
	width:30%;
}

/* Flash - Virtual Viewer
//////////////////////////////////////////////////////////////////////
*********************************************************************/
#Content .flashcontent
{
	height: 			400px;
	width:				500px;
	margin:				30px 30px;
}

/*	Logos (index.html)
//////////////////////////////////////////////////////////////////////
*********************************************************************/
#Content #logos
{
	float:					left;
	vertical-align:			bottom;
}

/* Footer
//////////////////////////////////////////////////////////////////////
*********************************************************************/

#footer 
{
	display:				block;
	clear:					both;
	margin: 				180px 100px 0px 100px; 
	width:					900px;
	height:					60px;
	text-align: 			left;
	background-color: 		#fefefe;
	border-top:				1px solid #1F4291;
}

#footer #w3 
{
	display:				block;
	float:					right;
	padding: 				10px;
	margin-top:				5px;
}

#footer #links 
{
	display:				block;
	float:					left;
	padding-left: 			20px;
	margin-top:				20px;
}

#footer #links a:link { 
    text-decoration: none; 
	font-size: 10pt;
	font-weight: bold;
    color: blue;
}

#footer #links a:visited {
    text-decoration: none; 
	font-size: 10pt;
	font-weight: bold;
    color: blue;
}

#footer #links a:hover {
	color: red;
    text-decoration: none; 
	font-size: 10pt;
	font-weight: bold;
}

#footer_bottom
{
	width:					1100px;
	height:					50px;
	background:				url(img/footer_bottom.jpg) no-repeat;
}

