h1{ font-weight:bold;}









/* Tables */
#center table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
#center th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: left;
}
#center th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
#center th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
#center table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	vertical-align: top;
}
#center table tr.altrow td {
	background: #f4f4f4;
}
#center td.actions {
	text-align: left;
	white-space: nowrap;
}
#center td.actions a {
	margin: 0px 6px;
}
#center .cake-sql-log table {
	background: #f4f4f4;
}
#center .cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}






/* Forms */
fieldset{
	border:1px solid #ccc;
	position:relative;
	width:550px;
	margin:10px;
	background-color:#f4f4f4;
	padding:20px 0;
}
fieldset legend{
	font-size: 1.5em;
	margin-bottom:10px;
	display:none;
}

#center fieldset ul{
	padding-left:0;
	margin:0;
}
fieldset ul li{
	list-style-type:none;
	/*border-bottom: 1px solid #ccc;*/
}
fieldset ul li.highlight{
	background-color:#eee;
}
label{
	display:inline-block;
	line-height:1.8em;
	width: 150px;
	vertical-align:top;
	padding: 0 10px;
	text-align:right;
}
label.above{
	position:absolute; 
	margin-top:-1em; 
	width:auto; 
	text-align:left;
	padding:0;
	display:inline;
	color:#666;
}
input, select{
	margin-top:5px;
}
div.error-message {
	margin-left: 170px;
	padding-right:10px;
	color: #900;
	font-weight: bold;
}
input.form-error{
	border:1px solid #663;
	background-color:#ff9;
}




/* 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 {
}





/* Action Buttons */
.addButton{
	display: inline;
	padding-left: 20px;
	background: no-repeat left url(/images/icons/silk/add.png);
	cursor:pointer;
	margin-left: 10px;
}
.editButton{
	display: inline;
	padding-left: 20px;
	background: no-repeat left url(/images/icons/silk/page_white_edit.png);
	cursor:pointer;
}
.deleteButton{
	display: inline;
	padding-left: 20px;
	background: no-repeat left url(/images/icons/silk/delete.png);
	cursor:pointer;
}
.newUserButton{
	display: inline;
	padding-left: 20px;
	background: no-repeat left url(/images/icons/silk/user_add.png);
	cursor:pointer;
}
.editUserButton{
	display: inline;
	padding-left: 20px;
	background: no-repeat left url(/images/icons/silk/user_edit.png);
	cursor:pointer;
}
.deleteUserButton{
	display: inline;
	padding-left: 20px;
	background: no-repeat left url(/images/icons/silk/user_delete.png);
	cursor:pointer;
}





/* Flash Messages Formatting */

div.warning { 
	color: #663;
	background-color: #ff9;
	border: solid 2px #663;
	background-image: url(/images/icons/message_warning.png);
}

div.success { 
	color: #060;
	background-color: #cfc;
	border: solid 2px #060;
	background-image: url(/images/icons/message_success.png);
}

div.fail { 
	color: #f00;
	background-color: #fdd;
	border: solid 2px #f00;
	background-image: url(/images/icons/message_error.png);
}

div.info {
	color: #00f;
	background-color: #ddf;
	border: solid 2px #00f;
	background-image: url(/images/icons/message_info.png);
}

div.info, div.fail, div.success, div.warning{
	clear: both;
	font-weight:bold;
	padding:10px 10px 10px 60px !important;
	background-position: left center;
	background-repeat:no-repeat ;
	margin:5px;
	cursor: pointer;
}






/* CakePHP Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}

pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 18px;
	margin: 4px 2px;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 4px 2px;
	padding: 4px;
	font-size: 120%;
	line-height: 18px;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	border: 1px dotted #606060;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 5px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
}
table.cake-sql-log{
	background-color: #ccc;
}
