/* ================================
    CSS STYLES FOR Module EP.RegisterFV
   ================================
*/

#module
{
	width:545px;
	margin:10px 0px 10px 0px;
}

#module,
#module P,
#module A,
#module TD,
#module INPUT,
#module SELECT,
#module TEXTAREA 
{
	font-family:Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight:normal;
}

#module A
{
	text-decoration:underline;
}

#module INPUT,
#module SELECT,
#module TEXTAREA
{
  width:21em;
  margin-bottom:5px;
}

#module SPAN.radio INPUT,
#module SPAN.chk INPUT
{
  width:auto;
  position:relative;
  top:2px !important;
  top:6px;
}

#module .chk TD INPUT,
#module .radio TD INPUT
{
  width:auto;
  position:relative;
  top:2px !important;
  top:6px;
}

#module SPAN.radio LABEL,
#module SPAN.chk LABEL,
#module .chk TD LABEL,
#module .radio TD LABEL
{
  width:auto;
  padding-right:15px;
  padding-left:5px;
}

#module table.radio,
#module table.chk
{
	margin-top:0px;
}

#module span u
{
	display:block;
	float:right;
	margin-right:5px;
	color:#000;
	text-decoration:none;
}

#module span.error
{
	position:relative;
	top:0px !important;
	top:-6px;
}

#module .code
{
	font-size:130%;
	float:left;
}

#module .Commandbutton
{
	color:#CE2126;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-right:10px;
	background:url(/DesktopModules/EP.RegisterFV/arrow_r.gif) right center no-repeat;
}

#module .Commandbutton.back
{
	float:left;
	margin-left:10px;
	padding-right:0px;
	padding-left:10px;
	background:url(/DesktopModules/EP.RegisterFV/arrow_l.gif) left center no-repeat;
}

#module .prog
{
	width:100%;
	margin:0px 5px 0px 5px;
}

#module .prog
{
	opacity:0.5; filter:alpha(opacity=50);
}

#module .prog TR.row TD
{
	background:#f8a250;
	padding:2px;
	opacity:0.7; filter:alpha(opacity=70);
	cursor:pointer;
}

#module .prog TD .chk INPUT
{
	width:auto;
	top:1px; left:5px;
}

#module .prog TD IMG
{
	margin-right:10px;
	cursor:help;
}

#module .progheader TD
{
	color:#fff;
}

#module #listbutton
{
	cursor:pointer;
	padding:0px 3px 0px 3px;
}

.functext,
#listbutton
{
	display:none;
	float:left;
}

.prefix,
.zero,
.number
{
	float:left;
}

.zero
{
	font-size:110%;
	padding-top:1px;
}

/*---------ADMIN----------*/

TR.nosort TD
{
  background:seashell url('/images/redarrow_vague.gif') center right no-repeat;
  padding-right:11px;
}

TR.nosort TD.hidesort
{
  background:seashell;
}

TR.nosort TD.sort-ASC
{
  background:seashell url('/images/redarrow_up.gif') center right no-repeat;
}

TR.nosort TD.sort-DESC
{
  background:seashell url('/images/redarrow_down.gif') center right no-repeat;
}

TD.AddRecord TEXTAREA,
TR.edit TEXTAREA
{
  font-size:11px;
	font-family:arial, helvetica, sans-serif;
  border:1px solid #AFAFAF;
}

TD.AddRecord INPUT,
TD.AddRecord SELECT,
TR.edit INPUT,
TR.edit SELECT
{
  height:17px;
  font-size:11px;
  font-family:arial, helvetica, sans-serif;
  border:1px solid #AFAFAF;  
}

TD.AddRecord SPAN.chk INPUT,
TR.edit SPAN.chk INPUT
{
  border:none;
}

TD.AddRecord INPUT,
TD.AddRecord A IMG
{
	margin-top:4px;
}

TD.AddRecord TD INPUT
{
	margin-top:0px;
}

.statsel
{

  margin-right:5px;
}

#admin
{
	width:543px;
	text-align:left;
}

#admin,
#admin P,
#admin A,
#admin TH,
#admin TD,
#admin INPUT,
#admin SELECT,
#admin TEXTAREA 
{
	font-family:Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight:normal;
}

#admin A
{
	text-decoration:underline;
}

#admin TD
{
	padding:3px;
}

#admin A.search
{
	position:relative;
	top:3px;
}

#admin .Commandbutton.tab
{
	margin-right:10px;
}

#admin .chk TD INPUT
{
  width:auto;
  position:relative;
  top:6px;
}

#admin .chk TD INPUT.amount
{
	width:20px;
	position:static;
	margin-left:5px;
}

#admin .subtotal
{
	border-top:1px dashed #000;
}

#admin .total1
{
	border:1px solid #000;
	border-width:1px 0px 1px 1px;
}

#admin .total2
{
	border:1px solid #000;
	border-width:1px 1px 1px 0px;
}

/**
* Exposcan page
********************************************************************************************/
.expo#module
{
	text-align:center;	
}

.expo#module H1
{
	margin-bottom:30px;
	font-size:40px;
	color:#000;
}

.expo#module H3
{
	margin:0;
	padding:0.2em;
}

.expo#module #scanner 
{
	position:relative;
	width:100%;
	height:491px;
	margin:auto;
	padding-top:20px;
	overflow:hidden;
	background:#fff;	
}

.expo#module .loading#scanner
{
	background:transparent url(ui-img/loading.gif) center center no-repeat;
}

.expomodal
{
	display:none;
}

.expomodal#exposuccess
{
	padding:0.5em 0.2em;
}

.ui-dialog.loading #exposuccess
{
	background:transparent url(ui-img/loading.gif) center 15px no-repeat;
}

.expomodal TABLE
{
	margin:0;
}

.expomodal P,
.expomodal TABLE
{
	margin-bottom:0.5em;
}

.expomodal P,
.expomodal H3
{
	font-size:1.5em;
}

.expomodal TABLE TD
{
	font-size:1em;
	padding:0 5px 0 5px;
}

.ui-progressbar.progressbar
{
	float:left;
	width:60%;
	height:1em;
	margin:0.8em 0 0 0.4em;
	padding:0;
}

#expoform
{
	float:right;
	margin-left:5px;
	margin-top:5px;
}

#expoform #remark
{
	width:280px;
	height:120px;
	font-size:0.8em;
}

#expoform LABEL
{
	font-size:0.9em;
	margin-right:5px;
}

/*******************************************************************************************/