body {
	color: black;
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: url(../images/center_backgrund.png) repeat-x;
}

.clear {
	clear: both;
}

.wide p {
	margin: 0;
	padding: 5px;
	position: relative;
}

.top {
	
}

.bottom {
	position: relative;
}

.wrapper {
	margin: 0 auto;
	width: 1024px;
	text-align: left;
	/* background: url(images/pr-background.jpg) repeat-y; */
}

* html .wrapper { /*** IE5.x/win box model fix ***/
	width: 1026px;
	wid\th: 1024px;
}

.outer {
	position: relative; /*** IE needs this or the
			contents won't show outside the parent container. ***/
	margin-left: 200px; /*** Critical left col dimension value
			***/
	width: 624px; /*** Critical left and right col/divider
			dimension value (moves inversly) ***/
	/*background: #fff url(images/brownswirl.gif);*/
	/*** Sets background of center
			col***/
}

* html .outer { /*** IE5.x/win box model fix ***/
	width: 626px; /*** Critical left and right col/divider dimension
			value (moves inversly) ***/
	wid\th: 624px; /*** Critical
			left and right col/divider dimension value (moves inversly)
			***/
}

.float-wrap {
	float: left;
	width: 624px; /*** Critical left
			and right col/divider dimension value (moves inversly) ***/
	margin-right: -1px; /*** Static fix ***/
}

.center {
	float: right;
	width: 624px; /*** Critical left and
			right col/divider dimension value (moves inversly) ***/
	margin-bottom: -1px; /*** Fixes a variance in IE/win for the
			green AP bottom boxes ***/ /* \*/
	margin-left: -1px; /*
			Hidden from IE-mac */
}

.left {
	position: relative; /*** IE needs this or the
			contents won't show outside the parent container. ***/
	width: 202px; /*** Critical left col/divider dimension value
			***/
	margin-left: -201px; /*** Critical left col/divider
			dimension value ***/
}

* html .left {
	float: left;
}

*>html .left {
	width: 201px;
}  /*** Fix only for IE/Mac ***/
.right {
	float: left;
	position: relative; /*** IE needs this
			or the contents won't show outside the parent container.
			***/
	width: 202px; /*** Critical right col/divider dimension
			value ***/
	margin-right: -200px; /*** Critical right
			col/divider dimension value ***/
	margin-left: -1px; /***
			Static fix ***/
}

/* \*/
* html .right {
	margin-left: 0px;
	margin-right: -500px; /*non fatto*/
	mar\gin-right: -202px; /*era 152 */
}  /* */ /*** These commented-out rules below are there to explain
			the "Critical" info for the rules above, because comments
			must not appear within the Mac-hack. The "rules" below are
			not active, they are just for teaching purposes. ***/
	/* * html .right { margin-left: 0px; *** Critical right
			divider dimension value *** margin-right: -500px; ***
			IE5.x/win fix, must be above a critical number, but very
			high values appear okay *** mar\gin-right: -152px; ***
			Critical right col/divider dimension value *** } */
.container-right { /* \*/
	width: 170px; /* Hidden from IE-Mac
			*/ /*** Critical right col dimension value ***/
	margin-left: 3px; /*** Critical right divider dimension value ***/
	padding-bottom: 110px; /*** To keep content from going
			underneath the AP bottom boxes ***/
}

/* \*/
* html .container-right {
	fl\oat: right;
	margin-left: 2px;
	mar\gin-left: 0px;
}  /*** Static fixes ***/
	/*** Below is the Holly hack, and if IE/Win shows bugs it's
			a good idea to apply this hack to different elements and see
			if that fixes the problem. Sometimes it may be necessary to
			use "position: relative;" on certain elements, but it's hard
			to tell in advance which elements will need such fixes. Here
			it prevents IE5/Win from clipping the left ends of the
			headings. ***/ /* \*/
* html h2 {
	height: 1%;
}  /* */ /*** This is a fix for IE5/Win at the largest text size
			setting. ***/ /* \*/
* html .left {
	margin-right: -3px;
}

.titleBackground {
	display: inline;
	margin-left: 60px;
	height: 150px;
}

.header {
	margin: auto;
	height: 150px;
}

.logoBackground {
	display: inline;
	margin-right: -3px;
}

