body { padding:4px; margin:4px; }
body,table,input,select,textarea { font-family:Helvetica,Arial; font-size:9pt; /* 0.9em;*/ }
body { background-image:url(http://www.oopsla.org/2006/templates/oopsla/images/background_blue.jpg); background-attachment:fixed; }

/*Border*/
.main   #border { background-image:url(http://www.oopsla.org/2006/templates/oopsla/images/color-sidebar.gif);    }
.high   #border { background-image:url(http://www.oopsla.org/2006/templates/oopsla/images/highlightcolor.gif);   }
.low    #border { background-image:url(http://www.oopsla.org/2006/templates/oopsla/images/lowprioritycolor.gif); }
.notice #border { background-image:url(http://www.oopsla.org/2006/templates/oopsla/images/black.gif);            }

/*Border Width*/
.main    #border div { margin-left:10px; padding:0px; background-color:#fff; }
.high    #border div { margin-left:0px;  padding:0px; background-color:#fff; }
.low     #border div { margin-left:0px;  padding:0px; background-color:#fff; }
.notice  #border div { margin-left:0px;  padding:0px; background-color:#fff; }

.maincontent .high    #border div { margin-left:3px;  padding:0px; background-color:#fff; }

.low p { margin-left:2px; }


/* Normal Message */

.moduletable {
  width:100%;
  border-left:solid #fdd027 3px;
  padding-bottom:8px;
  margin-bottom:8px;
  text-align:left;
}
.moduletable th {
  font-size:1.1em;
  background-color:ccc;
  border-left:solid #444444 15px;
  padding:3px;
}
.moduletable td p {
  padding-left:4px;
}

/* John Vlissedes Message */

.moduletable_john {
  width:100%;
  background-color:ddd;
  border-left:solid black 3px;
  padding-bottom:8px;
  margin-bottom:8px;
  text-align:left;
}
.moduletable_john th {
  font-size:1.1em;
  background-color:ccc;
  border-left:solid black 15px;
  padding:3px;
}
.moduletable_john td p {
  padding-left:4px;
}

/* Coherence Message */

.moduletablecoherence {
  width:100%;
  background-color:#fdd027;
  border-left:solid #ca0000 3px;
  padding-bottom:8px;
  margin-bottom:8px;
  text-align:left;
}
.moduletablecoherence th {
  font-size:1.1em;
  background-color:ccc;
  border-left:solid #fdd027 15px;
  padding:3px;
}
.moduletablecoherence td p {
  padding-left:4px;
}

/* Info Message */

.moduletableinfo {
  width:100%;
  border-left:solid #ca0000 3px;
  padding-bottom:8px;
  margin-bottom:8px;
  text-align:left;
}
.moduletableinfo th {
  font-size:1.1em;
  background-color:ccc;
  border-left:solid #fdd027 15px;
  padding:3px;
}
.moduletableinfo td p {
  padding-left:4px;
}

/* Table of Contents */

.moduletable_toc {
  width:100%;
  border-left:solid #ca0000 3px;
  padding-bottom:8px;
  margin-bottom:8px;
  text-align:left;
}
.moduletable_toc th {
  font-size:1.1em;
  background-color:ccc;
  border-left:solid #fdd027 15px;
  padding:3px;
}
.moduletable_toc td p {
  padding-left:4px;
}



.spacer { height:16px; }


/*Lists*/
.high   li  { list-style-image:url(http://www.oopsla.org/2006/templates/oopsla/images/highlightcolor.gif);   }
.low    li  { list-style-image:url(http://www.oopsla.org/2006/templates/oopsla/images/lowprioritycolor.gif); }
.notice li  { list-style-image:url(http://www.oopsla.org/2006/templates/oopsla/images/black.gif);            }
ul li.blank { list-style-image:url(http://www.oopsla.org/2006/templates/oopsla/images/blank.gif);             }
ul          { list-style-position:inside; margin-left:0.4em; padding:0.3em; padding-top:0.1em; padding-left:0.9em; padding-bottom:0em; margin-bottom:0em; margin-top:0.4em;}
ul li       { list-style-image:url(http://www.oopsla.org/2006/templates/oopsla/images/lowprioritycolor.gif);  margin-left:0em; padding:0em; list-style-position:outside;}

h1 {font-family: "Helvetica Neue"; font-size: 1.6em; font-weight: normal; text-align:left; }
h2 {font-family: "Helvetica Neue","Arial"; font-weight:bold; font-size: 1.4em; }
h3 {font-family: "Helvetica Neue",Arial;  font-size: 1.1em; }

/*Navigation Styles*/
.navlink{color:black; font-size:1.0em; font-weight:bolder}
.mainsidebar {background:url(http://www.oopsla.org/2006/templates/oopsla/images/color-sidebar.gif); width:20px;}
.topnav  { background:url(http://www.oopsla.org/2006/templates/oopsla/images/color-menubartop.gif); width:100%; font-weight:bold; }
.basenav { background:url(http://www.oopsla.org/2006/templates/oopsla/images/color-menubartop.gif); width:100%; font-weight:bold;}
.currentpage          { background:url(http://www.oopsla.org/2006/templates/oopsla/images/headingcolor.gif);}
.basenav .currentpage { background:url(http://www.oopsla.org/2006/templates/oopsla/images/headingcolor.gif);}

/*Vertical Spaces*/

#blank{
    height:23px;
    }

.main #blank{
    height:3px;
    }

a:link {  color: black; text-decoration:underline; }
a:visited {  color: black; text-decoration:underline; }
a:hover { text-decoration:underline; }
a img {border: none; }

.maincontent .high #border { border-right:solid #ce0000 3px; border-top:solid #ce0000 3px; border-bottom:solid #ce0000 3px; margin:0px; }
.maincontent .low #border { border:solid #ffd321 1px; margin:0px; }
