html,body,textarea,input {
	color: #4E270B; /* was 6f6f6f */
}

html {
	background-color: #F4F4F4;
}

a:VISITED,a:LINK,a:ACTIVE,a:HOVER {
	text-decoration: underline;
}

/* ***********  Header ************** */
#header ul li ul {
	padding: 9px 0;
}

#header ul li ul li a {
	vertical-align: baseline;
	padding: .5em 1em;
}

#header ul li ul li a:active,#header ul li ul li a.active {
	-webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.3);
	/*
	background: #e8e8e8;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8',
		endColorstr='#e3e3e3' );
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8),
		to(#e3e3e3) );
	background: -moz-linear-gradient(top, #e8e8e8, #e3e3e3);
	background: -o-linear-gradient(top, #e8e8e8, #e3e3e3);
	*/
	background: #8A786C;
	color: #FFFFFF;
	/* efs */
	vertical-align: baseline;
	padding: .5em 1em;
	vertical-align: baseline
}

/* **************** Nav **************** */
nav ul li a:active,nav ul li a.active,nav ul li a:hover {
	background-image: url(images/nav_active.png);
	background-color: #AFA197;
	filter: none;
	text-decoration: none;
}

nav ul li a:link {
	text-decoration: none;
}

nav ul li a span {
	background-image: none;
}

.breadcrumb li a {
	color: #999999;
	text-shadow: 0 1px 0 #ffffff;
	border-color: #eeeeee #dddddd #dddddd #dddddd;
}

/* ************* tabs ************* */
.efs-tabs-noheader {
	padding: 0px;
	background: none;
	border-width: 0px;
	color: #3f3f3f;
}

.efs-tabs-noheader .ui-tabs-nav {
	padding-left: 0px;
	background: transparent; /* make header transparent */
	border-width: 0px 0px 1px 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border-top: 0px !important;
	border-bottom-color: #dddddd !important;
}

.efs-tabs-noheader .ui-tabs-panel {
	background: #ffffff;
	border: 1px solid #dddddd; /* soften the border color */
	border-width: 0px 1px 1px 1px;
}

.efs-tabs-noheader .ui-tabs-panel p {
	margin: 0em !important;
	padding: 1em 1.3em;
}

.efs-tabs-noheader .ui-tabs-nav li.ui-tabs-selected.ui-state-active {
	background: #ffffff
		url(/efs/styles/desktop/white-label/efs/images/ui-bg_flat_90_ffffff_40x100.png)
		50% 50% repeat-x;
}

.efs-tabs-noheader .ui-tabs-nav li.ui-state-default {
	background: #ffffff
		url(/efs/styles/desktop/white-label/efs/images/ui-bg_flat_90_eeeeee_40x100.png)
		50% 50% repeat-x;
}

.ui-tabs .ui-tabs-panel .dataTables_wrapper {
	margin: 0em;
	padding: 1em 1em 5em !important;
}

/***************** Colors and backgrounds ************/
.efs-background-1 {
	background: #E9E9E9;
	border: 1px solid #707070;
	border-color: #707070;
}

.efs-selected-1 {
	background: #8A786C;
	color: #FFFFFF;
}

/**************** Content panels **********************/
.ui-tabs .ui-tabs-panel.efs-content-panel {
	margin-top: 0px;
	padding: 1em 1em 1em !important;
	height: 1&#37;
	overflow: hidden;
	position: relative;
}

.efs-content-panel>div {
	border: 0px;
	border-color: transparent;
	background-image: none;
	padding: .5em 1em 2px;
}

.ui-tabs .ui-tabs-panel.efs-content-panel h1 {
	font-size: 1.4em;
	line-height: 1.6em;
	margin-top: 0px;
}

.efs-content-panel * form {
	border: 0px;
	background: transparent;
}

/**************** Detail panels ***********************/
.widget.efs-detail-panel {
	margin-top: 36px;
	display: none;
	height: 1&#37;
	overflow: hidden;
	position: relative;
}

.widget.efs-detail-panel>div {
	border: 0px;
	border-color: transparent;
	background-image: none;
	padding: .5em 1em 2px;
}

.efs-detail-panel * table {
	margin: 0em;
	background: transparent;
	border: 0px;
	width: auto;
}

/******************* Message boxes ***********/
#wl_msg .msg-box {
	
}

#wl_msg .msg-box h3,#wl_msg .msg-close {
	
}

/****************** forms ********************/
form * fieldset {
	border: 0px;
	margin-bottom: 20px;
	background: #EDEDED;
	padding: 6px;
}

form * legend {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}

form * label {
	background: transparent;
	font-size: 1em;
	font-weight: normal;
	padding: 6px;
	border: 0px;
}

/* align the label and input fields */
form * label {
	display: inline-block;
	width: 35%;
}

form * div.efs-checkbox-list label {
	width: 75%;
}

form * div.efs-narrow-label label {
	width: 25%;
}



form * input,form * input[type=password],form * input.password {
	display: inline-block;
	width: 50%;
	padding: 4px 4px;
}

form * div.efs-narrow-label input {
	width: 60%;
}

div.efs-form-validation-error {
	color: red;
	margin-left: 35%;
}

input.efs-form-validation-error {
	border-color: red;
}

/****************** Radio buttons *************/
.radiolist {
	list-style: none;
	margin: 0;
}

.radiolist.horizontal {
	border: 0; /* override */
}

.radiolist.horizontal p {
	margin-right: 1px;
	padding: 1px;
	position: relative;
	display: inline-block;
}

.radiolist p label {
	display: block;
	text-align: center;
	font-size: 1em;
	padding: 6px 10px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid inherit;
	font-weight: normal;
}

.radiolist p.selected label {
	border: 1px solid #8A786C;
}

.radiolist p input {
	display: none;
}

/****************** Tables *******************/
table tbody tr td.label {
	text-align: left;
	padding-right: 3em;
}

table tbody tr td.value {
	text-align: left;
}

/*************** Iconography *****************/
a.efs_edit {
	background-image: url(white-label/images/icons/dark/pencil.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px 15px 0px 0px;
}

a.efs_create {
	background-image: url(white-label/images/icons/dark/create_write.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px 15px 0px 0px;
}

h2 a.efs_edit {
	padding: 0em 5em;
	margin: 0em 5em;
}

a.efs_add {
	background-image: url(white-label/images/icons/dark/plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px 15px 0px 0px;
}

a.efs_switch_user {
	background-image: url(white-label/images/icons/dark/exit.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 12px;
	margin: 6px;
}

span.efs-lock-toggle {
	background-repeat: no-repeat;
	background-position: center center;
	padding: 6px 12px 6px 6px;
	margin: 0px;
	cursor: pointer;
}

span.efs-unlocked {
	background-image: url(white-label/images/icons/dark/unlocked.png);
}

span.efs-locked {
	background-image: url(white-label/images/icons/dark/locked.png);
}