/*

Core.css for Mocha UI

Theme: Default

Copyright:
	Copyright (c) 2007-2009 Greg Houston, <http://greghoustondesign.com/>.
	
License:
	MIT-style license.

Notes:
	CSS rules in this file:
	
	1. Rules required by all MochaUI components or are shared by more than one.
	2. Theme specific ajustments to plugin styles.
	3. Miscellaneous rules that have no better place to go.
 
*/

/* Required By All
---------------------------------------------------------------- */

/* Clears */

.clear {
	clear: both;
	height: 0;
}

* html .clear {
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
}

/* Miscellaneous
---------------------------------------------------------------- */

#themeControl {
	margin-top: 2px;	
}


/* Theme Specific Adjustments to Default Plugin Styles
---------------------------------------------------------------- */

/* Folder Tree */

/* Folder Tree */

.tree {
	font-size: 11px;
	line-height: 15px;
	margin: 0;
}

.tree ul {
	margin: 0;
}

.tree li {
	list-style-type: none;
	white-space: nowrap;
}

.tree li a {
	color: #3f3f3f;	
}	

.tree li img {
	vertical-align: middle;
	width: 18px;
	height: 18px;
	overflow: hidden;
}

.tree li span {
	padding-left: 2px;
}