/* Global styles */

html,body {
	margin:0px;
	background-color:#DADADA;
	font:13px arial,helvetica,sans-serif;
}
p {
	margin-top:0;
	margin-bottom:1.3em;
	/* Make paragraphs consistent across browsers */
}
form {
	margin-top:0;
}


/* Main container of page */

#page {
	background-color:#ffffff;
	padding:8px;
	width:972px;
	margin-top:16px;
	margin-left:auto; /* Center in window */
	margin-right:auto; /* Center in window */
}


/* Banner styles */

#banner {
	margin-bottom:8px;	
}
#banner img {
	display:block;
}
#bannerdyntext {
	float:left;
}
#bannericons {
	height:39px;
	padding-top:11px;
	font-size:11px;
	font-weight:bold;
}
#bannericons a {
	text-decoration:none;
}
#bannericons img {
	display:inline;
	vertical-align:middle;
	margin-right:3px;
}
#bannercontacticon {
	margin-left:8px;
}
#bannerregistericon {
	margin-left:16px;
}


/* Generic module styles */

.module {
	border:1px solid #CCCCCC;
}
.modulehead {
	background:url(../_elems/headingbg.jpg); /* Heading background */
	border-bottom:1px solid #cccccc; /* Grey border at bottom of heading */
}
.modulehead h1, .modulehead h2, .modulehead h3 {
	height:25px;
	border:1px solid #ffffff; /* White border around heading background */
	font-weight:bold;
	line-height:25px; /* Center text vertically in 25px high line */
	margin-bottom:0px;
	margin-top:0px;
}
.modulehead h1 {
	font-size:13px;
	padding-left:16px;
}
.modulehead h2 {
	font-size:13px;
	padding-left:8px;
}
.modulehead h3 {
	font-size:11px;
	padding-left:8px;
}

.modulehead a {
	color:#000000;
	text-decoration:none;
}
.modulehead a:hover {
	text-decoration:underline;
}


/* Left column of page */

#leftcolumn {
	width:206px;
	float:left;
	height:10px;
	margin-right:8px;
}


/* Floating menu */
#floatmenu {
	width:206px;
	background-color:#ffffff;
}
#floatmenumodule {
	width:204px;
	background-color:#ffffff;
}
#floatmenuitems {
	margin-top:25px;
	/*border-bottom:1px solid #cccccc;
	margin-bottom:25px;*/
}
#floatmenuitems a {
	color:#000000;
	font-weight:bold;
	display:block;
	text-decoration:none;
	padding-left:8px;
	border-top:1px solid #cccccc;
	height:25px;
	line-height:25px;
}
#floatmenuitems a:hover {
	color:#ffffff;
	/* CSS rollover */
}
#floatmenuitems a img {
	vertical-align:middle;
}
/*#floatmenufooter {
	height:24px;
	border-top:1px solid #cccccc;
}*/
#calendarlink {
	margin-top:8px;
	display:block;
	text-decoration:none;
	height:50px;
	line-height:50px;
	border:1px solid #cccccc;
	padding-left:8px;
	font-weight:bold;
	color:#ffffff;
}
#calendarlink img {
	vertical-align:middle;
}
#calendarlink span {
	display:inline-block;
}


/* Center content section of page */

#contentmodule {
	width:554px;
	float:left;
	margin-right:8px;
	min-height:600px;
	_height:600px; /* Sets minimum height for IE6 */
}
#content {
	padding-left:16px;
	padding-right:16px;
	padding-top:22px;
	/* Causes the baseline of the first line of content to line up with the
	baseline of the first menu item, assuming paragraphs are defined
	consistently across browsers, see above */
}
.bold {
	font-weight:bold;
}


/* Right column of page */

#rightcolumn {
	width:194px;
	float:left;
}


/* Brochure download module */

#brochuremodule {
	margin-bottom:16px;
}
#brochuremodule img {
	display:block;
	margin:8px;
}


/* Produced By, Supported By and Premier modules */

.rightmodule {
	margin-bottom:10px;
}

.logodiv {
	height:62px;
	line-height:62px;
	overflow:hidden;
	text-align:center;
}
.logodiv img {
	vertical-align:middle;
	padding:0;
}
.logodiv span {
	display:inline-block;
}

div.scroller {
	height:62px;
	width:192px;
	/*height:100px;*/
	overflow:hidden;
}
div.scroller div.section {
	width:192px;
	height:62px;
	line-height:62px;
	float:left;
	text-align:center;
}
div.scroller div.content {
	width: 10000px;
}
.section img {
	vertical-align:middle;
}
.section span {
	display:inline-block;
}

.cleardiv {
	clear:both;
	float:none;
	height:0px;
	/* Needed for FF and other browsers to close out a floating section */
}


/* Page footer */

#footer {
	font-size:11px;
	color:#666666;
	border-top:1px solid #cccccc; /* Grey line separating footer from page */
	background-color:#ffffff;
	width:971px;
	padding-top:8px;
	padding-left:17px;
	padding-bottom:8px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
}
#footer a:link, #footer a:visited {
	color:#666666;
}


#popup, .popup {
	position:absolute;
	left:150px;
	top:150px;
	width:500px;
	height:170px;
	border:8px solid #000000;
	z-index:100;
	display:none;
	overflow:hidden;
	background-color:#ffffff;
}
.toplink {
	margin-bottom:16px;
}
.expandsection {
	width:520px;
}
.expandsection p {
	margin-bottom:0px;
}

