body {
	text-align: center;
	margin: 0;
	padding: 0;
}
textarea
{
width:200px;
}
hr {
	display: none;
}
img {
	border: none;
}
#page {
	width: 820px;
	margin: 0 auto;
	text-align: left;
}
#top {
	background-position: center center;
	height: 142px;
	background-image: url(/images/background-map.png);
	background-repeat: no-repeat;
	position: relative;
}
#top h1 {
	margin: 0;
	padding: 0;
}
#top img {
	margin-top: 45px;
	margin-left: 5px;
}
#nav {
	position: absolute;
	right: 20px;
	top: 85px;
	text-transform: lowercase;
	font-family: tahoma;
	color: #253853;
	cursor: default;
}
#nav a {
	text-decoration: none;
	color: #253853;
}
#nav a:hover {
	text-decoration: underline;
}
#box {
	background-color: #F1F9FC;
	font-family: "Gill Sans MT", "Gill Sans", Tahoma, Verdana, Arial, sans-serif;
	color: #1b5582;
	background: transparent url(/images/background-blue.png) bottom left repeat-x;
	margin-bottom: 2em;
}
#box h1 {
	font-size: 160%;
	display: block;
	font-weight: normal;
	padding:0;
	margin: 0 0 0 253px;
}
#box p {
	margin: 0 0 .6em;
	position: relative;
}
#box.home #box-img {
	background: transparent url(/images/test-tube-picture.jpg) no-repeat;
	background-position: bottom left;
}
#box-TR {
	background: transparent url(/images/image-bar-corner-top-right.png) no-repeat top right;
}
#box-BR {
	background: transparent url(/images/image-bar-corner-bottom-right.png) no-repeat bottom right;
}
#box-BL {
	background: transparent url(/images/image-bar-corner-bottom-left.png) no-repeat bottom left;
}
#box-TL {
	background: transparent url(/images/image-bar-corner-top-left.png) no-repeat top left;
}
#box.home .content {
	padding: 30px 50px 0 250px;
}
#box .top {
	font-size: 155%;
	color: #192f4b;
	line-height: 1.1;
}
#box .bottom {
	line-height: 1.1;
}
#box .tabs {
	margin-top: 1em;
	position: relative;
}
#box .tabs img {
	vertical-align: bottom;
}
#side {
	float: left;
	width: 224px;
	font-family: tahoma;
	color: #9b9c9d;
	font-size: 70%;
	background-image: url(/images/background-gradient.png);
	background-repeat: repeat-x;
	min-height: 200px;
}
#side-2 {
	background: transparent url(/images/left-bar-corner-right.png) no-repeat top right;
	padding-left:0;
}
#side-3 {
	background: transparent url(/images/left-bar-corner-left.png) no-repeat top left;
	padding: 10px 18px;
}
#side h1 {
	text-transform: uppercase;
	margin-top: 0;
	font-weight: normal;
	font-size: 150%;
	color: #192f4b;
}
#side ul {
	margin-left: 0;
	padding-left: 0;
}
#side li {
	margin-left: 2.5em;
	padding-left: 0;
	list-style-image: url(/images/bullet.png);
}
#side .deadline {
	margin-left: -18px;
	margin-top: 20px;
}
#side .content {
	min-height: 70px;
}
#content {
	font-family: arial;
	color: #515152;
	font-size: 80%;
	margin: 0 0 0 250px;
}
#content-full {
	font-family: arial;
	color: #515152;
	font-size: 80%;
	margin: 0 0 0 0;
}

strong
{
	font-weight:bold;
	color:#333333;
}
#copyright {
	text-align: right;
	font-family: arial;
	font-size: 70%;
	margin-top: 5em;
	background: transparent url(/images/copyright-bg-fade.png) repeat-x;
}
#copyright a {
	color: #515152;
}
#copyright .corner-left {
	background: transparent url(/images/copyright-bg-corner-left.png) no-repeat top left;
}
#copyright .corner-right {
	background: transparent url(/images/copyright-bg-corner-right.png) no-repeat top right;
	padding: 1.5em 2em 5em;
}
#signup-form label.address-2 {
	visibility: hidden;
}
#content h1.pagetitle, #content-full h1.pagetitle {
	color:#9cc792;
	font-family:"Gill Sans MT";
	font-weight:normal;
}
#content h2.pagetitle, #content-full h2.pagetitle {
	color:#1a2f4c;
	margin-top: -1em;
	font-family:"Gill Sans MT";
	font-weight:normal;
}
form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  min-width: 400px;
  max-width: 580px;
  width: 570px;
}

