﻿@charset "UTF-8";

body{
    background-color: #ffffff;
}

div.logoPanel2 {
    clear: both;
    background-color: #00ffff;
    position: relative;
    margin: auto;
}

div.logoPanel2 #logo1 {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    /* margin: 0 auto; */
}

div.logoPanel2 #logo2 {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
}

div.logoPanel2 #logo3 {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
}

@keyframes logoAnime {
    0% {opacity: 0;}
    10% {opacity: 1;}
    40% {opacity: 1;}
    50% {opacity: 0;}
}

div.logoPanel2 img {
    animation-name: logoAnime;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    opacity: 0;
}


div.logoPanel2 #logo2 {
    animation-delay: 10s;
}

div.logoPanel2 #logo3 {
    animation-delay: 20s;
}

div.logoPanel {
    position: relative;
    font-family: "Helvetica";
    clear: both;
}

div.logoPanel div.logoText1 {
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
    color: #3887bb;
    text-shadow: 1px 1px #ddd, 2px 2px rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
}

/* left 20
top 85
size 56 */

div.logoPanel div.logoText2 {
    position: absolute;
    /* left: 20px;
    top: 140px;
    font-size: 25px; */
    left: 20px;
    top: 55px;
    font-size: 18px;
    font-style: italic;
    color: #ffffff2a;
    text-shadow: 1px 0px #000, 0px 1px #000, -1px 0px #000, 0px -1px #000; 
    background-color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
}

div.logoPanel div.logoText3 {
    position: absolute;
    /* left: 20px;
    top: 170px;
    font-size: 25px; */
    left: 20px;
    top: 75px;
    font-size: 18px;
    font-style: italic;
    color: #ffffff34;
    text-shadow: 1px 0px #000, 0px 1px #000, -1px 0px #000, 0px -1px #000;
    background-color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
}

div.logoPanel div.logoText4 {
    position: absolute;
    left: 20px;
    top: 240px;
    font-size: 32px;
    font-style: italic;
    color: #ffffff;
    text-shadow: 1px 0px #000, 0px 1px #000, -1px 0px #000, 0px -1px #000;
    white-space: nowrap;
}

div.logoPanel div.logoText5 {
    position: absolute;
    left: 20px;
    top: 270px;
    font-size: 32px;
    font-style: italic;
    color: #ffffff;
    text-shadow: 1px 0px #000, 0px 1px #000, -1px 0px #000, 0px -1px #000;
    white-space: nowrap;
}

div.logoPanel div.logoTheme {
    position: absolute;
    left: 20px;
    top: 210px;
    font-size: 28px;
    font-style: italic;
    font-family: Helvetica;
    color: #3388ff;
    /* background: hsl(0, 0%, 95%);   */
    background-color: rgba(255, 255, 255, 0.6);
    text-shadow: 1px 0px rgb(4, 7, 184), 0px 1px rgb(4, 7, 184), -1px 0px rgb(4, 7, 184), 0px -1px rgb(4, 7, 184);
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}

div.callForPaperPanel {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 50%;
    float: left;
    text-align: left;
    background: #dddddd;
}

div.menuPanel {
    float: left;
    width: 200px;
    padding-top: 5px;
    padding-left: 5px;
}

div.mainPanel {
    margin-left: 200px;
    width: 750px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
}

div.picturePanel {
    margin-top: 0px;
    margin-bottom: 10px;
    height: 300px;
    width: 33%;
    float: left;
    text-align: center;
}

div.picturePanel img {
    width : 150px;
    height: 200px;
}

div.picturePanelBlank {
    margin-top: 0px;
    margin-bottom: 10px;
    height: 300px;
    width: 17%;
    float: left;
    text-align: center;
}

a {
    color: #0000ff;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
    background: #eeeeee;
}

p.menuBox1 {
    width: 200px;
    height: 25px;
    text-align: center;
    background-image: url("images/icon.png");
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 6px;
    margin-top: 1px;
    margin-bottom: 1px;
}

