/* Tausta värv */

.ecBodystart {
padding-top:10px;
background-color:#f2f2f2	; 
font-family:  Arial, Verdana, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: normal; text-decoration: none; 
}

.ecBody {
background-color:#f2f2f2	; 
font-family:  Arial, Verdana, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: normal; text-decoration: none; 
}
/*nupualune joone*/
.ecButtonline {
padding-bottom:5px;
border-bottom: #60cd18 1px solid;
background-color:#f2f2f2	; 
font-family:  Arial, Verdana, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: normal; text-decoration: none; 
}
/* Raamjoone värv */
.ecBorder { 
background-color:#999999; 
}
/* Varju värv */
.ecShadow { 
background-color:#CCCCCC; 
}
/* Webilehe taustvärv */
.ecWebpage { 
background-color:#ffffff; 
}
/* Lühike input kast */
.ecInpShort {
width: 30px; 
font-family: Arial; 
font-size:11px; 
}
/* Valiklist */
.ecInpSel {
width: 75px; 
font-family: Arial;
font-size:11px; 
}
/* Pikk input kast */
.ecInpLong {
width: 56px;
font-family: Arial; 
font-size:12px;
}
/* Vastuse input kast */
.ecInpLRes {
width: 56px; 
font-family: Arial;
font-size:12px; 
background-color:#f2f2f2; 
border-top:0px none #f2f2f2; 
border-left:0px none #f2f2f2; 
border-right:0px none #f2f2f2;
border-bottom:1px solid #999999; 
text-align:right;
}
/* Vastuse input kast BOLD */
.ecInpLResB {
width: 56px;
font-family: Arial; 
font-size:12px; 
background-color:#f2f2f2; 
border-top:0px none #f2f2f2; 
border-left:0px none #f2f2f2;
border-right:0px none #f2f2f2;
border-bottom:1px solid #999999; 
text-align:right; 
font-weight: bold;
}
