* {
	margin:0;
	padding:0;
}
body {
  font:76% Verdana, Tahoma, Arial, sans-serif;
  line-height:1.4em;
  text-align:center;
  color:#303030;
  background:#e8eaec;
}
a img {
    float: right;
    margin-bottom: 1em
}
img.left, img.center, img.right {
  padding:4px;
  border:1px solid #a0a0a0;
}
img.left {
  float:left;
  margin:0 12px 5px 0;
}
img.center {
  display:block;
  margin:0 auto 5px auto;
}
img.right {
  float:right;
  margin:0 0 5px 12px;
}
#container {
  width:1013px;
  margin:20px auto;
  padding:0px 0;
  text-align:left;
  background:#ffffff;
  color:#303030;
  border:2px solid #a0a0a0;
  position:relative;
}
#header {
  height:200px;
  width:100%;
  margin: 0px;
  border-bottom: solid 1px #a0a0a0;
  /*background-color:#467aa7;*/
  background:url(../assets/2025header.png) no-repeat center #467aa7;
  color:#ffffff;
}
#navigation {
  height:2.2em;
  line-height:2.2em;
  width:100%;
  margin:0 0px;
  /*background:#1d71b8;*/
  background:#477aa7;
  color:#ffffff;
}

#navigation li {
  float:left;
  list-style-type: none;
  list-style-position: inside;
  border-right:1px solid #ffffff;
  white-space:nowrap;
}

#navigation li.active ul.active,
#navigation li:hover ul
{display: block}

#navigation li ul li {
  /* float: none; */
  border-top:1px solid #ffffff;
  /*background:#1d71b8;*/
  background:#477aa7;
}

#navigation li ul {
  display: none;
  position: absolute;
  margin: 0 0 1em 0;
  padding: 0;
  height: auto;
  width: 30em;
}

#navigation li.active ul li {
  border: none;
  list-style-type: circle;
  background-color: rgb(232, 234, 236);
  margin: 0 2em;
}

#navigation li.active ul:before {
  content: "ANNOUNCEMENTS";
  display: block;
  font-weight: bold;
  width: auto;
  margin: 0 0 1ex 0;
  padding: 0 0 0 1em;
  color: white;
  background-color: rgb(42, 90, 138);
  text-shadow: #101010 2px 2px 3px;
}

#navigation li.active ul {
  display: none;
  position: absolute;
  left: 650px;
  width: 250px;
  height: 100%;
  line-height: 1.4em;
  margin: 2em 0 1em 0;
  padding: 0 0;
  border: 1px solid #a0a0a0;
  height: auto;
  background-color: rgb(232, 234, 236);
  font-size: 0.9em;
}

#content {
  float:left;
  width:750px;
  font-size:0.9em;
  padding:20px 0 0 20px;
  min-height: 1600px;
}
#subcontent {
  position:absolute;
  top:140px;
  left: 820px;
  /* float:right; */
  width:160px;
  padding:20px 10px 10px 0;
  line-height:1.4em;
}
.menublock {
  margin:0 0 20px 8px;
  font-size:0.9em;
}
.menublock li {
  list-style:none;
  display:block;
  padding:2px;
  margin-bottom:2px;
}
.menublock li ul {
  margin:3px 0 3px 15px;
  font-size:1em;
  font-weight:normal;
}
.menublock li ul li {
  margin-bottom:0;
}
#footer {
  clear:both;
  width:100%;
  height: 20px;
  padding:5px 0;
  margin:0 1px;
  font-size:0.9em;
  color:#f0f0f0;
  /*background:#1d71b8;*/
  background:#477aa7;
}
.splitcontentleft {
  float:left;
  width:48%;
}
.splitcontentright {
  float:right;
  width:48%;
}
.clear {
  clear:both;
}
.small {
  font-size:0.8em;
}
.hide {
  display:none;
}
.textcenter {
  text-align:center;
}
.textright {
  text-align:right;
}
.important {
  color:#f02025;
  background-color:inherit;
  font-weight:bold;
}
.box {
  margin:0 0 20px 0;
  padding:10px;
  border:1px solid #c0c0c0;
  background-color:#fafbfc;
  color:#505050;
  line-height:1.5em;
}
#content dl {
  margin:0 5px 10px 25px;
}
#content dt {
  font-weight:bold;
  margin-bottom:5px;
}
#content dd {
  margin:0 0 10px 15px;
}
table.program  {
  border-collapse: collapse;
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid rgb(190, 190, 190);
}

table.program td, th {
  border: 1px solid rgb(190, 190, 190);
  vertical-align: middle;
  text-align: center;
  padding:5px;
  background-color:#DBFFDB;
}


table.program tr.head th
{
  color: white;
  background-color: rgb(42, 90, 138);
  text-shadow: #101010 2px 2px 3px;
  font-weight: bold;
  text-align: center
}

table.program tr.head th:last-child
{
	width: 42%;
}

table.program tr.head th:first-child
{
	width: 16%;
}

table.program td:first-child {
  color: white;
  background-color: rgb(87, 139, 184);
  text-align: center;
}

#preliminary-program td.talk-left {
  border-right: 1px dashed rgb(190, 190, 190);
}

#preliminary-program td.talk-right {
  border-left: none;
}


table.program td.break
{
	text-align: center;
	background-color: #FFD4C4;
	border: none;
	font-weight:bold;
	font-style: oblique;
}

