/**** general****/

* {
margin: 0;
}


html, body {

font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #192839;
margin: 0px;
padding: 0px;

}


h1 {
color: #772182; /*#cc2200 or #990000*/
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 105%;
padding-top: 7px;
padding-bottom: 10px;
font-weight: normal;
padding-left: 25px;
padding-right: 25px;
}



h3 {
color: #333333;
font-family: Verdana, Geneva, sans-serif;
font-size: 0.8em;
padding-top: 15px;
padding-left: 25px;
font-weight: bold;
margin-bottom: 15px;
}




h4 {
	color: #133273;
	padding-bottom: 5px;
	margin-left: 25px;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 1px solid #8F8F8F;
	margin-bottom: 7px;
	margin-top: 10px;
	margin-right: 25px;
}


h4.sponsors {
	color: #133273;
	padding-bottom: 5px;
	margin-left: 25px;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 25px;
	padding-top: 10px;
}


#content .top {
	color: #006861;
	text-align: right;
	font-size: 11px;
	margin-right: 25px;
}

#content .top a {
	color: #006861;
}


p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:0.75em;
line-height:1.6em;
padding-left: 25px;
margin: 0px 15px 15px 0px;
}


#content a {
	text-decoration: underline;
	color: #036;
}

a:hover {
	text-decoration: underline;
	color: #606;
}


.left {
	float: left;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
	
.right {
	float: right;
	text-align: right;
	padding-bottom: 7px;
	padding-right: 5px;
}
	
	

/** layout **/

#mainContainer {
width: 800px;
margin: 0 auto;
text-align: left;
height: auto !important;
}


#header {
margin-top: 20px;
height: 165px;
background-color: #ffffff;
width: 800px;
}

#logo {
float: left;
background-color: inherit;
padding-left: 10px;
padding-top: 5px;
}


#newsletter {
float: right;
background-color: inherit;
padding-right: 10px;
padding-top: 5px;
}

.newsletterFont {
	font-size: 1.3em;
	font-family: Tahoma, Geneva, sans-serif;
}


#content {
width:800px;
margin-top: 40px;
background-color: #ffffff;
padding-top: 10px;
}

#content:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#content {
display: inline-block;
}

/* Hides from IE-mac \*/
* html #content {height: 1%;}
#content { display: block }
/* End hide from IE-mac */


#content ul {
padding-bottom: 10px;
padding-top: 2px;
margin-bottom: 7px;
}

#content li {
	font-size: 0.75em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#content ol {
	padding-bottom: 10px;
padding-top: 2px;
margin-bottom: 7px;
}

#content ol li {
	font-size: 0.75em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/**** MENU****/

#menu {
clear: both;
display: inline;
padding: 5px 0px 0px 0px; 
margin-top: 0px; 
float:left;
height: 34px;
margin-bottom: 0px;
width: 850px;
}

#menu ul {
list-style-type: none;
font-size:0.82em;
padding-left: 2px;
background-color: #192839;
width: 850px;
}


#menu ul li {
font-family: Tahoma, Geneva, sans-serif;
float:left;
background-color: #192839;
margin-top: 0px;
}

.green {background:url(../images/green-s.gif) no-repeat 0 50%; padding-left: 16px;padding-right: 16px}

.purple {background:url(../images/purple-s.gif) no-repeat 0 50%; padding-left:16px;padding-right: 16px}

.turquoise {background:url(../images/turquoise-s.gif) no-repeat 0 50%; padding-left:16px;padding-right: 16px}

.wedgewood {background:url(../images/wedgewood-s.gif) no-repeat 0 50%; padding-left:16px;padding-right: 16px}

.emerald {background:url(../images/emerald-s.gif) no-repeat 0 50%; padding-left:16px;padding-right: 16px}

.grey {background:url(../images/grey-s.gif) no-repeat 0 50%; padding-left:16px;padding-right: 16px}

.dgreen {background:url(../images/dgreen-s.gif) no-repeat 0 50%; padding-left:16px;padding-right: 16px}