/* Menu item style*/
.sectionLink {
	font-size: 12pt;
	padding: 2px 5px 5px 5px;
	text-indent: 4pt;
	margin-top: 5px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	background-color: rgb(41,62,96);
}

.navcontainer {
	margin-left: 0px;
	color: rgb(41,62,96);
	font-size: .8em;
	padding: 3px 3px;
}

.navcontainer ul {
	margin: 0px;
	margin-left: 5px;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}

.navcontainer li {
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}

.navcontainer a {
	display: block;
	color: rgb(41,62,96);
	background: none;
	text-decoration: none;
	font-weight: bold;
}

.navcontainer a:hover {
	text-decoration: underline;
}

.activeItem {
	color: rgb(255, 255, 255);
	background-color: rgb(19,108,255);
}

.navcontainer ul ul li {
	margin-left: 5px;
	position: relative;
	font-weight: normal;
}

.navcontainer ul ul ul li {
	margin-left: 5px;
	width: 150px;
	position: relative;
	font-weight: normal;
	font-size: 10pt;
}

.navcontainer ul ul {
	margin-left: 5px;
	width: 160px;
	position: relative;
	font-weight: normal;
}

.navcontainer ul ul a {
	font-weight: normal;
}

/* end Menu item style*/
.mainTitle {
	font-size: 30px;
	font-weight: bold;
	color: rgb(41,62,96);
	text-align: center;
	margin-top: 20px;
}

.mainTitle2 {
	font-size: 25px;
	font-weight: bold;
	color: rgb(41,62,96);
	text-align: center;
	margin-top: 20px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: rgb(153, 153, 153);
	text-align: center;
	font-size: 9px;
	margin-top: 20px;
	border-top: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-color: rgb(41,62,96);
	border-style: solid;
}

.newsTitle {
	font-size: 12pt;
	padding: 2px 5px 5px 5px;
	text-indent: 4pt;
	text-align: center;
	margin-top: 5px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	background-color: rgb(41,62,96);
}

.newsContent {
	margin-top: 1px;
	margin-left: 3px;
}

.newsBody {
	font-style: normal;
	font-size: 12px;
	margin-left: 10px;
}

.newsBody ul li {
	text-decoration: none;
	list-style-type: none;
	font-style: normal;
	font-size: 12px;
	margin-left: -48px;
}

.newsDate {
	font-style: italic;
	text-align: right;
	margin-top: 10px;
	padding-right: 2px;
	color: white;
	background-color: rgb(19,108,255);
}

.newsText {
	font-family: verdana, arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.officialPosition {
	float: left;
	background-color:rgb(41,62,96);
	color: white;
	text-align: left;
	font-weight: bold;
	width: 170px;
	text-indent: 5px;
}

.officialRight {
	color: black;
	background-color:rgb(19,108,255);
	text-align: right;
	float: right;
	width: 400px;
}

.officialBodyLeft {
	float: left;
	color: black;
	text-align: left;
	font-weight: bold;
	width: 270px;
}

.officialPhoto {
	float: right;
	width: 110px;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
	mar\gin-top: 23px;
}

.officialInfo {
	position: relative;
	text-align: left;
	width: 400px;
}

.officialInfoTitle {
	font-weight: bold;
	padding-top: 5px;
	padding-left: 2px;
}

.officialInfoContent {
	width: 260px;
	font-size: 0.9em;
	display: block;
	color: white;
	font-weight: normal;
	margin-left: 10px;
	padding-left: 2px;
	margin-bottom: 5px;
	border-top: 0px;
	border-left: 1px;
	border-right: 0px;
	border-bottom: 1px;
	border-color: white;
	border-style: solid;
}

.officialInfoContent a {
	color: white;
	text-decoration: none;
}

.officialInfoContent a:hover {
	color: black;
	text-decoration: underline;
}

.officialName {
	color: white;
	font-weight: bold;
	background-color: rgb(41,62,96);
	text-align: left;
}

.singleOfficial {
	clear: both;
	width: 580px;
	margin-left: 20px;
	padding-top: 20px;
}

.title {
	margin-right: 20px;
}

.logo {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 25px;
}

img {
	border: 0px;
}

.programCommittee {
	margin-left: 45px;
	width: 501px;
}

.committeeName {
	font-size: 15px;
	float: left;
	background-color: rgb(19,108,255);
	width: 200px;
	margin-bottom: 1px;
	text-indent: 5px;
	color: white;
	text-align: center;
}

.committeeAffiliation {
	font-size: 15px;
	float: right;
	background-color: rgb(19,108,255);
	width: 300px;
	margin-bottom: 1px;
	text-indent: 5px;
	color: white;
	text-align: center;
}

.committeeNameHeader {
	float: left;
	background-color: rgb(41,62,96);
	color: white;
	text-align: center;
	font-weight: bold;
	width: 200px;
}

.committeeAffiliationHeader {
	float: right;
	background-color: rgb(41,62,96);
	color: white;
	text-align: center;
	font-weight: bold;
	width: 300px;
}

#misc {
	border-top: 0px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-color: rgb(41,62,96);
	border-style: solid;
}

