﻿.Dashboard {
	font-family: Arial;
}
.Dashboard .Header {
	font-size: 12px;
	font-weight: bold;
	height: 39px;
	table-layout: fixed;
	width: 100%;
}
.Dashboard .Content {
	height: 100%;
	table-layout: fixed;
	width: 98.4%;
}
.Dashboard .Header .LEdge {
	background-image: url(../../app_themes/silver/images/zonelayout/toolbarleft.jpg);
	background-repeat: no-repeat;
	width: 5px;
}
.Dashboard .Header .LSection {
	background-image: url(../../app_themes/silver/images/zonelayout/toolbarbackground.jpg);
	background-repeat: repeat-x;
	padding-left: 5px;
	white-space: nowrap;
	width: auto;
}
.Dashboard .Header .RSection {
	background-image: url(../../app_themes/silver/images/zonelayout/toolbarbackground.jpg);
	background-repeat: repeat-x;
	padding-right: 5px;
	text-align: right;
	white-space: nowrap;
	width: auto;
}
.Dashboard .Header .REdge {
	background-image: url(../../app_themes/silver/images/zonelayout/toolbarright.jpg);
	background-repeat: no-repeat;
	width: 5px;
}
.Dashboard .Footer {
	font-size: 11px;
	font-weight: normal;
	table-layout: fixed;
	overflow: hidden;
	width: 100%;
	height: 27px;
}
.Dashboard .Footer .LEdge {
	background-image: url(../../app_themes/silver/images/zonelayout/footerleft.jpg);
	background-repeat: no-repeat;
	width: 5px;
}
.Dashboard .Footer .CSection {
	background-image: url(../../app_themes/silver/images/zonelayout/footercenter.jpg);
	background-repeat: repeat-x;
	white-space: nowrap;
	width: auto;
}
.Dashboard .Footer .REdge {
	background-image: url(../../app_themes/silver/images/zonelayout/footerright.jpg);
	background-repeat: no-repeat;
	width: 5px;
}
.WebPartHeader {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
