body,td,th,input,option,select,textarea {
	font-family: Sylfaen, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
form {
	margin: 0;
	padding: 0;
}
a:link {
	color: #757E88;
}
a:visited {
	color: #757E88;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}
img {
	border: 0 none;
}

.title {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.st {
	font-size: 12px;
}
.bt {
	font-size: 15px;
}
.disabled {
	color: #aaaaaa;
	font-style: italic;
}
.errmsg {
	background-color: #FFFFDD;
	border: 1px solid #FF3333;
/*	width: 50%; */
	padding: 2px;
}
.user-name {
	color: #999999;
	background-image:url(/img/i-user.gif);
	background-repeat:no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}
.task-info {
	background-image:url(/img/i-task.gif);
	background-repeat:no-repeat;
	padding-left: 20px;
}
.no-user {
	color: #999999;
	background-image:url(/img/i-nouser.gif);
	background-repeat:no-repeat;
	padding-left: 15px;
	font-style: italic;
}
.hint {
	color: #999999;
	font-style: italic;
	font-weight: normal;
}
.non-editable { /* form elements that are chosen from a lookup frame */
	padding: 2px;
/*	float: left; */
}
.lookup-frame {
	border: 2px inset;
	clear:left;
	width:500px;
	height:250px;
	display:none;
}
.icon {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.unread-mail {
	font-weight: bold;
}
.txt-btn {
	font-size: 14px;
	font-weight: bold;
}
.gr {
	color: #999999;
}


/* Tabs */

#main-tabs {
}
#main-tabs .tab {
/*	font-weight: bold; */
/*	font-size: 14px; */
	padding-left: 2px;
	padding-right: 2px;
	white-space: nowrap;
	text-align: center;
}
#main-tabs a {
	text-decoration: none;
}

/* Path bar */

#path-bar {
	float: left;
}

/* Actions */

#action-bar {
/*	font-weight: bold; */
}
#action-bar p {
	float: left;
	margin: 0;
	padding: 0 12px 0 0;
}
#action-bar img {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 2px;
}


/* DB Table */

#db-table {
}
#db-table .hd {
	background-color: #D8E1BC;
	font-weight: bold;
	text-align: center;
}
#db-table .td1 {
	background-color: #F0F0F0;
}
#db-table .td0 {
}


/* Record view table */

#rec-table {
}
#rec-table .hd {
	background-color: #F8F8F8;
	border-bottom: 1px solid #000;
	font-weight: bold;
	white-space: nowrap;
	color: #888888;
}
#rec-table .fnam {
/*	font-weight: bold; */
	vertical-align: top;
	white-space: nowrap;
	color: #777777;
}
#rec-table .fval {
	vertical-align: top;
}
#rec-table .fval-lookup {
	vertical-align: top;
	background-color: #f4f4ee;
	white-space: nowrap;
/*	border-top: 1px solid #999999; */
}
#rec-table .special {
	background-color: #F0F0F0;
}


/* Tree view */

#tree-view {
}
#tree-view img {
	width: 15px;
	height: 15px;
	vertical-align: bottom;
}

/* Simple tabs */

#simple-tabs .tab {
/*	width: 50px; */
/*	font-weight: bold; */
/*	font-size: 12px; */
	padding: 2px 12px 2px 12px;
	white-space: nowrap;
	text-align: center;
	border: 1px solid #B4B4B4;
}
#simple-tabs a {
	text-decoration: none;
}
#simple-tabs .tab-sel {
	border-bottom: 0px none;
}
#simple-tabs .tab-unsel {
	background-color: #eeeeee;
}
#simple-tabs .tab-space {
	border: 0px none;
	border-bottom: 1px solid #B4B4B4;
	padding-left: 5px;
	padding-right: 5px;
}
#simple-tabs-body {
	border: 1px solid #B4B4B4;
	border-top: 0px none;
	padding: 10px;
}

/* Actions/comments */

.action {
}
.action .action-hd {
/*	background-color: #f0f0f0; */
	padding: 4px;
	border-top: 1px solid #a0a0a0;
}
.action .action-body {
	padding: 4px;
}
.action .action-timestamp {
	color: #999999;
}

.message {
}
.message .message-hd {
	background-color: #f0f0f0;
	padding: 4px;
/*	border-bottom: 1px solid #a0a0a0; */
}
.message .message-body {
	padding: 4px;
}
.message .message-fnam {
	font-weight: bold;
	vertical-align: top;
}
.message .message-fval {
	vertical-align: top;
}

.builtin-role {
	font-style: italic;
}


/* Performance assessment */

.cat-new, .cat-to_undelete {
	vertical-align: top;
	background-color: #f2f2e2;
}
.cat-to_delete {
	vertical-align: top;
	color: #999999;
	background-color: #f2f2e2;
}
.cat-active {
	vertical-align: top;
}
.cat-deleted {
	vertical-align: top;
	color: #999999;
}
