/* sajat */

h1, h2, h3, h4, h5, h6 
{
    font-family: "Trebuchet MS", Verdana;
    letter-spacing: 5px;
    border-top: dotted #888888 2px;
    width: 600px;
}

li h1 {border: 0px}

p
{
    font-family: "Trebuchet MS", Verdana;
    width: 600px;
    text-align: left;
    text-indent: 3em;
    line-height: 1.5em;
}

blockquote
{
    font-family: "Trebuchet MS", Verdana;
    width: 500px;
    text-align: left;
    text-indent: 1em;
    line-height: 1.5em;
    font-style: italic;
}
li
{
    font-family: "Trebuchet MS", Verdana;
    width: 500px;
    line-height: 1.5em;
    padding-bottom: 0.5em;
}

/* colours */

/* default gray */
.shade1                  {color:gray; background: #dddddd;}
.shade1 a:link           {color:gray;}
.shade1 a:visited        {color:#aaaaaa;}

/* background shade of form fields */
/* this would be cleaner but changes buttons too (not file upload buttons) */
/* can select with input[type=submit] but not in IE */
/*input,textarea,select    {background: #f0f0f0;} */
.formfields              {background: #f0f0f0;} 

.dimtext                 {font-size: 80%; color: gray;}
.commentsheading         {color:gray; font-weight:bold;}
.subscribed              {} /* for subscribeform */
.notsubscribed           {}
/* can't get these to combine with dimtext for some reason */
.highrated               {font-size: 80%; color: green} 
.neutralrated            {font-size: 80%; color: gray}
.lowrated                {font-size: 80%; color: red}
#searchbox a:link        {color: gray;}
#searchbox a:visited     {color: #aaaaaa;}
#lasteditor              {color:gray;}
#subtopicspanel          {color: gray; /*background: #dddddd;*/ }
#commentform             {color:gray;}
#linkpanel td, #linkpanel_minimal td {color: gray;}
#navpanel                {color: gray;}
  

/* pink */
/*.shade1                  {background: #ffeeee; color: #ddaaaa;}*/
/*.shade1 a:link           {color: #ddaaaa;}*/
/*.shade1 a:visited        {color: #ee8888;}*/
/*.formfield               {background: #fff0f0;}*/
/*.dimtext                 {color: gray;}*/
/*#searchbox a:link        {color: #ddaaaa;}*/
/*#searchbox a:visited     {color: #ee8888;}*/
/*#lasteditor              {color:#ddaaaa;}*/
/*#subtopicspanel          {color:#ddaaaa; border-top:thin solid #ddaaaa;}*/
/*#commentform             {color:#ddaaaa;}*/


/* general styles */

body {
  margin:10px; padding:0;
  font-family:sans, verdana, arial, helvetica, sans-serif; 
  font-size:90%;
  color: black;
  background-color: white;
}
pre, code {
  background-color: #dddddd;
}
.incomplete {color: red;}
.semicomplete {color: black;}
.complete {color: green;}
.unknownpercent {color: red;}
.zeropercent {color: red;}
.tenpercent {color: red;}
.twentypercent {color: red;}
.thirtypercent {color: red;}
.fortypercent {color: red;}
.fiftypercent {color: red;}
.sixtypercent {color: green;}
.seventypercent {color: green;}
.eightypercent {color: green;}
.ninetypercent {color: green;}
.onehundredpercent {color: green;}
#content {
  /* adjust left margin to approx. logo width */
  margin-left:64px; margin-right:32px;
  /* margin-left:10%; margin-right:10%; */
} 
#formcontent {
 margin:8px;
} 
#logo_full, #logo_simple {
 padding:4px;
}
#pageheading ul {
  margin-top:0px; margin-bottom:0px; margin-left:6px; padding-left:6px;
}
#subtopicspanel ul {
  margin-top:0px; margin-bottom:0px; margin-left:12px; padding-left:12px;
}
#pageheading li, #subtopicspanel li {
  list-style:none;
}
#subtopicspanel td ul {
  font-weight:bold;
}
#subtopicspanel td ul ul {
  font-weight:normal; font-size:0.9em;
}
#linkpanel {
}
#linkpanel_minimal {
}
#linkpanel td, #linkpanel_minimal td {
  font-size: 80%;
}
#pagemanagement {
}
#quicklinks {
  font-weight: normal;
  vertical-align: middle;
}
#otherlinks {
  vertical-align: middle;
}
#otherlinks_minimal {
  vertical-align: top;
  padding: 0px;
}
#navpanel {
  font-size: 80%;
}
#logo_full { /*td*/
  padding-top: 0.5em;
  padding-right: 4px;
}
#logo_simple { /*td*/
  padding-top: 1em;
  padding-right: 4px;
}
#logo_minimal {
  padding-top: 1em;
  padding-right: 4px;
}
#pagenameand { /*td*/
 padding: 0;
 vertical-align: middle;
}
#pagenameand_X { /*td*/
 padding: 1.15em 3em;
 vertical-align: middle;
}
#pagenameand_linear { /*td*/
 padding: 1.15em;
 vertical-align: middle;
}
#pagenameonly { /*td*/
  font-size: xx-large;
  font-weight: bold;
  vertical-align: bottom;
}
#pagename_minimal {
  font-size: xx-large;
  font-weight: bold;
  vertical-align: bottom;
}
#searchbox {
  vertical-align: top;
  font-size: 80%;
}
#searchinput {
 width:95%; 
 margin-top: 0px;
}
#lasteditor {
  font-style: italic;
}
#commentform {
}

input,select {font-size:inherit;}

.alert {width: 768px; margin-top:40px; margin-bottom:20px; color:grey; font-size: 11px;}

