/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
#blkRight table tr td { height:17px; padding:2px 0;  }

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 */
#actualites li#pagination { background-image: none; margin-bottom: 0px}
div.paging {
	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.error_message {
	clear: both;
	color: #900;
	font-size: 100%;
	text-align:center;
	border:1px solid #900;
	background:#F9F7ED;
	padding:5px;
}
div.success_message {
	clear: both;
	color: #006E2E;
	font-size: 100%;
	text-align:center;
	border:1px solid #006E2E;
	background:#CDEB8B;
	padding:5px;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
	font-size: 90%;
}
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;
}
.notice {
	background-color: #FFFF88;
	color: #000;
	display: block;
	font-size: 90%;
	line-height: 110%;
	padding: 0.8em;
	margin: 1em 0;
	border:1px solid #F1F16F;	
}
.success {
	background-color: green;
	color: #FFF;
}
#Appear {margin: 10px 10px 15px 10px ; padding: 3px 3px 0}