.white-text
{
  font-weight:bold;
  color: #ffffff;
}
.black-text
{
  font-weight:bold;
  color: #000000;
}
.red-text
{
  font-weight:bold;
  color: #df3847;
}
.grey-text
{
  color: #878881;
}
.green-text
{
  font-weight:bold;
  color: #4083D7;
}
.orange-text
{
  font-weight:bold;
  color: #orange;
}
.blue-text
{
  font-weight:bold;
  color: #0000ff;
}
.yellow-text
{
  font-weight:bold;
  color: #FFC900;
}
.content-text
{
  color: #0000ff;
}
.input-error {
	border-color: #DD4B39;
}
.language_selector
{
  position:absolute;
  right:0;
  top:0;
  padding: 4px;
  width: 120px;
  height: 30px;
  background: #ffffff;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  opacity:0.5;
}

.mybtn0
{
  width: 65px;
}
.mybtn1
{
  width: 90px;
}
.mybtn2
{
  width: 170px;
}

.tbhead
{
  font-weight: bold;
  color: #006848;
}
