/**
 * CSS for CakePHP SQL Dump.
 */

div.system,
div.system * {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	background: #FFF;
}

div.system {
	border-top: 1px solid #CCCCCC;
	padding: 10px;
}

div.system table.sql {
	width: 100%;
	background-color: #CCCCCC;
}

div.system table.sql caption {
	padding: 4px;
	font-weight: bold;
}

div.system table.sql th {
	padding: 4px;
	background-color: #EEEEEE;
}

div.system table.sql td {
	padding: 4px;
	background-color: #FFFFFF;
}

div.system table.sql td.number {
	text-align: right;
}

div.system table.sql td.empty {
	text-align: center;
	font-style: italic;
}

div.system div.exec {
	text-align: center;
	margin-top: 10px;
}

div.system div.version {
	text-align: center;
	margin-top: 8px;
}
