@charset "utf-8";
/* CSS Document */


#container
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 760px;
	width: 920px;
	background-image: url(../images/background/contianer_bg.png);
	z-index:10
}
.background {
	margin: 0;
	padding: 0;
	background-image:url(../images/background/bg.png);
	background-position:top center;
	background-color:#000000;
	background-repeat:no-repeat;
	z-index:1;
}
#header {
	position:relative;
	top:0px;
	height:155px;
	width:900px;
	margin-right:auto;
	margin-left:auto;
	z-index:12
}
#nav_container {
	position:absolute;
	top:160px;
	z-index:13;
	height:auto;
	width:165px;
	left:10px;
	list-style:none;
	background-color: #ffffff;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.nav_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.nav_text a {
	color:#000000;
	text-decoration:none;
}
#flash_pictures {
	z-index:1;
	width:450px;
	height:780px;
	top:0px;
	position: absolute;
	left: -440px;
}
div.feature{
	float:left;
	padding:5px;
	width:230px;
	height:220px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

/**********SPONSORS******************/
span.sponsorSet{
	/* don't change the order of the next two lines */
	display:table-cell; /* for Firefox */
	display:inline-block; /* for Opera and IE */
}
span.sponsorSet{
	width:275px;
	/*border:1px solid #99ccff;*/
	margin:0 2px 5px 2px;
}
.Title{
	FONT:Verdana, Arial, Helvetica;
	font-size:12px;
	font-weight: bold;
	padding-top: 1px;
	/*color:#CC0033*/
	color:#FFFFFF   
	}
a.Title{
	FONT:Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	padding-top: 1px;
	/*color:#CC0033*/ 
	color:#FFFFFF 
	}
.SponsorTitle{
	FONT:Verdana, Arial, Helvetica;
	font-size:10px;
	font-weight: bold;
	/*color:#CC0033*/
	color:#333333;
	}
.SponsorType{
	FONT:Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	padding-top: 1px;
	color:#FFFFFF;
	background-color:#666666;
	padding:4px;
	}
.spondesc{
	FONT:Verdana, Arial, Helvetica;
	font-size: 10px;
	}

/******AGENDA***************/
tr.printborder td{
	border:1px solid #000000;
}

td{
	font-size:12px;
}
.SpeakerTitle{
	FONT:Verdana, Arial, Helvetica;
	font-size:12px;
	font-weight: bold;
	padding-top: 1px;
	/*color:#CC0033*/
	color:#000000;   
	}
/***************************************************************/
span.agendaSpeakerSet{
	width:200px;
	/*border:1px solid #cccccc;*/
	margin:5px;
	float:left;
		
}
span.agendaSpeakerSet img{
	float: left;
	margin:0px 5px 0px 0px;
}
span.agendaSpeakerSet a {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

/***************************************************************/
div.speakerTypeName{
	/*border:1px solid #000000;*/
	/*background-color:#CCCCCC;*/
	margin-bottom:4px;
	clear:left;
	/*page-break-before:always;*/
}
/***************************************************************/
div.blank{
	margin-bottom:4px;
	clear:left;
}



/***************************************************************/
.strokeTop{
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#CCCCCC;}
.strokeLeft{
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#CCCCCC;}
.strokeRight{
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#CCCCCC;}
.strokeLeftRight{
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#CCCCCC;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#CCCCCC;}
.strokeBotLeft{
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#CCCCCC;}
.strokeBotRight{
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#CCCCCC;}
.strokeBotLeftRight{
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#CCCCCC;;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#CCCCCC;
	}
.strokeAll{
	border: 1px solid #CCCCCC;}
