html, head, body {
          margin: 0px;
          padding: 0px;
}
body {
          background-color: #FFF;
          color: #000;
          text-align: center;
          cursor: default;
       /* overflow-y: scroll; */
}
body, table, td, th, input, textarea {
          font-family: Arial,Verdana,Helvetica,sans-serif;
          font-size: 14px;
          line-height: 20px;
}

.break, .clear {
          font-size: 0px;
          line-height: 0px;
          height: 0px;
          clear: both;
}
.clear_left {
          font-size: 0px;
          line-height: 0px;
          height: 0px;
          clear: left;
}
.f_left {
          float: left;
}
.f_right {
          float: right;
}
.a_left {
          text-align: left;
}
.a_right {
          text-align: right;
}
.a_center,
.ta_center {
          text-align: center;
}      
a {
          background-color: transparent;
          color: #003399;
          cursor: pointer;
          text-decoration: none;
}
a:hover {
          text-decoration: underline;
}
a img {
          border: none;
}
pre {
          background-color: #FFF;
          color: #000;
          font-family: "Courier New", monospace;
          font-size: 10pt;
          padding: 10px;
          border: #C0C0C0 dotted 1px;
          text-align: left;
}  
p {
          margin: 0px;
          padding: 0px;
}

#content,   
#footer {                   
          width: 700px;      
          margin: 0px auto; 
          text-align: left;
}
#footer {           
          font-size: 12px;
          line-height: 16px;                   
          border-top: #333 5px solid;
          padding: 20px 0px;    
          text-align: center;
}
#copyright {
          border-top: #F1F1F1 1px solid;              
          margin: 20px 0px 0px 0px;            
          padding: 20px 0px 0px 0px;    
          text-align: left;
}

h1.header {
          background-color: transparent;
          color: #6B9FC6;
          font-family: "Trebuchet MS",Arial,sans-serif;         
          font-style: normal;
          /* font-size: 26px;
          line-height: 28px;   */ 
          font-size: 22px;
          line-height: 24px;
          padding-left: 2px;
}  
h2 {
          background-color: transparent;
          color: #3C6F20;
          font-size: 16px;
          font-style: normal;
          line-height: 18px; 
          padding: 0px;
          margin: 0px 0px 5px 2px;
}
#leftbottom_col {
          border: none;
}  
input.textinput {
          border: #003399 1px solid;
          margin-top: 4px;
          margin-right: 4px;
}  
input.textinput:focus {
          border: #333 1px solid;
}
   
.white_box {       
          border-top: #F1F1F1 1px solid;              
          padding: 12px 0px 0px 0px;
          margin-bottom: 10px;
          clear: both;
}      
.white_box img {                          
          margin-bottom: 12px;
}             
.white_box_top {       
          border-top: none;

}     
div.validate_error {
          background-color: transparent;
          color: #FF0000;   
          font-size: 12px;
          padding: 2px 4px;
          font-size: 11px;
          margin: 0px;
}
.buttonSubmit {
          background-color: #C0DBF4;
          color: #7E9DB9;
          border: #7E9DB9 1px solid;
          width: 80px;
          padding-top: 2px;
          padding-bottom: 2px;
          font-family: "MS Shell Dlg",Arial,sans-serif;
          font-weight: bold;
          font-size: 11px;
          cursor: pointer;
}
.buttonSubmit:hover {
          background-color: #A0CAEF;
          color: #7E9DB9;
}

#calc_result_yle {
          background-color: #C0DBF4;
          color: #7E9DB9;    
          border: #7E9DB9 1px solid;  
          empty-cells: show;
          width: 255px;
          height: 60px;
        /*   position: fixed;
          top: 350px;
          left: 437px; */
          position: absolute;
          left: 10px;  
}
#calc_result_yle th{
          display: none;
}
#calc_result_yle td {
          background-color: transparent;
          color: #7E9DB9;      
          font-family: "MS Shell Dlg",Arial,sans-serif;
          font-weight: bold;
          font-size: 11px;
}
#calc_result_yle td.r1 {
          padding-top: 8px;
}
#calc_result_yle td.r2 {
          padding-bottom: 8px;
}
#calc_result_yle td.c1 {
          padding-left: 15px;
}
#calc_result_yle td.c3 {
          padding-right: 10px;
}


          
               
