
	/* Misc */
		.pageModule { padding-bottom: 45px; }
		.pageModuleVisible { padding: 15px; margin-bottom: 25px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #f5f5f5; border: 1px solid #ebebeb; }
		.hidden { display: none; }
		.reallyHidden { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; display: none; }
		.dropShadow { -moz-box-shadow: 1px 1px 2px #666666; -webkit-box-shadow: 1px 1px 2px #666666; box-shadow: 1px 1px 2px #666666; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666'); }
		.text-translucent-25 { opacity: 0.25; filter: alpha(opacity = 25); }
		.text-translucent-50 { opacity: 0.5; filter: alpha(opacity = 50); }
		.text-translucent-75 { opacity: 0.75; filter: alpha(opacity = 75); }
		.nowrap { white-space: nowrap; }
		#pagination { margin-bottom: 15px; }
		.floatClear { clear: both; }
		.autoCapitalize { text-transform: capitalize; }
		.text-bold { font-weight: bold; }
		.text-italic { font-style: italic; }
		.text-success { color: #094d26; }
		.text-warning { color: #fff200; }
		.text-failure { color: #9e0b0f; }
		.pointer { cursor: pointer; }

	/* Admin */
		#admin_clock { padding: 10px; text-align: center; background-color: #eeeeee; border: 1px solid #dddddd; border-radius: 10px; margin-bottom: 15px; }
		#admin_clock_time { font-size: 18pt; }
		#admin_clock_timezone { font-size: 11pt; color: #666666; }

		.admin_nav_header { padding-bottom: 5px; font-size: 9pt; color: #999999; }
		.admin_nav_header > div { margin-bottom: 5px; }
		.admin_nav_body { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #dddddd; font-size: 10pt; }

		a.admin_nav_link, a.admin_nav_link:visited { color: #666666; text-decoration: none; }
		a.admin_nav_link:hover, a.admin_nav_link:active { color: #333333; text-decoration: none; font-weight: bold; }

		a.admin_nav_link_active, a.admin_nav_link_active:visited { color: #666666; text-decoration: none; font-weight: bold; }
		a.admin_nav_link_active:hover, a.admin_nav_link_active:active { color: #333333; text-decoration: none; font-weight: bold; }

		.kanban-card { font-size: 9pt; line-height: 1.25em; }