@charset "utf-8";
/* CSS Document */

/* what function did this come from? */
._ovdebugfunction
{
	font-size: 12px;
	font-weight: bold;
	background-color:#0066FF;
	color: #FFFFFF;
}

/* what does this message mean? */
._ovdebugvalue
{
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC
}

/* the actual message */
._ovdebugmessage
{
	font-size: 12px;
	font-style: italic;
	background-color: #EEEEEE;
}

/* shows when printing empty function */
._ovdebugfunction cite
{
	color: #FF0000;
}

/* shows when printing empty value */
._ovdebugvalue cite
{
	color: #FF0000;
}

/* shows when printing empty message */
._ovdebugmessage cite
{
	color: #FF0000;
}

/* the comments to the right of a displayinput */
._ovcomment 
{
	color: #000066;
	font-size: 12px;
}

/* default format of the input fields */
._ovinput 
{
}
