﻿@import url("Ymparisto.css");

body,
html
{
    font-family:Arial,Helvetica,Sans-serif;
    margin:0;
    padding:0;
    color:#000000;
}

textarea
{
    font-family:Arial,Helvetica,Sans-serif;
    font-size:inherit;
}

a,a:visited
{
    color:#0077EE;
}

/*
Koska HeaderDiv on position:  absolute se täytyy ympäröidä ylimääräisellä <div>
elementillä tai muuten se ei näy sivun leveydestä riippuen.
*/
#HeaderDiv
{
    
    /* fallback (Opera) */
    background: #FFFFFF;
    /* Mozilla: */
    background: -moz-linear-gradient(left, #FFFFFF, #88AF52);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, right top, from(#FFFFFF), to(#88AF52));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#FFFFFF', EndColorStr='#88AF52', GradientType=1);
    background: -ms-linear-gradient(left, #FFFFFF 0%,#88AF52 100%); /* IE10+ */           	
    vertical-align:bottom;
    position:  absolute;
    top:  0;
    left:  0;
    width:100%;	
    height: 90px;
    color:#3D5488;
    border-bottom: solid 1px #3D5488;
}

#HeaderDiv span
{
    padding:5px;
    margin:0;
}

#ContentDiv
{
    display:inline; /* IE6 fix */
    background:#FFFFFF;
    float:left;
    height:1%;
    margin:0;
    /* top value:ssa on headerin korkeus. */
    margin-top:91px;
    /*margin-bottom:30px; no footerspace needed */
    padding:0;	
    width:auto;
}

/*
Koska MenuDiv on position:  absolute se täytyy ympäröidä ylimääräisellä <div>
elementillä tai muuten se ei näy sivun leveydestä riippuen.
*/
#MenuDiv
{
    position:  absolute;
    /* top value:ssa on headerin korkeus. */
    top:  91px;
    left:  0;

    background:#FFFFFF;
    color:#000000;	
    width:170px; /* menun leveys */
    height:85%;
}
#MenuDiv p
{
    padding:0 10px;
    margin: 10px 5px;
}

#MainDiv
{
    display:inline; /* IE6 fix */
    background:#FFFFFF;
    position:  relative;
    float:left;
    margin-left:170px; /* menun leveys */
    padding-left:10px;
    padding-top:15px;
}

*{
    list-style:none;
    margin:0px;
    padding:0px;
}

#KoPoMenu{
border: 1px solid black;
BORDER-RIGHT: #336666 1px solid;
border-bottom-width: 0;
width: 168px;
}

#KoPoMenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#KoPoMenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 152px; /*170px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #88AF52;
border-bottom: 1px solid #EEEEFF;
border-left: 7px solid #336666;
}

* html #KoPoMenu li a{ /*IE only */
width: 172px; /*IE 5*/
width: 152px; /*185px minus all left/right paddings and margins*/
}

#KoPoMenu li a:hover 
{
color:#000033;
background-color: #EEEEFF;
border-left-color: #669999;
}

#KoPoMenu div.menutitle{
color: white;
border-bottom: 1px solid #000033;
padding: 1px 0;
padding-left: 5px;
background-color: #3D5488;
BORDER-RIGHT: #000033 1px solid;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

table.listview
{
    border: none;
    border-collapse:collapse;
    margin:0;
    padding:0;	
    font-size:0.9em;	
}
table.listview tbody td {
    background-color:#FFFFFF;
    border-right:1px solid #669999;
    border-bottom:1px solid #669999;
    padding: 0.4em 0.5em 0.4em 0.5em;
}

table.listview tbody th		
{
    font-weight:normal;	
    background: #88AF52;
    color: #FFFFFF;
    padding: 4px 0.4em 4px 0.4em;	
}
table.listview caption
{
    text-align:left;
    font-weight: bold;
    padding: 0.4em 0.5em 0.4em 0em;
    color:#3D5488;
    font-size:1.1em;
}

table.listview tbody tr.gridodd td{
    background-color: #E6EFD6;
}
        
table.gridview a
{
    color: #0066CC;
}
        
table.gridview
{
    border: none;
    border-collapse:collapse;
    margin:0;
    padding:0;	
    font-size:12px;	
}

table.gridview td, table.gridview th
{	
    vertical-align:top;
    font-weight:normal;	
}

