/* two_cols: admin dashboard styles */
#two_cols #footer {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.65);
	text-align: center;
}
#two_cols #footer #poweredby {
	position: absolute;
	z-index: 10;
	left: 0;bottom: 0;
	background-color: #e5e5e5;
	border-right: 1px solid #cccccc;
	display: block;
	width: 240px;
	height: 45px;
	line-height: 45px;}
#two_cols #footer #poweredby img {height: 40px;width: auto;}
#poweredby.toggled img.extended-poweredby,
#poweredby img.collapsed-poweredby {display: none;}
#poweredby.toggled img.collapsed-poweredby {display: inline;}

/* one_col: public user styles */
#one_col #footer {
	background-color: #e5e5e5;
	color: rgba(0, 0, 0, 0.65);
	border-top: 1px solid #cccccc;
	text-align: center;}
#one_col #footer #poweredby {
	position: absolute;
	left: 2%;bottom: 0;
	display: block;
	height: 45px;
	line-height: 45px;}
#one_col #footer #poweredby img {height: 40px;width: auto;}