#menu ul li a {
float:left;
color:#ffffff;
margin-top: 0px;
padding: 7px 2px 7px 2px; 
margin-right: 0px;
text-decoration: none;
}

#menu a:hover {
color: #ffffff;
background-color: #013c76; /*#506787 or #7F96AD*/

}

#menu a:active {
	background-color: #013c76;
}


.currentPage {
	background-color: #013c76;

}

/***menu on the right hand side***/

#other {
	float: right;
	padding-right: 10px;
	margin-top: 50px;
	font-size: 0.82em;

}

#other a {
	text-decoration: none;
	color: #7B2181;
}

#other a:hover {
	text-decoration: underline;
	color: #333;
}

#otherMenu  {
	float: left;
	padding-left: 101px;
	list-style-type: none;

	margin:0px;
	line-height: 2em;

}

#otherMenu ul li {
	float:left;
	margin:0;
	list-style-type: none;

	}
	
#otherMenu ul li a {
	display:block;
	color:#000000;
	border-width:0;
	outline:0;
	text-decoration: none;
	}

.contact {background:url(../images/contact2.gif) no-repeat 0 50%; padding-left:42px;padding-right:5px}

.home {background:url(../images/home2.gif) no-repeat 0 50%; padding-left:42px;padding-right:5px}

.newsletterPict {background:url(../images/home2.gif) no-repeat 20% 0%; padding-left:42px;padding-right:5px}


/**PDF**/

.pdf ul {
list-style: none;
margin-top:0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 27px;
padding: 0px;


}

.pdf li {
background: url(../images/pdf.jpg) no-repeat 0 0.2em;
line-height: 1.5em;
padding-left: 30px;
padding-bottom: 15px;
padding-top: 10px;


}


.pdfKb {
	color: #999;
	font-size: 0.9em;
}


/** images**/

.imageBox {
	width: 310px;
	border: 1px solid #ccc; /*d7d7cb*/
	padding: 15px; 
	background-color: #efefef; /*e7e7de*/
	margin-left: 25px;
	margin-bottom: 20px;
	text-decoration: none;
}

a.imageBox {
	text-decoration: none;
	
}

.imageBox img {
	text-decoration: none;
	border: none;
}




/*** plenary speakers page***/


	
.plenarySpeakersBio {
margin-bottom: 35px;
float: left;
background-color: #ffffff;
color: #000000;

}

.plenarySpeakersBio img {
padding: 1px;
float: left;
margin-right: 10px;
clear: left;
margin-left: 25px;

}

.plenarySpeakersBio h2 {
	margin-left: 28px;
	font-size: 0.75em;
	color: #131313;
}

.plenarySpeakersBio p {
padding-bottom: 0px;
margin-bottom: 0px;
}


.plenarySpeakersBio h2.anotherH2 {
	color: #741A7E;
	padding-bottom: 10px;
	padding-top: 10px;
}

.plenarySpeakersBio p.subTitle {
	color: #2F2C2C;
	padding-bottom: 0px;
	font-weight: bold;
	margin-bottom: 2px;
}


/** ALTE PAGE**/

img.mmPicture {

float: left;
margin-right: 25px;
clear: both;
 padding: 4px;
    border: 1px solid #ccc;
    background: #efefef;
}

h4.mmPictureMargin {
	clear: both;
	padding-top: 7px;
}

/*registration page*/


#content p.announcement {
	font-size: 1.1em;
	color: #0A517E;
	text-align: center;
}

#content a.announcement {

	color: ##0A517E;
}

#content .announcement a:hover {
	color: #333333;
}



/**** TOOLKIT***/

