.wf_tab {
	color: #eeeeee;
	min-width: 1em;
	max-width: 2em;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}

.wf_tab_active {
	background: #ffffff;
	color: #111111;
}

.wf_tab_inactive {
	background: #778899;
	color: #eeeeee;
}

.wf_tab table {
	border-collapse: collapse;
}

.wf_tab table td {
	padding-bottom: 6px;
	padding-top: 6px;
	border-top: 1px solid #778899;
}

.wf_tab_active .wf_tab_right {
	background: #778899 url( themes/images/tabs/selectedEnd.gif ) no-repeat scroll left top;
	padding-right: 21px;
	width: 21px;
}

.wf_tab_active .wf_tab_left {
	background: #778899 url( themes/images/tabs/selectedStart.gif ) no-repeat scroll right top;
	vertical-align: bottom;
	width: 30px;
	padding-right: 10px;
}

.wf_tab_inactive .wf_tab_right {
	background: #778899 url( themes/images/tabs/unselectedEnd.gif ) no-repeat scroll right top;
	padding-right: 21px;
}

.wf_tab_inactive .wf_tab_left {
	background: #778899 url( themes/images/tabs/unselectedStart.gif ) no-repeat scroll left top;
	padding-right: 21px;
	width: 34px;
}

.wf_tab_active .wf_tab_left img {
	width: 12px;
	height: 12px;
}

.wf_tab_inactive .wf_tab_left img {
	visibility: hidden;
}

#wf_tab_table {
	margin: 0px;
	width: 100%;
	border-top: 1px solid #778899;
	background-color: #778899;
	border-collapse: collapse;
}

#wf_tabs {
	width: 100%;
}

#wf_panes {
	position: relative;
	background: #f0f0f0;
	margin-top: 0px;
	width: 100%;
}

.wf_pane {
	position: absolute;
	background: #f0f0f0;
	border: 1px solid #888;
	width: 100%;
	top: 0;
	left: 0;
}


.wf_new_title {
	font-size: x-large;
	font-weight: bolder;
	margin-left: 1em;
	color: #3A3A3A;
}
.wf_new_info {
	font-size: medium;;
	color: #3A3A3A;
	margin-left: 1.5em;
}
.wf_new_label {
	font-family: sans-serif;
	color: #3A3A3A;
}

.box {
	border: 1px solid #3A3A3A;
	padding: 3px;
}

.wf_path_option {
	background: #fff;
	border: 1px solid #3A3A3A;
	padding: 2px;
	margin: 6px;
}
.wf_path_option:hover {
	background: #ddd;
	cursor: pointer !important;
}
.wf_path_option_selected {
	background: #729fcf;
	color: #fff;
	border: 1px solid #3A3A3A;
	padding: 2px;
	margin: 6px;
}
.wf_path_option_selected:hover {
	background: #ddd;
	cursor: pointer !important;
}
.wf_rounded {
	-moz-border-radius: 10px;
}

.john th {
	background: #efde8d !important;
	border: 1px solid #f6cb00 !important;
}
