P.instructionHeading {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style : italic;
	color : #0000CD;
}

.instructionHeading {
 	font-size: 10pt;
	font-weight: bold;
	color: #006;
}

.instruction {
	font-size: 10pt;
	color: #006;
}



td.formText 
{
	padding: 5px 5px 1px 0px;
	vertical-align: bottom;
	font-size: 11px;
	color:#666;
}

td.formText input, textarea
{
	border: inset 1px #ccc;
}

table.WorkExp tr td input
{
	border: inset 1px #ccc;
}

input.NameInputText { border: inset 1px #ccc; padding: 1px 0px 1px 0px; font-size: 10px; width: 76px }

input.MiddleInitialInputText { 
	border: inset 1px #ccc;
	padding: 1px 0px 1px 0px;
	margin: 0px 3px 0px 3px; 
	font-size: 10px; 
	width: 20px }

input.vchSuffixInputText { 
	border: solid 1px #ccc;
	padding: 1px 0px 1px 0px;
	margin-left: 3px; 
	font-size: 10px; 
	width: 35px }

select.StateSelect { border: solid 1px #ccc; font-size: 10px }


td.EditLabel 
{
	color: #666;
	vertical-align: top;
	font-size: 11px; 
	text-align:right;
	padding: 2px 5px 2px 2px; 
	/*background-color: #ffffff;
	border-top: solid 1px #f9f9f9;
	border-bottom: solid 1px #e0e0e0;*/
}

td.EditLabelAbove 
{
	vertical-align: top;
	font-size: 11px; 
	font-weight: bold;
	padding: 2px; 
	background-color: #ffffff;
}
td.EditField
{
	vertical-align: top;	
	font-size: 11px; 
	padding: 2px 2px 2px 2px; 
	background-color: #ffffff;
	/*border-left: solid 1px #e0e0e0;
	border-top: solid 1px #f9f9f9;
	border-bottom: solid 1px #e0e0e0;*/
}

input.NormalInputText, textarea.NormalInputText
{
	font-size: 11px;
	border: 1px inset #ccc; 
	/*border: none; */
	padding: 0px 1px 0px 0px; 
	width: 300px;
}

td.EditField input.LargeInputText, textarea.LargeInputText
{
	font-size: 10px;
	border: 1px inset #999999; 
	padding: 0px 1px 0px 0px; 
	width: 500px;
}

td.EditField select.ParamDropDown
{
	width: 300px;
	border: solid 1px #ccc;
}


/* For Administrative Listing Screens (i.e., multiple records: */
table.AdminListing
{
	border: solid 1px #999;
	background-color: #fff;
}

table.AdminListing tr td
{
	padding: 1px 3px 1px 1px;
	font-size: 11px;
}

table.AdminListing tr.ListRow td
{
	border-bottom: solid 1px #eee;
}

table.AdminListing tr.ListRowDeleted td
{
	color: #ccc;
}

table.AdminListing tr td.ColHead
{
	font-size: 10px;
	font-weight: bold;
	padding: 2px 5px 2px 2px;
	border-bottom: solid 1px #e6e6e6;
	background-color: #f9f9f9;
	vertical-align:bottom;
}

table.AdminListing tr td.Divider
{
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	/*border-bottom: solid 1px #ccc;*/
	background-color: #F3F6FB;
}

table.AdminListing tr td.DataCTR
{
	vertical-align: top;
	text-align: center;
}

table.AdminListing tr td.DataLeft
{
	vertical-align: top;
	text-align: left;
}

table.AdminListing tr td.DataRight
{
	vertical-align: top;
	text-align: right;
}

input.SaveButton
{
	background:url(/img/icon/disk.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	background-color: #eee;
	border: outset 1px #ccc;
	width: 60px;
	padding: 2px 2px 2px 20px;
	text-align: left;
	cursor: pointer;
}

input.CancelButton
{
	background:url(/img/icon/cross.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	background-color: #eee;
	border: outset 1px #ccc;
	width: 70px;
	padding: 2px 2px 2px 20px;
	text-align: left;
	cursor: pointer;
}

input.SearchButton
{
	background:url(/img/icon/zoom.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	background-color: #eee;
	border: outset 1px #ccc;
	width: 70px;
	padding: 2px 2px 2px 20px;
	text-align: left;
	cursor: pointer;
}

input.ResetButton
{
	background:url(/img/icon/lightning.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	background-color: #eee;
	border: outset 1px #ccc;
	width: 70px;
	padding: 2px 2px 2px 20px;
	text-align: left;
	cursor: pointer;
}

div#BodyContainer ul.ValidationErrors 
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#BodyContainer ul.ValidationErrors li.title
{
	background: url(/img/icon/exclamation.gif) no-repeat 0px 0px;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 2px 2px 20px;
	margin:0;
}
div#BodyContainer ul.ValidationErrors li.error
{
	background: url(/img/icon/bullet_error.gif) no-repeat 0px 0px;
	font-size: 11px;
	margin: 0px 0px 0px 18px;
	padding: 2px 2px 2px 20px;
}
