/* ================================
    CSS STYLES FOR Module EP.RegisterFV
   ================================
*/

#module
{
	width:750px;
	margin:10px 0px 10px 0px;
}

#module .space-holder
{
  width:920px;  
}

.ie #module .space-holder
{
  width:790px;  
}

#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:300px;
  margin-bottom:5px;
}

#module SELECT
{
  width:302px;
}

.ie #module SELECT
{
  width:304px;
}

#module SPAN.radio INPUT,
#module SPAN.chk INPUT
{
  width:auto;
  position:relative;
  top:2px !important;
  top:6px;
}

#module SPAN.chk.right INPUT
{
  top:2px !important;
  left:0px;
}

#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:5px;
	margin-left:-5px;
}

#module .chk TD
{
  width:338px;
} 

#module .other
{
  width:240px;
  margin-bottom:-22px;
  position:relative;
  top:-22px;
  left:337px;
}

.ie #module .other
{
  top:-18px;
  margin-bottom:0px;
}

#module span u
{
	display:block;
	float:right;
	margin-right:5px;
	color:#f00;
	text-decoration:none;
}

#module span u.fix
{
  position:relative;
  top:3px;
}

.ie #module span u.fix
{
  top:5px;
}

#module span.error
{
	position:relative;
	top:0px !important;
	top:-6px;
}

#module .code
{
	font-size:130%;
	float:left;
}

#module .Commandbutton
{
  float:left;
  width:auto;
  padding:5px 10px;
  margin-left:0px;
	font-size:12px;
	font-weight:bold;
}

#module .Commandbutton.back
{
	margin-right:50px;
}

#module .prog
{
	width:750px;
	margin:0px 5px 0px 5px;
}

#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;
}

#module .free,
#module .list
{
	float:left;
	display:none;
	background:#fff;
}

#module .free
{
	width:272px;
}

#module .list
{
	position:relative;
	top:3px;
	margin:0px 3px 0px 3px;
	cursor:pointer;
}

.prefix,
.zero,
.number
{
	float:left;
}

#module input.number
{
  width:233px;
}

.ie #module input.number
{
  width:231px;
}

.zero
{
	font-size:110%;
	padding-top:1px;
}

#module .numerical
{

  text-align:right;
  width:100px;
}

#module .numerical.total
{
  border:3px solid transparent;
  background:#fff;
  color:#000;
}

#module small
{
  font-size:11px;
}

/***
* Calendar styling
************************************************************/
#calroot {
	z-index:10000;
	
	margin-top:-1px;
	width:300px;
	padding:2px;
	background-color:#fff;
	font-size:11px;
	border:1px solid #ccc;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;	
}

#calhead {	
	padding:2px 0;
	height:22px;
} 

#caltitle {
	font-size:14px;
	color:#0150D1;	
	float:left;
	text-align:center;
	width:155px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
	display:block;
	width:20px;
	height:20px;
	background:transparent url(ui-img/calendar/prev.gif) no-repeat scroll center center;
	float:left;
	cursor:pointer;
}

#calnext {
	background-image:url(ui-img/calendar/next.gif);
	float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
	visibility:hidden;	
}

#caltitle select {
	font-size:10px;	
}

#caldays {
	height:14px;
	border-bottom:1px solid #ddd;
}

#caldays span {
	display:block;
	float:left;
	width:28px;
	text-align:center;
}

#calweeks {
	background-color:#fff;
	margin-top:4px;
}

.calweek {
	clear:left;
	height:22px;
}

.calweek a {
	display:block;
	float:left;
	width:27px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 		
} 

.calweek a:hover, .calfocus {
	background-color:#ddd;
}

a.calsun {
	color:red;		
}

a.caloff {
	color:#ccc;		
}

a.caloff:hover {
	background-color:rgb(245, 245, 250);		
}

a.caldisabled {
	background-color:#efefef !important;
	color:#ccc	!important;
	cursor:default;
}

#calcurrent {
	background-color:#498CE2;
	color:#fff;
}

#caltoday {
	background-color:#333;
	color:#fff;
}


/*---------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:930px;
	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 table tr td.centered
{
  text-align:center;
}

#admin A.search
{
	position:relative;
	top:3px;
}

#admin A.search img
{
  display:inline;
}

#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;
}

#admin .statsel
{
  float:right;
}

#admin td input
{
  width:96%;
}

#admin td input.code
{
  width:33px;
}

#admin .edit-column a
{
  float:left;
  margin-right:5px;
}

/**
* 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;
}

/*******************************************************************************************/
