
	html {
		font-size: 14px;
	}
	body {
		font-family: verdana, helvetica, arial, sans-serif;
	}

/* ui styles */
	.none {
		color: #999;
		font-style: italic;
	}
	.large {
		font-size: 16px;
	}
	.medium {
		font-size: 12px;
	}
	.small {
		font-size: 11px;
	}
	.tiny {
		font-size: 9px;
	}
	.mod-bg {
		background-color: #FEA;
		/*
		border: 1px solid #E9BE00;
		margin: -10px;
		padding: 9px;
		*/
	}
	
/* Titles and Headers */
	h1 {
		font-size: 25px;
	}
	h1.spaced {
		margin-top: 24px; 
	}
	h2 {
		font-size: 21px;
	}
	h2.spaced {
		margin-top: 24px; 
	}
	h3 {
		font-size: 18px;
		margin-bottom: 4px;
	}
	h3.spaced {
		margin-top: 20px; 
	}
	h4 {
		font-size: 16px;
		margin-bottom: 2px; 
	}
	h4.spaced {
		margin-top: 10px;
	}
	.dropdown-select-input,
	.button-select-input,
	.chad-select-input,
	.button-toggle-input,
	.check-toggle-input {
		/*
		font-size: 16px;
		*/
	}
	
	div.spaced:not(.inline),
	input.spaced:not(.inline),
	button.spaced:not(.inline) {
		margin-top: 10px;
	}
	div.spaced-2:not(.inline),
	input.spaced-2:not(.inline),
	button.spaced-2:not(.inline) {
		margin-top: 15px;
	}
	div.spaced.inline,
	input.spaced.inline,
	button.spaced.inline {
		margin-left: 7px;
	}
	div.spaced.inline.small,
	input.spaced.inline.small,
	button.spaced.inline.small {
		margin-left: 4px;
	}
	div.spaced-2.inline,
	input.spaced-2.inline,
	button.spaced-2.inline {
		margin-left: 12px;
	}
	div.spaced-2.inline.small,
	input.spaced-2.inline.small,
	button.spaced-2.inline.small {
		margin-left: 8px;
	}
	div.spaced-right.inline,
	input.spaced-right.inline,
	button.spaced-right.inline {
		margin-right: 7px;
	}
	div.spaced-right.inline.small,
	input.spaced-right.inline.small,
	button.spaced-right.inline.small {
		margin-right: 4px;
	}
	div.spaced-right-2.inline,
	input.spaced-right-2.inline,
	button.spaced-right-2.inline {
		margin-right: 12px;
	}
	div.spaced-right-2.inline.small,
	input.spaced-right-2.inline.small,
	button.spaced-right-2.inline.small {
		margin-right: 8px;
	}
	div.spaced-top,
	input.spaced-top,
	button.spaced-top {
		margin-top: 10px;
	}
	div.spaced-top.small,
	input.spaced-top.small,
	button.spaced-top.small {
		margin-top: 7px;
	}
	div.spaced-bottom,
	input.spaced-bottom,
	button.spaced-bottom {
		margin-bottom: 7px;
	}
	div.spaced-bottom-2,
	input.spaced-bottom-2,
	button.spaced-bottom-2 {
		margin-bottom: 10px;
	}
	input.inline,
	select.inline {
		/* margin-top: -3px; */
	}
	.bg {
		position: fixed;
		width: 100%;
		background-attachment: fixed;
		background-repeat: repeat-y;
		height: 100%;
		z-index: -10;
	}
	.bgShadow {
		background-repeat: repeat-y;
		height: 100%;
	}
	.border-1 {
		border: 1px solid grey;
	}
	.border-2 {
		border: 1px solid black;
	}
	.rounded-block-1 {
		border-radius: 3px;
	}
	.rounded-block-2 {
		border-radius: 4px;
	}

/* Event Lists */
	.both-event-summary {
		cursor: pointer;
		height: 20px;
		margin-right: 100px;
	}
	.event-popularity {
		position: absolute;
		bottom: -3px;
		left: 0;
	}
	.event-popularity > div {
		display: inline-block;
		background-color: #D3FF61;
		height: 2px;
		width: 12px;
		margin-right: 4px;
	}
	.unique-event-in-list {
		/*
		font-size: 15px;
		*/
	}
	.page-tab {
		display: inline-block;
		padding: 8px 0;
		text-align: center;
		vertical-align: bottom;
		width: 90px;
		border: 1px solid black;
		background-color: white;
		/*
		font-size: 18px; 
		*/
	}
/* end event lists */

/* Buttons and Menus */
	.both-button.invite {
		background-color: #DFD;
		/*
		color: green;
		border: 1px solid green;
		font-weight: bold;
		*/		
	}
