body {
     font-size: 12px;
     font-family: Arial;
     color: #000000;
     margin: 0px;
}

td {
     font-size: 12px;
     font-family: Arial;
}


font.important {
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #993333;

}


.topic {
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: black;
}



h1 {
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;	  
}

h2 {
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;	    
}

a {
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    font-family: Arial;	
    font-weight: bold;
}

a:hover {
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #5C5C5C;
    text-decoration: none;
}

a.extranet {
    text-decoration: none;
    color: #6666CC;
    font-size: 12px;
    font-family: Arial;	
    font-weight: bold;
}

a.extranet:hover {
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #993333;
    text-decoration: underline;
}

a.extranet_row {
    text-decoration: none;
    font-weight: normal;
    color: #6666CC;
    font-size: 12px;
    font-family: Arial;	
}

a.extranet_row:hover {
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    color: #993333;
    text-decoration: underline;
}

A.extranet_topic {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-family: Arial;	
    font-weight: bold;
}



A.extranet_topic:active {
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #090909;
    text-decoration: underline;
}

A.extranet_topic:hover {
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #993333;
    text-decoration: underline;
}



td.extranet_topic {
     font-size: 12px;
     font-family: Arial;
     font-weight: bold;
     color: #F93232;
}

.imgpos{
     float: right;
}

.imgrow a{
     margin-right: 5px;
     padding: 1px;
}

.imgrow img{
     border: none;
}


/*
 * Säädetään submit-nappien järjestys formissa, jossa on useampi sellainen
 * ENTER-napin painallus menee sille napille, joka on ensimmäisenä 
 * HTML-koodissa. Poista-nappi halutaan(?) kuitenkin ruudulle
 * ensimmäiseksi (ts. vasemmalle tallenna-napista) 
 *
 *  kts. http://muffinresearch.co.uk/archives/2005/12/08/fun-with-multiple-submit-buttons/ 
 */

.formReverseSubmitButtons {
  direction: rtl;
  float:left;
}
.formReverseSubmitButtons input {
  direction: ltr;
  float: none;
}
  

