/* margin order is: top, right, bottom, left */ /** all h1 elements */
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #222222;
	text-align: center;
}

p {
	font-family: Arial, sans-serif;
}

.mPlayModePanel {
	margin: 12px 0px 6px 0px;
}
.mPlayPanel {
	margin: 6px 0px 8px 0px;
}
.selectModeText {
	font-weight: bold;
}
.gwt-CheckBox {
	font-family: Arial, sans-serif;
	font-size: 10px;
}

.includeLabel {
	color: black;
	margin: 8px 0px 0px 30px;
	/*font-family: Arial, sans-serif;*/
	font-size: 12px;
	/*text-align: center;*/
}

.includeText {
	color: black;
	margin: 5px 5px 5px 5px;
	/*font-family: Arial, sans-serif;*/
	font-size: 12px;
	text-align: left;
	font-style: italic;
}

.statusLabel {
	color: red;
	margin: 5px 0px 5px 0px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	/*	text-align: center;*/
}

.topPanel {
	font-family: Arial, sans-serif;
	text-align: center;
	width: 100%;
}

TABLE.sortableTable {
	border-width: 1;
	cell-spacing: 1;
}

/** a TD of a table with class sortableTable */
TABLE.sortableTable TD {
	border-bottom: solid #93BEE2 1px;
	BORDER-RIGHT: 1px solid #93BEE2;
	border-left: 1px solid #93BEE2;
	border-top: 1px solid #93BEE2;
	font-size: 10px;
}

/** all elements with class tableHeader */
.tableHeader {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background: #104A7B;
}

/** all elements with class headerStyle */
.headerStyle {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	/* cursor: pointer;
	cursor: hand;*/
}

/** all elements with class tableRow */
.tableRow {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000096;
	background: #FFFFFF;
}

/** all elements with class customFont */
.customFont {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000096;
}

/** all elements with class customRowStyle */
.customRowStyle {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000096;
	background: #CCCCCC;
}

/** all elements with class customFontAudioCell */
.customFontAudioCell {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000096;
	cursor: pointer;
	/*	cursor: hand; */
}

.progressbar-text {
	font-weight: bold;
}

.progressbar-remaining {
	font-size: 12px;
	font-style: italic;
}

.progressbar-outer {
	border: 1px solid black;
}

.progressbar-inner {
	border: 1px solid black;
	margin: 1px;
}

.progressbar-bar {
	width: 5px;
	height: 15px;
	margin: 1px;
}

.progressbar-fullbar {
	background: blue;
}

.progressbar-blankbar {
	background: #eee;
}
