/* This used to be "body, .normal", but it interferes with code blocks */
/*
body {
  background-color: #FFF;
  margin: 0;
  padding: 0;
}
*/

.message {
  border: 1px solid black;
  padding: 3px;
  background-color: #FED24D;
  font-weight: bold;
}

H1, H2, H3, H4, H5, H6 { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: bold; 
  color: #000080;
}
H1 { font-size: 16pt; }
H2 { font-size: 14pt; }
H3 { font-size: 12pt; }
H4 { font-size: 11pt; }
H5 { font-size: 10pt; }
H6 { font-size: 9pt; }

.small{
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt;
}

.grey{
  background-color: #DDDDDD;
}

.white{
  background-color: #FFFFFF;
}

.bold{
  font-weight:bold;
}

.normal{
  font-weight:normal;
}

.admin_flag {
  text-align: center;
}
.admin_flag a:link, .admin_flag a:visited {
  color: #ff0;
}
.admin_flag a:hover {
  color: #ffffff;
  text-decoration: none;
}

.site_message {
    background-color: #ffeeee;
    border-width: 1px;
    border-style: solid;
    border-color:#000000;
    padding: 6px;
    font-weight: normal;
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.info {
    font-style: italic;
    color: #888888;
}
.header {
   font-weight: bold;
   font-family: helvetica;
   background-color: #bbbbbb;
}
.sorted_header {
   font-weight: bold;
   font-family: helvetica;
   background-color: #888888;
}
.filename {
   font-family: courier;
}
.user_info {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   background-color: #ffffee;
   border-style: solid;
   border-width:1px;
   border-color:#000000;
   font-weight: bold;
   padding: 3px;
   font-size: 9pt;
   align: right;
}
#support_content {
   margin: 0 0 0 15%;
   padding-left: 1em;
   padding-bottom: 1.5em;
}

#category_block {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   background-color: #ffffee;
   border-style: dashed;
   border-width:1px;
   border-color:#000000;
   padding: 3px;
   font-size: 9pt;
}

#search_not_found {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   background-color: #ffffee;
   border-style: solid;
   border-width:1px;
   border-color:#000000;
   font-weight: bold;
   padding: 3px;
   font-size: 9pt;
}

#sidebar {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10pt;
   width: 15%;
   float: left;
   margin: 0.5em;
}
#sidebar a:link {
}
#sidebar a:visited {
}
#sidebar a:hover {
}
.section_header {
   font-weight: bold;
   font-family: helvetica;
   background-color: #eeeeee;
}
#footer {
   clear: both;
}

/* Syntax highlighting */
span.keyword {
   color: #00f;
   font-weight: bold;
}
span.type {
   color: #0a0;
}
span.string {
   color: #f00;
}
span.specialchar {
   color: #f88;
}
span.comment {
   color: #880;
   font-style: italic;
}
span.number {
   color: #f0f;
}
span.preproc {
   color: #008;
   font-weight: bold;
}
span.symbol {
   color: #800;
}
span.function {
   color: #000;
   font-weight: bold;
}
span.cbracket {
   color: #f00;
}
span.variable {
   color: #080;
}
span.linenum {
   color: #888;
}
pre {
   margin: 0;
   padding: 0;
}
code {
   background-color: #eee;
}
pre code {
   border: 1px dashed #aa7;
   margin: 0;
   padding-bottom: 3px;
   display: block;
   padding-left: 5px;
   overflow: auto;
   font-size: 9pt;
   white-space: pre;
}:q
.scrollable_text {
   background-color: #eee;
   border: 1px dashed #aa7;
   margin: 0;
   display: block;
   padding-left: 5px;
   overflow: auto;
   font-size: 9pt;
}
span.linenum {
   white-space: pre;
}
.code_footer {
   background-color: #ccc;
   font-size: 8pt;
   font-family: arial, helvetica, sans-serif;
   padding-left: 0.5em;
   padding-right: 0.5em;
}

ul.errorlist { margin: 0 !important; padding: 0 !important; }
.errorlist li { font-size:12px !important; display:block; padding:4px 5px 4px 25px; margin:0 0 3px 0; border: 1px solid red; color:white; background:red url(/media/img/admin/icon_alert.gif) 5px .3em no-repeat; }
td ul.errorlist { margin:0 !important; padding:0 !important; }
td ul.errorlist li { margin:0 !important; }
.error { background:#ffc; }
.error input, .error select, .error textarea { border:1px solid red; }

form th { vertical-align: top; }

.page_metadata {
    border: 1px solid #8c8;
    background-color: #eee;
    color: #666;
    text-align: left;
    padding: 5px;
}
#support_content i {
    font-style: italic;
}
#inner_content i {
    font-style: italic;
}
#inner_content table {
    border: 1px solid black;
}
#inner_content table.noborder {
    border: 0;
}
#inner_content table th {
    background-color: #eee;
}
#inner_content table td input[type=text] {
    width: 95%;
}
#inner_content table td textarea {
    width: 95%;
}
#inner_content table th,td {
    font-size: 9pt;
    vertical-align: middle;
}
#approval_form {
    border: 1px solid #000;
    background-color: #ffcccc;
    margin: 1em 10%;
    padding: 3px;
    width: 80%;
    font-weight: bold;
}
.footnote {
    font-style: italic;
    font-size: 8pt;
}

