﻿.clientPanels
{
}

.clientPanels .leftPanel
{
	width: 200px;
	background-color: #C30404;
	vertical-align: top;
}

.clientPanels .centerPanel
{
	width: 520px;
	vertical-align: top;
	background-color: #FFFFFF;
}
.clientPanels .centerPanel .breadcrumbPanel
{	
	padding: 5px 5px 5px 10px;
	background-color: #6f6f6f;
}
.centerPanel .breadcrumbPanel .breadcrumb .rootNode,
.centerPanel .breadcrumbPanel .breadcrumb .node,
.centerPanel .breadcrumbPanel .breadcrumb .currentNode,
.centerPanel .breadcrumbPanel .breadcrumb .seperator
{
	font-size: 11px;
	color: #FFFFFF;
}
.clientPanels .centerPanel .contentPanel
{
	width: 520px;	
}

.clientPanels .rightPanel
{
	width: 181px;
	background-color: #343434;
	vertical-align: top;
}


/** SiteMap.aspx **/
.clientPanel .sitemapPanel
{	
	padding: 15px;
}
.clientPanel .sitemapPanel .sitemap
{
	padding: 5px;
}

.clientPanel .sitemapPanel .sitemap .treeView div table tr td div
{
	height: auto !important; /*fix space bug on FF*/
}

