/* 
 * Print styles
 * Author: Marko Myllymäki (marko myllymaki at iki fi)
 */

body,
html { 
  margin:0;
  padding:0;
  color:#000;
/*  background:#a0e0ff;
  background-image: url("images/pattern.gif");*/
  font-family: "Times New Roman", serif;
}

body { 
  min-width:900px;
}

#wrapper {
  width:900px;
  margin:0 auto;
/*  color: #000;
  background:#e8f0ff;
  background-repeat: no-repeat;*/
}

#menu { 
  float: left;
  width: 150px;
  margin: 0px;
  padding: 20px 5px 5px 10px;
  font-family: "Arial", sans-serif;
  font-size: 75%;
}

#header {
  /*color: #ffffff;
  background-color:#ddd;
  background-image: url("images/header_bg2.jpg");*/
  text-align: right;
}

#footer {
  position: relative;
  clear: both;

  height: 50px;
  margin: 0;
  padding: 0;
  
  border-top: 2px solid #fff;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;

  /*color: #000;
  background-color:#c5d5ff;
  background-image: url("images/header_bg2.jpg");*/
}

#menu ul { 
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.3em;
  font-weight: bold;
}

#menu ul ul #active, #menu ul ul li a { 
  margin: 0;
  padding: 0em 1em;
  line-height: 1.3em;
  color: #000;
}

#special_menu { 
  margin-top: 2em;
  margin-bottom: 2em;
  line-height: 1.1em;
}

#menu li a {   
  display: block;
  line-height: 1.3em;
  color: #000;
}

#menu a:link, #menu a:visited {  
  display: block;     
/*  color: #103070;*/
  text-decoration: none; 
  color: #000;
}

#menu a:hover {  
  color: #000;
  background-color:#ddd;
}

#menu ul li  {  
  display: inline;
}

/* menu active elements highlighting */
#menu ul #active {                 
  display: block;
  color: #000;
  /*background-color: #fff;*/
}

#menu ul #active ul {                 
  display: block;
  color: #000;
  /*background-color: #e8f0ff;*/
}

#header h1 { 
  margin: 0px 0px 5px 0px;
  border-bottom-style: solid;
  border-width: 2px;
  padding: 0px 10px 5px 5px;
  font-weight: bold;
  font-family: "Arial", sans-serif;
}

#content { 
  float: right;
  width: 700px;
  min-height: 400px;
  margin: 0px;
  padding: 5px 10px 30px 10px;
  color: #000;
/*  background-color: #fff;*/
}

* html #content {  
  /* The IE fix - \*/
  height: 400px;
  /* Keep this here! */ 
}

#footer p {  
  margin: 0px;
  border-top-style: solid;
  /*border-color: #e8f0ff;*/
  border-width: 2px;
  padding: 1em 1em;
  /*color: #204080;*/
  font-size: 80%;
}

#footer #logos {  
  display: none;

}

#footer img {  
  display: none;
}

/* Content area styles ("user styles")*/

#content { 
  position: relative;
  font-family: "Times New Roman", Serif;
  font-size: medium;
}

#content p {  
  font-family: "Times New Roman", Serif;
}

#content #last_update { 
  position: absolute;
  bottom:1px;
  right:10px;
  /*color:#204080;  */
  font-size: small;
}

#content a {
  text-decoration: none;
  color: #000;
  background: none;
}
#content a:visited {
  color: #000;
/*  color: #402b98;*/
}
#content a:active {
  color: #000;
/*  color: #faa700;*/
}

#content a:hover {  
  color: #000;
  border-bottom: 1px dotted #5050a0;
  background: #ddd;
}

#content h2, h3, h4 { 
/*  color: #204080; */
  font-weight: bold;
  font-family: Arial, sans-serif;
}

#content h2 { 
  font-size: 140%;
}

#content h3 { 
  font-size: 130%;
}

#content h4 { 
  font-size: 110%;
}

#content ul { 
  margin: .1em 0 0 1.3em;
  padding: 0;
  line-height: 1.4em;
  list-style-type: square;
  /*list-style-image: url("images/square.gif");*/
}

#content li
{ 
  margin-bottom: 0.3em;
  padding-bottom: 0px;
}
#content img.right {  
  float:right;
  margin:0.5em 0em 1em 1em;
  border: solid 1px #ddd;
  padding: 2px;
}

#content img.left {  
  float:left;
  margin:0.5em 1em 1em 0em;
  border: solid 1px #ddd;
  padding: 2px;
}

#content img.icon {  
  margin:0;
  border: 0;
  padding: 0;
  position: relative;
  bottom: -4px;
}



/* Forms in the content area*/

#content form {
   line-height: 1.4em;
}

#content form label { 
  display: block;
  float: left;
  margin-right: 0.5em;
  width: 5em;
  text-align: left;
}  

#content form input { 
  border: 1px solid #8595bf;
  padding:1px;
  background-color: #e8f0ff;
  color: #781351;
}  

#content form .submit input { 
  border: 1px outset #c5d5ff;
  color: #000;
  background-color: #e8f0ff;
}

#content form fieldset { 
  border: 1px solid #c5d5ff;
  padding: 1em 1em;
}

#content form legend { 
  padding: 2px 10px;
  color: #000;
  background-color: #e8f0ff;
}

#content #warning {  
  color: #a02010;
  background-color: #ffffe0;
  font-weight: bold;
}