/*******table*******/
table.dosha_table{
  border:1px solid #5b0006;
  font-size:100%;
}

.dosha_table td,.dosha_table th{
  border:1px solid #5b0006;
  padding:0.3em 0.5em 0.3em 0.5em;
}


.dosha_table th{
  text-align:center;
}

.dosha_table tbody td{
  color:#5b0006;
  text-indent:-2em;
  _text-indent:-1.3em;
  padding-left:2em;
  _padding-left:2em;
  font-size:0.8em;
}

table.dosha_table caption{
  border-top:2px solid #5b0006;
  border-left:2px solid #5b0006;
  border-right:2px solid #5b0006;
  background-color:#556b2f;
  color:#ffffff;
  font-size:1.3em;
  font-weight:bold;
  text-align:right;
  padding:10px 10px 10px 10px;
/*  height:50px;*/
}

.dosha_table thead tr{
  text-align:center;
  height:30px;
  font-size:1.2em;
  font-weight:bold;
  background-color:#9acd32;
  color:#800000;
}

.dosha_table tfoot tr{
  background-color:#556b2f;
  height:30px;
  text-align:center;
  font-size:1.1em;
  color:#ffffff;
}
.dosha_table tfoot td{
  font-size:1.4em;
  font-weight:bold;
}

.dosha_table tr.odd_line{
  background-color:#ffffcc;
}

.dosha_table tr.even_line{
  background-color:#ffff99;
}



input.radio{
  vertical-align:middle;
}

input[type="radio"]{
  vertical-align:text-bottom;
}