a.pop_up_link,
div.pop_up_box {       
          background-color: transparent;
          color: #CC6600;
          margin-top: 10px;
}         
a.pop_up_link {
          background-image: url(http://www.yle.fi/svenska/images_global/kub_003399.gif); 
          background-repeat: no-repeat;
          background-position: 0px 8px; 
          background-color: transparent;
          color: #003399;
          padding-left: 10px;   
          font-size: 12px;
          text-decoration: underline;
          display: block;
}       
a.pop_up_link:hover {
          text-decoration: none;
}
a.pop_up_link img,
div.pop_up_box img {
          display: none;
}
div.pop_up_box {                
          background-image: url(http://www.yle.fi/svenska/images_global/com_arrow.gif);  
          background-repeat: no-repeat;
          background-color: #FFEED9;
          color: #000000;
          border-top: #FF9000 1px solid;   
          /* border-bottom: #CC6600 3px solid; */
          padding: 10px 0px 0px 0px;
          margin-top: 10px;
          font-family: Arial,Verdana,Helvetica,sans-serif;
          font-size: 12px;
          line-height: 15px;
}    
div.pop_up_box_form  {
          background-color: transparent;
          color: #000000;
          border-bottom: none;  
          margin: 0px 0px 0px 50px;
}    
                 
div.pop_up_box a {
          background-color: transparent;
          color: #663333;
}           
div.pop_up_box h3 {     
          background-color: transparent;
          color: #FF9000;
          margin: 0px;
          padding: 10px 15px 0px 15px;
          font-size: 14px;
}
div.pop_up_box p {
          padding: 10px 15px 15px 15px;
          margin: 0px;
          text-align: justify;
}    
div.pop_up_box div {
          padding: 0px 15px 10px 15px;
}
div.pop_up_table {
          background-image: none;
          background-color: #FFF;
          color: #2791A9;
          border: none;
          padding: 0px;
          margin: 0px;
          /* border-bottom: #CC6600 3px solid; */
}    
div.pop_up_table th h2 {
          background-color: transparent;
          color: #000000;
          font-weight: normal;  
          font-size: 14px;
          /* border-bottom: #CC6600 3px solid; */
}
div.pop_up_table table {
          width: 80%;
}

div.pop_up_box a.hide_pop_up_box {   
          background-image: url(http://static.yle.fi/global/css/themes/06/img/frontpage-icons.gif);
          background-position: 110px -301px;
          background-repeat: no-repeat;  
          background-color: transparent;
          color: #003399;
          display: block;
          float: right; 
          width: 130px;   
          max-width: 105px;   
          height: 16px;
          text-align: right;
          padding-right: 25px;    
          margin-right: 10px;  
          font-size: 12px;
}
div.pop_up_box a.hide_pop_up_box:hover {
          background-color: transparent;  
          color: #3C6F20;
}

div.pop_up_box table.result_table {     
          background-color: #FFF;
          color: #2E6470;
          width: 95%;
          margin-left: 15px;   
          border-top: #FF9000 1px solid;  
          border-left: #FF9000 1px solid;  
          
}       
div.pop_up_box table.result_table th, 
div.pop_up_box table.result_table td {    
          border-right: #FF9000 1px solid;  
          border-bottom: #FF9000 1px solid;  
          padding: 3px 5px;                  
}       
div.pop_up_box table.result_table h2,
div.pop_up_box table.result_table h3 {
          padding: 0px;
          margin: 0px; 
          font-family: Arial,Verdana,Helvetica,sans-serif;
          font-size: 14px;        
          font-weight: normal;  
}                                
div.pop_up_box table.result_table h3 {
          background-color: transparent;
          color: #000000;
}

