a
{
	color			: #DF7000;
	text-decoration	: none;
}

body
{
	font-family		: Tahoma;
	font-size		: 12px;
	padding			: 0px;
	margin			: 0px;
	background-color: #F4F6F9;
}

td, input, select, textarea
{
	font-family		: Tahoma;
	font-size		: 12px;
}

input, select
{
	border			: solid 1px #AFB4BA;
}

select
{
	background-color: #F4F6F9;
}

.title
{
	padding-left	: 5px;
	font-family		: Tahoma;
	font-size		: 20px;
	font-weight		: bold;
	color			: #DDDDEC;
	background-color: #384655;
	vertical-align	: middle;
}

.miniTitle
{
	font-family		: Tahoma;
	font-weight		: bold;
	color			: #DDDDEC;
	background-color: #384655;
	padding-left	: 5px;
}

.content, .content table tr td, p
{
	font-family		: Tahoma;
	font-size		: 12px;
	color			: #697684;
}

.kewlButton
{
	margin			: 0px 5px 0px 5px;
	padding			: 0px 2px 0px 2px;
	border			: solid 1px #ece9d8;
	background-color: #c0c0c0;
	height			: 18px;
	vertical-align	: middle;
	font-family		: Tahoma;
	font-size		: 11px;
	color			: #000000;
	text-align		: center;
	cursor			: hand;
	cursor			: pointer;
	direction		: ltr;
}

#treeDiv
{
	width			: 100%;
	height			: 165px;
	overflow		: scroll;
	background-color: #F4F6F9;
}

.nonSelectedFile
{
	cursor			: hand;	cursor			: pointer;
}

.selectedFile
{
	cursor			: hand;	cursor			: pointer;
	background-color: #0000ff;
	color			: #ffffff;
}
