/* ================================
    CSS STYLES FOR Module EP.RegisterBOS
   ================================
*/

#module
{
	width:852px;
	margin:10px 0px 10px 0px;
}

#module P
{
	width:700px;
	text-align:left;
}

#module TD
{
	vertical-align:top;
}

#module TD.leftcol
{
	width:340px;
}

#module TD.rightcol
{
	width:500px;
}

#module TD.leftcol SPAN
{
	display:block;
	position:relative;
	top:4px;
	width:340px;
}

#module,
#module P,
#module TD,
#module INPUT,
#module SELECT,
#module TEXTAREA 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color: #000000;
    font-weight:normal;
}

#module P A
{
	color:#000;
	text-decoration:underline;
}

#module INPUT,
#module SELECT,
#module TEXTAREA
{
  width:340px;
  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;
  height:14px;
  position:relative;
  top:2px !important;
  top:4px;
}

#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;
	position:relative;
	left:17px !important;
	left:0px;
	float:right;
	margin-right:5px;
	margin-top:0px !important;
	margin-top:2px;
	color:red;
	text-decoration:none;
}

#module span.fix u
{

}

#module .validate
{
	position:relative;
	top:0px !important;
	top:-7px;
}

#module .code
{
	font-size:130%;
	float:left;
}

#module .errorlist li
{
	margin-left:15px;
}

#module .Commandbutton
{
	float:left;
	width:100px;
	margin-right:150px;
	margin-left:3px;
	color:#006600;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#module .Commandbutton .ui-icon
{
	float:right;
}

#module .Commandbutton.back .ui-icon
{
	float:left;
}

#module A.Commandbutton.login
{
	float:right;
	text-align:center;
	margin-top:0px !important;
	margin-top:1px;
}

.invoice
{
	margin-left:-2px;
}

.invoice TD
{ 
	padding:3px 2px 3px 2px;
}

.invoice .subtotal
{
	border-top:1px dashed #000;
}

.invoice .total1
{
	border:1px solid #000;
	border-width:1px 0px 1px 1px;
}

.invoice .total2
{
	border:1px solid #000;
	border-width:1px 1px 1px 0px;
}

/**
 * Program styling
 ***************************************************************/
#datepicker
{
	margin:20px 0 20px 0;
}

.ui-effects-transfer 
{ 
	background:#CACACA;
	-moz-opacity:.40;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity:0.4;
} 

#module #progwrapper,
#module .prog
{
	width:670px;
}

.ie #module #progwrapper,
.ie #module .prog
{
	width:613px;
}

#module #progwrapper
{
	display:none;
	background:#fff;
}

#module .prog
{
	margin:0;
	border:1px solid #ADADAD;
}

#module .prog .ui-icon-info
{
	float:left;
	margin-right:10px;
}

#module .prog .nodesc
{
	padding-left:26px;
}

#module .prog A,
#module .prog A:hover,
#module .prog A:active
{
	color:#000;
	text-decoration:underline;
}

#module .prog TD
{
	padding:5px 0 5px 0 !important;
	padding:2px 0 2px 0;
	vertical-align:middle;
}

#module .prog TR.head TD
{
	background:#A5D454 url(ui-img/ui-bg_highlight-soft_75_a5d454_1x100.png) repeat-x scroll 50% 50%;
	font-weight:bold;
	color:#000;
}

#module .prog TR.row
{
	display:none;
}

#module .prog TR.row TD
{
	background:#DFDFDF;
	-moz-opacity:.70;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity:0.7;
	cursor:pointer;
}

#module .prog TR.row TD.full,
#module .prog TR.row TD.full A
{
	color:#717171;
}

#module .prog TD .chk INPUT
{
	width:auto;
	top:2px; 
	left:5px !important;
	left:2px;
}

/***************************************************************/

#module .free,
#module .list
{
	float:left;
	display:none;
	background:#fff;
}

#module .free
{
	width:322px;
}

#module .list
{
	position:relative;
	top:3px;
	margin:0px 3px 0px 3px;
	cursor:pointer;
}

#module .small
{
	display:block;
	width:330px;
	font-size:11px;
}

#module .small A
{
	font-size:11px;
}

#module .chk.small
{
	width:100%;
}

#module ul li
{
	line-height:18px;	
}

/*---------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 SELBOST,
TR.edit INPUT,
TR.edit SELBOST
{
  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:852px;
	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:1px 3px 1px 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 .inactive
{
	color:#ADADAD;
}

/* 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:338px !important;
	width:340px;
	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;
}

/* Program -----------------------------------------*/

#program
{
	width:750px;
	margin:0;
	text-align:left;
}

#program,
#program P,
#program A,
#program TH,
#program TD,
#program INPUT,
#program SELECT,
#program TEXTAREA 
{
	font-family:Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight:normal;
}

#program SPAN.radio INPUT,
#program SPAN.chk INPUT
{
  width:auto;
  position:relative;
  top:2px !important;
  top:6px;
  margin-right:5px;
  margin-left:5px;
}

#program P
{
	margin:15px;
}

#program .proghead TD
{
	background:#a5d454;
	font-weight:bold;
}

#program TD
{
	padding:0 3px;
}

#program .Commandbutton
{
	float:left;
	margin-right:150px;
	margin-left:3px;
	color:#E77F8A;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding-right:12px;
	background:url(/DesktopModules/EP.RegisterBOS/arrow_r.gif) right 5px no-repeat;
}

#program .Commandbutton.back
{
	padding-right:0px;
	padding-left:12px;
	background:url(/DesktopModules/EP.RegisterBOS/arrow_l.gif) left 5px no-repeat;
}
