/* 
    Document   : cake_default.css
    Created on : Nov 12, 2008, 1:39:21 AM
    Author     : janboden
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.cake-sql-log{position:absolute; top:1000px;}
.clear{clear:both;margin:0; border:0}
.hidden{display:none}

#editor_full{height:500px;}
#flashMessage{margin: 5px auto; padding:20px; border:#FFF solid 2px; background-color:#CCC; }
/* Notices and Errors */
div.message {
	clear: both;
	color: #000;
	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%;
}
span.error{
        width:100%;
        font-family: Courier, monospace;
        padding:2px 5px;
}

.error{
        background-color: #e32;
	color: #fff;
}

.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;
}
root { 
    display: block;
}

.paginator{padding-top:10px;}
.paginator div{float:left; margin: 0 10px}
.paginator a{float:left; margin: 0 10px}

.previous{padding-left:20px; background:transparent url('/img/admin/icons/previous.png') top left no-repeat}
.next{padding-right:20px; background:transparent url('/img/admin/icons/next.png') top right no-repeat}

.logoff{padding-left:30px; background:transparent url('/img/admin/icons/logout.png') top left no-repeat}
.trash{padding-left:20px; background:transparent url('/img/admin/icons/trash.png') top left no-repeat}

.disabled{background:transparent; color:#666666}