#preliminary-program td.break-up
{
  text-align: center;
  background-color: rgb(232, 234, 236);
  border-bottom: none;
  border-left: none;
  border-right: none;
  font-style: italic;
}

#preliminary-program td.break-down
{
  text-align: center;
  background-color: rgb(232, 234, 236);
  border-top: none;
  border-left: none;
  border-right: none;
  font-style: italic;
}

table.program td.poster
{
  background-color: #D9F2FF;
  border-top: none;
  border-bottom: none;
  text-align: center
}

table.program td.software
{
  background-color: #D9F2FF;
  text-align: center
}

table.program td.invited
{
  text-align: center;
  background-color: #ffeeee;
}

table.program td.misc
{
  background-color: #ffffdd;
  font-weight: bold;
}

table.program td.social
{
	background-color: #BDB7F2;
}


.figure .caption {
    display: none;
}

max.figure {
    float: right;
}

pre {
  font-size: 12px;
  margin-left: 123px;
  margin-top: 0px;
  margin-bottom: 2em

    /* add Masaru Sanuki, webmaster for issac 2014 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

#call-for-software-presentation p {
  font-size: 12px;
  margin-left: 123px;
  font-style: monospace;
  width: 70ex;
}

/* blockquote {
  position: absolute;
  left: 750px;
  width: 250px;
  margin: -20px 0 0 0;
  padding: 0;
  border-left: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  height: 4em;
} */

div#issac-2014 blockquote {
  position: static;
  float: right;
/*  position: absolute;
  left: 650px;*/
  width: 250px;
  margin: 0 0 1em 2em;
  padding: 0;
  border: 1px solid #a0a0a0;
  height: auto;
  background-color: rgb(232, 234, 236);
}


div#issac-2014 blockquote strong {
  display: block;
  padding: 0 1em;
  color: white;
  background-color: rgb(42, 90, 138);
  text-shadow: #101010 2px 2px 3px;
}

div#issac-2014 em {
  color: red;
  font-style: normal;
  font-weight: bold;
}

div#software-demonstration-session em {
  color: red;
  font-style: normal;
  font-weight: bold;
}

div#poster-session em {
  color: red;
  font-style: normal;
  font-weight: bold;
}

div#issac-2012 table {
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  border: 1px solid #a0a0a0;
  background-color: rgb(232, 234, 236);
}


.typography #content blockquote ul {
  margin: 0 5px 5px 35px;
}

div#tutorials blockquote {
  position: static;
  border: none;
  height: auto;
  margin: 0 0 0 auto;
  width: 400px;
}

div#tutorials table {
  float: left;
  width: auto;
  margin-bottom: auto;
}

div#tutorials .figure img {
  width:7em
}

div#tutorials .figure {
  float: left;
  margin-right: 5ex
}

div#tutorials hr {
  color: #a0a0a0;
  background-color: #a0a0a0;
  margin: 2em 0 1em -20px;
  border: none;
  height: 2px;
  width: 1000px;
  visibility: hidden;
}

div#invited-talks blockquote {
  position: static;
  border: none;
  height: auto;
  margin: 0 0 0 auto;
  width: 400px;
}

div#invited-talks table {
  float: left;
  width: auto;
  margin-bottom: auto;
}

div#invited-talks .figure img {
  width:7em
}

div#invited-talks .figure {
  float: left;
  margin-right: 5ex
}

div#invited-talks hr {
  color: #a0a0a0;
  background-color: #a0a0a0;
  margin: 2em 0 1em -20px;
  border: none;
  height: 2px;
  width: 1000px;
  visibility: hidden;
}

div#supported-by {
 /* position: absolute;
  left: 800px;
  top:  380px;
  */
  padding-top: 30px;
  padding-right: 20px;
  float:right;
}

div#links div#supported-by {
  left: 600px
}

div#supported-by a img {
  float: none;
  max-width:  120px;
  max-height: 100px;
  margin-bottom: 0;
  margin-right: 10px
}

div#supported-by td {
  padding-bottom: 4em;
}

div.abstract {
	display: none;
    margin: 0.5em 1em 1em 1em;
}

div#icon-list p{
	margin-bottom: 20px;
	vertical-align: middle;
}

div#icon-list img {
	margin-right: 10px;
	margin-bottom: -10px;
}

div.localinfo {
	margin-left: 30px;
}

div.localinfo li {
	margin-bottom: 10px;
}

ol.acceptedpapers li  {
	    margin: .25em 0em 0em -1.5em;

}



div.registration table {
  width: auto;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  border: 1px solid #a0a0a0;
  background-color: rgb(232, 234, 236);
  border-collapse: collapse;
}

div.registration td {
  padding-right: 2ex;
  padding-left: 1em;
  text-align: right;
}


div.registration tr:first-child td  {
  border-bottom: 1px solid #a0a0a0;
}

div.registration table#extra tr {
  border-bottom: 1px solid #a0a0a0;
}

div.registration td:first-child  {
  border-bottom: none;
  text-align: left;
}

div#banquetmenu {
    text-align: center;
}
div#banquetmenu hr {
    margin-left: 33%;

    width: 33%;
}

div#banquetmenu p {
    text-align: center;
}

@media print {
  body * {
    visibility: hidden;
  }
  #supported-by, #supported-by * {
    visibility: hidden;
  }

  #content, #content * {
    visibility:visible;
  }

  table.program {
      page-break-after: always;
      width:26cm;
  }

  #content {
    position: absolute;
    left: 0;
    top: 0;
  }
}
