
/* Text styles */

  dt { font-weight: bold;
    }

/* Control and Widget styles */

a {text-decoration: none; }
a:hover {text-decoration: underline; }

  div.quote {
    border: 1px solid rgb(119, 119, 119);
    padding: 0.5em;
    margin-left: 1em;
    margin-right: 2em;
    background-color: rgb(230, 230, 230);
    color: black;
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 12pt;
  }

  div.html table{
    border: 0pt none;
    padding: 0px;
    margin: 0px;

  }

    img.html {
    border: 0pt none;
    padding: 0px;
    margin: 0px;
  }

  div.header img {
    border: 0pt none;
    padding: 0px;
    margin: 0px;
  }


   body {font-family: Verdana, Geneva, sans-serif; font-size: 11pt;  	}

   div.content {

      margin-left: 10px;  font-size: 10pt;
   max-width:700px;
   width:expression(document.body.clientWidth > 700? "700px": "auto" );
}

    div.bottommenu {
   font-family: Gill Sans MT Book, Georgia, Times New Roman, Times, serif;
   font-size: 8pt;
   padding-top: 0px;
   padding-bottom: 3px;
   padding-left: 10px;
   padding-right: 15px;
      clear:both;
  }


   h1{ color: #f68f0a; font-size: 21px;}
   h2{ color: #001f58; font-size: 18px;}
   h3{ color: #001f58; font-size: 16px;}
   h4{ color: #001f58; font-size: 14px;}



/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
   font-size: 12pt;
}


div.admin table td {
	padding: 0px 0px 0px 0px;
}

div.admin div.heading
{padding-left: 4px;
color: #ffffff; background: #b3283b; padding-bottom: 2px; }

div.admin div.block {
   	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: black black black black;
	padding-bottom: 3px;
}

#header {
  width:100%;
  background: transparent;
  font-size:93%;
  line-height:normal;
  }
#header ul {
  float: left;
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current {
  background:url("images/kulma1.png") no-repeat left top;
  }
#header #current a {
  background:url("images/kulma2.png") no-repeat right top;
  color:#333;
  padding-bottom:5px;
  }


ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: .3em 0 0 1.5em;
    padding: 0;
    list-style-image: url(bullet.gif);
}
ol {
    line-height: 1.5em;
    margin: .3em 0 0 3.2em;
    padding: 0;
    list-style-image: none;
}
li {
    margin-bottom: .1em;
}

a {
    text-decoration: none;
    color: #056fe7;
    background: none;
}
a:visited {
    color: #5a3696;
}
a:active {
    color: #faa700;
}
a:hover {
    color: #002bb8;
    text-decoration: underline;
}
a.stub {
    color: #772233;
}
a.new, #p-personal a.new {
    color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
    color: #a55858;
}


  /*
** general portlet styles (elements in the quickbar)
*/
.portlet {
    border: none;
    margin: 0;
    padding: 0;
    float: right;
    width: 196px;
    overflow: hidden;
}
.portlet h4 {
    margin: 0;
    font-size: 95%;
    font-weight: normal;
    white-space: nowrap;
}
.portlet h5 {
    margin: 0;
    background: url('http://www.condus.fi/Themes/condus/images/palkki.jpg') no-repeat;
    color: #ffffff;
    font-family: Tahoma;
    font-size: 18px;
    font-weight: normal;
    padding: 0 1em 0 .5em;
    display: inline;
    display: block;
    height: 24px;
    width: 196px;
    white-space: nowrap;
    border-bottom: none;
    padding-top: 2px;
}
.portlet h5.sin {
    background: url('http://www.condus.fi/Themes/condus/images/palkki_sin.jpg') no-repeat;
}
.portlet h5.pun {
    background: url('http://www.condus.fi/Themes/condus/images/palkki_pun.jpg') no-repeat;
}
.portlet h5.har {
    background: url('http://www.condus.fi/Themes/condus/images/palkki_har.jpg') no-repeat;
}
.portlet h5.pitka {
    background: url('http://www.condus.fi/Themes/condus/images/palkki2.jpg') no-repeat;
}
.portlet h5.pitkasin {
    background: url('http://www.condus.fi/Themes/condus/images/palkki2_sin.jpg') no-repeat;
}
.portlet h5.pitkapun {
    background: url('http://www.condus.fi/Themes/condus/images/palkki2_pun.jpg') no-repeat;
}
.portlet h5.pitkahar {
    background: url('http://www.condus.fi/Themes/condus/images/palkki2_har.jpg') no-repeat;
}
.portlet h5 a {
    color: #ffffff;
}
.portlet h5 a:visited {
    color: #ffffff;
}
.portlet h5 a:active {
    color: #ffffff;
}
.portlet h5 a:hover {
    color: #ffffff;
}
.portlet p {
    font-size: 95%;
    margin-top: 8px;
    margin-bottom: 2px;
}
h4.rsstitle {
	background-color:transparent;
   margin-bottom: 1px;
}

.rssdate {
   color: #999999;
	margin: 0 0 12px 0;
	font-size: 10px;
}
.rssfootnote {
   color: #999999;
	font-size: 10px;
}

.rssreadmore{
	margin: 8px 0 12px 0;
	font-size: 12px;
}

.portlet h6 {
    background: #ffae2e;
    border: 1px solid #2f6fab;
    border-style: solid solid none solid;
    padding: 0 1em 0 1em;
    text-transform: lowercase;
    display: block;
    font-size: 1em;
    height: 1.2em;
    font-weight: normal;
    white-space: nowrap;
}
.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
    margin: 0;
    padding: 0;
}
.portlet ul {
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url('http://www.condus.fi/Themes/condus/images/bullet.jpg');
    font-size: 95%;
    padding-bottom: 15px;
}
.portlet li {
    padding: 0;
    margin: 0;
}

.pCalendar ul {
    line-height: 1.5em;
    font-size: 13px;
    list-style-type: none;
    list-style-image: none;
    padding-bottom: 15px;
    margin: 0px;
}

.pCalendar li {
    border-bottom: 1px solid #cccccc;
    padding: 0px 4px 0px 4px;
    color: #666666;
}

.pCalendar li:hover {
    background: #FEF0B3;
}


h5.pHeader{
  padding-top: 3px;
  font-weight: bold;
  text-transform: none;


}

  div.html img {
    border: 0pt none;
    padding: 0px;
    margin: 0px;
  }

    div.html a {
       color: #3b3b3b;

    }
      div.html a:active {
       color: #3b3b3b;

    }

