/* RESET ***************************************************/

	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend,	table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #fff;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #fff;
}	
a:hover {
	text-decoration: underline;
}	
	
/** Cake Debugging **/
pre {
	color: blue;
	background: #ededed;
	padding: 20px;
	text-align: left;
}
.cake-sql-log {
	text-align: left;
}
.cake-sql-log tr:nth-child(2n) td {
	background:#F5F5F5;
	text-align: left;
}
.cake-sql-log td {
	font-family:Monaco,Consolas,"Courier New",monospaced;
	padding:4px 8px;
	text-align:left;
	color: blue;
}
.cake-sql-log tr td {
	background:#FFFFFF;
	border-bottom:1px solid #DDDDDD;
	padding:6px;
	text-align:left;
	vertical-align:top;
}

.markItUpHeader ul {
    margin: 0 !important
}

