@CHARSET "UTF-8";
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-size: 76%;
	font-family: Tahoma, Arial, sans-serif;
	text-align: left;
	line-height: 130%;
	text-align: center;
	color: #444;
	background-color: #9D9D9D;
}
img {
	border: none;
}
ul, ul li {
	list-style: none;
	list-style-type: none;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.flash_info, .flash_success { 
	background-color: green;
	font-weight: bold;
	color: #FFF;
	margin:  0px 14px 10px 14px; 
	padding: 6px 10px;

}
.flash_error {
	background-color: red;
	font-weight: bold;
	color: #FFF;
	margin:  0px 14px 10px 14px;
	padding: 6px 10px;
}
.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;
}
img.float_left, img.fleft {
	margin-right: 10px;
	margin-bottom: 5px;
} 
.float_right, .fright {
	float: right;
	display: inline;
}
.text p {
	margin-bottom: 5px;
}
.black {
	color: #000;
}
.date {
	font-size: 0.8em;
}
h3 .date {
	font-size: 11px;
	color: #444;
}
.blue, .blueText {
	color: #10777E;
}
.blueBold{
	color: #10777E;
	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: #BF447B;
}

.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;
}
.block {
	margin-bottom: 10px;
}
.blockSmall {
	margin-bottom: 3px;
}
.banner {
	text-align: center;
	margin-bottom: 10px;
}
.articles_overview_link .listItem {
	margin-left: 17px;
	padding-bottom: 5px;
	list-style-type: circle;
	list-style: circle; 
	display: list-item;
}