body
{
   
   background-image: url(blue_grad_800h.png);
   background-color: #9292ff;
   /*
   background-image: url(green-grad_2.png);
   background-color: #97ff92;
   */
   background-repeat: repeat-x;
   color: #ff0;
   
   font-family: times new roman, serif;
   
   padding-top: .2em;
   margin-top: 0;
}

div#entire_document
{
   max-width: 70em;
   margin: auto;
}

div#logo
{
   border-bottom: 2px solid #ff0;
   height: 2.5em;
}

div#logo h1
{
   margin: 0;
   color: #ff0;
   font-family: arial;
   font-weight: normal;
   letter-spacing: .2em;
   text-align: left;
}

h1#logo-left
{
   float: left;
}

h1#logo-right
{
   float: right;
}

a
{
   color: #fff;
   text-decoration: underline;
}

a:hover
{
   text-decoration: none;
}

div.logo hr
{
   border: 1px solid #ff0;
   clear: both;
   margin-bottom: 0;
}

div.sidebar
{
   margin: 0 0 .5em 0;
   float: left;
   clear: both;
   max-width: 170px;
   width: 170px;
   
   font-family: arial;
   
   /*
   background-image: url(blue_grad_dark.png);
   background-repeat: repeat-x;
   background-color: #6c6bbc;
   background-position: 0 0;
   background-attachment: fixed;
   */
   
}

div.sidebar h2
{
   margin: .75em 0 0 0;
   font-size: 100%;
   font-family: arial;
   font-weight: bold;
}

div.sidebar ul
{
   margin: 0 0 0 .5em;
   padding: .5em;
   list-style-type: circle;
   font-family: arial;
   font-size: 80%;
}

div.sidebar form
{
   text-align: center;
}

div.sidebar input
{
   width: 115px;
   background-color: #006;
   color: #fff;
}

div.sidebar input.submit
{
   width: 2.5em;
   background-color: #00c;
   color: #fff;
}

div.sidebar a
{
   text-decoration: none;
}
div.sidebar a:hover
{
   text-decoration: underline;
}

h1 a
{
   text-decoration: none;
}

h2 a
{
   text-decoration: none;
}

h3 a
{
   text-decoration: none;
}

h4 a
{
   text-decoration: none;
}

div#document
{
   margin-left: 175px;
   margin-top: 0;
   border-left: 2px solid #ff0;
   padding: .8em;
}

div#article
{
   border: 1px solid #ff0;
   padding: .5em;
   margin-bottom: .5em;
   background-color: #036;
}

div.article_announcement
{
   border: 1px solid #ff0;
   padding: .5em;
   margin-bottom: .5em;
   background-color: #063;
   text-align: center;
   font-size: 125%;
   font-weight: bold;
}

div#article_extras
{
   border: 1px solid #ff0;
   padding: .5em;
   margin-bottom: .5em;
   background-color: #036;
}

div#comments
{
   display: none;
}

#view_comments
{
   display: inline;
}

#hide_comments
{
   display: none;
}

#post_comment
{
   display: none;
}

#really_delete
{
   display: none;
}

#cancel_delete
{
   display: none;
}

div.comment
{
   border: 1px solid #ff0;
   padding: 0;
   margin-bottom: .5em;
   background-color: #036;
}

div.comment_header
{
   margin: 0;
   padding: .5em;
   border-bottom: 1px solid #ff0;
   font-family: arial;
}

div.comment_header h1
{
   margin: 0;
   font-size: 115%;
}

div.comment_header h2,
div.comment_header h3
{
   margin: 0;
   font-size: 75%;
   color: #fff;
   font-weight: normal;
   display: inline;
}

div.comment_header h2 a,
div.comment_header h3 a
{
   color: #ff0;
}

div.comment_body
{
   padding: .5em;
   color: #fff;
}

div#article_extras h1
{
   margin: .2em;
   font-size: 125%;
}

div#article_extras h1.title
{
   font-size: 140%;
   text-align: center;
}

div#article_extras h2
{
   margin: .2em;
   font-size: 100%;
   color: #0cf;
}

div#article_extras p
{
   margin: .2em;
   margin-left: 2em;
}

div#article_extras ul
{
   margin: 0;
}

div#article_titleHeader
{
   text-align: center;
   border-bottom: 1px solid #ff0;
   color: #ff0;
   padding: .5em;
}

div#article_titleHeader h1
{
   margin: 0;
   font-family: arial;
   font-size: 200%;
}

div#article_titleHeader h2
{
   margin: 0;
   font-family: arial;
   font-weight: normal;
   font-size: 100%;
}

div#article_titleHeader h3
{
   margin: 0;
   font-family: arial;
   font-weight: normal;
   font-size: 90%;
}

div#article_body
{
   padding: .5em;
   color: #fff;
}

div#article_body p
{
   text-indent: 1.5em;
   margin: 1em .5em;
}

div#article_body a
{
   color: #ff0;
}

/* FORMS */

div#article_extras form
{
   margin-left: 2em;
}

div#article_extras form table
{
   border: 0;
}

div#article_extras form table td
{
   vertical-align: top;   
}

div#article_extras input[type="text"]
{
   width: 30em;
   background-color: #0c0a4c;
   color: #ff0;
   font-family: times new roman, serif;
   font-size: 100%;
}

div#article_extras form input[type="submit"]
{
   width: 20em;
   background-color: #009;
   color: #fff;
}

div#article_extras form select
{
   background-color: #0c0a4c;
   color: #ff0;
   font-size: 75%;
   font-family: verdana, sans-serif;
}

