body, p, th, td, button, a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

th
{
	color: #6666cc;
  font-weight: normal;
  text-align: left;
}

input.checkbox, input.radio
{
  /* eliminates IE fringe */
  background : #xxxxxx; 
  font-size : 10px;
}

button
{
  border: 2px double #6666cc;
	color: #ffff00;
	background-color: #6666cc; 
}

.big_button
{
  height: 100%;
  font-size: 16px;
}

.small_button
{
  border: 1px double #6666cc; 
}

.new_button
{
  border: 2px hidden #33cc33;	
  color: #ffffff;
  background-color: #33cc33;
  font-weight: bold;
}

.mvs_title, h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6666cc;
}

.mvs_box_header
{
	background-color: #ccccff;
  height: 20;
}

.mvs_results_header
{
	background-color: #ffffff;
  height: 20;
}

.mvs_box_content
{
	background-color: #9999ff;
}

.warning
{
	color: #ff0000;
  background-color: #ffffff;
	font-size: 12px;  
  font-weight: bold;
}

.status
{
	color: #0000ff;
  background-color: #ffffff;
	font-size: 12px;  
  font-weight: bold;
}

.deleted_feedback
{
	color: #ffffff;
  background-color: #999999;
}

.positive_feedback
{
	color: #336633;
  background-color: #ccffcc;
}

.negative_feedback
{
	color: #663333;
  background-color: #ffcccc;
}

.neutral_feedback
{
	color: #333333;
  background-color: #cccccc;
}

.mvs_help
{
	color: #333399;
	font-size: 14px;
  font-weight: bold;
}


