﻿/* GENERAL APPLICATION TEXT SETTINGS */
.plainLabel {
	font-family: DejaVu Sans;
	color: #000000;
	font-size: 14;
	font-weight: regular;
	text-align: left;
}
.button {
	font-family: Open Sans;
	color: #FFFFFF;
	font-size: 14;
	text-align: center;
}
.iconTextButton {
	font-family: Open Sans;
	color: #FFFFFF;
	font-size: 14;
	text-align: center;
}
.popbutton {
	font-family: Open Sans;
	color: #FFFFFF;
	font-size: 14;
	text-align: center;
}
.tooltip {
	font-family: DejaVu Sans;
	color: #000000;
	font-size: 10;
}
.isbn {
	font-family: DejaVu Sans;
	color: #000000;
	font-size: 12;
	text-align: right;
}
.unitName {
	font-family: Open Sans;
	color: #FFFFFF;
	font-size: 16;
	font-weight: bold;
	text-align: center;
}
.unitLabel {
	font-family: Open Sans;
	color: #000000;
	font-size: 16;
	text-align: center;
}
.customTOC {
	font-family: Open Sans;
	color: #000000;
	font-size: 14;
	text-align: center;

}
.credits {
	font-family: Open Sans;
	color: #000000;
	font-size: 11;
	font-weight: regular;
	text-align: center;
	
}
.dialogTitle {
	font-family: Open Sans;
	color: #000000;
	font-size: 12;
	font-weight: regular;
	text-align: left;
}
.dialogText {
	font-family: Open Sans;
	color: #000000;
	font-size: 14;
	font-weight: regular;
	text-align: center;
}
/*ACETATE*/
.postItNote {
	font-family: DejaVu Sans;
	color: #000000;
	font-size: 12;
	font-weight: regular;
	text-align: left;
}
.textTool {
	font-family: DejaVu Sans;
	color: #000000;
	font-size: 16;
	font-weight: regular;
	text-align: left;
}
.dialogInput {
	font-family: DejaVu Sans;
	color: #000000;
	font-size: 14;
	font-weight: regular;
	text-align: left;
}
.pageNotes {
	font-family: DejaVu Sans;
	color: #000000;
	font-size: 14;
	font-weight: regular;
	text-align: left;
}
/* MEDIA CONTROLLER */
.scriptWindow{
	font-family: DejaVu Sans;
	color: #000000;
	font-size: 14;
	font-weight: regular;
	leading: 6;
}
.scriptWindowSect{
	font-family: DejaVu Sans;
	color: #000000;
	font-size: 14;
	font-weight: bold;
	leading: 6;
}
a:hover{
	text-decoration: none;
	color: #C51038;
}
.mediaControlTime{
	font-family: DejaVu Sans;
	color: #FFFFFF;
	font-size: 10;
	font-weight: regular;
	text-align: center;
}
/* GENERAL ACTIVITY */
.scorePanel{
	font-family: Open Sans;
	color: #000000;
	font-size: 60;
	font-weight: bold;
	text-align: center;
}
.header {
	font-family: Open Sans;
	color: #3398CC;
	font-size: 23;
	font-weight: Bold;
	text-align: left;
	margin-left:50;
	margin-right:50;
}
.rubric {
	font-family: DejaVu Sans;
	color: #000000;
	font-size: 22;
	font-weight: regular;
	text-align: left;
	margin-left:50;
	margin-right:50;
}
.composeHeader {
	font-family: Open Sans;
	color: #3398CC;
	font-size: 28;
	font-weight: Bold;
	text-align: left;
}
.composeRubric {
	font-family: DejaVu Sans;
	color: #000000;
	font-size: 22;
	font-weight: regular;
	text-align: left;
}
.wingdings{
	font-family: Wingdings;
}
.dejavusans{
	font-family: DejaVu Sans;
}

.opensans{
	font-family: Open Sans;
}


/* KEYBOARD */
.keyboardKey {
	font-family: DejaVu Sans;
	color: #666666;
	font-size: 14;
	font-weight: regular;
	text-align: center;
}
/* ERROR POPUP */
.errorText{
	font-family: DejaVu Sans;
	color: #000000;
	font-size: 10;
	font-weight: regular;
}
.errorTitle{
	font-family: DejaVu Sans;
	color: #000000;
	font-size: 10;
	font-weight: bold;
}