.fieldName {
	font-size : 12px;
}
.iacmsTitle {
	color : #ffffff;
	font-size : medium;
	font-weight : bold;
}
.container {
	margin : 0 25px;
	text-align : left;
}
.container #iacmsTitle2 {
	font-weight : bold;
	text-align : center;
}
.container #iacmsTitle3 {
	font-weight : bold;
	background-color:#b0e0e6;
	text-align : center;
}
.container #usernameText {
	float : left;
	text-align : right;
	margin-left : 5%;
}
.container #usernameInput {
	text-align : left;
	float : left;
}
.container #requestPW {
	margin-top : 10px;
	display : block;
	text-align : right;
}
.container .buttons {
	clear : both;
	padding-left : 15%;
	padding-bottom : 10px;
}
.container #legalbutton {
	float : left;
}
.errorText {
	color : red;
	font-size: small;
	font-weight : bold;
	margin: 0;
}

#errorList {
	margin-top: 0;
	margin-bottom: 0;
}

.errorHeader {
	color : red;
	font-size: small;
	font-weight : bold;
}
.systemMessege, #sysMessage {
	color : green;
	font-weight : bold;
	font-size: small;
}
#maincontent {
	padding : 10px 10px 0;
}
#leftnav {
	padding : 10px 0 0;
}
input.fakelink {
	text-decoration: underline;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #fff;
	color : #6666CC;
	font-size : small;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	padding-left: -50px;
	padding-right: -50px;
}

tr.CriticalFieldColor td {
	background-color: #FBEFEF ; color: black;
}
.iacColumnMainTitles {
	color : white;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	background-color : navy;
	text-align : center;
	font-weight : bold;
	padding-left : 5px;
	padding-right : 5px;
}

/*tooltip where id=tooltip*/
#tooltip {
	display: none;
	position: absolute;
	top: 0em;
	left: 0em;
	width: auto;
	border: 1px solid #ff0000; /* border colour */
	background-color: #ffff99; /* background colour here */
	color: #000000; /* text colour */
	text-align: center;
	font-size: .8em;
	font-style: italic;
	z-index: 34;
}