/*
	.view-button-small {
		display: inline-block;
		padding: 3px 5px;
		border: 1px solid black;
		font-size: 10px;
		background-color: white;
	}
	.view-button-hide {
		display: inline-block;
		padding: 3px;
		border: 1px solid #999;
		background-color: white;
	}
	.view-button-details {
		display: inline-block;
		padding: 3px 5px;
		font-size: 10px;
		color: #999;
		border: 1px solid #CCC;
	}
	.image-button {
		display: inline-block;
		border: 1px solid #999;
	}
	.conversion-button {
		display: inline-block;
		padding: 5px 7px;
		color: black;
		border: 1px solid #306108;
		background-color: #5CB811;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
 */	
	.both-button {
		height: 30px;
		padding: 5px;
	}
	button.both-button {
		/* will be automatically vertically centered */
		padding-top: 0;
		padding-bottom: 0;
	}
	input.both-button {
		/* will be automatically vertically centered */
		padding-top: 0;
		padding-bottom: 0;
	}
	.both-button.large {
		padding: 0 10px;
		height: 48px;
	}
	.both-button.small,
	.small .both-button {
		padding: 3px 4px;
		height: 22px;
		border-radius: 2px;
	}
	.both-button.small.extra-padding {
		padding: 7px 9px;
		height: auto;
	}
	.both-button.tiny,
	.tiny .both-button {
		padding: 0 2px;
		height: 13px;
	}
	.both-button.square {
		width: 30px;
		text-align: center;
	}
	.both-button.large.square {
		width: 48px;
	}
	.both-button.small.square {
		width: 22px;
	}
	.both-button.tiny.square {
		width: 13px;
	}
	
	
	.details-button {
		background-color: #ECF4FF;
	}
	.hidden-button {
		background-color: #999;
		color: white;
	}
	.close-button {
		position: absolute;
		top: 2px;
		right: 2px;
		height: 22px;
		width: 22px;
		line-height: 16px;
		padding: 0;
	}
	/*
	.both-button.expand {
		margin-left: -1px;
	}
	*/
	.user-button-group {
		background-color: #C8F3DB; /* #C8F3C8*/'
	}
	.unavailable-block {
		position: absolute;
		top: -10px;
		bottom: -10px;
		min-height: 50px;
		left: -30px;
		right: -30px;
		background: #FF9;
		/*
		background: white;
		border: 1px solid #ff0;
		*/	
	}
/* end buttons */

	.both-expanded.special {
		left: -5px;
	}
	.block-above-special-dropdown-content {
		position: relative;
	}
	tr.dropdown-link-list-item > td {
		padding: 6px 15px;
		border-top: 1px solid #e5e5e5;
		border-left: 1px solid #999;
		border-right: 1px solid #999;
		border-bottom: 1px solid #e5e5e5;
	}
	tr.dropdown-link-list-item:first-child > td {
		border-top: 1px solid #999;
	}
	tr.dropdown-link-list-item:last-child > td {
		border-bottom: 1px solid #999;
	}
	.saved {
		background-color: #CFC;
	}
	.above-block-1 {
		box-shadow: 3px 3px 10px rgba(50, 50, 50, 0.5);
		z-index: 50;
	}
	.above-block-2 {
		box-shadow: 5px 5px 20px 7px rgba(50, 50, 50, 1);
		z-index: 100;
	}
	
/* asset statuses */
	div.saved {
		/* background-color: #CFC; */
	}
	div.saved:after {
		/*
		content: ' saved';
		color: #CFC;
		*/
	}

	div.both-event-block {
		position: relative;
		border-bottom: 1px solid #CCC;
		margin-top: -1px;
		margin-bottom: -1px;
		padding: 3px 0px;
	}
	div.both-event-block:last-child {
		border-bottom: none;
	}
	div.event-wait {
		display: none;
		background-position: bottom left;
		background-repeat: repeat-x;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;	
	}
	
/* Type button
	.type-button {
		display: inline-block;
		border: 1px solid black;
		background-color: white;
		margin-top: -1px;
		margin-left: -1px;
	}
	.type-button-text {
		display: inline-block;
		padding: 4px 4px 4px 6px;
		font-size: 75%;
	}
	.type-button-x {
		display: inline-block;	
		vertical-align: top;
		color: #CCC;
		color: #CCC;
		font-family: arial;
		font-size: 90%;
		padding: 0 3px 0 0;
	}
	.type-button:hover div.type-button-x {
		color: black;
	}
 */

table.grid td, table.grid th {
	padding: 4px;
	border: 1px solid #999;		
}

