body {
    background-color: #bfbfbf; 
    font-size: small;
    margin: 0;
	text-align: center;
}

#container{
    width:97%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
	margin-bottom: auto;
    padding: 0px;
	background-color: #daf0fb;
	border: solid 1px #154890;
}

#close_window {
	position:absolute;
	right:2%; 
	top:3%; 
	width:100px; 
    display:block;
	font-family: Verdana, Arial, "Sans Serif";
    color: white;
}

#close_window a {
     text-decoration: none;
     color: white;
}

/* The header */


#title {
    float: left;
    font-family: Verdana, Arial, "Sans Serif";
    font-size: 36pt;
	font-weight: bold;
    color: #154890; 
    margin-left: 2.7%;
    margin-top: 10px;
	text-align: left;
}

#title a {
      text-decoration: none;
      color: #154890;
}

#subtitle {
    font-family: Verdana, Arial, "Sans Serif";
	position: relative;
	top: 2px;
    font-size: 16pt;
	font-weight: normal;
}

#title a {
      text-decoration: none;
}

#titlebar {
    background-color: #6699ff; /* #e1d8ff; */
    height: 100px;
    margin: 0px;
	clear: both;
	padding-bottom: 5px;
}

#navarea {
    background-color: #3366cc; 
    height: 2em;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #154890;
}

#menu {
    float: left;
    margin-left: 2.7%;
	text-align: center;
}

#menu .current {
     background: #daf0fb;
     color: #154890;
     border-top: solid 1px #154890;
     border-right: solid 1px #154890;
     border-left: solid 1px #154890;
     border-bottom: solid 1px #daf0fb;
     padding-top: 3px;
}


#menu ul li {
     position: relative;
     display: inline;
     float: left;
     font-family: Verdana, Arial, "Sans Serif";
     width: 6em; 
     margin-top: 0;
     margin-right: 5px; 
     padding-top: 5px;
     height: 1.7em;
     text-align: center;
     background: #154890; 
     color: white;
}

#menu ul {
     margin: 0;
     margin-left: 0px;
     padding:0px;
     list-style-type: none;
}

#menu a {
     text-decoration: none;
     color: white;
}

#menu .current a {
     text-decoration: none;
     color: #46006f;
}

#return_top a { position:absolute; position:fixed; right:1.8%; bottom:3.5%; width:18px; height:99px;
                display:block; background:url(images/return_top.png) no-repeat left top; }
				
#return_top a:hover { background:url(images/return_top.png) no-repeat right top; }

#footer {
	font-family: verdana;
	font-style: normal;
	font-size: 70%;
	text-align: center;
	color: gray;
    margin: 5px 0px 5px 0px;
}

#content {
    font-family: Verdana, Arial, "Sans Serif";
    line-height: 1.5em;
    background-color: #daf0fb;
    margin: 0px;
    padding: 5px 2.7%;
	text-align: left;
}

h1 { 
   font-weight: normal;
   margin-top: 2em;
   margin-bottom: 1em;
   font-size: 16pt;
   color: #154890;
}

h1.indice {
   margin-top: 1em;
   margin-bottom: 0;
}

h2 { 
   font-weight: normal;
   font-size: 16pt;
   color: #369;
}

.media{
	text-align: center;
}

.papericons{
	margin-left: 60px;
	margin-bottom: 0; 
	margin-top: 0; 
}

.icon {
  width: 20px;
}

.pictures {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.picture {
	padding: 10px;
	width: 60%;
	color: #000000;
	float: none;  /* remove the float we added before */
	display: inline-block;
}

.picture p {
	position: relative;
	left: 40%;
	font-weight: normal;
    color: #0a94d5;
    font-size: 120%;
	font-weight: bold;
	z-index: 2;
}

.picture img{
	width: 50%;
	z-index: 1;
}


#clear_pictures {
	clear: both;
}

p.text {
  margin-left: 60px;
  margin-right: 60px;
  color: #000000;
  text-indent: 0px;
  text-align: justify;
}

p.text div{
  position:relative;
  left:0px;
  margin-left: 60px;
  margin-right: 60px;
  
}

p.caption {
  font-size: x-small;
}

p.noindent {
  margin-left: 40px;
  margin-right: 40px;
  color: #000000;
}

p.heading {
  margin-left: 40px;
  margin-right: 40px;
  color: #46006f;
  font-size: 110%;
}

p.schapter {
  margin-left: 20px;
  margin-right: 20px;
  color: #46006f;
  font-size: 120%;
  font-weight: bold;
}

a {
   color: #369;
}

a:hover {
   color: #7f0000;
}

a:visited{
   color: #a04570;
}

img{
border: none;
}

hr {
    color: #46006f;
    height: 1px;
}

.pageindex {
    text-align: justify;
}

.subchapterindex{
	font-weight: bold;
}

.papertitle {
	margin-left: 60px;
	font-size: 120%;
    font-weight: bold;
    font-variant: small-caps;
	margin-bottom: 2px;
}

.paperauthors {
	margin-left: 60px;
	margin-bottom: 0; 
	margin-top: 0; 
	color: gray;
}

.paperauthors  a{
	color: gray;
	font-weight: bold;
}

.paperconference {
    font-style: italic;
	margin-left: 60px;
	margin-bottom: 0; 
	margin-top: 0; 
}