.sponsors
{
	 text-align: center;
}

.singleSponsor {
	border-style:solid;
	border-color: rgb(41,62,96);
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
}


.singleKeynote {
	display: block;
	margin-left: 2px;
	font-size: 14px;
	clear: both;
	/*
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;	
	border-bottom: 1px;
	border-color: rgb(0,83,49);	
	border-style: solid;					*/
}

.keynoteName {
	color: rgb(113, 173, 24);
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.keynoteDate {
	color: rgb(113, 173, 24);
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.keynoteTitle {
	font-variant: small-caps;
	font-size: 20px;
	color: rgb(41,62,96);
	font-weight: bold;
	margin-left: 20px;
}

.keynoteAbstract {
	margin-top: 10px;
	margin-left: 20px;
	display: block;
	text-align: justify;
	margin-right: 20px;
}

.keynoteBiography {
	margin-top: -15px;
	float: right;
	padding-left: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	width: 460px;
	text-align: justify;
}

.keynotePhoto {
	padding-left: 20px;
	margin-top: -10px;
	width: 90px;
	float: left;
}

.lineSeparator {
	display: block;
	clear: both;
	height: 10px;
	padding-bottom: 10px;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px;
	border-bottom: 1px;
	border-color: rgb(41,62,96);
	border-style: solid;
}

.separator {
	display: block;
	clear: both;
	height: 20px;
	padding-bottom: 10px;
}

.textAlignLeft {
	clear: both;
	text-align: left;
	font-size: 18px;
	font-variant: small-caps;
	text-transform: lowercase;
	color: rgb(41,62,96);
}

.textAlignCenter {
	
	text-align: center;
	font-size: 18px;
	font-variant: small-caps;
	text-transform: lowercase;
	color: rgb(41,62,96);
}

.normalText {
	text-align: justify;
	padding: 1px;
}

.normalText p {
	position: relative;
	margin-top: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;

}

li {
	position: relative;
	margin-top: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

.topics {
	
}

.leftTopics {
	width: 296px;
	position: relative;
	float: left;
}

.rightTopics {
	width: 296px;
	position: relative;
	float: right;
}

.header2 {
	margin-bottom: 10px;
	margin-top: 50px;
	height: 70px;
}

.homeImage {
	padding-left: 1px;
	padding-top: 1px;
	padding-right: 1px;
	width: 414px;
	height: 282px;
	border: 1px;
	border-style: solid;
	margin-left: 115px;
	margin-bottom: 30px;
}

.slogan {
	clear: both;
	margin-top: 10px;
	font-size: 30px;
	text-align: center;
	color: rgb(113, 173, 24);
	border: 2px;
	border-style: outset;
	width: 350px;
	margin-left: 150px;
	margin-bottom: 20px;
}

.table1 {
	text-align: left;
	border: 1px;
	width: 600px;
}

.w3cValidator {
	display: block;
	margin-top: 5px;
}

.alignCenter {
	text-align: center;
}

.leftAlignement2 {
	clear: both;
	color: rgb(113, 173, 24);
	padding-top: 5px;
}

.underlineText {
	text-decoration: underline;
}

.tableInfo {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
.tableInfo th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;

}
.tableInfo td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;

}

.authorKitTable {
	margin-left: 50px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-color: white white white white;
	border-collapse: separate;
	background-color: white;
}

.authorKitElem {
	background-color: rgb(41,62,96);
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: white;
	text-align: left;
}

.authorKitType {
	background-color: rgb(19,108,255);
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: center;
}

.authorKitType a{
	color: white;
}

.registrationFeesHeader{
	background-color: rgb(41,62,96);
	margin-bottom: 2px;	
	padding-bottom: 2px;
	padding-top: 8px;
	color: white;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

.registrationFeesValue{
	background-color: rgb(113, 173, 24);
	margin-bottom: 0px;	
	padding-bottom: 0px;
	padding-top: 10px;	
	color: white;
	text-align: center;
	font-weight: bold;
}

.programHeader{
	background-color: rgb(41,62,96);
	padding-bottom: 6px;
	padding-top: 6px;
	color: white;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

.programValue1{	
	color: white;
	text-align: center;
	height: 25px;
	font-weight: bold;
}

.programValue1 a
{
	text-decoration: none;
	font-weight: bold;
	color: rgb(0,83,49);
}

.programValue1 a:hover {
	text-decoration: underline;
}
.programValueDate{	
	color: white;
	text-align: center;
	font-weight: bold;
	height: 25px;	
}

.programValueDetailed{	
	color: white;
	text-align: center;
	height: 25px;
	vertical-align: top;
}

.programValueDate{	
	color: white;
	text-align: center;
	font-weight: bold;
	height: 25px;	
}


.programRowOdd
{
	background-color: rgb(193, 213, 94);
}

.programRowEven
{
	background-color: rgb(113, 173, 24);
}

.singleTutorial {
	display: block;
	margin-left: 2px;
	font-size: 14px;
	clear: both;
	/*
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;	
	border-bottom: 1px;
	border-color: rgb(0,83,49);	
	border-style: solid;					*/
}

.tutorialName {
	color: rgb(41,62,96);
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.tutorialDate {
	color: rgb(113, 173, 24);
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.tutorialTitle {
	color: rgb(113, 173, 24);
	font-variant: small-caps;	
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
	text-align: center;
	clear: both;
}

.tutorialTitleLeft {
	color: rgb(113, 173, 24);
	font-variant: small-caps;	
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;

	text-align: left;
}

.tutorialAbstract {
	margin-top: -15px;
	margin-left: 20px;
	text-align: justify;
	margin-right: 20px;
	/*float: left;*/
	clear: both;
}

.tutorialBiography {
	/*margin-top: -15px;*/
	float: right;
	padding-left: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	width: 470px;
	text-align: justify;
}

.tutorialBiographyNoPhoto{
	/*margin-top: -15px;*/
	padding-left: 60px;
/*	padding-left: 2px;
	padding-right: 20px;
	padding-bottom: 2px;*/
	width: 470px;
	text-align: justify;
}
.tutorialPhoto {
	padding-left: 20px;
	margin-top: 10px;
/*	width: 110px;*/
	height: 150px;
	float: left;
}


#sponsorContainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#sponsorList
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 80%;
font-size: 0.8em;
}

ul#sponsorList li
{
display: block;
float: left;
width: 33%;
text-align: center;
margin: 0;
padding: 0;
}

.dataliedEvent
{
	text-align: center;
	border-color: black;
	border-style:solid;
	border-width: 1px;		
}


.eventTitle
{
	
	font-variant: small-caps;
	border-color: white;
	border-style:solid;
	border-width: 2px;
	color: rgb(41,62,96);	
	font-weight: bold;
	margin-bottom: 0px;	
	text-align: center;
	
}

.eventBody
{
	color: white;	
	text-align: left;	
	border-color: white;
	border-style:solid;
	border-width: 2px;
	border-bottom-width: 0px;
}

.eventBodyOdd
{
	background-color: rgb(113, 173, 24);	
	border-width: 0px;
	border-style:solid;
	border-color: white;
	border-bottom-width: 2px;
	color: black;
}

.eventBodyEven
{
	background-color:   rgb(193, 213, 94);
	border-color: white;
	border-style:solid;
	border-width: 0px;
	border-bottom-width: 2px;
	color: black;
}

.paperTitle
{
	margin-left: 5px;
	margin-right: 3px;
	text-align: justify;
	padding-top: 5px;

}
	
.paperAuthor
{
	font-style: italic;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}



.whiteDiv
{
	background-color: white;
	height: 3px;
}

.eventChair
{
	background-color: rgb(10, 23, 85);
	color: white;
	border-color: white;
	border-style:solid;
	border-width: 0px;
	border-left-width:2px; 
	border-right-width:2px; 
	margin-top: 2px;
	border-top: 2px;
}