/* Palstat */
#palstat td.keski {
  width: 100%;
  background-repeat: repeat-x;
  background-color: #FFFFFF;
}

#sivupohjasisalto {
  padding: 1em 0.5em 0.5em 0.5em;
}

/* Vasemman palstan navi ---------------------------*/

#navigointi {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 19px;
  text-indent: -0.9em;
}

#navigointi img {
  margin-right: 4px;
  vertical-align: 10%;
}

#navigointi li {
  padding-bottom: 15px;
  /*padding-bottom: 0px; /* IE:ia varten */
}

h1 { 
   text-align: center;
	font-size: 2em;
   color: #828282;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

h2 {
	font-size: 1.3em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
   color: #0071bc;   
}

.h3 {
   font-size: 1.2em;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   color: #006400;
}

.kuva {
	float: right;
	margin: 0 0 0px 10px;
	border-width: 0;
}

.lista {
	list-style-type: none; 
	padding: 0; 
	margin: 0;
}

.lista li {
	padding-top: 5px;
}

#kulutustaulukko {
	border-collapse: collapse;
	margin-top: 20px;
}

#kulutustaulukko td {
	width: auto;
	text-align: center;
	vertical-align: middle;
}

#kulutustaulukko input {
	width: 50px;
	height: 16px;
	text-align: right;
}

#kulutustaulukko input.omalaite {
	width: 100px;
	text-align: left;
}

#kulutustaulukko input.disabled {
	background-color: #ededed;
	border-width: 0;
}

#kulutustaulukko input.laskettu {
	background-color: #ffffff;
	border-width: 0;
}

#kulutustaulukko input.yhteensa {
   background-color: #ff0000;
   border-width: 0;
   font-weight: bold;
   color: #ffffff;
}

#kuvaus td {
	padding: 2px 5px 2px 2px;
	font-weight: bold;
}

#kulutustaulukko .laitteet {
	text-align: left;
}

#kulutustaulukko .aktiivi {
	background-color: #ededed;
}

#kulutustaulukko .tyhja {
	background-color: #ededed;
}

#kulutustaulukko .valmius {
	background-color: #ededed;
}

#kulutustaulukko .laskelma {
	background-color: #d1deeb;
}

#otsikko td {
	padding: 2px 5px 2px 2px;
}

.valittu {
	background-color: #ffffff;
}

.valittu input {
	color: #000000;
	border-color: #cecece;
	border-width: 1px;
}

.cb input {
	width: 10px;
	height: 10px;
	border-width: 0;
}

.eivalittu {
	background-color: #ededed;
}

.eivalittu input {
	color: #cccccc;
	border-width: 1px;
}

#hinta {
	width: 50px;
}    
