span.small {
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

span.highlight {
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
}

table.profileform th {
	padding: 5px;
	text-transform: uppercase;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #669900;
}

table.profileform td {
	padding: 5px 2px 5px 0;
}

table.profileform h2 {
	margin: 20px 0 10px 0;
	padding: 0 0 2px 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #669900;
	border-bottom: 1px solid #999999;
	background-color: none;
}

table.profileform dl, table.profileform dd {
	margin: 0;
	padding: 0;
}

table.profileform dd {
	font-weight: bold;
	color: #444444;
}

table.profileform dt {
	margin: 2px 0 10px 0;
}

table.profileform input, table.profileform textarea {
	color: #781351;
	background-color: #FBFAF4;
	border: 1px solid #777777
}

table.profileform td.submit {
	text-align: center;
}

ul.foldertree, ul.foldertree ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.foldertree {
	width:320px;
	margin-left: 10px;
}

ul.foldertree ul {
	background-color: #F9F9F9;
	padding: 3px;
}

ul.foldertree li {
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
}

ul.foldertree a {
	display: block;
	padding: 2px 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #669900;
	text-decoration: none;
}

ul.foldertree ul li {
	padding-left: 15px;
}

.hidden {
	display: none;
}