a.menuItem1 {
    font-family: "Times New Roman";
    font-size: 16px;
    font-weight: bold;
    color: #555555;
    text-decoration: none;
}

a.menuItem1:hover {
    color: #ff0000;
    background: transparent;
    text-shadow: 1px 1px #666666;
}

a.menuItem1#selected {
    color: #ff0000;
    background: transparent;
}

p.menuBox2 {
    width: 180px;
    min-height: 20px;
    text-align: left;
    padding-left: 20px;
    padding-top: 0px;
    padding-right: 0px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 0px;
    /* background: #dddddd; */
}

p.menuBox0 {
    width: 180px;
    min-height: 20px;
    text-align: left;
    padding-left: 20px;
    padding-top: 0px;
    padding-right: 0px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 0px;
    display: none;
}

a.menuItem2 {
    font-family: "Times New Roman";
    font-size: 14px;
    font-weight: normal;
    color: #555555;
    text-decoration: none;
}

a.menuItem2:hover {
    color: #ff0000;
    background: transparent;
    text-shadow: 1px 1px #666666;
}

a.menuItem2#selected {
    color: #ff0000;
    background: transparent;
}

a.tba {
    color: #aaa;
    font-style: italic;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.mainTitle1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 120%;
    color: #990000;
}    

.mainTitle2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 90%;
    color: #000000;
}    

.mainTitle3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 50%;
    color: #333333;
    text-align: center;
}    

p.reg_open {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 50%;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}    


.CFP {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 10%;
    color: #ff6666;
    text-align: right;
}    

.cfpPanel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
    color: #222222;
    text-align: left;
    vertical-align: top;
}    

.mainText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: #333333;
    text-align: justify;
}

.mainTextPanel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    background-color: #ffff00;
}

span.strong {
    font-weight: bold;
}

span.italic {
    font-weight: bold;
    font-style: italic;
}

span.note {
    color: #ff0000;
}

span.annotate {
    color: #3388ff;
}

span.date {
    color: #ff3333;
}

span.strike {
    text-decoration: line-through;
}

span.email {
    color: #0000aa;
    text-decoration: underline;
}

span.chair {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
}

span.name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    color: #0099ff;
}

span.affi {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    color: #000000;
}

span.mail {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    color: #000000;
}

span.pTitle {
    font-weight: bold;
    /*    color: #008888; */
}

span.pAuthor {
    font-size: 13px;
}

p.place {
    margin: 0 0 0 0;
    text-align: left;
}

P.theme {
    margin: 0 0 0 0;
    text-align: left;
    float: left;
}

p.name {
    margin: 0 0 0 0;
    text-align: left;
    float: left;
}

p.pdf {
    margin: 0 0 0 0;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    color: #ff6666;
    font-weight: bold;
}
 
ul.home {
    margin: -15px 5px 30px 10px;
}

ul.manuScript {
    margin: 0px 30px 0px 10px;
}

ol.home {
    margin: -15px 30px 30px 10px;
}

li.open {
    font-weight: bold;
}

li.close {
    text-decoration: line-through;
}

table.committee {
    width: 100%;
}

td.title {
    width: 250px;
    min-height: 50px;
    background: #a5d9f8;
    padding: 10px 10px 10px 10px;
    text-align: left;
    font-weight: bold;
}

td.member {
    width: 700px;
    min-height: 50px;
    background: #ebebeb;
    padding: 10px 10px 10px 10px;
}

table.basic {
    width: 100%;
    margin: -12px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
}

table.basic thead {
    text-align: center;
    background-color: #a5d9f8;
}

table.basic tbody {
    text-align: center;
    background-color: #ebebeb;
}

table.basic tr {
    min-height: 40px;
}

table.basic td {
    min-width: 150px;
}

table.basic td#benefit {
    text-align: left;
    padding: 5px 0px 5px 20px;
}

table.fee {
    width: 100%;
    margin: -12px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
}

table.fee thead {
    text-align: center;
    background-color: #a5d9f8;
}

