/* icam2015 is based on andreas08 and modified by AG@IMGI. andreas08 is an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
/*AG
font:76% Verdana,Tahoma,Arial,sans-serif;
AG*/
font:86% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:center;
color:#303030;
background:#e8eaec;
}

a{
color:#467aa7;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

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;}

/**************** Header and navigation styles ****************/

#container{
width:902px;
margin:20px auto;
padding:1px 0;
text-align:left;
background:#ffffff;
color:#303030;
/*AG
border:2px solid #a0a0a0;
AG*/
border:1px solid #a0a0a0;
}

#header{
/*AGb  height:110px;  AGe*/
height:147px;
width:900px;
margin:0 1px 1px 1px;
/*AG
background:#467aa7;
color:#ffffff;
AG*/
background:#ffffff;
color:#467aa7;
}

#header h1{
padding:35px 0 0 20px;
font-size:2.4em;
background-color:inherit;
/*AG
color:#ffffff;
AG*/
color:#467aa7;
letter-spacing:-2px;
font-weight:normal;
}

#header h2{
margin:10px 0 0 40px;
font-size:1.4em;
background-color:inherit;
/*AG
color:#f0f2f4;
AG*/
color:#467aa7;
letter-spacing:-1px;
font-weight:normal;
}

#navigation{
height:2.2em;
line-height:2.2em;
width:900px;
margin:0 1px;
background:#578bb8;
color:#ffffff;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
/*AG
text-transform:uppercase;
AG*/
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:#80b0da;
color:#ffffff;
text-decoration:none;
}

/**************** Programme content styles ****************/

#programme_content{
float:left;
width:860px;
font-size:0.9em;
padding:20px 0 0 20px;
}

#programme_content h2{
display:block;
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#programme_content h3{
display:block;
margin:0 0 7px 0;
font-size:1.3em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#programme_content h2 a{font-weight:normal;}
/*AG #programme_content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;} AG*/
#programme_content a:hover,#subcontent a:hover{text-decoration:underline;}
#programme_content ul,#content ol{margin:0 5px 16px 35px;}
#programme_content dl{margin:0 5px 10px 25px;}
#programme_content dt{font-weight:bold; margin-bottom:5px;}
#programme_content dd{margin:0 0 10px 15px;}

/**************** Content styles ****************/

#content{
float:left;
width:630px;
font-size:0.9em;
padding:20px 0 0 20px;
}

#content h2{
display:block;
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content h3{
display:block;
margin:0 0 7px 0;
font-size:1.3em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content h2 a{font-weight:normal;}
/*AG #content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;} AG*/
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

/**************** Sidebar styles ****************/

#subcontent{
float:right;
width:220px;
padding:20px 20px 10px 0;
line-height:1.4em;
}

#subcontent h2{
display:block;
/*AG
margin:0 0 15px 0;
font-size:1.6em;
AG*/
margin:0 0 1ex 0;
font-size:1.3em;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

/*AG
#subcontent p{margin:0 0 16px 0; font-size:0.9em;}
AG*/
#subcontent p{padding:0 0 1ex 0; font-size:0.8em;}


/**************** Menublock styles ****************/

.menublock{margin:0 0 20px 8px; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}

/**************** Searchbar styles ****************/

#searchbar{margin:0 0 20px 0;}
#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar #s{
height:1.2em;
width:110px;
margin:0 5px 0 0;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer{
clear:both;
width:900px;
padding:5px 0;
margin:0 1px;
font-size:0.9em;
color:#f0f0f0;
background:#467aa7;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

/**************** Misc classes and styles ****************/

.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;
}


