
@import "header.css";

@import "content.css";

@import "rightmenu.css";




body {
    background: black;
    text-align: center;
    font-size: 1em;
    font-family: Verdana, sans;
    color: white;
  }


#container {
    font-size: 0.9em;
    width: 884px;
    margin: 0 auto;
    text-align: left;
    background: black url(../img/bg_container.gif) repeat-y;
    padding: 0px 0 0 0;
  }


a {
    color: #97bf11;
  }


a:hover {
    text-decoration: none;
  }


a img {
    border: none;
  }


.blue {
    color: #00b0e5;
    font-size: 1.1em;
    margin: 50px auto;
  }


.clear {
    clear: both;
  }


.spacer {
    width: 100%;
    height: 5px;
  }


.divisore {
    width: 100%;
    height: 1px;
    background: #00b0e5;
    margin: 20px 0;
  }


.readmore {
    text-align: right;
  }


#payoff {
    width: 296px;
    text-align: right;
    margin: 0 auto;
    color: #97bf11;
    font-size: 0.9em;
    padding-right: 72px;
  }


#footer {
    background: black url(../img/footer2.jpg) no-repeat;
    width: 100%;
    height: 155px;
    width: 884px;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #005670;
    font-size: 0.7em;
    text-align: left;
  }


#footer a {
    color: #445608;
  }


#footer .text {
    padding: 100px 0 0 20px;
    margin: 0;
  }


.evidenza {
    color: #00b0e5;
  }


ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
  }


ol {
    margin: 0;
    padding: 0;
    border: 0;
    margin-left: 20px;
  }


.bio,.abs {
    display: none;
    flaot: left;
    width: 480px;
  }


.speaker {
    color: 00b0e5;
    border-bottom: 1px solid #00b0e5;
    border-left: 5px solid #00b0e5;
    padding: 0 5px;
  }


ul.speaker_title {
    margin: 0;
    float: left;
    padding: 0;
    list-style-type: none;
  }


ul.speaker_title li {
    margin: 0 0 0 10px;
    padding: 0;
    border: 0;
  }


.title_left {
    float: left;
    padding-top: 5px;
    color: #00b0e5;
  }


.speakerlist li {
    margin-bottom: 20px;
    border-bottom: 1px dashed #2a320b;
    padding-bottom: 10px;
  }


.speakerimg {
    float: left;
    margin-right: 10px;
    width: 100px;
    margin-top: 3px;
  }


.bio a,.abs a {
    color: #f4ffcd;
  }


.speakerlist .right {
    float: left;
    width: 470px;
  }


.infoblock {
    float: left;
    width: 49%;
    margin-bottom: 20px;
  }


.infoblock .text {
    padding: 0 10px;
  }


.infoblock .text .title {
    text-align: center;
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 1.1em;
    color:#f4ffcd;
  }


.infoblock img {
    float: right;
  }


.infobar_b {
    background: black url(../img/bluebg.gif) repeat-x;
    height: 30px;
    width: 100%;
  }


.infobar_g {
    background: black url(../img/greenbg.gif) repeat-x;
    height: 30px;
    width: 100%;
  }


.first_level_list li {
     border-bottom-style : hidden;
    list-style-type : circle;
    margin-left:1em;
    margin-bottom: 0;
    padding-top:0;
    padding-bottom:0;
  }


.second_level_list li {
    list-style-type : square;
	margin-left: 2em;
  }

