@charset "utf-8";
/* formatting stile 
------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	color: #333;
	background-color: #F0F0F0;
	background-repeat: repeat;
	font-size: 75%;
	line-height: 1.6;
	font-family: Arial,Helvetica,sans-serif;
/*
	font-family: Arial,Helvetica,sans-serif;
*/
	background-image: url(img/general/bg.gif);
}

hr {
	display: none;
}

/* link styles
------------------------------------*/
/* LoVe and HAte */

a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}



/* header styles
------------------------------------*/





#header {
	background-image: url(img/general/bg_top.jpg);
	background-repeat: no-repeat;
	height: 200px;
	border-top: 3px solid #FF6600;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 127px;
	top: 45px;
}
#header h1 {
	text-decoration: none;
	text-align: center;
	text-shadow: 3px 3px 5px #c5c5c5;
	padding-top: 25px;
	color: #404040;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;

}
#header h2 {
	text-align: center;
	text-shadow: 3px 3px 5px #c5c5c5;
	color: #404040;
	font-family: Arial,Helvetica,sans-serif;
}
#header h3 {
	text-align: center;
	text-shadow: 3px 3px 5px #c5c5c5;
	color: #404040;
	font-family: Arial,Helvetica,sans-serif;
}
/*
#header h1 {
	text-decoration: none;
	text-align: center;
	padding-top: 25px;
	color: #404040;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
}
#header h2 {
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
}
#header h3 {
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
}
/*
#header h2 {
	color: #404040;
	float: right;
	font-style: normal;
	padding-right: 15px;
	text-decoration: none;
}
*/

#header ul {
	background-color: #FFFFFF;
	width: 920px;
/*	width: 858px; */
	position: absolute;
	left: 0px;
	top: 166px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	background-color: #CCCccc;
	height: 2.5em;
	width: 113px;
/*	width: 105px; */
	border-top: 3px solid #FFFF66;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
}
#header ul li a:hover {
	background-color: #E8EcF5;
}

#home #header #nHome a,
#registration #header #nRegistration a,
#program #header #nProgram a,
#abstracts #header #nAbstracts a,
#festschrift #header #nFestschrift a,
#traveling #header #nTraveling a,
#sponsors #header #nSponsors a,
#contact #header #nContact a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #828ca7;
}


/* basic layout
------------------------------------*/


#wrapper {
	background-color: #FFFFFF;
	width: 920px;
/*	width: 858px; */
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
}
#main {
	padding: 15px;
	float: right;
	width: 673px;
	margin-bottom: 20px;
}
#main h2 {
	padding: 0px 0px 1px 15px;
	border-top: 3px solid #ff6600;
	border-bottom: #F0F0F0;
	border-right-color: #ff6600;
	border-left-color: #ff6600;
	color: #333;
	background-image: url(img/general/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	clear: both;
}
#main h4 {
	color: #ff6600;
}
#main p {
	margin-top: 5px;
	margin-bottom: 10px;
}
#main #fig {
	float: left;
	margin: 10px;
}

#main dl {
	margin-top: 2px;
	margin-bottom: 10px;
}


#main dl dt {
	font-weight: bold;
	color: #333;
	padding-top: 2px;
	text-decoration: none;
}
#main dl dd {
	color: #333;
	padding-left: 20px;
}
#main #res-dtl {
	background-image: url(img/general/arrow_hover.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	float: right;
	background-position: 2px;
	margin-bottom: 20px;
	margin-top: -3px;
}
.res-dtl {
	background-image: url(img/general/arrow_hover.gif);
	background-position: 2px;
	background-repeat: no-repeat;
	float: right;
	margin-bottom: 20px;
	margin-top: -3px;
	padding-left: 17px;
	clear: right;
}
#sidebar {
	padding: 15px 0px 10px 10px;
	float: left;
	width: 205px; 
/*	width: 145px; */
}



/* sidebar layout
------------------------------------*/

#papers #sidebar {
	padding: 15px 0px 10px 10px;
	float: left;
	width: 205px; 
