/* DFKI CPS style sheets -- Main style sheet
 * $Id: main.css 56 2013-02-25 10:18:11Z cxl $
 */

@import "layout.css";
@import "navigation.css";
@import "sidebox.css";
@import "error.css";
@import "projects.css";

img  { border-width: 0px; }

body { margin: 0px; padding: 0px; }

/* Styling the content */

#content { 
  margin-left: 170px; 
  margin-right: 10%; 
  margin-top: 20px;
  font-family: arial,helvetica,sans-serif; 
  font-size: 10pt; 
  font-weight: normal; 
  text-align: justify; 
  }

#content .decoimage-small { float:left; margin-left:1px; margin-right:20px; margin-bottom:20px; }
#content .decoimage-large { float:none; margin-right:20px; margin-bottom:20px; }
#content h1 { font-size:12pt; font-weight:bold; }
#content h2 { font-size:11pt; font-weight:bold; }
#content h3 { font-size:10pt; font-weight:bold; }
#content .leftaligned { text-align:left; }
#content ul { padding-left:30px; text-indent: 0pt;
	      /* list-style-position:inside;*/  }
#content a { color: #928c8c; text-decoration: none; cursor: pointer}
#content a:hover { color: #db791a; text-decoration: underline; }

#contentbanner img {
  width: 232px;
  height: 100px;
  }

/*
Publications
*/
#content #authors { font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:normal;}
#content #titles { color: #f50012; font-family:arial,helvetica,sans-serif; font-size:10pt; font-weight:bold;}
/*
#content #title:link { text-decoration:none;
                       cursor:pointer;}
#content #title:hover { text-decoration:none;
                        cursor:pointer;}
#content #title:visited { text-decoration:none;
                          cursor:pointer;}
*/
#content #details { font-style: normal; color: #555555;}

/* Email addresses and such */
#content .address { font-family: courier; font-weight: bold; }

/* For the staff page */
#content table#mugshots { border-collapse: separate; border-spacing: 3px 0px; float: left; margin: 0 2em 2em 0; }
#content table#stafflist { border-collapse: separate; border-spacing: 0px 3px; }
#content table#stafflist td { padding-right: 1em; }
#content table#stafflist a  { color: #000000; }
#content .tablehdr { font-weight: bold; font-size: 11pt; padding-top: 0.25em; }
#content .row-0    { background: #f3f3f3; }
#content .row-1    { background: #e8e8e8; }


div.displaybox {
  align: center;
  text-align: center;
  margin: 1em;
  padding: 1em;
  background: #F0F0F0;
  border: 1px solid #808080;
  -webkit-border: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  }


/* Disabled for time being 
div#main {
  box-shadow: 5px 5px 5px #444;
  -moz-box-shadow: 5px 5px 5px #444;
  -webkit-box-shadow: 5px 5px 5px #444;
  }
*/
