/*
	This stylesheet is used by the menu page in the LH pane.
	A lot of the styling actually comes from main.css, and menu.css just does the extra stuff.
*/

.menupanebody{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 4px;
	border-bottom: #f0d0e0 2px solid;
	margin-bottom: 5px;
}
.menublock {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.menuhead {
	border: 1px solid #999;
	border-bottom: 0px;
	background: url(../images/menuheadback.png) top center repeat-x;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	color: #444;
	padding-top: 0px;
	padding-bottom: 0px;
}
.menutitle {
	padding-top: 1px;
}
.menubody {
	background: #f4f4f4 url(../images/menuback.jpg) bottom right no-repeat;
	border: 1px solid #999;
	padding: 5px;
	padding-left: 9px;
	padding-right: 9px;
}
a.menu {
	display: block;
	color: #303030;  /* Standard text colour */
	text-decoration: none;
}
a.menu:hover {
	text-decoration: underline;
}
p.blockinfo {
	border-bottom: 1px solid #808080;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}
p.info {
	margin-left: 0px;
	margin-right: 0px;
}

#client_information {
	float: left;
	width: 100%;
	border-bottom: 1px solid #555;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
#client_information * {
	margin: 0px;
	padding: 0px;
}
	#client_information p {
		width: 100%;
		float: left;
	}