#component input.button_first input.button_prev input.button_next input.button_last {
	font-size: 11px;
	font-weight: bold;
	width: 25px;
	height: 19px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	border: none;
	background: url(images/button_25x19.png) no-repeat center;
	color:#EC5300;
}

#component input.button_create {
	border-style:none;
	border-width:0px;
	border-color:#FFFFFF;
	background-color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#EC5300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#component td.bg-left {
	background: url(images/bg-left.png) right repeat-y;
}

#component td.bg-right {
	background: url(images/bg-right.png) left repeat-y;
}

#component table th {
	background-color: #003399;
	background: url(images/menu-bg.png) bottom repeat-x;*/
	color: #ffffff;
	text-align: left;

	padding: 1px;
	padding-left: 4px;
	padding-bottom: 6px;

	border-top: 10px solid #ffffff;
	font-weight:bold;
	text-transform: uppercase;
}


#component table th a {
	color: #ffffff;
	border: 0px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 1px;
}

#component table th a:hover {
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #ffffff;
	margin: 0px;
}


#component table th.form {
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 0;
}

#component table th #component input {
	color: #ffffff;
	border: none;
	font-size: 16px;
	background: #0070d0;
	padding:2px;
	padding-left: 3px;
	font-weight: bold;
}

#component table th #component input:hover {
	border: 1px solid #ffffff;
	padding: 1px;
	padding-left: 2px;
}

#component table th #component input:focus {
	border: 1px solid #ffffff;
	padding: 1px;
	padding-left: 2px;
	background: #0070d0;
}

#component table tr.odd td {
	background-color: #f0f0f0;
}

#component table tr.shade td {
	background-color: #f0f0f0;
}

#component table tr.lightshade td {
	background-color: #f8f8f8;
}

#component table thead td {
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	border-bottom: 4px solid #d0d0d0;
	background: url(images/homebox-bg.jpg) top repeat-x;
}

#component table thead td td {
	background-color: none;
	background-image: none;
	border: none;
}

#component td {
	padding-top:10px;
}

#component table tfoot {
	background-color: #fff0c0;
 	background-image: url(images/orange-pattern.png);
	font-weight: bold;
}



#component {
	display: block;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

#component form {
	padding: 0px;
	margin: 0px;
}

#component #stats {
	color: #a0a0a0;
}

#component table tr.odd td {
	background-color: #f0f0f0;
}

#component table tr.even td {
	background-color: #ffffff;
}

#component table th {
	background-color: #003399;
	color: #ffffff;
	text-align: left;
	padding-left: 4px;
	margin:1px 0 12px 0;
}


#component header {
	display: block;
	text-align: left;
	padding: 4px;

	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	border-bottom: 4px solid #d0d0d0;
	background: url(images/homebox-bg.jpg) top repeat-x;
}

#component header h4 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
	margin-top: 16px;
	color: #003399;
}

#component div.text_error {
	display: block;
	color: #800000;
	background-color: #ffffff;
	border: 2px solid #EC5300;
	padding: 4px;
	margin: 0px;
	margin-top:10px;
	font-size:8pt;
	width:430px;
	line-height:12px;
}
#component .textbox_error {
	border: 2px solid #ff0000;
}
#component div.text_warning {
	display: block;
	color: #800000;
	background-color: #bbbbff;
	border: 2px solid #0000aa;
	padding: 10px;
}
#component label {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#component input.text {
	border:1px solid #A8A8A8;
}
#component input.text_error {
	background-color:#EC5300;
	color:#FFFFFF;
	border:1px solid #A8A8A8;
}

#component input.text_required {
	border:1px solid #A8A8A8;
}

#component input.text_required_error {
	background-color:#EC5300;
	border:1px solid #A8A8A8;
	color:#FFFFFF;
}

#component input.password_required {
	width:100%;
	border:1px solid #A8A8A8;
}

#component input.password_required_error {
	background-color:#EC5300;
	width:100%;
}
select {
	border:1px solid #A8A8A8;
}
select.select_error {
	background-color:#EC5300;
}

#component input.checkbox_error {
	background-color:#EC5300;
}

#component input#organization {
	width:100%;
}
#component input#ceo {
	width:100%;
}
#component input#address1 {
	width:100%;
}
#component input#address2 {
	width:100%;
}
#component input#city {
	width:100%;
}
#component input#email1 {
	width:100%;
}
#component input#email2 {
	width:100%;
}
#component input#realname {
	width:100%;
}
#component input#login {
	width:100%;
}
#component input#password {
	width:100%;
}
#component input#question {
	width:100%;
}
#component input#answer {
	width:100%;
}
#component input#state {
	width:100%;
}
#component input#zip {
	width:100%;
}
#component input#vatid {
	width:100%;
}
#component input#phone, input#fax, input#mobile {
	width:220px;
}