table.grid-nowrap td, table.grid-nowrap th {
	padding: 4px;
	border: 1px solid #999;		
	white-space: nowrap;
}

/* Mod and Admin elements */
	.mod-panel {
		border: 1px solid blue;
		background-color: #E6E6FF;
		box-shadow: 3px 3px 5px #999;
		-moz-box-shadow: 3px 3px 5px #999;
		-webkit-box-shadow: 3px 3px 5px #999;
	}
	.admin-panel {
		border: 1px solid purple;
		padding: 6px;
		background-color: #DAB8E3;
		/*
		opacity: 0.8;
		*/
	}
	.mod-tab {
		border: 1px solid blue;
		background-color: #E6E6FF;
		background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0px, rgba(0, 0, 0, 0) 3px);
		display: block;
		padding: 5px;
		margin-bottom: 6px;
	}

	.mobile-widths-only {
		display: none;
	}
	@media (max-width: 624px) {
		.mobile-widths-only {
			font-size: 30px;
			display: block;
			padding: 30px;
		}
		.mobile-widths-only .both-button {
			padding: .4em .6em;
		}
	}
	@media (max-device-width: 624px) {
		.mobile-widths-only {
			font-size: 30px;
			display: block;
			padding: 30px;
		}
		.mobile-widths-only .both-button {
			padding: .4em .6em;
		}
	}
	@media (max-width: 324px) {
		.mobile-widths-only {
			font-size: 20px;
			display: block;
			padding: 20px;
		}
		.mobile-widths-only .both-button {
			padding: .3em .4em;
		}
	}
	@media (max-device-width: 324px) {
		.mobile-widths-only {
			font-size: 20px;
			display: block;
			padding: 20px;
		}
		.mobile-widths-only .both-button {
			padding: .3em .4em;
		}
	}

	
	
	
/* "Add Event" teaser */
	#add-teaser {
		background-color: #EFD;
		position: relative;
		width: 100px;
		font-size: 75%;
		padding: 4px 5px;
		border: 1px solid #8D4;
		text-align: center;
		color: #8D4;
	}
	#add-teaser:after, #add-teaser:before {
		border: solid transparent;
		content: ' ';
		height: 0;
		left: 100%;
		position: absolute;
		width: 0;
	}
	#add-teaser:after { /* inner arrow part */
		border-width: 9px;
		border-right-color: #EFD;
		top: 8px;
		left: -18px;
	}
	#add-teaser:before { /* outer arrow border */
		border-width: 10px;
		border-right-color: #8D4;
		top: 7px;
		left: -20px;
	}
	
/* Schedule view */
	div.scheduleDetails {
		display: none;
		background: #ddd;
		border: 1px solid black;
	}
	div.time {
		font-weight: bold;
		width: 12px;
		height: 12px;
		position: absolute;
		top: 0px;
		left: -30px;
		width: 60px;
		text-align: center;
	}
	div.content {
		position: relative;
		margin: 0;
	}
	div.eventline {
		padding: 2px 0px;
	}
	div.eventContainer {
		position: relative;
		background-color: #eee;
		border: 1px solid black;
	}
	div.event {
		position: relative;
		padding: 5px;
		overflow: hidden;
	}
	div.eventInside {
		display: table-cell;
		vertical-align:	middle;
		height: 1.5em;
		font-size: 1.1em;
	}
 
/* Calendar view */
	table.calendar {
		border-collapse: collapse;
		clear: both;
		width: 100%;
	}
	table.calendar tr th {
		padding:4px;
		text-align: center;
		color: white;
		border: 1px solid black;
		border-top: 2px solid black;
	}
	.calendar-header {
		background-color: #999;
	}
	table.calendar tr td {
		text-align: left;
		vertical-align: top;
		border: 1px solid black;
		padding: 0;
	}
	table.calendar tr td.past {
		background: #CCC;
	}
	table.calendar tr td.today {
		background: #ffd;
	}
	table.calendar .day-header {
		position: relative;
		padding: 3px 3px 7px 3px;
		/*text-align: right;*/
	}
	table.calendar .date {
		font-weight: bold;
	}
	table.calendar .add {
		position: absolute;
		top: 5px;
		right: 5px;
	} 
	table.calendar .day-contents {
		padding: 0px 5px 5px 5px;
		min-height: 60px;
	}
	
/* Flash messages */
	div.flash-message-good {
		clear: both;
		font-size: 140%;
		font-weight: bold;
		margin: 0 0 1em 0;
		background-color: palegreen;
		padding: 5px;
	}
	div.flash-message-neutral {
		clear: both;
		font-size: 140%;
		font-weight: bold;
		margin: 0 0 1em 0;
		background-color: yellow;
		padding: 5px;
	}
	div.flash-message-bad {
		clear: both;
		font-size: 140%;
		font-weight: bold;
		margin: 0 0 1em 0;
		background-color: tomato;
		padding: 5px;
	}