table.fee tbody {
    text-align: center;
    background-color: #ebebeb;
}

table.fee tr {
    min-height: 30px;
}

table.fee td {
    min-width: 150px;
}

table.fee td#benefit {
    text-align: left;
    padding: 5px 0px 5px 20px;
}

table.guideline {
    width: 100%;
    margin: -12px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
    /* border: 2px #808080 solid; */
}

table.guideline thead {
    text-align: left;
    background-color: #a5d9f8;
    border: 2px #808080 solid;
}

table.guideline tbody {
    text-align: left;
    background-color: #ebebeb;
}

table.guideline tr {
    min-height: 30px;
    border: 2px #808080 solid;
}

table.guideline td {
    min-width: 150px;
    border: 2px #808080 solid;
}

table.guideline td#benefit {
    text-align: left;
    padding: 5px 0px 5px 20px;
}

table.cfpPanel {
    width: 100%;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 0px 0px;
    border: 0;
}

table.cfpPanel tbody {
    text-align: left;
    vertical-align: top;
    background-color: #dddddd;
}

table.cfpPanel tbody td {
    width: 50%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


table.noticePanel {
    width: 100%;
    padding: 0px 2% 0px 2%;
    margin: 0px 0px 0px 0px;
    border: 0;
}

table.noticePanel tbody {
    text-align: left;
    vertical-align: top;
    background-color: #ddeeff;
}

table.noticePanel tbody td {
    width: 50%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

table.noticePanel tbody td blockquote {
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 0px 0px;
}

table.schedule {
    width: 100%;
    /*    table-layout: fixed; */
    word-wrap: break-word;
}

table.schedule caption {
    text-align: center;
    font-weight: bold;
    /*    background-color: #88bbff; */

}

table.schedule th {
    background: #88bbff;
    text-align: center;
    font-weight: normal;
}

tabel.schedule th.time {
    width: 15%;
}

tabel.schedule th.roomA {
    width: 25%;
}

tabel.schedule th.roomB {
    width: 25%;
}

tabel.schedule th.hall {
    width: 35%;
}

table.schedule tr.odd {
    /*    background: #a5d9f8; */
    background: #ddeeff;
    text-align: center;
}

table.schedule tr.even {
    background: #f0f0f0;
    text-align: center;
}

table.biography {
    width: 100%;
    /*    table-layout: fixed; */
    word-wrap: break-word;
}

table.biography caption {
    text-align: left;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
    /*    background-color: #88bbff; */
}

table.biography tr.name {
    /*    background: #a5d9f8; */
    background: #ddeeff;
    text-align: left;
    font-weight: bold;
}

table.biography tr.bio {
    background: #f0f0f0;
}

table.biography tr.bio td.bio-pic {
    text-align: center;
    width: 210px;
    min-height: 150px;
    padding: 5px 5px 5px 5px;
}

table.biography tr.bio td.logo-pic {
    text-align: center;
    width: 210px;
    min-height: 150px;
    padding: 5px 5px 5px 5px;
    background: #ffffff;
}

table.biography tr.bio td.bio-text {
    width: 510px;
    padding: 10px 10px 10px 10px;
}

table.program {
    width: 100%;
    /*    table-layout: fixed; */
    word-wrap: break-word;
}

table.program caption {
    text-align: left;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
    /*    background-color: #88bbff; */
    /*    background-color: #ddddff; */
}

table.program th {
    background: #88bbff;
    text-align: center;
    font-weight: normal;
}

table.program tr.odd {
    /*    background: #a5d9f8; */
    background: #ddeeff;
    text-align: center;
}

table.program tr.even {
    background: #f0f0f0;
    text-align: center;
}

table.program td.tsNumber {
    text-align: center;
    min-width: 80px;
    min-height: 50px;
}

table.program td.tsTitle {
    text-align: left;
    min-width: 100px;
    min-height: 50px;
    padding: 7px 2px 7px 2px;
}

a.disabled{
    pointer-events: none;
}
/* <a href="#" class="disabled">LINK</a> */

