/* Style applied to the BocTextValue. */

span.bocTextValue
{
  width: 15em;
  min-height: 1.7em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
  
.bocTextValue.readOnly
{
  min-height: 0;
}

.bocTextValue.disabled
{
}

span.bocTextValue .content
{
  position: absolute;
  left: 0;
  right: 0.5em;
  width: auto;
}

.bocTextValue.readOnly .content
{
  position: static;
}

.bocTextValue.readOnly .content span
{
}

span.bocTextValue input
{
  width: 100%;
}

span.bocTextValue textarea
{
  width: 100%;
  height: 100%;
  display: inline-block;
}

span.bocTextValue input
{
  height: 1.2em;
  line-height: 1em;
}

body.msie7 span.bocTextValue input,
body.msie8 span.bocTextValue input
{
  line-height: normal;
}

body.msie7 span.bocTextValue .content
{
  top: -0.1em;
}
