.bodyExplorer
{
	font: normal 11px Verdana, Arial, Sans-serif;
	color: black;
	margin: 10px;
	padding: 0px;
	
}

.toolsPanel
{
	border-bottom: solid 1px #FFC954;
	background-color: #D5E1B5;
}

.toolsPanel .toolbarContainer
{
	padding: 2px;
}

.treeviewPanel
{
	border-right: solid 2px #FFE4A6;
	border-bottom: solid 2px #FFE4A6;
	padding-left: 0px;
	background-color: #fff;
	height:400px;
}

.gridViewPanel
{
	border-bottom: solid 2px #FFE4A6;
	background-color: #fff;
}

/* form fields begin */
.explorerAddressBar
{
	background: #fff url(inputFolder.gif) no-repeat fixed 2px 2px;
	padding-left: 20px;
	border: solid 1px #7f9db9;
	width: 100%;
	margin-left: 2px;
}


.emailTxt
{
	border: solid 1px #80a9ce;
	font: bold 11px Verdana, Arial, Sans-serif;
	color: #333;
	overflow: auto;
}

.emailButton
{
	background: transparent url('emailButton.gif') no-repeat;
	border: 0px;
	font: normal 11px Verdana, Arial, Sans-serif;
	color: #333;
	height: 21px;
	width: 88px;
	margin-left: 4px;
}

/* form fields end */

.msgBody
{
	border-top: solid 1px #494b4d;
	border-left: solid 1px #494b4d;
	border-right: solid 1px #a5a9ad;
	border-bottom: solid 1px #a5a9ad;
	background-color: #e7e8e8;
	overflow: auto;
	font: normal 11px Verdana, Arial, Sans-serif;
	color: #333;
}
.ExplorerText
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	color: Black;
}
.ExplorerTextBold
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: Black;
	font-weight: bold;
}
.ExplorerTextRed
{
	font-family:Arial, Tahoma;
	font-size: 11px;
	color: Red;
	font-weight: bold;
}

.ExplorerLoadingText
{
	font-family:Arial, Tahoma;
	font-size: 13px;
	color: Black;
	font-weight: bold;
	DISPLAY: none;
	vertical-align: middle;
	text-align: center;
}

.hideFolders
{
	background: url('headerBg.png') repeat-x;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #787D69;
	padding: 0px 4px;
	height: 26px !important;
	text-align: center;
	color: black;
	font-size: 11px;
	white-space: nowrap;
}

.hideFoldersHeader
{
	float: left;
	margin-top: 6px;
	font-weight:bold;
	cursor: default;
	margin-left: 2px;
	font: normal 11px Verdana, Arial, Sans-serif;
}

.hideFolders button
{
	font: normal 12px Verdana, Arial, Sans-serif;
	color: #000;
	border: 0px;
	float: right;
}
.TreeNodeSelect
{
     background-color:#FFE4A6;
     border: ridge 1px black;
     width:100px;
     height:14px;    
}
.TreeNode
{    
      width:100px;
      height:14px;
}