/* ================================
    CSS STYLES FOR Module EP.RegisterRBD
   ================================
*/

#module
{
	width:440px;
	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:11px;
    color: #000000;
    font-weight:normal;
}

#module TD.leftcol
{
	width:120px;
	vertical-align:top;
}

#module TD.rightcol
{
	width:300px;
}

#module TD.leftcol SPAN
{
	display:block;
	position:relative;
	top:4px;
	width:120px;
}

#module A
{
	text-decoration:underline;
}

#module INPUT,
#module SELECT,
#module TEXTAREA
{
  width:280px;
  margin-bottom:5px;
}

#module SPAN.radio INPUT,
#module SPAN.chk INPUT
{
  width:auto;
  position:relative;
  top:2px !important;
  top:4px;
}

#module table.radio,
#module table.chk
{
	margin-left:-2px;
}

#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 .validate
{
	position:relative;
	top:0px !important;
	top:-7px;
}

#module .Commandbutton
{
	color:#CE2126;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	margin-top:15px;
	padding-right:10px;
	background:url(/DesktopModules/EP.RegisterRBD/arrow_r.gif) right center no-repeat;
}

#module .Commandbutton.back
{
	margin-left:0px;
	padding-right:50px;
	padding-left:10px;
	background:url(/DesktopModules/EP.RegisterRBD/arrow_l.gif) left center no-repeat;
}

#module .prog
{
	width:440px;
	margin:0px 5px 0px 0px;
}

#module .prog TR.row TD
{
	background:#E5E9EC;
	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 .errorlist
{
	margin-bottom:15px;
}

#module .errorlist LI
{
	margin-left:15px;
}

/*---------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:600px;
	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;
}

/* LOOKUP */

#module TD.loading
{
	background:url(/images/load_arrows.gif) 305px 2px no-repeat;
}

#module INPUT.disabled
{
	padding-left:3px;
	background-color:#CFCFCF;
	border:1px solid #FFF;
	color:#313131;
}

#module .streetdrop
{
	display:none;
}

#module #escape
{
	display:none;
	position:relative;
	top:2px !important;
	top:-4px;
}

#module #lookupexplain
{
	display:none;
	position:relative;
	top:-4px;
	width:278px !important;
	width:280px;
	height:60px;
	background:#EFEFEF;
	border:1px solid #FFF;
	margin-bottom:3px;
}

#module #lookupexplain DIV
{
	padding:4px;
	text-align:justify;
}

#module #escape,
#module #lookupexplain U
{
	cursor:pointer;
}