/* Style of links in page */
A {
  text-decoration:none
}

A:link { 
  color: blue 
}

A:visited {
  color: blue
}

A:hover {
  background-color: #D7FFFF;
}

A.menu:hover {
  background-color: white;
}

A.imagelink:hover { /* Style for Download links: Usually just an image inside the link */
  background-color: white;
}

#logo { /* Style for logo positioning */
  position: fixed;
  top:5px;
  left:10px;
  width:100px;
}

#banner { /* Style for the banner division */
  position:absolute; 
  top:10px; 
  left:150px; 
  width:450px;
}

#endorse { /* Style for the endorsement text */
  position:absolute;
  top:10px;
/*  left:610px; */
  left:640px;
  width:150px;
  height:80px;
  background-color:blue;
  color:white;
}

.endorsedby { /* Style for showing "Endorsed by" */
/*  font-size: 14pt; */
  font-size: 12pt;
  font-weight: bold;
}

.endorser { /* Style for showing "SIGACT" */
  font-size: 15pt;
  font-weight: bolder;
}
#menu { /* Style for the left pane containing menu */
  position:fixed; 
  left:5px; 
  top:135px; 
  width:130px;
}

#content,#articles { /* Style for the main content */
  position:absolute; 
  top:135px; 
  left:160px; 
  width:650px; 
  font-size: 14pt;
}

.authornames { /* Style to display authornames */
 font-style:italic;
}

.authorline { /* Style of line "by <authornames>" */
 font-size: 20pt;  
}

.volumebullet { /* Style to display volume bullets on "articles" page */
 font-size: 20pt;
 font-weight: bolder;
}

.tocline1  { /* Style of first line for item in t.o.c. of given volume */
 font-size:  11pt;  /* 8, 13pt;/*  /* 16pt */
 font-weight: bold;
}

.tocline2  { /* Style of 2nd line for item in t.o.c. of given volume */
 font-size: 11pt;  /* 9, 13pt; */   /*15pt;*/  /* 18pt; */
 font-weight: bolder;
}

.tocline3  { /* Style of author line for item in t.o.c. of given volume */
 font-size: 12pt;   /* 10, 14pt; */  /*15pt;*/ /* 18pt; */
}

.latex { /* Style to display Latex commands and constructs */
 font-style:italic;
}

.aboutauthor { /* Style for about the author stuff */
 padding: 10px;
 margin: 10px;
 background-color: #F0F0F0;
}

ul.mainpageUL li {
 font-size: 16pt;
}

.hang { /* All but first line goes in 3em to the right */
  margin-left:  3em;
  text-indent: -3em;
}



/* List of articles */

.listofarticles table
{
border: 4px;
border-collapse: collapse;
border-spacing: 1px;
}

.listofarticles table td
{
padding: 4px;
border: 0px #fff solid;
border-width: 2px 0px 0px 0px;
}

.shadeeven {
  background-color: #EEEEEE;
}

.shadeodd {
  background-color: #DDDDDD;
}

.articlesticker, .shortsticker, .gradsurveysticker, .miniarticlesticker {
  vertical-align: bottom;
}

.articlesticker { 
  background-color: #AA6633;  /* was BB7733 */
}

.shortsticker {
  background-color: #BB8877;  /* was CC8844, then DD9955 */
}

.gradsurveysticker {
  background-color: #55FF55;
}

.miniarticlesticker {
  background-color: #FFBBBB;
}

.hascommentssymbol {
  color: #FFBBBB;
  font-size: 100%;
  text-align: center;
}

/* END List of articles */


/* Two column format for the list of authors: OR 2008-05-31 */
#listofauthors h2{clear:both}
#listofauthors li{float:left; width:17em; margin-left:1em;}

/* denser list of authors (OR 2008/6/6) */
#listofauthors h2{margin-top: 5pt; margin-bottom: 0pt;}
#listofauthors ul{margin-top: -12pt; margin-bottom: 0pt;}
#listofauthors {font-size: 12pt}


/* Two column format for the list of editors: OR 2008-10-13 */
#listofeditors h2{clear:both}
#listofeditors li{float:left; width:17em; margin-left:1em;}
#listofeditors h2{margin-top: 1em; margin-bottom: 10pt;}
#listofeditors ul{margin-top: 1em; margin-bottom: 4em;}
#listofeditors {font-size: 12pt}