@import "/css/framework.css";
@import "/css/top.css";
@import "/css/left.css";
@import "/css/right.css";
@import "/css/article.css";
@import "/css/firstpage.css";
@import "/css/folder.css";
@import "/css/bottom.css";
@import "/css/contacts.css";


html
{
 height:100%;
}

body
{
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: white;
  font-family: arial, verdana, helvetica, sans-serif, trebuchet ms;
  line-height: 1.1;
  font-size: 12px;
  background: #0a141c url(/grf/bg_gradient.jpg) repeat-x top left;
}

a, a:visited
{
  color: #9e528e;
  text-decoration: none;
}

a:active, a:hover
{
  color: #9e528e;
  text-decoration: underline;
}

a img
{
  border: 0px;
}
a.read_more, a.read_more:visited{
 margin: 3px 0;
 font-size: 11px;
 text-align: left;
 float: left;
 color: #545d69;
 font-weight: bold;
}
a.read_more:active, a.read_more:hover{
 color: #9e528e;
 text-decoration: none;
}

a.read_more img{
 vertical-align: bottom;
}
h1.title
{
  color: #9e528e;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 7px 0;
  padding: 0px;
  
}
h1.title.grey{
 color: #969696;
}
h2.title.conference{
 display: inline;
 float: left;
 margin: 0px;

}
h2.title.main_article{
 font-weight: normal;
}
h2.title.infobox{
 font-size: 14px;
}
h2.title{
 color: #9e9f1d;
 font-weight: bold;
 font-size: 12px;
 margin: 0 0 7px 0;
 padding: 0px;
}
h2.title.main_infobox{
 font-size: 14px;
}
.file {
  margin-bottom: 4px;
}

.file img {
  margin-bottom: -4px;
}

td.meetinghead
{
  font-weight:bold;
  text-align:center;
  padding-top:4px;
  padding-left:2px;
  padding-bottom:4px;
}
td.meetingdata1
{
  padding-left:4px;
}
td.meetingdata
{
  padding:5px;
  text-align:center;
}
.meetingtable
{
 margin-top:10px;
 clear: both;
}

.partnerlogo
{
  margin-top:10px;
  margin-left:10px;

  float:left;
}