table.gridview td.taynna, table.gridview tr.gridodd td.taynna
{	
    text-align:center;
    background-color:#ff0000;
    color:#ffffff;
}

table.gridview td.jono, table.gridview tr.gridodd td.jono
{	
    text-align:center;
    background-color:#FFCC99;
    color:#000000;
}

table.gridview td.alkanut, table.gridview tr.gridodd td.alkanut
{	
    text-align:center;
    background-color:#BBBBBB;
    color:#ffffff;
}

table.gridview tbody td {
    background-color:#FFFFFF;
    border-right:1px solid #669999;
    border-bottom:1px solid #669999;
    padding: 0.4em 0.5em 0.4em 0.5em;
}

table.gridview tbody th{	
    font-weight: bold;	
    background: #88AF52;
    color: #FFFFFF;
    padding: 4px 0.4em 4px 0.4em;	
}

table.gridviewHeaderTable tbody th{	
    padding: 4px 0.6em 4px 0.6em;	
}

.gridhead th, th.gridhead {
    background: #88AF52;
    color: #FFFFFF;
    padding: 4px 0.4em 4px 0.4em;
}

.lefthead th, th.lefthead {
    text-align:left;
    background: #669999;
    color: #FFFFFF;
    padding: 4px 0.4em 4px 0.4em;		
}

table.gridview tbody tr.gridodd td{
    background-color: #E6EFD6;
}

table.gridview tbody tr.kasiteltavarivi {
/*background-color:#FFCC00;*/
background-color:#FFFFFF;
border-color: #669999 #669999 #669999 #669999; 
border-style:outset; border-top-width: 3px; border-right-width: 3px; border-bottom-width: 3px; border-left-width: 3px;
}



table.gridview tbody tr.korjattavana td{
    background-color: #FFFF00;
}

table.gridview tbody tr.paavalikko td{
    background-color: #FFCC33;
}

table.gridview tbody tr.koulutuspaattynyt td{
    background-color: #DDDDDD;
}

table.gridview tbody tr.historia td{
    background-color: #DDDDDD;
}

table.gridview tbody tr.taydennyspyynto td{
    background-color: #FFFFFF;
}

table.gridview caption
{
    text-align:left;
    font-weight: bold;
    padding: 0.4em 0.5em 0.4em 0em;
    color:#3D5488;
    font-size:1.1em;
}

.kurssitieto 
{
    width: 700px;
    font-size: 0.9em;
    margin-bottom: 5px;
}

.piilotettusisalto {
    display: none;
    width: 100%;
}

table.lomake, div.lomake
{	
    background-color: #e6efd6;
    width:700px;
    border-spacing:0px;
    /*border-collapse:collapse;*/
    BORDER-RIGHT: #666699 1px solid; BORDER-TOP: #eeeeff 1px solid;
    BORDER-LEFT: #eeeeff 1px solid; BORDER-BOTTOM: #666699 1px solid;
    margin-bottom: 0.5em;
    font-size:0.9em;
    padding-left:0.5em;
}

.tableLabelSmall
{
    font-size: 0.8em;
}

div.lomake
{	
    /* Saman levyiseksi kuin table.lomake*/
    width:691px;
}

div.lomakeContent 
{
    margin-top: 10px;
}

table.lomake td
{
    background-color: #e6efd6;
    padding: 0.1em 0.5em 0.1em 0.1em;
    border:none;
    margin:0;
}

.datafield
{
    background-color:#eeeeee;
}

table.lomake td.datafield
{
    background-color:#eeeeee;
    /*padding: 0.2em 0.5em 0.1em 0.5em;*/
    border-left:1px solid #666666;
    border-top:1px solid #666666;
    border-bottom:1px solid #ffffff;
    border-right:1px solid #ffffff;
    margin:0;
}

table.lomake th
{
    text-align: left;
    color:#3D5488;
    background-color: #E6EFD6;
    padding: 0.4em 0.5em 0.4em 0.1em;
    border:none;
    margin:0;
}

table.lomake caption
{
    text-align:left;
    font-weight: bold;
    padding: 0.4em 0.5em 0.4em 0em;
    color:#3D5488;
    font-size:1.1em;
}