div#article_extras form label.sub
{
   font-size: 75%;
}

div#article_extras textarea
{
   background-color: #0c0a4c;
   color: #ff0;
   font-family: times new roman, serif;
   font-size: 100%;
}

div#article_extras textarea#short_desc
{
   width: 30em;
   height: 10em;
}

div#article_extras textarea#doc_body
{
   width: 35em;
   height: 25em;
}

div#article_extras textarea#comment_body
{
   width: 30em;
   height: 10em;
}

/* SEARCH RESULTS */

div.search_result
{
   margin: .5em;
}

div.search_result div.search_title
{
   font-size: 125%;
   color: #ff0;
   font-weight: bold;
   display: inline;
   margin-left: -.5em;
}

div.search_result div.search_title a
{
   text-decoration: none;
   color: #ff0;
}

div.search_result div.search_info
{
   font-size: 65%;
   font-family: verdana, sans-serif;
}

div.search_result div.search_relevance
{
   font-size: 65%;
   font-family: verdana, sans-serif;
}

/* BODY */
div#article_body ul h4,
div#article_body ol h4
{
   
}

div#article_body ul,
div#article_body ol
{
   margin-top: .5em;
   margin-bottom: .5em;
}

div#article_body ul.disc
{
   list-style-type: disc;
}

div#article_body ul.circle
{
   list-style-type: circle;
}

div#article_body ul.square
{
   list-style-type: square;
}

div#article_body ol.numeric
{
   list-style-type: decimal;
}

div#article_body ol.roman-lower
{
   list-style-type: lower-roman;
}

div#article_body ol.roman-upper
{
   list-style-type: upper-roman;
}

div#article_body ol.alpha-lower
{
   list-style-type: lower-alpha;
}

div#article_body ol.alpha-upper
{
   list-style-type: upper-alpha;
}

div#article_body h1
{
   margin: 0;
   font-family: arial, sans-serif;
   font-size: 200%;
   text-align: center;
   color: #ff0;
}

div#article_body h2
{
   margin: 0;
   font-family: arial, sans-serif;
   font-size: 150%;
   text-align: center;
   color: #ff0;
}

div#article_body h3
{
   margin: 0;
   font-family: arial, sans-serif;
   font-size: 115%;
   text-align: center;
   color: #ff0;
}

div#article_body h4
{
   margin: 0;
   font-family: arial, sans-serif;
   font-size: 90%;
   text-align: center;
   color: #ff0;
   display: inline;
}

div#article_body blockquote
{
   margin-left: 15%;
   margin-right: 15%;
   font-style: italic;
}

div#article_body blockquote em
{
   font-style: normal;
}   

div#article_body blockquote div.quote_source
{
   font-style: normal;
   text-align: right;
}

span.normal
{
   text-decoration: none;
   font-weight: normal;
   font-style: normal;
}

hr
{
   border: 1px solid #ff0;
   margin-top: 1em;
   margin-bottom: 1em;
}

hr.long
{
   width: 90%;
}

hr.short
{
   width: 30%;
}

div#article_body ol.code
{
   display: block;
   border: 1px solid #ff0;
   background-color: #000;
   margin: 1em 2em 1em 2em;
   padding-bottom: 1em;
}

div#article_body ol.code li
{
   font-family: monospace;
   color: #fff;
   min-height: 1.25em;
   
   /* The following is borrowed from http://archivist.incutio.com/viewlist/css-discuss/55677 */
   white-space: pre-wrap;       /* css-3 should we be so lucky... */
   white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
   white-space: -pre-wrap;      /* Opera 4-6 ?? */
   white-space: -o-pre-wrap;    /* Opera 7 ?? */
   word-wrap: break-word;       /* Internet Explorer 5.5+ */
   _white-space: pre;           /* IE only hack to re-specify in addition to word-wrap  */
   /* End borrow */
}

div#article_body ol.code li.code_light
{
   background-color: #222;
}

div#article_body ol.code li.code_dark
{
   background-color: #000;
}

div#article_body ol.code div.title
{
   font-family: verdana, arial, sans-serif;
   color: #ff0;
   font-size: 125%;
   text-align: center;
}

div#article_body div.image
{
   padding: 1em;
   text-align: center;
   font-style: italic;
   font-size: 90%;
   max-width: 610px;
   margin: auto;
}

div#article_body div.image img
{
   border: 2px solid #000;
}

div#article_body div.image a
{
   color: #fff;
   text-decoration: none;
}

#revision_history
{
   display: none;
}

li.dir
{
   list-style-image: url(folder.png);
}

li.file
{
   list-style-image: url(file.png);
}

/* REPOSITORY */

#repository_listing ul a
{
   text-decoration: none;
}
#repository_listing ul a:hover
{
   text-decoration: underline;
}

#repository_upload
{
   border: 1px solid #ff0;
   padding: .5em;
   margin-bottom: .5em;
   background-color: #036;
}

#repository_upload h1
{
   margin: .2em;
   font-size: 125%;
}

#repository_upload form input[type="text"],
#repository_upload form input[type="file"]
{
   width: 20em;
   background-color: #0c0a4c;
   color: #ff0;
   font-family: times new roman, serif;
   font-size: 100%;   
}

#repository_upload form input[type="submit"],
#repository_upload form input[type="button"]
{
   width: 12em;
   background-color: #009;
   color: #fff;
}

#repository_upload form select
{
   width: 20em;
   background-color: #0c0a4c;
   color: #ff0;
   font-family: times new roman, serif;
   font-size: 100%;
}
