.NewItemLink {
	margin:				10px 0;
	text-align:			right;
	}
.HelpButtonContainer {
	float:				right;
	}



/* DiskUsage */
.DiskUsageContainer {
	background-color:		#99ccff;
	border-radius:			5px;
	box-shadow:			0 10px 15px -5px #999999;
	position:			relative;
	}
.DiskUsageBox {
	
	}
.DiskIdleBar,
.DiskUsageBar {
	border-bottom-left-radius:	5px;
	border-bottom-right-radius:	5px;
	height:				25px;
	}
.DiskIdleBar {
	background-color:		#009900;
	}
.DiskUsageBar {
	background-color:		#cc0000;
	}
.DiskTotalLabel {
	text-shadow:			1px 1px 1px #ffffff;
	padding:			5px;
	color:				#000000;
	text-align:			center;
	}
.DiskUsageLabel,
.DiskIdleLabel {
	position:			absolute;
	bottom:				5px;
	text-shadow:			1px 1px 1px #000000;
	}
.DiskUsageLabel {
	left:				5px;
	color:				#ffaaaa;
	}
.DiskIdleLabel {
	right:				5px;
	color:				#aaffaa;
	}