table.tilanne
{
    border-collapse:collapse;
    BORDER-RIGHT: #666699 1px solid; BORDER-TOP: #ffffff 1px solid;
    BORDER-LEFT: #ffffff 1px solid; BORDER-BOTTOM: #666699 1px solid;
    margin-bottom: 0.5em;
}

table.tilanne tr.tapahtumaraja
{
    border-top: 1px dotted gray;
}

table.tilanne td
{
    padding: 0.4em 0.5em 0.4em 0.5em;
    border:none;
    margin:0;
}

table.tilanne th
{
    text-align: left;
    padding: 0.4em 0.5em 0.4em 0.5em;
    border:none;
    margin:0;
}

table.tilanne caption
{
    font-size:.9em;
    text-align:left;
    font-weight: bold;
    padding: 0.4em 0.5em 0.4em 0em;
}

table.tilanne.KartoitusVarattu td, table.tilanne.KartoitusVarattu th
{
    background-color:#FFFFFF;
}
table.tilanne.KartoitusTulos td, table.tilanne.KartoitusTulos th
{
    background-color:#99FFFF;
}
table.tilanne.KoulutusVarattu td, table.tilanne.KoulutusVarattu th
{
    background-color:#CCFF99;
}
table.tilanne.AloittanutKoulutuksen td, table.tilanne.AloittanutKoulutuksen th
{
    background-color:#FFFF99;
}
table.tilanne.PaattanutKoulutuksen td, table.tilanne.PaattanutKoulutuksen th
{
    background-color:#FFCC00;
}
table.tilanne.EiOsallistunutKartoitukseen td, table.tilanne.EiOsallistunutKartoitukseen th
{
    background-color:#99CCCC;
}
table.tilanne.EiAloittanutKoulutusta td, table.tilanne.EiAloittanutKoulutusta th
{
    background-color:#CCCC99;
}
table.tilanne.KeskeyttiKoulutuksen td, table.tilanne.KeskeyttiKoulutuksen th
{
    background-color:#CC9999;
}
table.tilanne.Jonossa td, table.tilanne.Jonossa th
{
    background-color:#FFCC99;
}

td.korjattavana 
{ 
    background-color: #FFFF00 !important; 
}

td.paavalikko
{ 
    background-color: #FFCC33 !important; 
}

div.Kopocalendar 
{
    border:1px solid #000000;
}

.ajax__calendar_container
{
    background:none repeat scroll 0 0 #FFFFFF;
}

table.lomake .ajax__calendar_container td
{
    background-color:#ffffff;
    padding:0;	
}

table.lomake .ajax__calendar_day:hover {
background-color:#EDF9FF;
border-color:#DAF2FC;
color:#0066CC;
}

table.lomake .ajax__calendar_active 
{
    background-color:#EDF9FF;
    border-color:#0066CC;
    color:#0066CC;
}

span.datalabel
{
    background-color:#ffffff; 
    border:1px solid #7F9DB9; 
    padding:1px;
    padding-right:5px;
    font-size:0.8em;
}

span.pagename
{	
    font-weight: bold;
    padding-right:15px;
    line-height:1.5em;
    vertical-align:top;
    color:#3D5488;
}

div.pagename 
{
    font-weight: bold;
    color:#3D5488;
}

.errortext
{
    color:#ff0000;
    font-weight:bold;
}

span.saved
{	
    color:#08BE48;
}

span.korjattavana
{	
    font-weight:bold;
    background-color:#FFFF00;
    color:#3D5488;
}

div.validationErrors
{
    border-style:solid;
    border-width:1px;
    border-color:#DF9898;
    background-color:#FFE7E7;
    padding:10px;
    margin-bottom:10px;
}

/*AutoComplete flyout */
.autocomplete_completionListElement
{
    font-size: x-small;
    margin : 0px!important;
    background-color : #EEEEFF;
    color : windowtext;
    border : buttonshadow;
    border-width : 1px;
    border-style : solid;
    cursor : 'default';
    overflow : auto;
    height : 200px;
    text-align : left;
    list-style-type : none;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
    font-size: x-small;
    background-color : #ffffff;
    color: black;
    overflow : auto;
}

/* AutoComplete item */
.autocomplete_listItem
{
    width : 500px;
    background-color : #ffffff;
    font-size: x-small;
    color : windowtext;
    overflow : auto;
}

