* {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica", sans-serif;
	font-size: 11pt;
	line-height : 1.2 ;
}

a img {
	border: 0px;
}
a:visited {
	color: #4400ff;
}
a:hover {
	background-color : #ffff88;
}

h1,h2,h3, h4, h5, h6 {
	font-weight: bold;
	margin: .25em 0em .1em 0em;
}

h1 {
	font-size: 200%;
	text-align: center;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}
p {
	margin: .25em 0em .25em 0em;
}
blockquote {
	margin: .25em 0em .25em 2em;
}
dl {
	margin-left: 1em;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 2em;
}
ul {
	margin-left: 2em;
}

html {
  /*scroll-behavior: smooth;*/
}

body {
}

div.header {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color:#eeeeee;
	height: 24px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

header {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color:#fff;
	height: 24px;
	border-width: 0px 0px 1px 0px;
	border-style: none;
	border-color: #000000;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	text-align: center;
	/*z-index: 0;*/
}

div.banner {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color:#ffffff;
	/*height: 24px;*/
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	text-align: center;
}

div.side {
	float: left;
	position: fixed;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	top: 70px;
	width: 150px;
	background-color:#eeeeee;
	font-size: 8pt;
}

div.side p {
	padding-left: 0.5em;
}
div.side ul {
	padding: 0em;
	margin: 0em;
}
div.side ul li {
	list-style-type: none;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
div.side ul li span {
	border-width: 0px 0px 0px 0.75em;
	border-style: solid;
	padding-left: 0.3em;
	border-color: #008800;
	font-weight: bold;
}

div.side ul li ul {
}

div.side ul li ul li {
	padding: 0em;
	margin-left: 1em;
	list-style-type: none;
}

div.side p.update {
	padding-top: 1em;
	padding-right: 0.5em;
	font-family : 'Helvetica', sans-serif ;
	font-style:italic;
	font-size : x-small;
	text-align: right;
	color:cadetblue;
}

div.main {
	background-color:#ffffff;
	margin-top: 67px;
	margin-left: 160px;
	padding-left: 2em;
	padding-right: 2em;
	/*background-image: url("bg.png");*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
div.main h1 {
	font-variant: small-caps;
}
div.main h2 {
	font-variant: small-caps;
	border-width: 0px 0px 1px 0.75em;
	border-style: solid;
	border-color: #008800;
	padding-left: 0.3em;
}

div.main p.subtitle {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #ff00aa;
}

div.main p {
	padding-left: .25em;
}

div.footer {
	border-width: 1px 0px 0px 0px;
	padding-bottom: 1em;
	border-style: solid;
	border-color: #000000;
	background-color: #aabbcc;
	text-align: center;
}

div.notice {
	border-width: 2px;
	border-style: solid;
	border-color: #ffee00;
	background-color: #ffffcc;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-right: 10%;
	margin-left: 10%;
	text-align: center;
	font-weight : bold ;
}

div.warning {
	border-width: 2px;
	border-style: solid;
	border-color: red;
	background-color: #ffcccc;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-right: 10%;
	margin-left: 10%;
	text-align: center;
	font-weight : bold ;
}

sup,sub {
	font-size : small ;

}

/* ==================
    Presentation
  ==================*/

div.presen {
	width: 600px;
	background-color:#ffffff;
	margin: 70px auto 50px auto;
	padding-left: 2em;
	padding-right: 2em;
	font-size : 11pt ;
}
div.presen p {
	text-align : justify;
	text-indent : 1em;
}
div.presen p.title {
	text-align: center;
	font-weight: bold;
	font-size : x-large ;
	text-indent : 0em;
	margin-top : 2em;
	margin-bottom : 1em;
}

div.presen p.author {
	margin : 0em 1em 0em 1em;
	text-align: left;
	text-indent : 0em;
}
div.presen p.facil {
	margin : 0em 1em 0em 1em;
	text-align: left;
	text-indent : 0em;
}

div.presen p.list {
	margin-left : 1.5em;
	text-indent : -1.5em;

}

div.presen p.noindent {
	text-indent : 0em;
}

/* ==================
    headings
  ==================*/
div.presen h1 {
	margin-top : 1em;
	margin-bottom : .5em;
	font-family : sans-serif ;
	font-weight : bold ;
	font-size : large ;
}
div.presen h2 {
	margin-top : 0.5em;
	font-family : sans-serif ;
	font-weight : bold ;
	font-size : medium ;
}
div.presen h3 {
	margin-top : 0.5em;
	font-family : sans-serif ;
	font-weight : normal ;
	font-size : medium ;
}
div.presen h4 {
}
div.presen h5 {
}
div.presen h6 {
}

div.presen p.bbs {
	margin: 1em 10em 0em 10em;
	padding: .3em;
	font-family : sans-serif ;
	font-weight : bold ;
	font-size : large ;
	text-align : center;
	border: 2px solid red;;
	text-indent : 0em;

}
div.presen p.bbs  a:link{
	font-size: large;
	font-family : sans-serif ;
	color: #0000ff;
}
div.presen p.bbs  a:visited {
	font-size: large;
	font-family : sans-serif ;
	color: #4400ff;
}

div.presen p.bbs a:hover {
	background-color :  #ffff88;
}

/* ==================
    fig class
  ==================*/
div.presen div.fig {
	text-align : center;
	margin : 1em 0em 1em 0em;
}
div.presen div.fig p {
	text-align : center;
}
div.presen div.fig p.caption {
	text-align : center;
	font-weight: bold;
}
div.presen div.fig table {
	border-collapse : collapse;
	margin-right : auto;
	margin-left : auto;
}
div.presen div.fig th {
	font-weight : bold;
	border : solid black 2px;
	text-align : center;
}
div.presen div.fig td {
	border : solid black 2px;
	text-align : center;
}
div.presen div.fig caption {
	font-weight: bold;
}

div.presen div.fig div.group {
	display: inline-block;
}

/* ==================
    program class
  ==================*/

div.program {
	width: 700px;
	background-color:#ffffff;
	margin: 70px 50px 50px 160px;
	padding-left: 2em;
	padding-right: 2em;
	font-size : 11pt ;
	/*background-image: url("bg-s.png");*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

div.program div.top p.title {
	font-size: 180%;
	text-align: center;
	font-weight : bold ;
	font-style : normal;
	font-variant: small-caps;
}

div.program div.top h1 {
	font-size: 180%;
	text-align: center;
	font-weight : bold ;
	font-style : normal;
	font-variant: small-caps;
	border-style: none;
}


div.program div.top p.subtitle {
	text-align: center;
	font-weight: normal;
	font-size: 120%;
	color: #ff00aa;
}

div.program h2 {
	margin-top: 0.0em;
	font-weight : bold;
	font-size: 120%;
	margin-left : 1.5em;
	font-style : normal ;

	text-indent : -1.5em;
}
div.program h2 span.pid {
	font-weight: normal;
	color:#0000aa;
}

div.program h3 {
	font-size: 100%;
}

div.program p.title {
	margin-top: 0.0em;
	font-weight : bold;
	font-size: 120%;
	margin-left : 1.5em;
	font-style : normal ;

	text-indent : -1.5em;

}
div.program p.title span.pid {
	font-weight: normal;
	color:#0000aa;
}

div.program p.jump {
	/*margin-top: 2em;*/
	margin-top: -70px;
	margin-bottom: 0.2em;
	padding-top: 87px;
	font-size: small;
	font-family : 'Helvetica', sans-serif ;

}
div.program p.jump a:link{
	font-size: small;
	font-family : "Helvetica", sans-serif ;
	color: #0000ff;
}
div.program p.jump a:visited {
	font-size: small;
	font-family : "Helvetica", sans-serif ;
	color: #4400ff;
}

div.program p.jump a:hover {
	background-color :  #ffff88;
}

div.program p.jump span.jumper_inactive {
	color: #888;
}
div.program p.chair {
	text-align : right;
	font-style : italic ;
	font-family : "Helvetica", sans-serif ;
	color: #0000aa;
}

div.program div.session_title {
	margin-top: -70px;
	padding-top: 70px;
}
div.program h1 {
	margin-top: 1em;
	font-size: large;
	font-family : "Helvetica", sans-serif ;
	font-weight : normal;
	text-align: left;
	border-width: 0px 0px 1px 0.75em;
	border-style: solid;
	padding-left: 0.3em;
	border-color: #008800;
}

div.program p.author {
	margin: 0em 0em .4em 2em;
}
div.program div.facil {
	margin: 0em 0em 0em 3em;
}
div.program div.facil p {
	text-indent: -1em;
	margin: 0em;
	padding: 0em;
	font-size: small;
}

div.program div.abstract {
	margin: 1em 2em 2em 2em;
}
div.program div.abstract p {
	margin: 0em 0em .4em 0em;
	text-align : justify;
}
div.program div.abstract h1 {
	margin: .4em 0em 0em 0em;
	padding: 0em;
	border: none;
	font-weight: bold;
	font-size: 120%;
}
div.program div.abstract h2 {
	margin: .2em 0em 0em 0em;
	font-weight: bold;
	font-size: 110%;
}
