/*----------------------------------------------------------------------------------------
conference.css
----------------------------------------------------------------------------------------*/


/* #content_top
----------------------------------------------------------------------------------------*/
#content_top .colB .links {  margin-left: 20px;  *margin-left: 25px; }
#content_top .colB .links li { 
	font-size: 1.1em; 
	font-weight: bold;
}
#content_top .colA img { margin: 0 0 2px 0; }
#content_top .colA .slide { height: 251px; }
#content_top .colA .slide .opac {
	top:  233px;
	width: 350px;
	font-size: 1.0em;
}
#sidebar .slide { height: 138px; }
#sidebar .slide .opac {
	font-size: 1.1em;
	line-height: 1.4;
	padding: 5px 11px 7px 11px;
	width: 185px;
}

/* tables
------------------------*/
table {
	border: thin dotted #999;
	padding 5px;
}
tr {
	border-bottom: thin dotted #999;
}
td {
	border-bottom: thin dotted #999;
}


/* #about_listing
----------------------------------------------------------------------------------------*/
#about_listing {}
	#about_listing .block {
		float: left;
		width: 332px;
		margin: 0 0 10px 0;

	}
		#about_listing .block .slide {
			float: left;
			margin: 0 0px 0 0;
		}
		
		#about_listing .block p.desc {
			font-size: 1.0 em;
			float: left;
			width: 269px;
			height: 98px;
			border: 1px solid #cfcfcf;
			padding: 6px 10px 0 10px;
			margin: 0;

		}
			#about_listing .block p.desc em { 
				font-style: normal;
				text-transform: uppercase;
			}
		#about_listing .block p.label {
			font-size: 1.1em;
			padding: 0 6px 1px 6px;
			left: 0;
			bottom: 0;
			width: 111px;
			height:20px;
			position: absolute;
			background: #334229;
			line-height: 1.6;
			margin: 0;
		}
			#about_listing .block p.label a {
				color: #fff;
				background: url(../img/icon/icon_arrow_white.gif) no-repeat right 6px;
				padding: 0 12px 0 0;
			}
			#about_listing .block p.label a:hover { color: #859431; }
/* #sub_navigation

----------------------------------------------------------------------------------------*/
#conf_navigation { 
	background: #;
}
	#conf_navigation ul {}
		#conf_navigation ul li {
			font-size: 1.3em;
		}
		#conf_navigation ul li.last { border-right: 0; }
			#conf_navigation ul li a {
				/* height: 30px; 
				min-height: 26px;
				height: auto;
				_height: 26px;*/
				min-height:0;
				_height:auto;
				padding: 5px 13px;
				display: block;
				color: #cc6600;
				
			}	
			#conf_navigation ul li.last a { padding-right: 1.8em; }
			#conf_navigation ul li.active a,
			#conf_navigation ul li a:hover { color: #ffffff; background: #859431; }
	

#content h2 {
	font-weight: bold;
	color: #CC6600;
	font-size: 2.5em;
	margin: 0 0 .5em 0;
}

