/* CSS Document */
body {
    padding: 0px;
    top: 2px;
    margin: 0px;
    font-family: verdana, geneva, helvetica, sans-serif;
    background: #FFF url("https://tc.z.wiki/autoupload/f/A81rSKo8EAeZpUr6Sn0PP7KXl_QqVl-bpSwqP4fJO68/header/header2025.png") no-repeat top left;
    /*background: #FFF url("images/header20251.jpg") no-repeat top left;*/
    background-size: 800px 300px;
    font-size: 12px;
    position: static;
    width: 100%;
}

/*a{color:#0647BF; text-decoration:none;}
a:hover{text-decoration: underline;}*/
.clearfix:after {
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
    content: "."
}

* html .clearfix {
    height: 1%
}

.clear {
    clear: both
}

img {
    border-bottom: 0px;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px
}

/* CSS color */
.green {
    color: #cf7500;
    font-weight: bold;
}

/* CSS content */
#container {
    position: relative;
    display: flex;
    top: 310px;
    width: 800px;
    padding-bottom: 20px;
    height: auto;
    margin: 0;
    margin-left: 5px;
    float: left;
}

#footer-content {
    position: relative;
    margin-top: 310px;;
    line-height: 0px;
    width: 100%;
    text-align: center;
    background: white;
    color: black;
    font-family: Arial;
    font-size: 12px;
    letter-spacing: 1px;
    float: left;
}

#leftcolumn {
    width: 200px;
    float: left;
    display: block;
    /*padding: 0 5px;*/
}

#leftcolumn ul {
    padding: 0  5px;
    margin: 0px;
    background-color: #78A5E9;
}

#leftcolumn li {
    padding: 5px 20px;
    list-style-type: none;
    border-bottom: #FFF solid 1px;
    background-color: #78A5E9;
    /*background: #FFF url(images/bgblue.gif) repeat-y 0 0;*/
}

#leftcolumn a {
    color: white;
    text-decoration: none;
}

#leftcolumn a:hover {
    text-decoration: underline;
}

#rightcolumn {
    /*position: absolute;*/
    width: 560px;
    left: 220px;
    height: auto;
    float: left;
    padding: 5px;
    background: none;
    display: block;
    border: #cacaca solid 1px;
}

#rightcolumn h3 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 32px;
    white-space: nowrap;
    padding-left: 20px;
    font-family: verdana, helvetica, arial, sans-serif;
}

#rightcolumn h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    white-space: nowrap;
    padding-left: 20px;
    font-family: verdana, helvetica, arial, sans-serif;
}

#rightcolumn h3.blue {
    color: #037b94;
}

#rightcolumn p {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    padding: 0 20px;
    font-family: verdana, helvetica, arial, sans-serif;
}

#rightlinks {
    clear: both;
    position: absolute;
    top: 5px;
    left: 800px;
    margin: 0;
    width: 140px;
}

#rightlinks ul {
    float: left;
    text-align: center;
    margin: 0;
    list-style-type: none;
}

#rightlinks li {
    display: block;
    margin: 10px 3px;
}

p.center {
    text-align: center
}

p.justify {
    text-align: justify
}

/* CSS for program */
table.program, table.program th, table.program td {
    border: 1px solid black;
    border-collapse: collapse;
}

table.program th, table.program td {
    padding: 3px;
}

h2.program_date {
    text-align: center
}

table.program a.session {
}

table.program a.topic {
    color: red;
}

table.program a.chair {
    font-weight: normal
}

table.program td.time {
}

table.program a.title {
    color: blue;
    font-style: italic;
}

table.program a.author {
}

table.program tr.header {
    background-color: lightskyblue;
}

table.program tr.presentation {
}

table.program tr.break {
    background-color: lightyellow
}
