/* ================================
    CSS STYLES FOR Module EP.RegisterEC
   ================================
*/

#module
{
	width:545px;
	margin:10px 0px 10px 0px;
}

#module P
{
	width:545px;
}

#module TD
{
	vertical-align:top;
}

#module TD.leftcol
{
	width:200px;
}

#module TD.rightcol
{
	width:300px;
}

#module TD.leftcol SPAN
{
	display:block;
	position:relative;
	top:4px;
	width:200px;
}

#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:250px;
  margin-bottom:5px;
}

#module SPAN.radio INPUT,
#module SPAN.chk INPUT
{
  width:auto;
  position:relative;
  top:4px;
}

#module .chk TD INPUT,
#module .radio TD INPUT
{
  width:auto;
  height:5px;
  position:relative;
  top:2px !important;
  top:0px;
}

#module SPAN.radio LABEL,
#module SPAN.chk LABEL,
#module .chk TD LABEL,
#module .radio TD LABEL
{
  width:auto;
  font-size:95%;
  padding-right:15px;
  padding-left:5px;
}

#module table.radio,
#module table.chk
{
	margin-top:0px;
}

#module span u
{
	display:block;
	position:relative;
	left:15px;
	float:right;
	margin-right:5px;
	color:red;
	text-decoration:none;
}

#module .validate
{
	position:relative;
	top:0px !important;
	top:-7px;
}

#module .code
{
	font-size:130%;
	float:left;
}

#module .errorlist li
{
	margin-left:15px;
}

#module .Commandbutton
{
	color:#CE2126;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-right:10px;
	background:url(/DesktopModules/EP.RegisterEC/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.RegisterEC/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
{
  float:right;
  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;
}

/* LOOKUP */

#module TD.loading
{
	background:url(/images/load_arrows.gif) 250px 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:253px !important;
	width:255px;
	height:65px;
	background:#EFEFEF;
	border:1px solid #FFF;
	margin-bottom:3px;
}

#module #lookupexplain DIV
{
	padding:4px;
	text-align:justify;
}

#module #escape,
#module #lookupexplain U
{
	cursor:pointer;
}