/**************************************/


form fieldset {
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px 10px 0 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 100%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  display: block;
  width: 354px;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  margin:0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: auto;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

label.fullline {
  display: block;
  float: left;
  width: 100%;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: left;
}
form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  zoom: 1;
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}

form div img {
  border: 1px solid #000000;
}

p.error {
  background-color: #FFE2E2;
  background-image: url(/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #FF0000;
  padding: 3px 3px 5px 27px;
  border: 1px solid #FFC1C1;
  margin: auto 100px;
  margin-top:5px;
}

p.success {
  background-color: #CEFFCE;
  background-image: url(/images/icongreentick.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #006600;
  padding: 3px 3px 5px 27px;
  border: 1px solid #00AA00;
  margin: auto 100px;
  margin-top:5px;
}

form div.error {
  background-color: #FFE2E2;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #FFC1C1;
}

form div.error p.error {
  background-image: url(/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

form div select, form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputText, form div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 1px 0 0 0;
  border-left:#666666 solid 1px;
  border-top:#666666 solid 1px;
  border-right:#bbbbbb solid 1px;
  border-bottom:#bbbbbb solid 1px;
  
}

form div input.inputFile {
  width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, form div button, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  zoom: 1;
}

label img {
  behavior: url(/rp/styles/label_img.htc);
}

form fieldset legend {
  line-height: 150%;
}

form input, form select, form textarea {
  background-color: #ffffff;
}

form textarea.expanding {
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible;
}

div.optional label:before {
  content: '';
}

div.required label:before {
  content: '';
}
  
form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {
  display: block;
  width: 190px;
  zoom: 1;
  padding: 4px 0 0 18px;
  text-indent: -18px;
  line-height: 120%;
}

form div label.labelCheckbox input.inputCheckbox, form div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
  margin: 0;
}

form div fieldset input.inputText, form div fieldset input.inputPassword, form div fieldset input.inputFile, form div fieldset textarea.inputTextarea {
  width: 160px;
  margin: 0 0 0 18px;
  margin: expression(setCntr(), '0px 0 0 -124px');
}

form div label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0 0;
  text-indent: 0;
  margin: 0 0 0 0;
}

form div.wide label {
  float: none;
  display: block;
}

form div label.wide {
  width: 348px;
}

form div.wide input.inputText, form div.wide input.inputPassword, form div.wide input.inputFile, form div.wide select, form div.wide textarea {
  width: 344px;
  margin: 0;
}

form div.notes p, form div small {
  line-height: 125%;
}

form div.wide small {
  margin: 0 0 5px 0;
}

#step1-form {
	display:inline;
	width: 580px;
	padding: 10px;
}

table.nav tr td.point
{
	width:1%;
	padding:0 0 0 0;
	text-align:center;
}

table.nav tr td
{
	width:20%;
	font-size:10px;
	padding:5px;
	text-align:center;
	background-color:#FFFFFF;

}

table.nav
{
	width:95%;
	margin:auto;
	border-bottom:#000000 1px solid;
}

.selected
{
	font-weight:bold;
}
table.confirm {
	padding:none;
	width: 370px;
}
td.name {
	font-weight:bold;
	border-bottom:#000000 1px solid;
	width:140px;
	padding:2px;
}
td.value {
	border-bottom:#000000 1px solid;
	padding:2px;
}
#step1-form h2
{
	 margin-top:15px;
}

table.sub {
	width:95%;
	table-layout: fixed;
	border-collapse:collapse;
	empty-cells:show;
	background-color:rgb(233,232,244);
}