.autocomplete_searchBox
{
    background-image:url('images/autocomplete.png');
    background-repeat:no-repeat;
    background-position:right;
    padding-right:30px;
}

.autocomplete_searchNumberBox
{
    background-image:url('images/autocompleteNumber.png');
    background-repeat:no-repeat;
    background-position:right;
    padding-right:30px;
}



.tiedotePaneljQuery 
{
      display:none;
      width: 600px;
      background-color:white;
      overflow:hidden;
      border-left:1px solid #000033;
      border-right:1px solid #000033;
      border-bottom:1px solid #000033;
      float:none;
      padding:3px 0 3px 9px;
}


.tiedotePanel {
      width: 600px;
      height:0px;
      background-color:white;
      overflow:hidden;
      border-left:1px solid #000033;
      border-right:1px solid #000033;
      border-bottom:1px solid #000033;
      float:none;
      padding:3px 0 3px 9px;
}

.ohjePanel {
      width: 600px;
      background-color:white;
      overflow:hidden;
      border-left:1px solid #99CC99;
      border-right:1px solid #99CC99;
      border-bottom:1px solid #99CC99;
      float:none;
      padding:3px 0 3px 9px;
}
 
.tiedotePanelHeader   
{
    
    /* fallback (Opera) */
    background: #FFFFFF;
    /* Mozilla: */
    background: -moz-linear-gradient(left, #e6efd6, #88AF52);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, right top, from(#e6efd6), to(#88AF52));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#e6efd6', EndColorStr='#88AF52', GradientType=1);		
    background: -ms-linear-gradient(left, #e6efd6 0%,#88AF52 100%); /* IE10+ */ 
    width:600px;            
    border:1px solid #000033;
    /*background-color:#88AF52;*/
      
    color:#3D5488;
    float:none;
    cursor: pointer; 
    padding:3px 0 3px 9px;
}

.saapunutValipalautePanelHeader {
    /* fallback (Opera) */
    background: #aaaaaa;
    /* Mozilla: */
    background: -moz-linear-gradient(left, #eeeeee, #aaaaaa);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#aaaaaa));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#eeeeee', EndColorStr='#aaaaaa', GradientType=1);
    background: -ms-linear-gradient(left, #eeeeee 0%,#aaaaaa 100%); /* IE10+ */
    width: 600px;
    border: 1px solid #000033;
    /*background-color:#88AF52;*/
    color: #3D5488;
    float: none;
    cursor: pointer;
    padding: 3px 0 3px 9px;
}

.lahetettyValipalautePanelHeader {
    /* fallback (Opera) */
    background: #FFFFFF;
    /* Mozilla: */
    background: -moz-linear-gradient(left, #e6efd6, #88AF52);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, right top, from(#e6efd6), to(#88AF52));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#e6efd6', EndColorStr='#88AF52', GradientType=1);
    background: -ms-linear-gradient(left, #e6efd6 0%,#88AF52 100%); /* IE10+ */
    width: 600px;
    border: 1px solid #000033;
    /*background-color:#88AF52;*/
    color: #3D5488;
    float: none;
    cursor: pointer;
    padding: 3px 0 3px 9px;
}

.uutinenPanelHeader   
{
    
    /* fallback (Opera) */
    background: #e6efd6;
    width:600px;            
    border:1px solid #000033;
    /*background-color:#88AF52;*/
      
    color:#3D5488;
    float:none;
    cursor: pointer; 
    padding:3px 0 3px 9px;
}

.org_valiPanelHeader   
{
    
    /* fallback (Opera) */
    background: #FFCC33;
    width:609px;            
    border:1px solid #FFCC33;
    /*background-color:#88AF52;*/
    text-align:center;
    color:#3D5488;
    float:none;
    padding:3px 0 3px 0px;
}


.ohjePanelHeader   
{
    
    /* fallback (Opera) */
    background: #99CC99;
    width:600px;            
    border:1px solid #99CC99;
    /*background-color:#88AF52;*/
      
    color:#3D5488;
    float:none;
    padding:3px 0 3px 9px;
}

.viestiPanelHeader   
{
    
   /* fallback (Opera) */
    background: #FFFFFF;
    /* Mozilla: */
    background: -moz-linear-gradient(left, #e6efd6, #FFCC33);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, right top, from(#e6efd6), to(#FFCC33));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#e6efd6', EndColorStr='#FFCC33', GradientType=1);  
    background: -ms-linear-gradient(left, #e6efd6 0%,#FFCC33 100%); /* IE10+ */ 
    width:600px;            
    border:1px solid #000033;
    /*background-color:#3D5488;*/
      
    color:#000000;
    float:none;
    cursor: pointer; 
    padding:3px 0 3px 9px;
    clear: both;
}

.OEviestiPanelHeader   
{
    
   /* fallback (Opera) */
    background: #FFFFFF;
    /* Mozilla: */
    background: -moz-linear-gradient(left, #FFF0E6, #FF6600);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, right top, from(#FFF0E6), to(#FF6600));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#FFF0E6', EndColorStr='#FF6600', GradientType=1);  
    background: -ms-linear-gradient(left, #FFF0E6 0%,#FF6600 100%); /* IE10+ */ 
    width:600px;            
    border:1px solid #000033;
    /*background-color:#3D5488;*/
    
    color:#000000;
    float:none;
    cursor: pointer; 
    padding:3px 0 3px 9px;
    clear: both;
}

.OEuusiKviestiPanelHeader {
    /* fallback (Opera) */
    background: #FFFFFF;
    /* Mozilla: */
    background: -moz-linear-gradient(left, #FFF0E6, #CCFFFF);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, right top, from(#FFF0E6), to(#CCFFFF));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#FFF0E6', EndColorStr='#CCFFFF', GradientType=1);
    background: -ms-linear-gradient(left, #FFF0E6 0%,#CCFFFF 100%); /* IE10+ */
    width: 600px;
    border: 1px solid #000033;
    /*background-color:#3D5488;*/
    color: #000000;
    float: none;
    cursor: pointer;
    padding: 3px 0 3px 9px;
    clear: both;
}

.KuntamuutosviestiPanelHeader   
{	
    background: #FF0000;
    width:600px;            
    border:1px solid #000033;
    /*background-color:#3D5488;*/
    
    color:#ffffff;
    float:none;
    cursor: pointer; 
    padding:3px 0 3px 9px;
}

tr.gridhead a
{
    color:#ffffff;
}

tr.gridtotal td 
{
    font-weight: 900;
    border-top:2px solid #669999;
}

div.lisaehto
{
    padding-bottom:5px;
}

div.ohjeteksti
{
    padding-top:5px;
    padding-bottom:20px;
    font-size:0.7em;
}

.passwd_1 {background-color:#FFFF00;}
.passwd_2 {background-color:#FFFF00;}
.passwd_3 {background-color:#FFFF00;}
.passwd_4 {background-color:#00FF00;}
.passwd_5 {background-color:#00FF00;}


/*Modal Popup*/
 .modalBackground {
     background-color:Gray;
     filter:alpha(opacity=70);
     opacity:0.7;
 }

.PopupHeader
{
    font-family:'Trebuchet MS', 'Lucida Grande', Arial, Sans-serif;
    background-color: #88AF52;
    color:#ffffff;
    padding:3px;
}

.notice_backgound
{
    background-color: Yellow;
    padding:10px;  
}

.PopupBody
{
    font-family:Arial,Helvetica,Sans-serif;
    font-size:0.9em;	
    padding:3px;
}

.modalPopup 
{     
     background-color: #e6efd6;
     border-width:1px;
     border-style:solid;
     border-color:#3D5488;
     width:500px;
 } 
 
.modalPopup_Big
{     
     background-color: #e6efd6;
     border-width:1px;
     border-style:solid;
     border-color:#3D5488;
     width:750px;
 } 
 
@media Print
{
    #MenuDiv
    {
        display:none;
    }
    #MainDiv
    {
        margin-left:0;
    }
}

#printDiv {
    margin-left: 10px;
}

#printDiv input {
    display:none;
}

#printDiv table {
    border: none;
    background-color: white;
    width: 100%;
}

#printDiv table td {
    background-color: white;
}

#tulostuspaivaHeader {
    float: right;
}

#tulostusHeader {
    float: left;
}

#HeaderDivPrint {
height: 30px;
margin-right: 10px;
display:none;
}

#printDiv #HeaderDivPrint {
height: 30px;
margin-right: 10px;
display:block;
}

/* Omaehtoinen koulutus */
table.lomake td.lahOpetusVkoKal 
{
   border: 1px solid black;
}

table.lomake td.colorGreen 
{
   background-color: #88AF52;
}

table.lomake td.colorPink 
{
   background-color: #FF6699;
}

table.lomake td.lahOpetusVkoKalInput 
{
   border: 1px solid black;
   padding: 0px;
}

table.lomake td.lahOpetusVkoKalData 
{
   border: 1px solid black;
   padding: 0px;
   width: 14%;
}

td.kuntamuutos
{
    background-color:#ff0000 !important;
}

span.punainen
{	
    color:#BB3333;
}
table.gridview a.punainen
{	
    color:#BB3333;
}

.tableCaption 
{
    color: #3D5488;
    font-size: 0.8em;
    font-weight: bold;
    vertical-align:top;
}

.pagedCaption
{
    float:left;
    text-align:left;
    font-weight: bold;
    /*padding: 0.4em 0.5em 0.4em 0em;*/
    color:#3D5488;
    font-size:1.1em;
    width:300px;
    margin-right:-200px;
}

.checkbox input[type="checkbox"] 
{ 
    margin-left: 5px;
    margin-right: 5px; 
}

.bold_text 
{
    font-weight: bold;
}

.aikatauluTd 
{
    width: 50px;
    padding-left: 10px;
}

.collapsiblePanelBtnHeader 
{
    width:700px;
    height:30px;
}

.panelHr 
{
    background-color:white;
    margin:20px -1px 5px -8px;
    height:5px;
    border-top: 1px solid #808080;
    border-bottom: 0; 
    border-left:0;
    border-right:0;
}

/* Koulutustulos */
.koulutusTulosContent 
{
    width:680px;
    border:0;
}

.koulutusTulosBtnRow 
{
    height:30px;
    margin:10px 0;   
}

.koulutusTulosBtn 
{
    /*float:right;*/
}

.tilastoFieldWidth
{
    /*width: 250px;*/
}

.tilastoTextBoxWidth 
{
    width: 200px;
}

/* Painike-rivin tyyli*/
.buttonDiv 
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.divPyynto 
{
    margin: 10px 0;
    background-color:#E6EFD6;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #669999; 
    min-height: 30px;
    min-width: 700px;
}

.pnlPoista 
{
    float:right;
    padding-left:10px;
}

.printTiedoteDiv 
{
    margin-bottom: 5px;
}

option.optiongroup {
    background-color: #999999;
    font-weight: bold !important;
    color: #ffffff;
    border: 1px solid #000000;
}

#tab_header
{
}

#tab_header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#tab_header li 
{	    
    float: left;
    border: 1px solid #bbb;
    border-bottom-width: 0;
    margin: 0;
}

#tab_header a 
{	    
    text-decoration: none;
    display: block;
    background: #eee;
    padding: 0.24em 1em;
    color: black;
    width: 10em;
    text-align: center;
}

#tab_header a:hover {
    background: #b3cc91;
}

#tab_header .tab_selected {
    border-color: black;
}

#tab_header .tab_selected a {
    position: relative;
    top: 1px;
    background: white;
    color: black;
    font-weight: bold;
}
    
#tab_viiva
{
    clear:both;
    border-top:1px solid black;    
}


.tiedoteTextBox 
{
    margin-top: 5px;
    padding: 3px;
}

.tavoiteammattiLabel {
    vertical-align:top;
}

.tavoiteammattiPaivitettyLabel {
    margin-top:2px;
    margin-bottom:2px;
    font-size: 0.90em;
}

.tavoiteammattiField {
    border:1px solid rgb(169, 169, 169);
    background-color: white;
    min-height: 18px;
    padding-left: 2px;
    padding-top: 2px;
    font-size:0.90em;    
}

.ammattikoodiTreeView table td {
    background-color: white;
}

table.ammattiSearchResult td {
    background-color: white;
}

table.ammattiSearchResult label {
    margin-left: 3px;
}

div.ammattikoodiTreeView input {
    margin-right: 3px;
}

.cb_toimohj input, .cb_toimohj_disabled input {
    margin-right: 3px;
}

.tulosteHeader {
    font-weight: bold;
}

.textalign_center {
    text-align:  center;
}

.hidden {
    display: none;
}