#componet select#state select#userlanguage {
	width:100%;
}
#component span.usertype {
	font-size:10pt;
}
#component span.indicator_step1_active {
	background: url(images/ico-wizard-step1-active.gif) no-repeat center;
	width: 24px;
	height: 24px;
	display:-moz-inline-stack;
	display: inline-block;
	font-size: 0px;
	margin-left: 2px;
	text-indent: 1000em;

}
#component span.indicator_step1_inactive {
	font-size:10pt;
	color:#777777;
}
#component span.indicator_step1_ok {
	font-size:10pt;
	color:#00BB00;
	background: url(images/ico-wizard-step1-ok.gif) no-repeat center;
	width: 24px;
	height: 24px;
	display:-moz-inline-stack;
	display: inline-block;
	font-size: 0px;
	margin-left: 2px;
	text-indent: 1000em;

}
#component span.indicator_step2_active {
	font-size:10pt;
	color:#333333;
	background: url(images/ico-wizard-step2-active.gif) no-repeat center;
	width: 24px;
	height: 24px;
	display:-moz-inline-stack;
	display: inline-block;
	font-size: 0px;
	margin-left: 2px;
	text-indent: 1000em;

}
#component span.indicator_step2_inactive {
	font-size:10pt;
	color:#777777;

	background: url(images/ico-wizard-step2-inactive.gif) no-repeat center;
	width: 24px;
	height: 24px;
	display:-moz-inline-stack;
	display: inline-block;
	font-size: 0px;
	margin-left: 2px;
	text-indent: 1000em;
}
#component span.indicator_step2_ok {
	font-size:10pt;
	color:#00BB00;
	background: url(images/ico-wizard-step2-ok.gif) no-repeat center;
	width: 24px;
	height: 24px;
	display:-moz-inline-stack;
	display: inline-block;
	font-size: 0px;
	margin-left: 2px;
	text-indent: 1000em;

}
#component span.indicator_step3_active {
	font-size:10pt;
	color:#333333;
	background: url(images/ico-wizard-step3-active.gif) no-repeat center;
	width: 24px;
	height: 24px;
	display:-moz-inline-stack;
	display: inline-block;
	font-size: 0px;
	margin-left: 2px;
	text-indent: 1000em;

}
#component span.indicator_step3_inactive {
	font-size:10pt;
	color:#777777;

	background: url(images/ico-wizard-step3-inactive.gif) no-repeat center;
	width: 24px;
	height: 24px;
	display:-moz-inline-stack;
	display: inline-block;
	font-size: 0px;
	margin-left: 2px;
	text-indent: 1000em;
}
#component span.indicator_step3_ok {
	font-size:10pt;
	color:#00BB00;
}
#component span.indicator_divider {
	font-size:10pt;
	color:#777777;

	background: url(images/ico-wizard-divider.gif) no-repeat center;
	width: 24px;
	height: 24px;
	display:-moz-inline-stack;
	display: inline-block;
	font-size: 0px;
	margin-left: 2px;
	text-indent: 1000em;
}
#component div.organization {
	width:440px;
	padding-right:10px;
}
#component div.contactperson {
	width:440px;
}
#component div.securityquestion {
	width:440px;
}
#component div.buttonnav {
	width:440px;
}
#component div.register {
	width:440px;
}
#component span.required_marker {
	color:#FF0000;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
}
#component div.text_description {
	font-size:7pt;
	color:#555555;
	visibility:collapse;
	height:0px;
}
#component td.confirmation {
	padding-top:3px;
	padding-bottom:3px;
	font-size:10px;
	color:#333333;
	padding-left:10px;
}
#component td.confirmation_content {
	font-size:10px;
	color:#333333;
	font-weight:bold;
	padding:3px;
}
#component td.confirmation_description {
	font-size: 13px; 
	line-height:20px; 
	margin-bottom:5px; 
	margin-left:5px;
	color:#333333;
	font-weight:bold;
}
#component a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
	position: relative;
	text-decoration: none; 
	font-style: italic;
	color: #0000ff; 
	background: transparent url(images/info2.png) no-repeat center top;
	width: 10px;
	height: 10px;
	display: inline-block;
	font-size: 0px;
	border: 0px;
	margin-top: 0px;
	margin-right: 10px;
	text-indent: -1000em;
	text-align: left;

	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */

}
	  
#component a.tooltip span {
  display: none;  
  text-decoration: none; 
}

#component a.tooltip:hover span {
  display: block;
  position: absolute; 
  top: 20px; 
  left: 0; 
  width: 200px;
  z-index: 100;
  color: #000000; 
  border:1px solid #000000; 
  background: #CCCCCC;
  font: 10px Verdana, sans-serif; 
  text-align: justify;
  padding:3px;
  }
  
#component a.tooltip span b {
  display: block;
  margin: -3px;
  margin-bottom: 3px;
  padding: 3px;
  font-size: 10px;
  font-weigth: bold;
  color:#333333;
  background-color: #999999;
  border: 0px;
  border-bottom: 1px solid black;
}

#component td.signon {
	height:40px;
	width:150px;
	font-size:10px;	
}
#component td.signon_question {
	height:40px;
	width:250px;
	font-size:10px;	
	padding-left:5px;
}

;
