@charset "utf-8";
/* CSS Document */
#debugbtnsec
{
	text-align: left;
}
/* 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;
	color: #000000;
}
/* the actual message */
._ovdebugmessage
{
	font-size: 12px;
	font-style: italic;
	background-color: #EEEEEE;
	color: #000000;
}
/* 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 
{
	font:normal normal normal 0.60em Verdana, Arial, Helvetica, sans-serif; 
	color:#003366;
}
/* default format of the input fields */
._ovinput 
{
	font:normal normal normal 0.85em Verdasna, Arial, Helvetica, sans-serif; padding: 2px; color: #777777; background-color:#0;
}
._ovunsigned
{
	font:normal normal normal 0.75em Verdana, Arial, Helvetica, sans-serif; padding: 2px; color: #777777; background-color:#0;
}
._ovchar
{
	font:normal normal normal 0.75em Verdana, Arial, Helvetica, sans-serif; padding: 2px; color: #777777; background-color:#0;
}
._ovcurrency
{
	font:normal normal normal 0.75em Verdana, Arial, Helvetica, sans-serif; padding: 2px; color: #777777; background-color:#0;
}
._ovlabel
{
	font:normal normal normal 0.95em Verdana, Arial, Helvetica, sans-serif; padding: 2px; color: #777777; background-color:#0;
}
._ovreadonly
{
	font:normal normal bold 0.95em Verdana, Arial, Helvetica, sans-serif; padding: 0px; color: #ff0000; background-color:#0; border:0px;
}
._ovcell
{
	
}
._ovrow
{
	
}
._ovfile
{
	font:normal normal normal 0.95em Verdana, Arial, Helvetica, sans-serif; padding: 2px; color: #777777; background-color:#0;
}
select
{
	font:normal normal normal 0.75em Verdana, Arial, Helvetica, sans-serif; padding: 2px; color: #777777; background-color:#0;
}
._ovvarchar
{
	width: 450px; font:normal normal normal 0.75em Verdana, Arial, Helvetica, sans-serif; padding: 2px; color: #777777; background-color:#0;
}
._ovpassword
{
	font:normal normal normal 0.75em Verdana, Arial, Helvetica, sans-serif; padding: 2px; color: #777777; background-color:#0;
}
._ovint
{
	font:normal normal normal 0.75em Verdana, Arial, Helvetica, sans-serif; padding: 2px; color: #777777; background-color:#0;
}
/* showing result messages */
._ovmessage
{
	color: #FF0000;
	font-weight: bold;
}
/* required indicator */
._ovrequired
{
	color: #FF0000;
	font-weight: bold;
}
/* debugging *****************************************************************/
div#ovdebug
{
	position: relative;
	top: -787px;
	left: 1px;
	z-index: 1;
}
div#debugbtnsec
{
	margin: 20px 7px 7px 7px;
	clear:both;
}	
div#showdebug
{
	clear: both;
	margin: 10px 7px 7px 7px;
	padding: 7px;
	visibility: hidden;
	background-image:url(../images/papertowel.jpg);
	font-size: 12px;
}
div#showdebug td
{
	padding: 3px 5px 3px 5px;
}
span#_debugbuttons
{
	visibility: hidden;
	height: 0;
}
div#_showrequest
{
	visibility: hidden;
	height: 0;
}
div#_showquery
{
	visibility: hidden;
	height: 0;	
}
div#_showpost
{
	visibility: hidden;
	height: 0;
}
div#_showget
{
	visibility: hidden;
	height: 0;
}
div#_showserver
{
	visibility: hidden;
	height: 0;
}
div#_showsession
{	
	visibility: hidden;
	height: 0;
}
div#cookie
{
	visibility: hidden;
	height: 0;
}
div#_showsession
{
	visibility: hidden;
	height: 0;
}
div#_showfiles
{
	visibility: hidden;
	height: 0;
}
div#_showcookie
{
	visibility: hidden;
	height: 0;
}
div#_showenv
{
	visibility: hidden;
	height: 0;
}