/*	width: 145px; */
	position: fixed;
}
#sidebar h2 {
	color: #333333;
}
#sidebar dl dt {
	background-image: url(img/general/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	line-height: 1.1em;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebar dl dd {
	padding-left: 15px;
}

#sidebar dl dt a:hover {
	color: #000;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: -15px;
}


/* footer styles
------------------------------------*/

#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
}

#footer ul li {
	display: inline;
	margin-right: 15px;
}

#footer ul li a {
	color: #cccccc;
	text-decoration: none;
	text-align: left;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #cccccc;
	text-decoration: none;
	float: right;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


#main ul li {
	list-style: none;
}

/* main styles
------------------------------------*/


#main ul li .papertitle{
	font-weight: bold;
	color: #333;
	padding-left: 20px;
	padding-top: 5px;
	line-height: 1.2em;
	font-size: 14px;
	margin-top: 20px;
	padding-bottom: 5px;
}
#main ul li .paperAuthor{
	padding-left: 40px;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.2em;
}
#main ul li .paparAppear{
	color: #333;
	padding-left: 60px;
	margin-bottom: 10px;
	font-style: normal;
}
.floatLeft {
	float: left;
	padding: 5px;
	margin: 5px;
}


/* slideshow styles
------------------------------------*/


#stage {
    position: relative;
    width: 200px;
    height:125;
    margin: 0 auto;
}
#photo01,#photo02,#photo03,#photo04,
#photo05,#photo06,#photo07,#photo08,
#photo09,#photo10,#photo11,#photo12 {
    position: absolute;
    width: 200px;
    height: 125px;
}
#photo01 img,#photo02 img,#photo03 img,#photo04 img,
#photo05 img,#photo06 img,#photo07 img,#photo08 img,
#photo09 img,#photo10 img,#photo11 img,#photo12 img {
    opacity:0;
    -moz-animation: imgTrans 72s infinite;
    -webkit-animation: imgTrans 72s infinite;
    animation: imgTrans 72s infinite;
}
#photo01 img {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
#photo02 img {
    -moz-animation-delay: 6s;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
#photo03 img {
    -moz-animation-delay: 12s;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}
#photo04 img{
    -moz-animation-delay: 18s;
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}
#photo05 img {
    -moz-animation-delay: 24s;
    -webkit-animation-delay: 24s;
    animation-delay: 24s;
}
#photo06 img {
    -moz-animation-delay: 30s;
    -webkit-animation-delay: 30s;
    animation-delay: 30s;
}
#photo07 img {
    -moz-animation-delay: 36s;
    -webkit-animation-delay: 36s;
    animation-delay: 36s;
}
#photo08 img {
    -moz-animation-delay: 42s;
    -webkit-animation-delay: 42s;
    animation-delay: 42s;
}
#photo09 img{
    -moz-animation-delay: 48s;
    -webkit-animation-delay: 48s;
    animation-delay: 48s;
}
#photo10 img {
    -moz-animation-delay: 54s;
    -webkit-animation-delay: 54s;
    animation-delay: 54s;
}
#photo11 img {
    -moz-animation-delay: 60s;
    -webkit-animation-delay: 60s;
    animation-delay: 60s;
}
#photo12 img {
    -moz-animation-delay: 66s;
    -webkit-animation-delay: 66s;
    animation-delay: 66s;
}
#frame {
    width: 200px;
    height: 125px;
    position: relative;
    overflow: hidden;
}
@-webkit-keyframes imgTrans {
 0% { opacity:0; }
 5% { opacity:1; }
 20% { opacity:1; }
 25% { opacity:0; } 
 100% { opacity:0; }
}
@-moz-keyframes imgTrans {
 0% { opacity:0; }
 5% { opacity:1; }
 20% { opacity:1; }
 25% { opacity:0; } 
 100% { opacity:0; }
}
@keyframes imgTrans {
 0% { opacity:0; }
 5% { opacity:1; }
 20% { opacity:1; }
 25% { opacity:0; } 
 100% { opacity:0; }
}