/* jQuery lightBox plugin - Gallery style @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)*/
	.gallery {
		background-color: #ffffff;
		padding-left: 0px;
		width: 670px;
	}
	.gallery ul { 
	list-style: none;
	margin-left: 0px;
	padding-left: 2px;
	}
	
	.gallery ul li { display: inline; }
	
	.gallery ul img {
		border: 5px solid #192939;
		border-width: 5px 5px 20px;

	}
	.gallery ul a:hover img {
		border: 5px solid #600;
		border-width: 5px 5px 20px;
		color: #fff;
		text-decoration: none;

	}
	
	.gallery ul a:hover { color: #600; }
	
	.gallery ul a {
		text-decoration: none;

	}
	

	


/****footer from http://ryanfait.com/resources/footer-stick-to-bottom-of-page

 .footer, .push {
height: 4em;

 }

.footer p {
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #999999;
border-top: 1px solid #e4e0e0;
background-color:#f0efea;
}

end 
#footer {
clear:both;
width:100%;
font-size:0.75em;
color:#999;
background-color:#f0efea;
border-top: 1px solid #e4e0e0;
overflow:auto;


}


#footerTxt {
width:777px;
margin:0 auto;
padding:0;
}
*/


.plenaryWrapper {
	width: 770px;
	margin-left: 15px;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.plenaryWrapper:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.plenaryWrapper {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .plenaryWrapper {height: 1%;}
.plenaryWrapper { display: block }
/* End hide from IE-mac */

	
.plenaryTitles {
	width: 700px;
	float: left;
}

.plenaryTitles h2 {
	margin-left: 10px;
	font-size: 0.8em;
	color: #131313;
	font-family: Verdana, Geneva, sans-serif;
}


.plenaryTitles h2.anotherH2 {
	color: #741A7E;
	padding-bottom: 10px;
	padding-top: 7px;
}

.plenaryLeft  {
float: left;
width: 160px;
text-align: left;
padding-bottom: 1em;
}

.plenaryLeft img {
float: left;
}

.plenaryRight {
float: left;
width: 610px;
}

.plenaryRight h2  {
	color: #2F2C2C;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 0.757em;
	font-family: Verdana, Geneva, sans-serif;
}

.plenaryRight h4 {
		color: #133273;
	padding-bottom: 5px;
	margin-left: 1px;
	font-size: 0.75em;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 1px solid #8F8F8F;
	margin-bottom: 7px;
	margin-top: 10px;
	margin-right: 25px;
}

span.space {
	margin-top: 15px;
	padding-top: 15px;
}

.plenaryRight p {
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 4px;
}

/*** ACCORDIONS***/

/*DEVELOPED BY: Ryan Stemkoski from Zipline Interactive */


.accordionButton {	
	width: 610px;
	_float: none;  /* Float works in all browsers but IE6 */
	background-color: #ffffff;
	cursor: pointer;
	float: left;
	font-size: 0.72em;
	background: url(../images/plenaryBtnPlus.jpg) no-repeat;
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 17px;
	padding-left: 5px;
	}
	
	.active {
		background: url(../images/plenaryBtnMinus.jpg) no-repeat;
	}
	
	.accordionButton p {
		font-size: 1em;
		background-color: #999;
	}
	
.accordionContent {	
	width: 610px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	}
	
.accordionContent p {
	padding: 0px 10px 0px 2px;  /*0px 10px 0px 2px*/
}



/*** ACCORDION INTERVIEWS****/

.accordionInterviewButton {	
	width: 610px;
	_float: none;  /* Float works in all browsers but IE6 */
	background-color: #ffffff;
	cursor: pointer;
	float: left;
	font-size: 0.72em;
	background: url(../images/plenaryBtnPlus.jpg) no-repeat;
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 17px;
	padding-left: 5px;
	margin-left: 25px;
	}
	
	.active {
		background: url(../images/plenaryBtnMinus.jpg) no-repeat;
	}
	
	.accordionInterviewButton p {
		font-size: 1em;
		background-color: #999;
	}
	
.accordionInterviewContent {	
	width: 610px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	}
	
.accordionInterviewContent p {
	padding: 0px 0px 0px 2px;  
	margin-left: 25px;
}




/*** OVERFLOW***/

.peoplePic {  /*soh tanaka*/
	float: left;
    margin: 5px 0px 20px 20px;
	 padding: 4px;
    border: 1px solid #ccc;
    background: #efefef;

}


.peoplePic2 {  /*soh tanaka*/
	float: left;
    margin: 5px 0px 20px 12px;
	 padding: 4px;
}

.peopleDescription {  /*soh tanaka*/
	overflow: hidden;
	margin-bottom: 22px;
}

.peopleDescription h2 {
	color: #545353; /*#cc6600 */
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 80%;
padding-top: 7px;
padding-bottom: 10px;
font-weight: bold;
padding-left: 25px;
padding-right: 25px;
}

/*** TOOLKIT based on soh tanaka's gallery ****/

   .toolkit {
	width: 870px;
	clear: both;
	margin: 0 auto;
}

.toolkit h3 {
	color: #555555;
}

	.toolkit ul {
	list-style: none;
	padding: 0;
	}

	.toolkit ul li {
	float: left;
	margin: 10px; padding: 0;
	border: 1px solid #dddddd;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix--*/

	}

	.toolkit ul li a.thumb {
	width: 170px;
	height: 152px;
	padding: 5px;
	border-bottom: 1px solid #dddddd;
	cursor: pointer;
}

	.toolkit ul li img {
	border: none;
	}

	.toolkit ul li h2 {
	font-size: 0.95em;
	font-weight: normal;
	margin: 0; padding: 10px;
	background: #f0f0f0;
	}
	
	.toolkit ul li a {text-decoration: none; color: #777; display: block;}

/**toolkit accordion **/

/*** ACCORDION INTERVIEWS****/

.accordionToolkitWrapper {
	width: 590px;
	overflow: hidden;
	margin-left: 35px;
}

.accordionToolkitButton {	
	width: 590px;
	height: 25px;
	_float: none;  /* Float works in all browsers but IE6 */
	background-color: #ffffff;
	cursor: pointer;
	float: left;
	font-size: 0.72em;
	background: url(../toolkit/img/directory.png) no-repeat 0 20%; /*A Beautiful Site, LLC.*/
	margin-top: 0px;
	padding-top: 4px;
	}
	
	
	.accordionToolkitButton p {
	 font-size: 0.95em;
	 color: #555555;
	}
	
	.activeToolkit {
		background: url(../toolkit/img/folder_open.png) no-repeat 0 20%; /*A Beautiful Site, LLC.*/
	}
	

	
.accordionToolkitContent {	
	width: 590px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	margin-bottom: 7px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	}
	
.accordionToolkitContent p {
	padding: 0px 0px 0px 2px;  
	margin-left: 25px;
}

.accordionToolkitContent ul li {
	color: #555555;
	font-size: 0.75em;
	list-style-type: none;
	padding-left: 35px;
	padding-bottom: 5px;

}

.accordionToolkitContent li.toolkitAlte1 {
	background: url(../toolkit/img/picture.png) no-repeat 0 20%; /*A Beautiful Site, LLC.*/
	}


.accordionToolkitContent li.toolkitAlte2 {
	background: url(../toolkit/img/pdf.png) no-repeat 0 20%; /*A Beautiful Site, LLC.*/
	}
	
	.accordionToolkitContent li.toolkitAlte3 {
	background: url(../toolkit/img/ppt.png) no-repeat 0 20%; /*A Beautiful Site, LLC.*/
	}
	.accordionToolkitContent li.toolkitAlte4 {
	background: url(../toolkit/img/zip.png) no-repeat 0 29%; 
	}

.accordionToolkitContent ul li a {
	color: #555555;
	font-size: 0.95em;
	text-decoration: none;
}

.toolkitDescription {
	font-size: 0.95em;
	color: #555555;
	padding-left: 15px;
}

/* tooltip  */

#screenshot {  /*Alen Grakalic (http://cssglobe.com)*/
	position:absolute;
	border:1px solid #192839;
	background:#192839;
	padding:5px 5px 5px 5px;
	display:none;
	color:#fff;
	}

.right {
	float: right;
	text-align: right;
	margin-right: 10px;
}


