@CHARSET "ISO-8859-1";

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.margin-top {
	margin-top: 14px;
}

.margin-center {
	margin-left: auto;
	margin-right: auto;
}

.margin-left-4 {
	margin-left: 4px;
}

.r2l {
	direction: rtl !important;
}

.l2r {
	direction: ltr !important;
}

.small-font {
	font-size: 14px !important;
}

.middle-font {
	font-size: 13px;
}

.information-table {
	width: 66px !important;
	border: 0px !important;
}

.information-table tbody tr {
	border: 0px !important;
}

.information-table tbody tr td {
	padding: 0px !important;
	text-align: center;
	border: 0px !important;
}

ul.ui-corner-all {
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}

.keyboard {
	background: #ffffff !important;
	border: 0px !important;
	font-size: 1.2em !important;
	margin-top: 4px;
}

.ellipsis-row td {
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notification-panel {
	padding: 10px 5px;
}

.notification-panel .ui-panel-title {
	color: #bb3333;
}

.first-page-message {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	font-style: italic;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #cccccc;
	color: #bb3333;
}