body {
  border:  none;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  color: black;
}
h2 {
  font-family: Candara,Arial,sans-serif;
  margin: 0 0.5em;
  padding: 2px 15px;
  background: #315d94 none repeat scroll 0%;
  font-size: 150%;
  color: #fff;
  clear: both;
}
.cv {
  color: #FF9800;
}
.text {
  padding: 5px 20px 5px 20px;
  margin: 1em 0.5em;
}
.topic {
  font-weight: bold;
  margin: 0;
}
.download {
  font-weight: normal;
}
hr.topic {
  background: #000066;
  color: #000066;
  height: 18px;
  margin: 2px 0 10px 0;
}
ul#students {
  margin: 0.5em 0;
  padding: 0 0 0 1.5em;
  list-style-type: square;
  list-style-position: outside;
}
ul#students li {
  padding: 2px 10px 2px 10px;
  margin: 0.2em 0em;
}
ul#papers {
  margin: 0.5em 0;
  padding: 0 0 0 1.5em;
  list-style-type: square;
  list-style-position: outside;
}
ul#papers li {
  font-size: 90%;
  padding: 2px 10px 2px 10px;
  margin: 0.2em 0em;
}
ul#common {
  margin: 1em 0;
  padding: 0 0 0 2.5em;
  list-style-type: square;
  list-style-position: outside;
}
ul#common li {
    padding: 0 20px 0 20px;
    margin: 0.2em 0em;
}
ul#number {
  margin: 1em 0;
  padding: 0 0 0 1.5em;
  list-style-type: decimal;
  list-style-position: outside;
}
ul#number li {
    /*padding: 0 20px 0 20px;*/
    margin: 0.2em 0em;
}
ul#iconlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#iconlist li.pdf {
    background-image: url(../image/icon/file-pdf.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 0 3px 20px;
    margin: .2em 0;
}
ul#iconlist li.html {
    background-image: url(../image/icon/file-html.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}
ul#iconlist li.archive {
    background-image: url(../image/icon/file-archive.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}
ul#iconlist li.image {
    background-image: url(../image/icon/file-image.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}
ul#navbar {
	text-align: center;
	margin: 1em 0em;
	/*background: #EAEBEE url(../image/round-br.png) no-repeat bottom right;*/
	padding: 0.5em 0 0.3em;
	/*border-top: 1px solid #DCDDE0;*/
}
ul#navbar span {
	display: none;
}
ul#navbar li {
	display: inline;
	margin-right: 0.8em;
}
ul#navbar li.pdf {
    background-image: url(../image/icon/file-pdf.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 0 3px 20px;
    margin: 0.8em;
}
ul#navbar li.html {
    background-image: url(../image/icon/file-html.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 3px 0 3px 20px;
    margin: 0.8em;
}
ul#navbar a:hover, ul#navbar a:active {
	color: #ff9a00;
	text-decoration: underline;
}
a:link {
  background: transparent none repeat scroll 0%;
  text-decoration: none;
  color: #0066cc;
}
a:visited {
  background: transparent none repeat scroll 0%;
  text-decoration: none;
  color: #003399;
}
a:hover, a:active {
  text-decoration: underline;
}
.infocat {
  font-family:arial;
  font-weight: bold;
  color: #333333;
}
.info {
  font-family:arial;
  font-size:90%;
  text-align:center;
  color: #333333;
}
.infoemp {
  color: #FF9800;
}
.fullname {
  text-align:center;
  font-family:arial;
  font-weight: bold;
  font-size:180%;
  margin-bottom:10px;
}
#footer {
  margin: 0;
  padding: 0.5em 1.5em 0.5em 1.5em;
  background: #333 none repeat scroll 0%;
  font-size: 90%;
  text-align: center;
  color: white;
  clear: both;
}
#footer a:link, #footer a:visited {
  background: transparent none repeat scroll 0%;
  text-decoration: underline;
  color: white;
}
#footer hr {
  display: none ! important;
}
/*
.largeitalic {
  font-style: italic;
  font-weight: bold;
}
.date {
  font-style: italic;
}*/
.papertitle {
  font-weight: bold;
}
.paperauthor {
  font-style: italic;
}
.paperperi {
  font-style: italic;
}
