﻿fieldset p label, fieldset div.formfield label {
	display: block;
	width: 35%;
	float: left;
	text-align: right;
	padding: 4px 10px;
	color: #000;
	margin: 5px auto;
}
.note {
	color: #b7b1b4;
	font-size: 0.60 em;
}
.not_available_note {
	text-decoration: line-through;
}
.submitbutton {
	background-color: #1f62a8;
	margin-left:5px;
	text-align: center;
	border:none;
	padding: 5px;
	color: #fff;
	font-weight:bold;
}
.cancelbutton {
	text-align: center;
	height: 26px;
}
h3 {
	color: #1f72dc;
	font-weight: bold;
	font-size: 1.2 em;
	text-align:center;
}
.labelLeft {
	text-align: left;
	padding-right: 5px;
	width: 4;
}
.fieldset {
	margin-top:5px;
	border:none;
}
.formfield {
	text-align:left;
}
.formbutton {
	text-align:center;
}
.formbutton-forget {
	text-align:left;
	margin-left:180px;
}
.formbutton-forget a {
	color:#666666;
	text-decoration:none;
	font-size:11px;
}
.loginfields
{
	width: 150px;
}
.formbutton-forget a:hover {
	color:#3366FF;
}
td input[type=text] {
	border: solid 1px #c3c3c3;
}
.textfield {
	border:solid 1px #c3c3c3;
	padding: 5px;
	background-color:White;
}
.textfieldmulti {
	background-color:White;
	border:solid 1px #c3c3c3;
}
.optionfield {
}
.errorMsg {
	padding: 3px;
	margin: 3px;
	color: Red;
}
.successMsg {
	font: normal 13px arial;
	padding: 3px;
	margin: 3px;
	color: Green;
}
.message {
	color: Green;
	text-align:center;
	padding: 5px;
	background-color: #d3d3d3;
	font-size: 1.2em;
	margin:35px 10px 20px;
}
.heading-2 {
	margin:60px 0px 0px 30px;
	padding-top:20px; 
	color:#000;
}
.grid {
	width:100%;
}
.gridheadertext {
	background-color:#c6c6c6;
	font-weight:bold;
	font-size: 8pt;
	font-family: Verdana;
	color:#000;
	height:30px;
	text-decoration:none;
}
.gridrowtext {
	font-weight:normal;
	font-size: 8pt;
	font-family: Verdana;
	color:#333333;
	width:100px;
	height:30px;
}
.gridalternatetext {
	font-weight:normal;
	font-size: 8pt;
	font-family: Verdana;
	color:#333333;
	width:100px;
	height:30px;
	background-color:#EFEFEF;
}
.gridfooter {
	font-weight:normal;
	font-size: 8pt;
	font-family: Verdana;
	color:#333333;
}
.gridlinkImage {
	margin-left:10px;
}
.gridlinks {
	text-decoration:none;
	font-weight:normal;
}
.grideditlink {
	background: url(images/edit.png) no-repeat left top;
	text-decoration:none;
	font-weight:normal;
	display:inline;
	padding-left:18px;
	margin-left:10px;
	padding-right:10px;
}
.griddeletelink {
	background: url(images/delete.png) no-repeat left top;
	text-decoration:none;
	font-weight:normal;
	display:inline;
	padding-left:18px;
	margin-left:10px;
	padding-right:10px;
}
.gridviewlink {
	background: url(images/view.png) no-repeat left top;
	text-decoration:none;
	font-weight:normal;
	display:inline;
	padding-left:18px;
	margin-left:10px;
	padding-right:10px;
}
.gridcol {
	width:auto;
}
.gridcolpass {
	width:125px;
}
.gridcolhighlight {
	font-weight:bold;
	background-color:#F5F5DC;
}
.gridlinkscol {
	width:auto;
	text-align:center;
}
.note-text{ 
	float:left;
	width:870px;
	color:#666666;
}

