#webfm-dirlist.narrow {
	margin-left: 220px;
	text-align: left;
}

#webfm-dirlist.wide {
	margin-left: 0px;
}

#webfm-dirlist table {
	background-color: #f0f0f0;
	border-color: #d0d0d0;
	border-style: solid;
	border-width: 2px;
	cursor: default;
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 99%;
}

#webfm-dirlist td {
	border-bottom-color: #d8d8d8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#webfm-dirlist img {
	margin-left: 5px;
}

#webfm-dirlist table tr.selected td {
	background-color: #e7e7e7;
}

#webfm-dirlist table tr {
	background-color: #f0f0f0;
}

#webfm-dirlist a:hover {
	color: red;
	text-decoration: none;
}

#webfm-dirlist .head {
	background-color: #e0e0e0;
	color: #2092d0;
	font-size: 9pt;
	font-weight: bold;
}

#webfm-dirlist .head a {
	color: #2092d0;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

#webfm-dirlist .head a:hover {
	color: red;
	text-decoration: none;
}

#webfm-dirlist .navi {
	background-color: #f0f0f0;
	color: #2092d0;
	font-size: 9pt;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
}

#webfm-dirlist .navi a {
	color: #2092d0;
	font-size: 9pt;
	font-weight: bold;
}

#webfm-dirlist .navi a:hover {
	color: red;
	text-decoration: none;
}

#webfm-dirlist .txt {
	font-size: 8pt;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

#webfm-dirlist-ctls .selected {
	background-color: #2092d0;
	cursor: pointer;
}

#webfm-tree {
	clear: both;
	float: left;
	position: relative;
}

#webfm-tree .selected {
	background-color: #e7e7e7;
}

#webfm-tree a:hover {
	color: red;
	text-decoration: none;
}

#webfm-tree .dirtree {
	background-color: #f0f0f0;
	border-color: #d0d0d0;
	border-style: solid;
	border-width: 2px;
	overflow: auto;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	white-space: nowrap;
	width: 200px;
}

#webfm-tree .dirtree ul {
	margin: 0;
	padding: 0;
}

#webfm-tree .dirtree li {
	background-color: #f0f0f0;
	background-image: none;
	list-style-image: none;
	list-style-style: none;
	margin: 0;
	padding-left: 10px;
}

#webfm-attach {
	margin: 0;
	padding: 0;
	width: 97%;
}

#webfm-attach table {
	background-color: #f0f0f0;
	border-color: #d0d0d0;
	border-style: solid;
	border-width: 2px;
	cursor: default;
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 94%;
}

#webfm-attach td {
	border-bottom-color: #d8d8d8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#webfm-attach img {
	margin-left: 5px;
}

#wfmatt-wrapper .upload-msg-err {
	color: red;
	padding-top: 5px;
}

#wfmatt-wrapper .upload-msg {
	color: green;
	padding-top: 5px;
}

#webfm-dragCont {
	background-color: transparent;
	background-image: none;
	list-style-image: none;
	list-style-style: none;
}

#webfm-dragCont ul {
	background-color: transparent;
	background-image: none;
	margin: 0;
	padding: 0;
}

#webfm-dragCont li {
	background-color: transparent;
	background-image: none;
	margin: 0;
	padding-left: 20px;
}

#webfm-cxtCont {
	background-color: #FFF;
	background-image: none;
	border-color: #202867;
	border-style: solid;
	border-width: 1px;
	font-size: 8pt;
	line-height: 12px;
}

#webfm-cxtCont ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#webfm-cxtCont ul li {
	background-color: #FFF;
	background-image: none;
	margin: 0;
	padding: 3px;
	text-align: left;
}

#webfm-cxtCont ul li.selected {
	background-color: #E2EBED;
	background-image: none;
	color: red;
	cursor: pointer;
}

.webfm-pane {
	background-color: white;
	border-style: solid;
	border-width: 2px;
	font-size: 8pt;
	overflow: hidden;
}

.webfm-pane input {
	font-size: 8pt;
}

.webfm-pane-header {
	background-color: #e7e7e7;
	cursor: move;
	overflow: hidden;
	width: auto;
}

.webfm-pane-content {
	background-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	clear: left;
	color: black;
	line-height: 12px;
	overflow: auto;
	padding: 2px;
}

.webfm-pane-header .webfm-pane-close {
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 4px;
}

.webfm-pane-footer {
	font-family: Verdana;
	height: 15px;
}

.webfm-pane-title {
	float: left;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	padding: 1px;
	text-indent: 3px;
}

.webfm-pane-msg {
	color: red;
	float: left;
	font-family: Verdana;
	font-size: 8pt;
	padding-left: 10px;
}

.webfm-pane-resize {
	cursor: nw-resize;
	float: right;
	height: 14px;
	width: 14px;
}

.webfm-pane-content .button {
	cursor: pointer;
	font-family: Verdana;
}

.webfm-pane td {
	font-family: Verdana;
	padding-right: 5px;
	padding-top: 2px;
}

#webfm-search li {
	font-family: Verdana;
	list-style-image: none;
	list-style-style: none;
}

#webfm-meta-form table {
	font-family: Verdana;
	margin: 0;
	padding: 0;
}

#webfm-meta-form .meta-button {
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

#webfm-debug .g {
	color: green;
	font-size: 120%;
}

#webfm-debug .dbg-button {
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0;
}

#webfm-alert {
	margin: 5px;
}

#webfm-alert .alertspan {
	background-color: #ff0;
	color: #000;
	font-size: 9px;
	font-weight: bold;
}

#webfm-ieDD img {
	padding-right: 10px;
}

.webfm-attach-list img {
	margin-bottom: -4px;
}

.webfm-attach-list .att-time {
	white-space: nowrap;
}

.webfm-attach-list .att-size {
	white-space: nowrap;
}

.webfm-attach-list .att-fdesc {
	overflow: auto;
}

#webfm-progress {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	visibility: hidden;
}

#webfm-upload-fieldset {
	clear: left;
}