body {
	color: black;
 	font-family: 'Lucida sans', sans-serif;
	font-size: 10px;
	text-align: center;
}

.sectionTitle {
	font-size: 12.5px;
	font-weight: bold;
	/* margin-top: -5px; */
}

.sectionTitleSmall {
	font-size: 11px;
	font-weight: bold;
	/* margin-top: -5px; */
}

.sectionSubtitle {
	font-size: 10px;
	/* font-weight: bold; */
	font-style: italic;
}

.label {
	font-size: 11px;
	display: inline-block;
}

/* Temporary box for decoration */
/* 
#mhudContent {
	border: 1px solid black;
	padding: 10px;
}
 */

#mhudContentPbsJobsSection .label, #mhudContentJobsStatsSection .label {
	font-size: 10.5px;
	font-weight: bold;
	color: #4D4D4D;
}

#jobs_held .label {
	color: Darkred;
}
#jobs_queued .label {
	color: Goldenrod;
}
#jobs_running .label {
	color: Forestgreen;
}

.value {
	font-size: 11px;
	/* font-weight: bold; */
	display: inline-block;
	margin-left: 10px;
}

table td:nth-child(even) {
	text-align: right;
}

#mhudContent {
	width: 270px;
	/* border-radius: 6px; */
	/* border: 2px solid #D6D6D6; */
}

hr.sectionDivider {
	width: 260px;
	height: 4px;
	border: 2px solid #848484;
	/* box-shadow: inset 0 12px 12px -14px rgba(0,0,0,0.8); */
	box-shadow: inset 0 16px 16px -2px rgba(0,0,0,0.3);
}

hr.systemDivider {
	width: 260px;
	height: 0px;
	border: 2px solid #848484;
	/* box-shadow: inset 0 12px 12px -14px rgba(0,0,0,0.8); */
	box-shadow: inset 0 16px 16px -2px rgba(0,0,0,0.3);
}

.boxContainer {
	border: 1px solid  #696969;
	border-radius: 3px;
}

#pageHeader {
	font-size: 15px;
	font-weight: bold;
}

#userMessage {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

/* For some reason, the width and height of the canvas has to specified inline */
.nodesCanvas {
	/* width: 250px; */
	/* height: 16px; */
	margin-left: -10px;
}

.systemName  {
	font-weight: bold;
	font-size: 11.5px;
	color: black;
}

.systemNameAll  {
	font-weight: bold;
	font-size: 11px;
	color: black;
}

.systemName {
	text-align: center;
}

.systemNameAll {
	text-align: left;
}

.nodesTitle {
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin-bottom: 3px;
}

table.nodesTable {
	margin-top: -9px;
}

table.nodesTable td {
	width: 86px;
	text-align: center;
}


#mhudContentCpuUsageSection {
}

#cpuCanvas {
	margin-left: 28px;		/* to recenter, accounting for percentage written right of canvas */
	margin-top: 4px;
	/* border: 1px solid black; */
}

#cpuCanvas_Pleiades, #cpuCanvas_Electra, #cpuCanvas_Merope,  #cpuCanvas_Endeavour, #cpuCanvas_Aitken {
	margin: 0 7px;	
}

.multiCPUs {
	display: inline-block;
	width: 54px;
}

.subtitle {
	text-align: left;
	margin-bottom: 15px;
}

/* .dataText {} */

.smallData {
	font-size: 9px;
	color: #4D4D4D;
	margin-top: -10px;
	margin-bottom: 8px;
	margin-left: -14px;
}

#mhudContentNodeUsageSection {
}

#mhudContentCpuLoadsSection {
	visibility: hidden;
	height: 0px;
}


#mhudContentNodeGraphsSection {
	margin-left: 10px;
	/* width: 250px; */
}

#mhudContentLegendSection {
}

#mhudContentPbsJobsSection, #mhudContentJobEfficiencySection {
	display: inline-block;
	vertical-align: center;
}

#mhudContentJobEfficiencySection {
	/* margin-left: 10px; */
}

#mhudContentPbsJobsSection #pbsCanvas, #mhudContentPbsJobsSection .dataText {
	display: inline-block;
}

#mhudContentPbsJobsSection .dataText {
	margin-left: -5px;
}

 #mhudContentJobEfficiencySection #efficiencyCanvas {
 	margin-left: 30px;
 }


#pageFooter {}

#updateField {}

#lastUpdate {}

.text-inUse, td.text-inUse {
	color: Forestgreen;
	/* color: #498B49; */
}

.text-available, td.text-available {
	color: Darkred;
	/* color: #B40000; */
}

.text-free, td.text-free {
	color: #4D4D4D;
}

#legend {
	border: 2px solid #696969;
	border-radius: 5px;
	width: 240px;
}

#legend table td:nth-child(odd) {
	font-style: italic;
}

.default-text {
	font-size: 9.5px;
}

.vspacer { height: 6px; }
.vspacerBig { height: 20px; }
.hspacer { width: 20px; }

.diskUsageGraph {
	min-width: 78px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
}

/* 
.a {
	color: black;
}
 */