@import url("snucnet.css");
/* Put all generic definitions here. */
H1,H2,H3,H4 { font-family: Arial, Helvetica, sans-serif }

h2 { border-bottom: 2px grey solid }
h3 { border-bottom: 1px grey solid }

DIV.small   { font-size: 70%; }
H1.pagename { margin-top: 0; }
IMG.inline  {}

A.footnoteref { vertical-align: super; 
                font-size: 70%; }
A.footnote    { color: #0044AA; }
P.versionnote { color: blue;
                font-size: 130%;
                text-align: center; 
                background: #EAEAEA;
                padding: 12px 12px 12px 12px;
                }

/* Added in v1.5.1 */

H3.leftmenuheading { margin-top: 0; }
BODY.edit   { background-color: #D9E8FF; } /* Edit.jsp BODY element */
.leftmenu { font-family: arial, helvetica, sans-serif;
                  font-size: 90%; }  /* Left menu */
.page     { }                            /* Page data area */
A.wikipage  { }                            /* Normal, internal wiki reference */
A.editpage  { 
	color: #FF0000;
 	text-decoration: none;
 	border-bottom: 1px dashed red;
 	}
A.external  { }                            /* External reference */
A.interwiki { }                            /* Interwiki reference */

/* Added in 1.6.3 */
TD.diffadd  { background: #99FF99; 
              font-family: monospace; }
TD.diffrem  { background: #FF9933; 
              font-family: monospace; }
TD.diff     { background: #FFFFFF; 
              font-family: monospace; }

/* Added in 1.6.9 */

TABLE.wikitable { }
TABLE.wikitable * TD { text-align: left; }
TABLE.wikitable * TH { }

/* This is the Edit.jsp editor style */
TEXTAREA.editor {}

pre { 
      white-space: pre;
      margin:      1em 2em 1em 2em; 
      background:  #f0f0f0;
      border:      1px dotted #3c78b5;
      overflow: auto;
     }

/* The text how the "This is a preview" comment should be shown. */
.previewnote {
               text-align: center;
               font-size: 100%;
               background:  #fff0f0;
               padding: 1em;
               }

/* How the preview content should be shown */
.previewcontent {
                  background: #E0E0E0;
                  padding: 1em;
                  } 

/* How the system messages should be shown (DisplayMessage.jsp) */
.messagecontent { background: #E0E0E0; }

/* How the "This page has been modified..." -comment should be shown. */

.conflictnote { }

/* For the weblog plugin */

.weblog { margin-left: 20px; }

.weblogentry { }

.weblogentryheading { background: #E0E0E0;
                      font-size: 120%;
                      font-family: sans-serif; 
                      margin-top: 2ex; }

.weblogentrybody { font-family: sans-serif; 
                   font-size: 85%; 
                   margin-left: 10px; }

.weblogentryfooter { font-size: 9px; 
                     margin-left: 10px;
                     clear: both; }

P.locknote { color: red;
             font-size: 130%;
             text-align: center; 
             background: #EAEAEA;
             padding: 12px 12px 12px 12px;
             }

/* For the CalendarTag */
TABLE.calendar  { font-size: 80%; }
TABLE.calendar TD { text-align: center; }

TABLE.calendar TD.othermonth { color: #707070; }

TABLE.calendar TD.link { background: #E0E0E0; }

TABLE.calendar TR.month { font-size: 120%;
                          font-family: sans-serif; }
TABLE.calendar TR.weekdays { color: #FF0000; }

/* For the BreadcrumbsTag */
.breadcrumbs { font-size: 60%; }

/* For the image plugin tag. */
.imageplugin { margin: 5px 5px 5px 5px; }
.imageplugin img { border: 0; }
.imageplugin caption { font-size: 80%; }

/* For the search_highlight.js.  This style defines the how the words that have
   been found look like.  If you look for "thingy", you will get these following
   in the results.

   <span class="searchword">thingy</span>
 */
.searchword { background-color: #FFFF00; }

/* For the weblogarchive plugin. */

.weblogarchive { }

.weblogarchive ul { margin-top: 0px;
                    padding: 0px; }

.weblogarchive li { display: block;
                    list-style-type: none;
                    margin-left: 1em; }

.archiveyear { font-weight: bold;
               text-decoration: none;
               margin-left: 0px !important; }
.archiveyear:after { content: " AD" }

/*  Error handling  (2.2+) */

.error { color: #ff2222; 
         font-weight: bold; }

/*  Index plugin */

div.index {}
div.index .header { padding: 4px; background: #f0f0f0; }
div.index .body {}
div.index .section { color:red; }

/*  Table of contents plugin */

.toc {
     background: #e0e0ff;
     border: 1px;
     padding: 8px;
}

.toc h4 {
}

.toc ul {
     list-style: none;
     margin-left: 0;
     padding-left: 0;
}

.toc li {
     margin-left: 1em;
     padding-left: 0;
     display: block;
}


/*  Here's a nice style you can use to put comment boxes on pages.  It's used
    on some pages. */

div.commentbox {
   float:right;
   width: 20%;
   border-style: inset;
   background: #f0f0f0;
   font-size: 80%;
   padding: 4px;
   margin-left: 4px;
}

.commentbox ul, .commentbox ol {
   padding-left: 1em;
   margin-left: 4px;
}

/*  To make centering easier */

.center { 
    text-align: center;
}

.center table { 
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/* The CSS Styles for the Contextual diff provider */

.diff-wikitext 
    { margin: 10px; 
      padding: 5px; 
      border-width: thin; border-style:inset; 
      font-family: courier new , monospace;  }


.diff-insertion 
    { background: #ddffdd; text-decoration:  none; color: #8000ff; } 

.diff-deletion 
    { background: #ffdddd; text-decoration: line-through; color: red; } 

.diff-nextprev 
    { font-size: 60%; vertical-align: super; text-decoration: none; }


.zebra-table TH
    { background:  #e0e0e0;
    }
    
.zebra-table TR.odd TD
    { background:  #f0f0f0;
    }

.versionhistory
    { font-size: 80%;
      font-family: arial, helvetica, sans-serif;
    }

.attachments
    { font-family: arial, helvetica, sans-serif;
      font-size: 90%;
    }

.attachments h3
    { margin-bottom: 0px;
      padding-bottom: 0px; }

 .versionhistory
    { font-size: 85%;
       font-family: arial, helvetica, sans-serif;
    }
