body {
	font-family: "Segoe Print";
}

td {
	font-family: "Segoe Print";
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.titleheading {
	font-family: "Segoe Print";
	font-size: 24px;
	font-style: normal;
	color: #FFFF99;

}
.headingTableRow {
	background-color: #CC99FF;
}
.msgBoardMsgTitle {
	background-color: #CC99FF;
	font-size: smaller;

}
.msgBoardMsg {
	background-color: #FFFFFF;
	border: thin solid #0000FF;
}
.menuItem {
	background-color: #FFFFCC;
}
.adminMenu {
	font-size: smaller;
	background-color: #CC99FF;
}
.maintenanceTable {
	font-size: smaller;
	background-color: #66CC99;
}
.maintenanceTableHeading {
	font-size: smaller;
	background-color: #3366FF;
	color: #FFFFFF;

}
.errorMsg {
	color: #CC0000;
	font-style: italic;
	background-color: #FFFF99;



}
.okMsg {

	color: #330099;
	font-style: italic;
	background-color: #FFFF99;
}
.eventTable {
	background-color: #3366FF;
	border: thin solid #FF9900;
	height: auto;
	width: auto;

}
.rotaTableRow {
	color: #000000;
	background-color: #66CC99;
	font-size: medium;
}
.movingStitchersText {
	color: #9900FF;
}
.disabledMenuItem {
	color: #999999;
}
.smallDetails {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-align: center;
}

@media print {
  .noPrint {
	display: none;
  }
}