/**************** Table ****************/
/*** see http://www.tablesgenerator.com/html_tables ***/
.tftable {font-size:1.0em;color:#333333;width:100%;border-width: 1px;border-color: #729ea5;border-collapse: collapse;}
.tftable th {font-size:1.0em;background-color:#acc8cc;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;text-align:left;}
.tftable tr {background-color:#ffffff;}
.tftable td {font-size:1.0em;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;}
.tftable tr:hover {background-color:#ffff99;}


/**************** Table Week View ****************/
/*** see http://www.tablesgenerator.com/html_tables ***/
.vwtable {font-size:1.0em;color:#333333;width:100%;border-width: 1px;border-color: #729ea5;border-collapse: collapse;}
.vwtable th {width:16.67%;font-size:1.0em;background-color:#acc8cc;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;text-align:left;}
.vwtable tr {background-color:#ffffff;}
.vwtable td {width:16.67%;font-size:1.0em;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;}
.vwtable th:hover {background-color:#ffff99;}
.vwtable .td-oral {background-color:#FFF0BE;}
.vwtable .td-oral:hover {background-color:#ffff99;}
.vwtable .td-poster {background-color:#C8C8FF;}
.vwtable .td-poster:hover {background-color:#ffff99;}
.vwtable .td-break {background-color:#AECF00;}
.vwtable .td-intro {background-color:#FF8080;}
.vwtable .td-regis {background-color:#CFE7F5;}
.vwtable .td-wfcst {background-color:#579D1C;}
.vwtable .td-social {background-color:#FFB4B4;}
.vwtable .td-iscm {background-color:#FFFF66;}


/**************** Table List of Presentations ****************/
/*** see http://www.tablesgenerator.com/html_tables ***/
.loptable {font-size:1.0em;color:#333333;width:100%;border-width: 0px;border-color: #729ea5;border-collapse: collapse;}
.loptable tr {background-color:#ffffff;}
.loptable th {font-size:1.0em; font-weight:normal; color:#000000; border-width: 0px; padding: 2px; border-style: solid; border-color: #ffffff;}
.loptable td {font-size:1.0em; font-weight:normal; color:#000000; border-width: 0px; padding: 2px; border-style: solid; border-color: #ffffff;}

.loptable .tr-empty0{height:60px;}
.loptable .tr-empty1{height:15px;}
.loptable .tr-empty2{height:2px;}

.loptable .th-date {width:100%; height:2em; font-size:1.4em; text-align:center; font-weight:bold; color:#303030; background-color:#e8eaec;}

.loptable .th-regis_time {width:22%; font-size:1.3em; background-color:#CFE7F5;}
.loptable .th-regis_text {width:78%; font-size:1.3em; background-color:#CFE7F5;}

.loptable .th-iscm_time {width:22%; font-size:1.3em; background-color:#FFFF66;}
.loptable .th-iscm_text {width:78%; font-size:1.3em; background-color:#FFFF66;}

.loptable .th-intro_time {width:22%; font-size:1.3em; background-color:#FF8080;}
.loptable .th-intro_text {width:78%; font-size:1.3em; background-color:#FF8080;}

.loptable .th-oralsess_time {width:15%; font-size:1.3em; background-color:#FFF0BE;}
.loptable .th-oralsess_id {width:7%; font-size:1.3em; background-color:#FFF0BE;}
.loptable .th-oralsess_title {width:78%; font-size:1.3em; background-color:#FFF0BE;}
.loptable .th-oralsess_chair {width:78%; font-size:1.1em; font-style:italic; background-color:#FFF0BE;}

.loptable .td-oralpres_time {width:15%; font-size:1.1em; background-color:#E6E6E6;}
.loptable .td-oralpres_id {width:7%; font-size:1.1em; background-color:#E6E6E6;}
.loptable .td-oralpres_title {width:78%; font-size:1.1em;  background-color:#E6E6E6;}
.loptable .td-oralpres_remark {width:15%; font-size:1.0em; font-weight: bold; text-align:left; background-color:#E6E6E6;}
.loptable .td-oralpres_authors {width:78%; font-size:1.0em; font-style:italic; background-color:#E6E6E6;}
.loptable .td-oralpres_link {width:78%; font-size:1.0em; line-height:2.0em; background-color:#E6E6E6;}

.loptable .th-postersess_id {width:15%; font-size:1.3em; background-color:#C8C8FF;}
.loptable .th-postersess_title {width:85%; font-size:1.3em; background-color:#C8C8FF;}
.loptable .th-postersess_time {width:15%; font-size:1.1em; background-color:#C8C8FF;}
.loptable .th-postersess_subtitle {width:85%; font-size:1.1em; background-color:#C8C8FF;}

.loptable .td-posterpres_id {width:15%; font-size:1.1em; background-color:#E6E6E6;}
.loptable .td-posterpres_title {width:85%; font-size:1.1em;  background-color:#E6E6E6;}
.loptable .td-posterpres_remark {width:15%; font-size:1.0em; font-weight: bold; text-align:left; background-color:#E6E6E6;}
.loptable .td-posterpres_authors {width:85%; font-size:1.0em; font-style:italic; background-color:#E6E6E6;}
.loptable .td-posterpres_link {width:85%; font-size:1.0em; line-height:2.0em; background-color:#E6E6E6;}

.loptable .th-poster_time {width:15%; height:3em; font-size:1.3em; background-color:#C8C8FF;}
.loptable .th-poster_id {width:7%; height:3em; font-size:1.3em; background-color:#C8C8FF;}
.loptable .th-poster_title {width:78%; height:3em; font-size:1.3em; background-color:#C8C8FF;}

.loptable .th-break_time {width:22%; font-size:1.3em; background-color:#AECF00;}
.loptable .th-break_text {width:78%; font-size:1.3em; background-color:#AECF00;}

.loptable .th-wfcst_time {width:22%; font-size:1.3em; background-color:#579D1C;}
.loptable .th-wfcst_text {width:78%; font-size:1.3em; background-color:#579D1C;}

.loptable .th-social_time {width:22%; font-size:1.3em; background-color:#FFB4B4;}
.loptable .th-social_text {width:78%; font-size:1.3em; background-color:#FFB4B4;}

.loptable .td-abstract_id {width:15%; font-size:1.3em; background-color:#E6E6E6;}
.loptable .td-abstract_title {width:85%; font-size:1.3em;  background-color:#E6E6E6;}
.loptable .td-abstract_remark {width:15%; font-size:1.1em; font-weight: bold; text-align:left; background-color:#E6E6E6;}
.loptable .td-abstract_authors {width:85%; font-size:1.1em; font-style:italic; background-color:#E6E6E6;}
.loptable .td-abstract_link {width:85%; font-size:1.1em; line-height:2.0em; background-color:#E6E6E6;}
.loptable .td-abstract_text {width:100%; font-size:1.0em; background-color:#E6E6E6;}



/**************** Links to Recorded Presentations and PDF files of Posters ****************/
.link_media {padding:2px 2px 2px 2px; border:1px solid black; color:#FF0000; font-weight:bold;}
