body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Arial, Tahoma, Geneva, Kalimati, sans-serif;
	height: 100%;
	color: #000;
}
* {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
div {
	position: relative;
}

a.active,
a.focus,
a.hover,
input, * {
	outline: none;
	-moz-outline-style: none;
	outline: 0;
}
a:active { 
	outline: none;
	-moz-outline-style: none;
	outline: 0;
}
a:focus {
	outline: none;
	-moz-outline-style: none;
	outline: 0;
}
a {
	text-decoration: none;
	color: #88939c;
	outline: none;
	-moz-outline-style: none;
	outline: 0;
}
a:hover {
	text-decoration: underline;
	outline: none;
	-moz-outline-style: none;
	outline: 0;
}

p, img, form
{
	margin: 0; 
	padding: 0; 
	border: none;
}


div.message {
	margin: 0 auto;
	width: 960px;
}

.successMessage {
	background-color: #37b127;
	padding: 5px;
	color: #fff;
}

.errorMessage {
	color: #f5494d;
	padding: 0;
	text-align: center;
	display: block;
	font-size: 15px;
}

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%;
}

.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;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


.hide { display: none; }
.fleft { float: left; }
.fright { float: right; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.bold { font-family: robotobold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }



.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}
.ajaxLoader {
	margin-bottom: -5px;
}
.abs {
	position: absolute;
}
.rel {
	position: relative;
}
.fix {
	position: fixed;
}
.block {
	display: block;
}	
	