@charset "UTF-8";
/* CSS Document */

#page_content #header_functions ul#functions {
	float: right;
	width: 192px;
	background: transparent;
	text-align: right;
	margin: 5px 0px 0px 15px;
}
#page_content #header_functions ul#functions li {
	display: inline;
	list-style: none;
	list-style-image: none;
}
#page_content #header_functions ul#functions img.function {
	width: 23px;
	height: 22px;
	cursor: pointer;
	border: 0px;
}

/* footer functions */

#page_content #footer_functions ul#foot_functions {
	float: right;
	width: 192px;
	background: transparent;
	text-align: right;
	margin: 30px 0px 25px 15px;
	clear:both;
}
#page_content #footer_functions ul#foot_functions li {
	display: inline;
	list-style: none;
	list-style-image: none;
}
#page_content #footer_functions ul#foot_functions img.function {
	width: 23px;
	height: 22px;
	cursor: pointer;
	border: 0px;
}