.whiteframe {
	border: 0px solid #FFFFFF;
}


.debug{
	width: 600px;
	height: 100px;
	overflow-y: auto;
	background-color: white;
	font-size: 8pt;
}

.col_main{
  padding: 10px;
  background-color: #FFFFFF;
}

  .footer_links
, .footer_links a
, .footer_links a:active
, .footer_links a:link
, .footer_links a:visited
{
	color: black;
	font-family: arial;
	font-size: 7pt;
	text-decoration: none;
}
  .footer_links a:hover
{
	color: white;
	font-family: arial;
	font-size: 7pt;
	text-decoration: underline;
}


.inp_txt{
  border: 1px solid gray;
  font-family: arial;
  font-size: 9pt;
  font-weight: bold;
  color: black;
}

.inp_num{
  border: 1px solid black;
  text-align: left;
  font-family: arial;
  font-size: 9pt;
  font-weight: bold;
  color: black;
}

.inp_num_center{
  border: 1px solid black;
  text-align: center;
  font-family: arial;
  font-size: 9pt;
  font-weight: bold;
  color: black;
}

.inp_num_readonly{
  border: 0px solid white;
  text-align: left;
  font-family: arial;
  font-size: 9pt;
  font-weight: bold;
  color: red;
}

.cbo{
  font-family: arial;
  font-size: 9pt;
  border: 1px solid gray;
  font-weight: bold;
  color: black;  
}

.required{
  color: red;
  font-size: 9pt;
}

button{
  background-color: #999999;
  color: white;
  border: 1px solid gray;
  height: 25px;
  font-size: 12pt;
  font-weight: bold;
}