table.sub th.top {
	height:3.5em;
	padding:0 3px 0 3px;
	empty-cells:show;
	background-color:rgb(175,175,175);
	text-align:center;
	color:rgb(255,255,255);
	font-weight:bold;
	font-size:110%;
}
table.sub th {
	height:3.0em;
	padding:2px 20px 2px 7px;
	border-left:solid 2px rgb(255,255,255);
	border-right:solid 2px rgb(255,255,255);
	border-top:solid 2px rgb(255,255,255);
	border-bottom:solid 2px rgb(255,255,255);
	background-color:rgb(225,225,225);
	text-align:left;
	color:rgb(80,80,80);
	font-weight:bold;
	font-size:110%;
}
table.sub td {
	height:3.0em;
	padding:2px 7px 2px 7px;
	border-left:solid 2px rgb(255,255,255);
	border-right:solid 2px rgb(255,255,255);
	border-top:solid 2px rgb(255,255,255);
	border-bottom:solid 2px rgb(255,255,255);
	background-color:rgb(225,225,225);
	text-align:left;
	font-weight:normal;
	color:rgb(80,80,80);
	font-size:110%;
}
table.sub td.red {
	height:3.0em;
	padding:2px 7px 2px 7px;
	border-left:solid 2px rgb(255,255,255);
	border-right:solid 2px rgb(255,255,255);
	border-top:solid 2px rgb(255,255,255);
	border-bottom:solid 2px rgb(255,255,255);
	background-color:rgb(225,225,225);
	text-align:center;
	font-weight:normal;
	color:rgb(255,0,0);
	font-size:110%;
}
table.sub td.yellow {
	height:3.0em;
	padding:2px 7px 2px 7px;
	border-left:solid 2px rgb(255,255,255);
	border-right:solid 2px rgb(255,255,255);
	border-top:solid 2px rgb(255,255,255);
	border-bottom:solid 2px rgb(255,255,255);
	background-color:rgb(252,233,50);
	text-align:center;
	font-weight:normal;
	color:rgb(80,80,80);
	font-size:110%;
}
table.sub td.center {
	height:3.0em;
	padding:2px 7px 2px 7px;
	border-left:solid 2px rgb(255,255,255);
	border-right:solid 2px rgb(255,255,255);
	border-top:solid 2px rgb(255,255,255);
	border-bottom:solid 2px rgb(255,255,255);
	background-color:rgb(225,225,225);
	text-align:center;
	font-weight:normal;
	color:rgb(80,80,80);
	font-size:110%;
}

table tr.bold td
{
	background-color:#B9B5F0;
}
table td.bold {
font-weight:bold;
}
.addprodbox
{
font-size:12px;
font-family:"Gill Sans MT";
border:1px #DDDDDD solid;
width:210px;
text-align:center;
padding:5px;
background-color:#CCCCCC;
position:absolute;
display:block;
z-index:100;
visibility:hidden;
}

.hidden
{
display:none;
visibility:hidden;
}

#namesearchform, #ecform
{
float:left;
width: 250px;
}

div.help
{
	position:relative;
	font-size: large;
}

div.help span
{
	display:none;
}

div.help:hover span
{
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	width:15em;
	border:1px solid #1a2f4c;
	background-color:#CFE3CA;
	color:#000;
	text-align: center
}

#sief_members
{
width:75%;
margin:auto;
border-left:1px #999999 solid;
border-right:1px #999999 solid;
border-bottom:1px #999999 solid;
}

.sief_name_toggle_closed
{
	background-color:#CCCCCC;
	border-top:1px #999999 solid;
	height:19px;
	padding-left:20px;
	padding-top:2px;
	background-image:url(../chemreg/admin/images/closed.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.sief_name_toggle_open
{
	border-top:1px #999999 solid;
	background-color:#B0B0FF;
	height:19px;
	padding-left:20px;
	padding-top:2px;
	background-image:url(../chemreg/admin/images/opened.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.sief_info_hide
{
display:none;
visibility:hidden;
width:100%;
margin-left:10px;
margin-right:10px;
}

.sief_info_show
{
margin-left:5px;
margin-right:5px;
margin-bottom:5px;
margin-top:5px;
border:1px #CCCCCC solid;
}

#banner
{
width:468px;
margin:auto;
}