/* CSS Document */
body, html {
  background-color: #ffffff;
  background-image: url('loginimages/bg.gif');
  background-position: top left;
  background-repeat: repeat-x;
  font-family: verdana;
  font-size: 10pt;
  color: #333333;
  text-aling: center;
  margin-top: 0px;
}

#maincontainer {
  width: 560px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

#headercontainer {
  width: 100%;
  height: 179px;
  background-image: url('loginimages/header.jpg');
}

	.headertext {
	  display: block;
	  width: 370px;
	  font-size: 8pt;
	  position: relative;
	  top: 117px;
	  left: 181px;
	}
	
#contentcontainer {
  width: 100%;
  overflow: auto;
}

	.left {
	  width: 163px;
	  float: left;
	}
	
	.right {
	  background-image: url('loginimages/loginboxbg.gif');
	  background-position: left;
	  background-repeat: repeat-y;
	  width: 397px;
	  float: right;
	}
	
		.loginboxfooter {
		  background-image: url('loginimages/loginboxfooter.gif');
		  background-position: left;
		  background-repeat: no-repeat;
		  width: 100%;
		  height: 16px;
		}
		
/* Form styles */
.formsection {
  width: 370px;
  padding: 4px;
  padding-top: 0px;
  margin-bottom: 10px;
  position: relative;
  color: 4c4c4c;
}

.formsectiontitle {
  display: block;
  font-size: 12pt;
  color: #4c4c4c;
  font-weight: bold;
  margin-bottom: 10px;
}

.formsubtitle {
  display: block;
  margin-bottom: 20px;
}

.row {
  width: 350px;
  padding-bottom: 6px;
  padding-left: 20px;
  margin-bottom: 2px;
}

	.formfield {
	  position: absolute;
	  left: 130px;
	  border: 1px solid #7f7f7f;
	}
	
	.submitrow {
	  padding-left: 125px;
	  width: 100px;
	  margin-top: 20px;
	}
	
	.noborder {
	  border: none;
	}
	
	.extrainfo {
      position: absolute;
	  right: 15px;
	  margin-top: 3px;
	  font-size: 8pt;
	  color: #7d7d7d;
	}

form {
  margin-top: 15px;
  margin-bottom: 15px;
}
	
/* Global Styles */
.padding {
  padding: 5px;
}

.linespace {
  line-height: 13pt;  
}

.notoppadding {
  padding-top: 0px;
}

.error {
  display: block;
  margin-left: 20px;
  font-size: 8pt;
  width: 310px;
  padding: 3px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #d73d00;
  background-image: url('loginimages/errorbg.gif');
  background-repeat: repeat-x;
  margin-top: -20px;
}


/* Text Styles */
.lighttext {
  color: #e3e3e3;
}

.charcoaltext {
  color: #515151;
}

.orangetext {
  color: #693901;
}

.lefttext {
  font-size: 9pt;
}
