html, body {
	font-size: 10pt;
	font-family: arial;
	margin: 0px;
	padding: 0px;
}

table.kalkulaator_main {
	border-collapse: collapse;
	margin: 10px;	
}


table.kalkulaator_main td {
	white-space: nowrap;
	padding: 1px;
	font-size: 10pt;
	font-family: arial;
	vertical-align:top;
	line-height:20px;
	padding-left:3px;
	padding-right:3px;
}

table.kalkulaator_parameetrid {
	border: 1px solid black;
	border-collapse: collapse;
	background-color: #CCFFCC;
}

table.kalkulaator_tulemused {
	border: 1px solid black;
	border-collapse: collapse;
	background-color: #CCFFCC;
}

table.kalkulaator_tulemused td {
	
	padding-top: 10px;
}

td.valem {
	color: blue;
	text-align: right;
}

td.maja {
	border-left: 1px solid black;
}

th.maja {
	border-left: 1px solid black;
	border-top: 1px solid black;
}

.vahepealkiri {
	border-top: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}

td.vahepealkiri2 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}

th.vahepealkiri2 {
	font-size: 10pt;
	text-align: left;
	font-weight: normal !important;
}

.suur {
	font-size: 14pt;
}

.keskmine {
	font-size: 12pt !important;
	font-weight: bold;
}

input{
	text-align:right;
}

.erinev {
	color: red;
}

.kokku {
	font-weight: bold;
}

.lisad{
	border: 1px solid black;
}

.kyte {
	color: magenta !important;
}

.jahutus{
	color: blue !important;
}

.tulemus_kokku {
	color: purple !important;
}

.vahe {
	color: purple !important;
	text-align: right;
}


.protsent {
	font-style: italic;
	width: 30px;
	text-align: right;
}

.kollane {
	background-color: #FF99CC;
}

.kollane .protsent {
	color: black !important;
}

.kollane .vahe {
	color: black !important;
}

.roheline {
	color: green !important;
}

.must {
	color: black !important;
	font-size: 12pt !important;
}

.pruun {
	color: brown !important;
}

.wk_kiri {
	color: #993366 !important;
}

.vertikaalne {
  -webkit-transform: rotate(270deg);  /* Saf3.1+, Chrome */
     -moz-transform: rotate(270deg);  /* FF3.5+ */
      -ms-transform: rotate(270deg);  /* IE9 */
       -o-transform: rotate(270deg);  /* Opera 10.5 */
          transform: rotate(270deg);
         max-width:50px;
         line-height:50px;
}

.keel_valitud {
	background-color: #CCFFCC;
	font-weight: bold;
}

.keel {
	background-color: #FFFFFF;
}

.menyy_riba {
    background: url("koduseinad.png") no-repeat scroll 20px 5px transparent;
    height: 75px;
    width: 100%;
    background-color: #CCCCCC;
}

.menyy {
    margin-left: 200px;
}

.leht_pealkiri {
	padding-top: 5px;
    	color: #036E04;
}

a.menyylink {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
}

a.menyylink:hover {
	color: #CC0000;
	font-size: 15px;
	font-weight: bold;
}

.kalk-arvuta-nupp{
	background-color: #036E04;	
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin-top: 10px;
	margin-left: 20px;
}

.kalk-nupp{
	background-color: #FFFFFF;	
	color: #036E04;
	padding: 3px;
	margin-top: 10px;
	margin-left: 13px;
	border-color: #036E04;
}

h1 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}