.main_frame {
  background: #D7D7A8;
  padding: 5px;
}

.stat_frame:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.stat_frame {
  position: relative;
  overflow: visible;
  padding-left: 200px;
}

.sep, div_clear
{
  display: block;
  clear: both;
}


.stat_frame #stat_input_params {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 195px;

  border: none;
}
.stat_frame #stat_result {

  min-height: 195px;
  border: 1px solid #000;
  background: #fff;
  
  padding: 1em;
}


.stat_frame .formset .submit {
  width: 100%;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  background: url(../gfx/fill2.gif) #fff repeat-x;
  border: none;
  cursor: pointer;
}

.stat_params .formset {
  border: 1px solid #000;
  background: #fff;
  margin-bottom: 0.5em;
}

#frame .formset .content,
.stat_params .formset .content {
  border-top: 1px solid #000;
}


#frame .legend,
.stat_params .legend {
  text-align: left;
}

#stat_output_params {
/*  width: 100%;*/
/*  border: 1px solid #000;*/
/*  background: #fff;*/
  margin-bottom: 5px;
	
  position: relative;
/*  clear: both;*/
}

#contentDiv #stat_output_params {
  font-size: 9pt;
}

#stat_output_params label {
  display: block;
  float: left;
  width: 22%;
  padding: 2px;
}

table.selector_kind {
  margin: auto;
}

table.selector_kind td {
  padding: 10px 40px 0px;
}

table.selector_kind td input {
  padding: 0px 40px;
  display: block;
  margin: auto;
  border: 1px solid #000;
  background: #F1F1C9;
}

table.selector_kind td input.selected {
  font-weight: bold;
}


.nos_select_border .button {
  padding: 0px 20px;
  border: 1px solid #000;
  background: #F1F1C9;
}


.stat_table {
  border-collapse: collapse;
  border: 1px solid #000;
  width: 100%;
  font-weight: normal;
}

.stat_table caption {
  text-align: left;
  font-size: 18px;
  padding-bottom: 1ex;
  font-weight: bold;
}

.stat_table td,
.stat_table th {
  border: 1px solid #000;
  background: #F0F0F0;
  padding: 0px 1ex;
}


.stat_table th {
  font-weight: bold;
}

.stat_frame h1 {
  font-size: 24px;
  margin: 1ex 0px;
  font-weight: bold;
}

#analytic_templates li span {
  cursor: pointer;
}

#analytic_templates li img {
  margin: 2px;
  cursor: pointer;
}

.stat_frame .report_panel {
  min-height: 295px;
  border: none;
  padding: 0px;
}

.report_panel h2 {
  font-family: arial;
  font-size: 14pt;
  background-color:#F2F2E3;
  border:1px solid #606060;
  margin:5px;
  padding:5px;  
}

.report_output {
  background: #fff;
  /*border: 1px solid #000;*/
  padding: 5px;
  overflow: visible;
}

#reportFrame {
	height: auto;
	width: auto;	
}