/* $Id: cv.css,v 1.1.1.1 2005/10/18 18:15:34 todd Exp $ */
/* Formatting for CV generating script /cv/index.cgi */

/* Formatting parameters specific to index.shtml */

body {
        font-family:Helvetica;
	margin-left:50px;
	margin-top:100px;
	color:#2b2d23;
}


#header {

}


#title {
	font-size:1.6em;
	font-weight:bold;
	padding-bottom:5px;
}

.cvaddress {
  font-size:10pt;
  background-color: #FFFFFF;
  text-align:left;
}

.cvfield1  {
  font-size:10pt;
  background-color: #FFFFFF;
  text-align:left;
  border-bottom:1px dashed #CCC;
}

.cvfield2  {
  font-size:10pt;
  background-color: #FFFFFF;
  text-align:left;
  border-bottom:1px dashed #CCC;
}

/* a vertical line between abstract and pdf */
.field_div {
  border-left:1px dashed #CCC;
}



/* Formatting specific to the abstract display */
/* This is for a box that surrounds title, author, location, etc */
.author_box { 
}

.abstract_title {
  text-align:center;
  font-size:12pt;
  margin-bottom:20px;
}

.authors {
}

.author_locations { 
  font-size:10px;
}

.superscript {
 vertical-align:super; 
 font-size:8px;
 padding-left:2px;
}

.presented_at { 
  margin-top:10px;
  margin-bottom:10px;
}

.appeared_in { 
  margin-top:10px;
  margin-bottom:10px;
}

.journal { 
  font-style:italic;
 }

.volume { 
  font-weight:bold;
 }

/* A box holder for links to download the pdf */
.pdf { 
  margin-top:10px;
}

/* Formatting for the abstract text itself */
#abstract  {
  font-size:10pt;
/*  text-indent:15pt; */
  padding:5px;
  text-align:justify;
  background-color: #FFFFFF;
  margin-left:40px;
  margin-right:40px;
  margin-top:20px;
  margin-bottom:10px;
}

/* for citations that appear in the abstract */
.citation{ 
  text-indent:0px;
  font-size:10pt;
  color:grey;
}



