img {
	border: none;	
}
a {
	text-decoration: underline;
	color: #eee;
}
a:hover {
	text-decoration: underline;		
}
div.text p{
	margin-bottom: 1em;	
}
.no_bold {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.green {
	color: #69A569;
}
.red {
	color: #98090B;
}    
.blue {
	color: #3F787F;
}
.border {
	padding: 1px;
	border: 1px solid #ccc;
}
.underline {
	text-decoration: underline;
}
.white {
	color: white;
}
.black {
	color: #000;
}
.fleft {
	float: left;
	display: inline;
}
.fright {
	float: right;
	display: inline;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.no-margin {
	margin: 0px;
}
.gren {
	color: #C4FE60;
}
.grey {
	color: #999;
}
.text p  {
	margin-bottom: 1em;
}

.flash_info, .flash_success, .flash_error {
	background-color: #FFF;
	font-weight: bold;
	margin: 1px auto 1px;
	/*width: 380px; */
	width: 611px;
	padding: 25px 30px 20px 60px;
}

div#column_one .flash_info, div#column_one .flash_success, div#column_one .flash_error {
	width: 827px;
}

.flash_info, .flash_success {		
	color: #86B161;	
	border: 3px solid #86B161;		
	background: url(../img/bg_success_msg.jpg) no-repeat 25px 20px scroll;
}
.flash_error {		
	color: #B51717;	
	border: 3px solid #B51717;
	background: url(../img/bg_error_msg.jpg) no-repeat 25px 20px scroll;
}

.hide {
	display: none;
}
.vmiddle {
	vertical-align: middle;
}
.paging {
	text-align: center;
	/*margin-top: 10px;*/
}
.paging div {
	display: inline;
}
.paging div.disabled {
	display: none;
}
.actions {
	margin-bottom: 5px;
}
.center {
	text-align: center;
}
.float_left {
	float: left;
	display: inline;
}
.float_right {
	float: right;
	display: inline;
}
.small {
	font-size: 0.9em;
}
.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, .hidden {
	display: none;
}
.cake-sql-log td {
	padding-bottom: 10px;
	color: #fff;
}
.date {
	font-size: 0.9em;
	/*color: #AAA;*/
}
.block {
	margin-bottom: 10px;
}
.contentBlock {
	padding: 10px;
}

