/*
	Page Defaults (colors etc)
*/
a{color:#00AF3F;}
#page_inner{
	background:url(/assets/gfx/bg_darkgreen.png) repeat-x #FFF;
}
#nav2{
	color:#000;
}
#nav2 li a{
}
#nav2 li a:hover{
	color:#000;
}

#nav2 a.nav2header,
#nav2 li.nav2header a{
	background:#00AF3F;
	color:#fff;
}
#nav2 a.active,
#nav2 li.active a{
	background: url(../gfx/nav/bg_nav2_2010.gif) repeat-y  right #FFF;
	color:#00AF3F;
}
#nav3-list li a{
}
#nav4-list li a{
}
.inner_content_header{background-color:#00AF3F; color:#fff;}
#inner_content a {color:#00AF3F;font-weight:bold}
#inner_content h1{
	color:#00AF3F;
}

.adbox{background-color:#00AF3F}

.shadowbox-inner{background-color: #00AF3F;color:#fff;}

.blocks,
.blocks a,
.blocks h2{
	color:#00AF3F;
}
.joinbtn{
	background:url(/assets/gfx/btn/join_2010.gif);
}

/*
	Congress Table
*/
#congress_track{
	
}
#congress_track td{
	padding:0.35em; /* reduced to allow table to fit */
	background:#C8EACC;
	font-size:80%; /* reduced to allow table to fit */
}
#congress_track tr.grey td{
	background:url(/assets/gfx/grey_stripes.png);
}
#congress_track tr td:first-child, 
#congress_track tr.grey td:first-child{
	background:#0057A4;
	color:#fff;
	font-weight:bold;
}
#congress_track tr.green td, 
#congress_track tr:first-child td{
	background:#00AF3F;
	color:#fff;
	font-weight:bold;
}
#congress_track tr td{
	background-color: expression(this.previousSibling==null?'#0057A4':'#C8EACC');
	color: expression(this.previousSibling==null?'#fff':'#000');
	font-weight: expression(this.previousSibling==null?'bold':'normal');
}
#congress_track tr.grey td{
	background: expression(this.previousSibling==null?'#0057A4':'#ddd');
}
#congress_track tr{
	
}
#bios{
	background:url("/assets/gfx/attached_bottom.gif") no-repeat center bottom;
	float:left;
	margin-top:1em;
	padding-bottom:8px;
	width:550px;
}
#bios div.top {
	background:url("/assets/gfx/attached_top.gif") no-repeat;
	padding-top:4px;
}
#bios .tools {
	background:url("/assets/gfx/attached_mid.gif");
	width:544px;
	padding:0 3px;
	float:left;
}
#bios .item{
	padding:5px 10px;
	border-bottom:1px solid #ddd;
	float:left;
	width:523px;
}
#bios .item:last-child{ border:none}
#bios .img{
	width:100px;
	float:left;
}
#bios .info{
	width:410px;
	float:right;
}
.bio-item{
	padding:0 10px;
}
.bio-item .img{ text-align:center;}
.bio-item .img img{max-width:400px;}
.bio-item .info{
	background:#eee;
	padding:10px;
}
.bio-item .info h3{ color:#00AF3F}
.bio-item .info h3 span.desc{ color:#333;}
.bio-item .info h4{
	font-size:120%;
	font-weight:bold;
}
.bio-item .info a.doc{
	padding:5px 0 5px 40px;
	display:block;
	min-height:30px;
	background:url(/assets/gfx/icons/pdf_large.gif) no-repeat left center;
}
.bio-item .label{
	display:block;
	width:90px;
	float:left;
}
#exhibitor-detail {
	border-collapse:collapse;
}
#exhibitor-detail td{
	border:1px solid #aaa;
	padding:5px;
}
#exhibitor-detail .t{
	width:100px;
	font-weight:bold;
	vertical-align:text-top;
	background:#ddd;
}

