﻿/* Yhteiset */
body,A:link,A:visited {font-family:verdana;font-size:8pt;font-weight: normal;}

input, textarea, select
{
    font-family: verdana;
    margin-left: 0px;
    margin-top: 0px;
}

A:link
{
    text-decoration: none;
    color: Black;
    _font-size:small;
    _font-weight:bold;
}
A:visited
{
    text-decoration: none;
    color: Black;
   _font-size:small;
   _font-weight:bold;
}
A:hover
{
    text-decoration: underline;
    _font-size:small;
    color: Black;
    _font-weight:bold;
}


.navigation /* MasterPage2.aspx */
{
    margin: 0px auto;
    padding: 20px;
    width: 940px;
    height: 95px;
    border: 2px solid #C9E0A3;
    text-align: center;
    background-color: #E1EFCF;
   
    
}

.content /* MasterPage2.aspx */
{
    margin: 0px auto;
    padding: 20px;
    width: 940px;
    height: auto;
    border-left:2px solid #C9E0A3;
    border-right:2px solid #C9E0A3;
    border-bottom:2px solid #C9E0A3;
    background-color:White;   
}

.search_box /* search.aspx */
{
    float: left;
    width: 220px;
    padding: 10px;
    background-color: #E1EFCF;
    border: 2px solid #C9E0A3;
}

.search_results /* search.aspx */

 {
  
     float:left;
     margin-left:20px;
     
  }
  
  .place_ad_header
{
    _background-color: #D7EBFF;
    _border: 1px solid #D9AD00;
    _border: 1px solid #C9E0A3;
    _padding:10px;
    font-weight: bold;
    width: 450px;
    padding: 1px;
    font-size: 17px;
    color: #333333;
    _background-color:#C9E0A3;
}

.place_ad_field_header
{
    font-weight: bold;
    color: #333333;
    font-size: x-small;
    
}

.place_ad_validation_summary

{
    
 font-size:small;
 width: 940px;
 background-color:Red;
 border: 3px solid #CC0000;
 font-weight: bold;
 color: White;
 
 
}


 
.tooltip { position:relative; z-index:1000;}
.tooltip span { display:none;}
.tooltip:hover span {
display:block;
position:absolute;
width:320px;
top:-20px;
left:20px;
background-color: Yellow;
border:1px solid #C9E0A3;
color: #666666;
font-weight:bold;
padding:5px;
font-size: 10px;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


