/* 
 * Screen styles 
 * (c) Atadone, Marko Myllymäki 
 */

body,
html { 
  margin:0;
  padding:0;
  background:#263249;
  background-image: url("images/pattern.png");
  font-family: "Verdana", sans-serif;
}

body { 
  min-width:900px;
}

#wrapper {
  width:900px;
  margin:0 auto;
  color: #ffffff;
  background:#2246a2;
  background-image: url("images/menu_bg.png");
  background-repeat: repeat-y;
  border-right: 2px solid #000;
  border-bottom: 2px solid #001;
}

#menu { 
  color: #000;
  float: left;
  width: 190px;
  margin: 0px;
  padding: 20px 5px 5px 20px;
  font-family: "Arial", sans-serif;
  font-size: 90%;
}

#header {
  color: #ffffff;
  background-color:#ffffff;
  background-image: url("images/header_bg.png");
  background-repeat: repeat-y;
  text-align: right;
}


#footer {
  position: relative;
  clear: both;

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

  color: #ff0000;
  background-color:#8d1219;
  background-image: url("images/footer_bg.png");
}

#footer p.copy { 
  color: #fdd;
  font-size: 80%;
  margin-top: 0.3em;
  position: absolute;
  bottom: 0.5em;
 }

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

#menu ul ul #active, #menu ul ul li a { 
  border-top: 1px solid #e8f0ff;
  border-bottom: 0;
  margin: 0 0 0 0; /* 0 **/
  padding: 0em 1em;
  line-height: 1.3em;
}

#special_menu { 
  margin-top: 2em;
  margin-bottom: 2em;
  line-height: 1.1em;
  font-size: 80%;
}

#menu li a {   
  margin: 2px 0 0 0; /***/
  display: block;
  line-height: 1.3em;
}

#menu a:link, #menu a:visited {  
  margin: 2px 0 0 0; /***/
  display: block;     
  color: #fff;
  text-decoration: none; 
}

#menu a:hover {  
  margin: 2px 0 0 0; 
  color: #000;
  background-color:#6c8ad7; 
}

#menu ul li  {  
  margin: 2px 0 0 0; 
  display: inline;
}

/* menu active elements highlighting */
#menu ul #active {  
  margin: 1px 0 0 0; 
  display: block;
  color: #000;
  background-color:#6c8ad7; /*a0a0ff;*/
}

#menu ul #active ul {    
  margin: 1px 0 0 0; 
  display: block;
  color: #000;
  background-color:#6c8ad7; /*a0a0ff;*/
}

#header img { 
  padding: 0px 10px 0px 0px;

}
/***
#header h1 { 
  margin: 0px 0px 5px 0px;
  border-bottom-style: solid;
  border-width: 2px;
  padding: 0px 10px 5px 5px;
}
***/

#content { 
  float: right;
  width: 660px;
  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 {  
  position: absolute;
  margin: 0px;
/*)  border-top-style: solid;
  border-color: #e8f0ff;
  border-width: 2px;
*/
  padding: 1em 1em;
  color: #204080;
  font-size: 80%;
  bottom: 10px;
}

#footer #logos {  
  position: absolute;
  right:12px;
  bottom:7px;
}

#footer img {  
  border: none;
}

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

#content { 
  position: relative;
  font-family: Verdana, sans-serif;
  font-size: small;

  background-color:#ffffff;
  background-image: url("images/content_grad.png");
  background-position: right;
  background-repeat: repeat-y; 

}

#content p {  
  font-family: Verdana, sans-serif;
}

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

#content a {
  text-decoration: none;
  color: #005be5;
  background: none;
}
#content a:visited {
  color: #402b98;
}
#content a:active {
  color: #402b98;
}

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

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

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

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

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

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

#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:0em 1em 1em 1em;
  border: solid 1px #ccc;
  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*/

/* Forms in the content area*/

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

#content form p {  
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}

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

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

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

#content form input:focus, #content form textarea:focus {  
  background-color: #f0ffff;
}

#content p .note, #content form p sup {  
  color: #a01020;
}

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

#content form .submit input:hover { 
  background-color: #f0ffff;
  color: #333;
}

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

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

/**********************************
#content form {
  line-height: 1.4em;
  background-color: #e8f0ff;
  margin: 0.5em 1em 0.5em 10px;
  padding: 5px;
}

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

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

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

#content form p sup {  
  color: #a01020;
}

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

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

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

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

#content dl dt { 
  padding-top: 0.3em;

  color: #204080; 
  font-weight: bold;
  font-family: Arial, sans-serif;
}

#content .info {  
  float: left;
  border: 1px solid #c5d5ff;
  padding: 1em;
  margin: 2em 1em 1em 0;
  background-color: #e0f0ff; 
}

#content .info_right {  
  float: right;
  border: 1px solid #c5d5ff;
  padding: 10px;
  margin: 10px;
  background-color: #e0f0ff; 
}

#content #news {  
  border: 1px solid #c5d5ff;
  padding: 0 5px 0 5px;
  margin: 0;
  background-color: #e0f0ff; 
}

#content dl dd { 
  padding-top: 0.3em;
  padding-bottom: 0.5em;
}

#content table {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #d8e0ef;
  margin: 10px 0px;
  padding: 0;
  border-collapse: collapse;
}

#content td {
  margin: 0;
  border: 1px solid #d8e0ef;
  padding: 2px;
  font-weight: normal;
  text-align: left;
}

#content th {
  text-align: left;
  border: 1px solid #d8e0ef;
  background-color:#e8f0ff;
  margin: 0;
  padding: 2px;

  color: #204080; 
  font-weight: bold;
  font-family: Arial, sans-serif;
}

#content em {  
  color: #002050; 
}

#contact_pane {  
/*  border-top: 1px dotted #555555;
  border-bottom: 1px dotted #555555;*/
  margin-top: 10em;
  font-size: 75%;
  text-decoration: none;
  color: #b0c0ff;
}

#content p.note {  
  color: #208080; 
  font-weight: bold;
}

#content p.error {  
  color: #901020;
  font-weight: bold;
}



