@CHARSET "UTF-8";
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-size: 76%;
	font-family: Tahoma, Arial, sans-serif;
	text-align: left;
	line-height: 130%;	
	color: #444;
}
img {
	border: none;
}
ul, ul li {
	list-style: none;
	list-style-type: none;
}
.bold {
	font-weight: bold;
}
.green {
}
.underline {
	text-decoration: underline;
}
.flash_info, .flash_success {
	color: #176a95;	
}
.flash_error {	
	color: #d42020;
}
.flash_info, .flash_success, .flash_error {
	background-color: #f6f6f6;
	padding: 5px 10px;
	margin-bottom: 15px;
}


.error-message {
	color: red;
	font-size: 0.9em;
}

.hide {
	display: none;
}
.vmiddle {
	vertical-align: middle;
}
.vbottom{
	vertical-align: bottom;	
}
.paging {
	text-align: center;
	margin-top: 10px;
}
.paging div {
	display: inline;
}
.actions {
	margin-bottom: 5px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left{
	text-align: left;
}
.small {
	font-size: 0.9em;
}
.smaller {
	font-size: 0.7em;
}
.float_left, .fleft  {
	float: left;
	display: inline;
}
.float_right, .fright {
	float: right;
	display: inline;
}
.text p {
	margin-bottom: 10px;
}
.text p.last {
	margin-bottom: 0px;
}
.black {
	color: #000;
}
.date {
	font-size: 0.8em;
	color: #bbb;
}
h3 .date {
	font-size: 11px;	
	color: #444;
}
.green {
	color: #1e9000;
}
.blue, .blueText {
	color: #176A95;
}
.blueBold{
	color: #176A95;
	font-weight: bold;	
}
.grey{
	color: #888;	
}

.pink, .h2.pink, a.pink, .pinkText{
	color: #D23972;	
}
.pinkBold{
	color: #D23972;	
	font-weight: bold;
}
.red, a.red, a:link.red, a:visited.red, a:active.red {
	color: #D74E8D;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.hide {
	display: none;
}
.paging .disabled {
	display: none;
}

.cake-sql-log {
	margin: 20px auto 0px auto;
}
.cake-sql-log td {
	padding: 3px 10px;
}

