body {
	font-family: Segoe UI, Verdana, Arial, Sans-Serif, sans-serif !important;
	background-color: #CCCCCC;
	margin: 0px;
}

table, input, select {
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #0058D9;
}

a:hover {
	text-decoration: underline;
	color: #1199FE;
}

a img {
	border: none;
}

input, select {
	border: solid 1px #C0C0C0;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

html {
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.pageLayout {
	width: 100%;
	height: 100%;
	font-size: 12px;
}

.btn {
	font-family: Segoe UI, Verdana, Arial, Sans-Serif, sans-serif !important;
	font-weight: normal !important;
	padding: 2px !important;
	border-radius: 6px;
}

.full {
	width: 100%;
}

.fullHeight {
	height: 100%;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.italic {
	font-style: italic;
}

.left {
	text-align: left;
}

.link {
	text-decoration: none;
}

th {
	border-top: none;
}

.panel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: none;
}

.errorText {
	color: #FF0000;
}

.detailTable {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	border-collapse: separate;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

.detailHeader {
	background: #E4EAEF;
	text-align: center;
	padding: 2px;
	border-bottom: solid 1px #C0C0C0;
}

.detailFooter {
	background: #E4EAEF;
	text-align: center;
	padding: 2px;
}

.detailRow1 {
	background: #EDF1F4;
}

.detailRow2 {
	background: #EFF3F5;
}

.detailColumn1 {
	width: 105px;
}

.detailColumn2 {
	background: #FFFFFF !important;
}

.ratingRow1 {
	background: #EDF1F4;
	width: 15%;
}

.ratingRow2 {
	width: 15%;
}

.textarea {
	width: 122px;
	height: 122px;
	font: inherit;
	font-size: 1.0em;
}

.scrollableBox {
	height: 240px;
	overflow: auto;
}

.eventTextArea {
	height: 12em;
	width: 24em;
	border: 1px solid #000000;
	background-color: #FAFFFF;
	font: inherit;
	font-family: Segoe UI, Verdana, Arial, Sans-Serif, sans-serif;
}

.defaultCursor {
	cursor: default;
}

.ticker {
	color: limegreen;
	font-size: 1.1em;
}

.rich-table {
	border: solid 1px #C0C0C0;
	background-color: #FFF;
	border-spacing: 1px;
	empty-cells: show;
	border-collapse: separate;
	border-radius: 6px;
	-moz-border-radius: 6px;
}

.rich-table-footer {
	background-color: #E4EAEF;
}

.rich-table-footercell {
	text-align: center;
	border: none;
}

.rich-table-headercell:last-child, .rich-table-footercell:last-child, .rich-table-subheadercell:last-child, .rich-table-cell:last-child {
	border-right: none !important;
}

.rich-table-row:last-child>td {
	border-bottom: none;
}

.rich-table-subheadercell {
	text-align: left;
}

/* rich:tabPanel */
.rich-tabpanel-content {
	border: solid 1px #C0C0C0;
	background-color: #FFF;
	border-collapse: separate;
	border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 0px;
}

.rich-tab-active {
	background: #E4EAEF;
	font-weight: bold;
	border-collapse: separate;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.rich-tab-inactive {
	background: #EDF1F4;
	border-collapse: separate;
	subheaderborder-radius: 4px;
	-moz-border-radius: 4px;
}

.rich-tabhdr-side-border {
	border: none;
	background-color: #FFF;
}

.rich-tabhdr-side-cell {
	border: none;
}

.rich-filter-input {
	width: 100%;
}

/* rich:DataScroller */
.rich-dtascroller-table {
	border: 0px;
}

.rich-datascr-button {
	border-radius: 4px;
}

.rich-datascr-act {
	border-top-width: 0px;
}

/* RichFaces 3.3 does not render sort icons in firefox */
.rich-sort-icon {
	display: none;
}

.rich-panel-body {
	padding: 0px;
}

.rich-panel-header, .rich-panel-body, .rich-table-cell, .rich-table-supercell, .rich-table {
	font-family: Segoe UI, Verdana, Arial, Sans-Serif, sans-serif !important;
}

.autoLogoutTable {
	border: 0px;
	width: 100%;
	padding: 0px;
	margin-bottom: 10px;
}

.autoLogoutAdviceTitle {
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #ec0000;
	color: #FFFFFF;
	border: none;
	font-size: 1.3em;
}

.autoLogoutAdviceCaption {
	font-weight: bold;
	color: #484847;
	vertical-align: top;
	font-size: 1.2em;
}

.autoLogoutAdviceImage {
	width: 48px;
	height: 48px;
}

.autoLogoutAdviceBodyBorder {
	border-color: #ec0000;
	color: #ec0000;
	border: 1px solid;
}

.eventOccurrenceNew {
	text-align: left;
	font-weight: bold;
	color: #ec0000 !important;
}