/**
 * General font styles
 */
body, td, th, li, dt, dd, input, textarea, select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
	color: #333333;
}

#areaLogo {
	width: 280px;
	height: 45px;
}

/**
 * Nav Tree
 */
#navtree a {
	text-decoration: none;
	color: #bd5105;
	margin: 0px;
}
#navtree li {
	margin-bottom: 4px;
}
#navtree a:hover {
	border: dotted 1px #bd5105;
}
#navtree a.folder {
	font-weight: bold;
}
#navtree a.current {
	color: #bd5105;
	background-color: #ffc9a1;
}

#areaLogo {
	padding: 6px;
	background-color: #f9f9f9;
	width: 275px;
}

#areaUserInfo {
	min-width: 150px;
	padding: 6px;
	background-color: #f9f9f9;
}

/**
 * Form
 */
.admPersonForm table.tblLayout {
	border-spacing: 0px;
}
.admPersonForm table.tblLayout td {
	background-color: #f0f0f0;
	padding: 0px 4px 0px 4px;
	vertical-align: middle;
}

textarea.admPersonForm {
	width: 250px;
	height: 60px;
	border: none; /*inset 1px silver;*/
	border-bottom: solid 1px #f0f0f0;
}
select.admPersonForm {
	border: none; /*inset 1px silver;*/
	width: 250px;
	border-bottom: solid 1px #f0f0f0;
}
input[type=text].admPersonForm, input[type=password].admPersonForm,
input[type=checkbox].admPersonForm {
	border: none; /*inset 1px silver;*/
	border-bottom: solid 1px #f0f0f0;
	font-size: 100%;
}
.admPersonForm td > label {
}

table.tblLayout td.admPersonFormLegend, .admPersonFormLegend {
	font-weight: bold;
	padding: 8px 4px 2px 4px;/* ! important;*/
}
.admPersonFormRightPane {
	padding: 0px 4px 0px 4px;
	background-color: #f0f0f0;
	float: left;
	width: 350px;
}
.admPersonFormRightPane .tblData {
	font-size: 10px;
}
.admPersonFormSubForm {
	padding: 4px;
	margin-bottom: 4px;
	background-color: white;
	height: 269px;
}
#admPersonFormTags, #admPersonFormContacts {
	max-height: 100%;
	overflow: auto;
}
#admPersonFormTags {
	line-height: 1.5em;
}
#admPersonFormTagsSpinner, #admPersonFormContactsSpinner {
	position: absolute;
}