/* end flash messages */

/* Forms */
/* end forms */
 
.disabled .view-button-auto {
	border-color: #999;
}
.disabled div {
	font-weight: normal;
}
.tip-button {
	position: absolute;
	top: 0px;
	right: 0px;
}
.tip-text {
	font-weight: bold;
}
.tip-details {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 200px;
	padding: 5px;
	color: #999;
	background-color: white;
	border: 1px solid #999;
}
.required {
	font-weight: bold;
}
.required:after{
	color: #e32;
	content: '*';
	display:inline;
}
 
 
 
 
/**
  *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

li.selected    {
	background-color: #ffb;
}
a {
	color: #00e;
	text-decoration: none;
}
/*
a.dim{
	color: #bfbff6;
	font-weight: normal;
	font-size: 75%;
}
*/
a.longName {
	font-weight: bold;
}
a:hover, a:active {
	color: #00e;
	text-decoration: underline;
}
a.no-link-decoration:hover,
a.krumo-name:hover {
	text-decoration: none !important; */
}

a img {
	border:none;
}
ul, li {
	margin: 0 12px;
}

.disabled div label {
	font-weight: normal;
}
.disabled div label:after {
	content: '';
}


div.view-button-auto {
	display: inline-block;
	padding: 5px;
	text-align: center;
	border: 1px solid black;
}
div.view-button-admin {
	display: inline-block;
	padding: 5px;
	border: 1px solid black;
	background-color: #CCC;
}

span.dim-date {
	padding-left: 6px;
	font-size: 90%;
	color: #999;
}
div.dim-date {
	font-size: 90%;
	color: #999;
}
ul.ui-menu {
	z-index: 100 !important;
}
ul.default-last-item li.ui-menu-item:last-child {
	border-top: 2px solid lightgrey;
}
ul.default-last-item  li.ui-menu-item:last-child a{
	color: grey;
}

div.details a {
	font-weight: normal;
}

div.expand {
	display: inline-block;
}

div.level {
	display: inline-block;
}

/** containers **/
/*
div.form, div.index, div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}
*/
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}


/** Tables **/
th {
	padding:4px;
	text-align: center;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	/*
	margin: 0;
	padding: 0;
	*/
	text-align: left;
	vertical-align: top;
}
table .altrow td {
	background: #f5f5f5;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.mod {
	border: 1px solid #E9BE00;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
/*
.cake-sql-log caption {
	color:#fff;
}
*/

/** Paging **/
div.paging {
	background:#fff;
	color: #CCC;
	margin-top: 1em;
	clear:both;
}
div.paging span.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #c73e14;
}
div.paging span a {
}

/** Forms **/
fieldset {
	border: none;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	/*font-size: 120%;*/
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
/*
form div {
	clear: both;
}
*/
form .required fieldset label {
	font-weight: normal;
}
form .required fieldset label:after {
	content: '';
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
fieldset legend {
	display: block;
	font-weight: bold;
	/*font-size: 110%; */
	padding-bottom: .25em;
}
fieldset label {
	font-weight: normal;
	padding-bottom: .3em;
}
input, textarea {
	/*padding: .2em;
	width: 400px;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;*/
}
select {
	/*font-size: 120%;*/
}
option {
	/*font-size: 120%;*/
	padding: 0 3px;
}
div.radio label {
	margin: 0 0 0 20px;
}
/*
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	border-color: #2d6324;
	color: #000;
	text-shadow: #8cee7c 0px 1px 0px;
}
form .submit input[type=submit]:hover {
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}

/** Notices and Errors **/
div.message {
	clear: both;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	background-color: palegreen;
	padding: 5px;
}
div.message a {
	color: #fff;
	font-size: 100%;
	text-decoration: underline;
}

div.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
	background: #c73e14;
	width: 200px;
	padding: 3px;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/**  Actions  **/
/*
div.actions ul {
	margin: 0;
	padding: 0;
}
div.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
div.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}
div.actions ul li a:hover {
	text-decoration: underline;
}
input[type=submit],
div.actions ul li a,
td.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background:#e6e49f;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1d4), to(#e6e49f));
	background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);
	color:#333;
	border:1px solid #aaac62;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
}
input[type=submit]:hover,
div.actions ul li a:hover,
td.actions a:hover {
	background: #f0f09a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}
*/
/** Related **/
div.related {
	clear: both;
	display: block;
}

/** Debugging **/
/*
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
*/
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display: none;
}
