/* General Style Info */
body {
	background: #D7EBF9;
	margin: 0;
}

/* Layout */
#container {
	text-align: left;
}

#header,#footer {
	padding: 10px 20px;
}

#header a, #footer a {
	text-decoration: none;
}

#header .actions {
    background: #ffffff;
    padding: 10px 30px;
    margin: 10px 0px;
    border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
}

#content {
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
	border-radius: 8px 8px;
}

#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/* Tables */
table {
	background: #fff;
	border: 1px solid #ccc;
	border-right: 0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	vertical-align: top;
}

table tr.altrow td {
	background: #f4f4f4;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}

td.actions a {
	margin: 0px 6px;
}

.cake-sql-log table {
	background: #f4f4f4;
}

.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background: #fff;
	color: #ccc;
	margin-bottom: 2em;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

div.paging span {
	
}

div.paging span.current {
	color: #000;
}

div.paging span a {
	
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}

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: 0px 0;
	padding: 0;
}

div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}

div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
}

div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* 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;
}

/* Schedules */
.scheduleLineBox {
	padding: 1em;
	margin-bottom: 1.5em;
	background: #D7EBF9;
	display: block;
	float: left;
	width: 90px;
	height: 60px;
	overflow: hidden;
	border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
}

.scheduleDayNote {
	clear: both;
	text-align: right;
	border-top: 1px solid #CEECCE;
}

.scheduleDayFocus {
	display: block;
	float: left;
}

.scheduleLineDetail {
	height: 100px;
	overflow: auto;
}

/* Areas */
.areaListBox {
	padding: 1em;
	margin-bottom: 1.5em;
	background: #D7EBF9;
	border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
	display: block;
	float: left;
	width: 125px;
	height: 90px;
	overflow: hidden;
}

.box li, #LinksControlPage li {
	list-style-type: none;
	clear: both;
}

.commentBody {
	padding: 0.5em;
	background: #FFFFFF;
	border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
	display: block;
}

.memberIconBox {
	height: 100px;
	overflow: hidden;
	text-align: center;
}

.listItemBox {
	border-bottom: 2px dashed #CCC;
	margin-bottom: 6px;
	padding: 10px;
	background-color: #f4f4f4;
}

.dateTime {
	font-weight: 100;
	font-size: 0.7em;
	color: #999;
}

.contactBody {
	padding: 0.5em;
	background: #FFFFFF;
	border-radius: 8px 8px;
	-moz-border-radius: 8px 8px;
	display: block;
	height: 100px;
	overflow: hidden;
}
