.missing {
	background-color: #FCE485;
}

form fieldset {
	border: 1px solid #D2D2D2;
}

form fieldset legend {
	color: #555555;
}

/*input, select, textarea {
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	padding-left: 3px; 
}*/

input.trans {
	background: transparent;
}

.highlightActiveField {
    border: 1px solid black;
    border-left: 4px solid #DD4930;
    background-color: #FEFEF2; 
	padding-left: 3px; 
}

.scFieldGroup {
	font-size: 9.5pt;
	font-variant: small-caps;
	font-weight: bold;
}

.searchLabel {
	color: #525252;
	font-weight: bold;
	text-align: right;
	width: 110px;
}

.searchResults {
	font-size: 8.5pt;
	/*font-family: verdana, arial, helvetica, tahoma;*/
}

.searchResults li {
	padding-bottom: 10px;
}

.searchResults li a {
	font-weight: bold;
}

.searchSubItems {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

select.unit {
	background-color: #FFFFFF;
	color: #000000;
}
select.unit optgroup {
	background-color: #990000;
	color: #FFFFFF;
}
select.unit optgroup option {
	background-color: #FFFFFF;
	color: #000000;
}

.browseResults {}

.browseResults li {
	padding-bottom: 2px;
}

.letterBar {
	letter-spacing: -1px;
}

table.smallText td, table.smallText th {
	padding: 2px 2px 2px 2px;
}
table.smallText {
	font-size: 8pt;
	font-family: verdana, arial, helvetica, tahoma;
}

table.smallText input, table.smallText select, table.smallText textarea {
	font-size: 8pt;
	font-family: verdana, arial, helvetica, tahoma;
}

table.options {
	font-size: 85%;
	font-family: verdana, arial, helvetica, tahoma;
}

table.options input, table.options select, table.options textarea {
	font-size: 85%;
	font-family: verdana, arial, helvetica, tahoma;
	width: 200px;
}

.msgError,
.msgWarning,
.msgInfo,
.msgOk,
.msgSeekApproval,
.msgApproved,
.msgInfoSubtle,
.msgRejected
{ 
	border: 1px solid #d7d7d7;
	font-size: 11px;
	padding: 5px 5px 5px 28px;
	margin: 0px 0px 10px 0px;
}

.msgError { 
	background: #ffd url(/images/msg_error.gif) no-repeat left;

}

.msgWarning { 
	background: #f0f0f0 url(/images/msg_warning.gif) no-repeat left;
}

.msgInfo { 
	background: #ffd url(/images/msg_info.gif) no-repeat left;
	/*border: 1px solid #ffffff;*/
}

.msgInfoSubtle { 
	background: #F9F7EF url(/images/msg_info.gif) no-repeat left;
}

.msgOk { 
	background: #ffffff url(/images/msg_ok.gif) no-repeat left;
	border: 1px solid #ffffff;
}

.msgSeekApproval {
	background: #f0f0f0 url(/images/msg_warning.gif) no-repeat left;
}

.msgApproved {
	background: #ffffff url(/images/msg_ok.gif) no-repeat left;
	border: 1px solid #ffffff;
}

.msgRejected {
	background: #f6f6f6 url(/images/msg_warning.gif) no-repeat left;
}

.btn {
	width: auto;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #EEEEEE;
	background-image: url(../images/button_bg.gif);
	background-repeat: repeat-x;
	margin-right: 2px;
	color: #333333;
	font-size: 8.5pt;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.btn:active {
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}

.btn:hover {
	border: 3px double #999998;
	border-top-color: #CCCCCD;
	border-left-color: #CCCCCD;
}


.noteWrapper {
	padding: 0px;
	border: 1px solid #EBEBEB;
	margin-top: 15px;
	margin-bottom: 8px;
}

.noteHeader {
	width: 100%;
	padding: 0px;
	background-color: #F9F7EF;
	font-size: 8pt;
}
.noteDate {
	width: 200px;
	float: right;
	text-align: right;
	padding: 5px;
	padding-right: 10px;
	color: #528A53;
	background-color: #EBEBEB;
	font-size: 8pt;
	font-weight: bold;
}

.notePerson {
	padding: 5px;
	padding-left: 10px;
}

.noteText {
	padding: 10px;
}
table.compare {
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8.5pt;
}

table.compare td {
	padding: 5px; 
	border: 1px solid #e7e7e7;
}

ul.compare {
	margin: 0; 
	padding: 0; 
	padding-left: 20px;
}

table.compare th {
	padding: 5px; 
	border: 1px solid #EBEBEA;
	background-color: #F9F7EF;
	font-weight: bold;
	text-align: left;
}

table.compare th.topRow {
	padding: 5px; 
	border: 1px solid #F5B1A5;
	background-color: #EBEBEA;
	font-size: 9pt;
	text-align: center;
}

table.compare th.sideRow {
	border: 1px solid #C5DDC5;
	text-align: right;
}

table.compare td.diff {
	background-color: #FFFFF0;
}

table.resultsList th { 
	border-spacing: 0px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	padding: 1px 5px 1px 5px; 
}


table.resultsList {
	border-spacing: 0px;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}


table.resultsList td,
table.resultsList th { 
	border-spacing: 0px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	padding: 1px 5px 1px 5px; 
}

table.resultsList thead th {
	text-align: center;
	background-color: #f0f0f0;
	color: #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}

table.resultsList thead a:hover { text-decoration: none; }

table.resultsList thead th { font-weight: bold; text-align: left;}

table.resultsList tbody tr td { height: 20px; }

table.resultsList tfoot tr { text-align: center;  color: #333; }
table.resultsList tfoot td,
table.resultsList tfoot th { background-color: #f3f3f3; border-top: 1px solid #999; text-align: center; }

table.resultsList .sm {font-size: 11px;}

.rowOff { background-color: #ffffff; }
/*.rowOn { background-color: #f5f5f5 }*/
.rowOn { background-color: #ffffff }
.rowHighlight { background-color: #ffc }

table.messageTblWrapper, table.messageTblWrapper select {
	/*
	font-size: 85%;
	font-family: verdana, arial, helvetica, tahoma;
	*/
}

table.messageTblWrapper, table.messageTbl {
	width: 100%;
}

table.messageTbl {
	border-spacing: 0px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #ffffff;
}

table#rp {
	border-left: 1px solid #e7e7e7; 
	border-right: 1px solid #e7e7e7;
}

table#rp tfoot td {
	background-color: #F4F4F4;
}

table.messageTbl td,
table.messageTbl th { 
	border-spacing: 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e7e7e7;
	padding: 2px 5px 2px 5px; 
}

table.messageTbl thead th {
	background-color: #f0f0f0;
	color: #666;
	border-bottom: 1px solid #999;
	text-align: left;
}

table.messageTbl tbody tr.unread {
	background-color: #EAEEF1;
	cursor: default;
}

table.messageTbl tbody tr.read {
	background-color: #FFFFFF;
	cursor: default;
}

table.messageTbl tbody tr.highlight {
	background-color: #F7F7D7;
	cursor: pointer;
}

table.messageTbl tfoot td {
	background-color: #ffffff;
	color: #666;
	border-top: 1px solid #999;
	border-bottom: 1px solid #fff;
	text-align: left;
}

table.viewMessageTbl td,
table.viewMessageTbl th { 
	padding: 2px 5px 2px 5px; 
}

table.viewMessageTbl th { 
	text-align: right;
	background-color: #F1EDEA;
	width: 80px;
}

#messageTree {
	font-size: 85%;
}

/**** Small Buttons ****/

.buttonSm,
.buttonSm div 
{
	float: left;
}

.buttonSm { 
	background: url(../images/buttons/left_22_background.gif) 100% 0 no-repeat; 
	float: left; 
}

.buttonSm a {
	display: block;
	height: 22px;
	float: left;
	line-height: 20px;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none; 
	color: #555555; 
}


.buttonSm a:hover, 
.buttonSm a:link,
.buttonSm a:visited,
.buttonSm a:active { text-decoration: none; color: #555555; }
.buttonSm span { cursor: default; color: #999; }

.buttonSm a,
.buttonSm span { padding: 0 10px 0 28px;}

.buttonSm .add { background: url(../images/buttons/left_22_add.gif) no-repeat; }
.buttonSm .edit { background: url(../images/buttons/left_22_edit.gif) no-repeat; }
.buttonSm .delete { background: url(../images/buttons/left_22_delete.gif) no-repeat; }
.buttonSm .undelete { background: url(../images/buttons/left_22_undelete.gif) no-repeat; }
.buttonSm .cancel { background: url(../images/buttons/left_22_cancel.gif) no-repeat; }
.buttonSm .cancelOff { background: url(../images/buttons/left_22_cancel_off.gif) no-repeat; }
.buttonSm .save { background: url(../images/buttons/left_22_save.gif) no-repeat; }
.buttonSm .find { background: url(../images/buttons/left_22_find.gif) no-repeat; }
.buttonSm .star { background: url(../images/buttons/left_22_star.gif) no-repeat; }
.buttonSm .reorder { background: url(../images/buttons/left_22_reorder.gif) no-repeat; }
.buttonSm .upload { background: url(../images/buttons/left_22_upload.gif) no-repeat; }
.buttonSm .download { background: url(../images/buttons/left_22_download.gif) no-repeat; }
.buttonSm .ok { background: url(../images/buttons/left_22_ok.gif) no-repeat; }
.buttonSm .okOff { background: url(../images/buttons/left_22_ok_off.gif) no-repeat; }
.buttonSm .xmlform { background: url(../images/buttons/left_22_xmlform.gif) no-repeat; }
.buttonSm .blank { background: url(../images/buttons/left_22_blank.gif) no-repeat; }
.buttonSm .excel { background: url(../images/buttons/left_22_excel.gif) no-repeat; }
.buttonSm .pdf { background: url(../images/buttons/left_22_pdf.gif) no-repeat; }
.buttonSm .attach { background: url(../images/buttons/left_22_attach.gif) no-repeat; }
.buttonSm .mail { background: url(../images/buttons/left_22_mail.gif) no-repeat; }
.buttonSm .send { background: url(../images/buttons/left_22_send.gif) no-repeat; }
.buttonSm .back { background: url(../images/buttons/left_22_back.gif) no-repeat; }
.buttonSm .reply { background: url(../images/buttons/left_22_reply.gif) no-repeat; }
.buttonSm .review { background: url(../images/buttons/left_22_review.gif) no-repeat; }
.buttonSm .note { background: url(../images/buttons/left_22_note.gif) no-repeat; }
.buttonSm .next { background: url(../images/buttons/left_22_next.gif) no-repeat; }

