/********************Forms********************/

/********************Tables********************/

table{
	width:80%;
	background:#FFF;
	text-align:left;
}

table tr th{
	border:solid 1px #CCC;
	padding:5px;
}

table tr th a{
	text-decoration:none;
	color:#000;
}

table tr td{
	border:solid 1px #CCC;
	padding:5px;
}

/********************Overlay********************/

.overlay {
background-color:#FFFFFF;
background-attachment: scroll;
height:100%;
left:0;
position:fixed;
top:0;
width:100%;
z-index:9990;
display:none;
}

/********************Cake Specific********************/
.message{
	position:absolute;
	top:0;
	right:330px;
	display:block;
	background:rgba(0,0,0,0.75);
	color:#F1F1F1;
	padding:10px;
}
/* Cake Debug */
.cake-sql-log{
	color:#000;
}

.cake-debug{
	background:#DAC423;
}
.cake-stack-trace{
	background:#A9981B;
}