#content h2 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:0px;
}
#content h2.contenthead {
	color:#000000;
	border-bottom:1px solid #cccccc;
}
#content h2.keynotehead {
	color:#000000;
}
#content h2.partnerhead {
	margin-top:0px;
	padding-bottom:8px;
	border-bottom:1px solid #cccccc;
	margin-bottom:8px;
	color:#000000;
}
#content h2.trackhead {
	border-bottom:1px solid #cccccc;	
	margin-bottom:22px;
	color:#000000;
}
#content h3 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:0px;
}
#content a {
	color:#000000;
}
#content a:hover {
	text-decoration:none;
}
#content li {
	margin-bottom:0.9em;
}
#content .emtable li {
	margin-bottom:0;
}
#videoembed {
	margin-bottom:1.5em;
}
.photocell {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:116px;
}
.photoborder {
	border:1px solid #cccccc;
	padding:5px;
	float:left;
}
#content .photoset a {
	text-decoration:none;
}
#content .photoset a:hover {
	text-decoration:underline;
}
.photowait {
	display:none;
	margin-left:auto;
	margin-right:auto;
	margin-top:-21px;
}
#photoset_photos {
	display:none;
}

.partnersection {
	margin-bottom:40px;
}
.partner {
	margin-bottom:1em;
}
.partner div {
	width:180px;
	height:117px;
	line-height:117px;
	border:1px solid #cccccc;
	clear:left;
	margin-right:8px;
	margin-bottom:8px;
	overflow:hidden;
	text-align:center;
}
.partner img {
	vertical-align:middle;
	padding:0;
}
.partner.last {
	margin-bottom:0px;
}

.partnerlogos, .partnerlogos1, .partnerlogos2, .partnerlogos3 {
	margin-left:auto;
	margin-right:auto;
}
.partnerlogos {
	width:512px;
	margin-bottom:8px;
}
.partnerlogos1 { width:122px; }
.partnerlogos2 { width:252px; }
.partnerlogos3 { width:382px; }
.partnerlogo {
	border:1px solid #cccccc;
	float:left;
	width:120px;
	height:78px;
	line-height:78px;
	overflow:hidden;
	text-align:center;
	margin-right:8px;
	margin-bottom:8px;
}
.partnerlogos .last {
	margin-right:0px;
	border:1px solid #cccccc;
}
.partnerlogo img {
	vertical-align:middle;
	padding:0;
}
.partnerlogo span {
	display:inline-block;
}

.keynotetable h2 {
	margin-top:0px;
}
.keynotephoto {
	border:1px solid #cccccc;
	padding:4px;
	margin-right:8px;
	margin-bottom:8px;
}
.keynoteexpandsection {
	width:410px;
}
.keynoteexpandsection p {
	margin-bottom:0;
}

.tracksection {
	margin-bottom:49px;
}

.homeicon {
	padding-bottom:12px;
	border-bottom:1px solid #DEDEDE;
	margin-bottom:10px;
}
.homeicon img {
	display:block;
	float:left;
	clear:left;
	margin-right:20px;
}
.homedesc {
	float:left;
	width:480px;
}
.homedesc p {
	margin-bottom:0;
}
.homeicon.last {
	border-bottom:0;
}




/* TEXT */

.texttracks{
	font-size: 11px;
	padding: 2px 2px 2px 2px;
}

.texttracksbold {
	font-size: 11px;
	font-weight: bold;
}


.texttracksboldheading {

	font-weight: bold;

}


.textheadingcap {

	font-weight: bold;
	text-transform: uppercase;
}

.textbold {

	font-weight: bold;

}

.textdelegate {

	font-weight: bold;
	text-transform: uppercase;
	color:#FFFFFF;

}



/* FORMS */

.field {

	background:#ededed;
	font-family: Tahoma,  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	width: 160px;
	height: 14px;
	border-color:#CCCCCC;
	border-width: 1px;
	border-left : 1px solid #CCCCCC;
	border-top : 1px solid #CCCCCC;
	border-right : 1px  solid #CCCCCC;
	border-bottom : 1px solid #CCCCCC;
	margin-right: 10px;
	background:url(../_elems/field_bg.jpg)
}

.fieldshort {
	background:#ededed;
	font-family: Tahoma,  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	width: 140px;
	height: 14px;
	border-color:#CCCCCC;
	border-width: 1px;
	border-left : 1px solid #CCCCCC;
	border-top : 1px solid #CCCCCC;
	border-right : 1px  solid #CCCCCC;
	border-bottom : 1px solid #CCCCCC;
	background:url(../_elems/field_bg.jpg)
}


div.formheading {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
background-color: #000000;
color:#000000;
height: 1px;
font-size: 6px;
}	
	
	
div.formfield {
padding-bottom:0px;
padding-top:0px;
background: url(../_elems/div_hor_field.gif) top left;
height: 6px;
font-size: 6px;

}


.fieldselect {
	background:#FFFFFF;
	width:170px;
font-size: 13px;
	border-color:#FFcccc;
	border-width:1px;
	border-left : 1px solid #FFcccc;
	border-top : 1px solid #FFcccc;
	border-right : 1px  solid #FFcccc;
	border-bottom : 1px solid #FFcccc;
 	padding-top: 0; padding-right:0; padding-bottom: 0; padding-left: 0;
}


.fieldlong {
	background:#ededed;
	width: 510px;
	height: 16px;
	border-color:#CCCCCC;
	border-width: 1px;
	border-left : 1px solid #CCCCCC;
	border-top : 1px solid #CCCCCC;
	border-right : 1px  solid #CCCCCC;
	border-bottom : 1px solid #CCCCCC;
	padding: 0;
	background:url(../_elems/field_bg.jpg)
}

.fieldmulti {
	background:#ededed;
	width: 510px;
	height: 60px;
	border-color:#CCCCCC;
	border-width: 1px;
	border-left : 1px solid #CCCCCC;
	border-top : 1px solid #CCCCCC;
	border-right : 1px  solid #CCCCCC;
	border-bottom : 1px solid #CCCCCC;
	padding: 0;
}